Build Logs

iltotore/iron • scheduled_3.8.1-RC1-bin-20251219-d71e859-NIGHTLY

Errors

127

Warnings

293

Total Lines

1359

1##################################
2Clonning https://github.com/iltotore/iron.git into /build/repo using revision v3.2.1
3##################################
4Note: switching to '61905dbd987d29e5997707d25e2f862ce7376068'.
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-20251219-d71e859-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: **/*.scala
33Pattern: import scala.runtime.stdLibPatches.Predef.(assert|summon)
34Replacement: import scala.Predef.$1
35Starting compilation server
36Compiling project (Scala 3.7.3, JVM (17))
37Compiled project (Scala 3.7.3, JVM (17))
38Using globing pattern **/*.scala from /build/repo
39Successfully applied pattern 'import scala.runtime.stdLibPatches.Predef.(assert|summon)' in /build/repo/jsoniter/test/src/io/github/iltotore/iron/JsoniterSuite.scala
40Successfully applied pattern 'import scala.runtime.stdLibPatches.Predef.(assert|summon)' in /build/repo/jsoniter/test/src/io/github/iltotore/iron/JsoniterRefinedSubtypeSuite.scala
41Successfully applied pattern 'import scala.runtime.stdLibPatches.Predef.(assert|summon)' in /build/repo/jsoniter/test/src/io/github/iltotore/iron/JsoniterRefinedTypeSuite.scala
42Successfully applied pattern 'import scala.runtime.stdLibPatches.Predef.(assert|summon)' in /build/repo/zio/test/src/io/github/iltotore/iron/ZIOSuite.scala
43Successfully applied pattern 'import scala.runtime.stdLibPatches.Predef.(assert|summon)' in /build/repo/cats/test/src/io/github/iltotore/iron/CatsSuite.scala
44Successfully applied pattern 'import scala.runtime.stdLibPatches.Predef.(assert|summon)' in /build/repo/upickle/test/src/io/github/iltotore/iron/uPickleSuite.scala
45----
46Starting build for 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY
47Execute tests: false
48Mill project found:
49Found explicit mill version 0.12.14 in ./mill-version
50Force upgrade of millVersion 0.12.14 to 0.12.16
51Detected mill version=0.12.16, binary version: 0.12
52No prepare script found for project iltotore/iron
53No mill build directory found
54Apply scalafix rules to ./build.sc
55Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
56Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
57Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
58Successfully applied pattern 'package build\n' in /build/repo/MillVersionCompat.sc
59##################################
60Scala version: 3.8.1-RC1-bin-20251219-d71e859-NIGHTLY
61Targets: io.github.iltotore%iron io.github.iltotore%iron-borer io.github.iltotore%iron-cats io.github.iltotore%iron-circe io.github.iltotore%iron-ciris io.github.iltotore%iron-decline io.github.iltotore%iron-docs io.github.iltotore%iron-doobie io.github.iltotore%iron-jsoniter io.github.iltotore%iron-play-json io.github.iltotore%iron-pureconfig io.github.iltotore%iron-scalacheck io.github.iltotore%iron-scodec io.github.iltotore%iron-skunk io.github.iltotore%iron-upickle io.github.iltotore%iron-zio io.github.iltotore%iron-zio-json io.github.iltotore%sandbox
62Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"**/*.scala","pattern":"import scala.runtime.stdLibPatches.Predef.(assert|summon)","replaceWith":"import scala.Predef.$1"}]}
63##################################
64Downloading mill 0.12.16 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.16/mill-dist-0.12.16.exe ...
65 % Total % Received % Xferd Average Speed Time Time Time Current
66 Dload Upload Total Spent Left Speed
67
68 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
69 48 72.6M 48 34.9M 0 0 50.0M 0 0:00:01 --:--:-- 0:00:01 49.9M
70100 72.6M 100 72.6M 0 0 71.6M 0 0:00:01 0:00:01 --:--:-- 71.7M
71============================== resolve _ ==============================
72[build.sc-61/65] compile
73[build.sc-61] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
74[build.sc-61] [warn] /build/repo/out/mill-build/generateScriptSources.dest/build_/build.sc:214:9: shadowing a nested class of a parent is deprecated but trait JSCrossModule shadows trait JSCrossModule defined in trait BaseModule; rename the class to something else
75[build.sc-61] [warn] trait JSCrossModule extends super.JSCrossModule { def moduleDeps = Seq(main.js) }
76[build.sc-61] [warn] ^
77[build.sc-61] [warn] /build/repo/out/mill-build/generateScriptSources.dest/build_/build.sc:215:9: shadowing a nested class of a parent is deprecated but trait NativeCrossModule shadows trait NativeCrossModule defined in trait BaseModule; rename the class to something else
78[build.sc-61] [warn] trait NativeCrossModule extends super.NativeCrossModule {
79[build.sc-61] [warn] ^
80[build.sc-61] [warn] /build/repo/out/mill-build/generateScriptSources.dest/build_/build.sc:221:9: shadowing a nested class of a parent is deprecated but trait NativeCrossModule04 shadows trait NativeCrossModule04 defined in trait BaseModule; rename the class to something else
81[build.sc-61] [warn] trait NativeCrossModule04 extends super.NativeCrossModule04 {
82[build.sc-61] [warn] ^
83[build.sc-61] [warn] /build/repo/build.sc:82:64: reference to scalaVersion is ambiguous;
84[build.sc-61] [warn] it is both defined in the enclosing trait BaseModule and inherited in the enclosing trait JSCrossModule as method scalaVersion (defined in trait CrossModule)
85[build.sc-61] [warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
86[build.sc-61] [warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
87[build.sc-61] [warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
88[build.sc-61] [warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
89[build.sc-61] [warn] ^
90[build.sc-61] [warn] /build/repo/build.sc:67:64: reference to scalaVersion is ambiguous;
91[build.sc-61] [warn] it is both defined in the enclosing trait BaseModule and inherited in the enclosing trait Tests as method scalaVersion (defined in trait ScalaTests)
92[build.sc-61] [warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
93[build.sc-61] [warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
94[build.sc-61] [warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
95[build.sc-61] [warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
96[build.sc-61] [warn] ^
97[build.sc-61] [warn] /build/repo/build.sc:87:64: reference to scalaVersion is ambiguous;
98[build.sc-61] [warn] it is both defined in the enclosing trait BaseModule and inherited in the enclosing trait NativeCrossModule as method scalaVersion (defined in trait CrossModule)
99[build.sc-61] [warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
100[build.sc-61] [warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
101[build.sc-61] [warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
102[build.sc-61] [warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
103[build.sc-61] [warn] ^
104[build.sc-61] [warn] /build/repo/build.sc:92:64: reference to scalaVersion is ambiguous;
105[build.sc-61] [warn] it is both defined in the enclosing trait BaseModule and inherited in the enclosing trait NativeCrossModule04 as method scalaVersion (defined in trait CrossModule)
106[build.sc-61] [warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
107[build.sc-61] [warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
108[build.sc-61] [warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
109[build.sc-61] [warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
110[build.sc-61] [warn] ^
111[build.sc-61] [warn] /build/repo/build.sc:8:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
112[build.sc-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
113[build.sc-61] [warn] ^
114[build.sc-61] [warn] /build/repo/build.sc:19:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
115[build.sc-61] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
116[build.sc-61] [warn] ^
117[build.sc-61] [warn] /build/repo/build.sc:20:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
118[build.sc-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
119[build.sc-61] [warn] ^
120[build.sc-61] [warn] /build/repo/build.sc:71:56: method millSourcePath in trait Module is deprecated (since Mill 0.12.11): For read-access use moduleDir instead. Calls like `Task.Sources(millSourcePath / "foo")` can be replace with `Task.Sources("foo")`
121[build.sc-61] [warn] def sources = T.sources(outer.sources() :+ PathRef(millSourcePath / (s"src-$segment")))
122[build.sc-61] [warn] ^
123[build.sc-61] [warn] /build/repo/build.sc:126:32: method millSourcePath in trait Module is deprecated (since Mill 0.12.11): For read-access use moduleDir instead. Calls like `Task.Sources(millSourcePath / "foo")` can be replace with `Task.Sources("foo")`
124[build.sc-61] [warn] def docResources = T.sources(millSourcePath, docVersions().path)
125[build.sc-61] [warn] ^
126[build.sc-61] [warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
127[build.sc-61] [warn] .iterator()
128[build.sc-61] [warn] ^
129[build.sc-61] [warn] /build/repo/MillCommunityBuild.sc:221:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
130[build.sc-61] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
131[build.sc-61] [warn] ^
132[build.sc-61] [warn] /build/repo/MillCommunityBuild.sc:262:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
133[build.sc-61] [warn] val testModule = module.millInternal.modules.toList
134[build.sc-61] [warn] ^
135[build.sc-61] [warn] /build/repo/MillCommunityBuild.sc:397:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
136[build.sc-61] [warn] ctx.root.millInternal.modules.flatMap {
137[build.sc-61] [warn] ^
138[build.sc-61] [warn] /build/repo/MillVersionCompat.sc:7:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
139[build.sc-61] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
140[build.sc-61] [warn] ^
141[build.sc-61] [warn] 17 warnings found
142[build.sc-61] [info] done compiling
143[1/1] resolve
144[0J[1A
145[0J[1A
146[1/1] ============================== resolve _ ============================== 36s
147Try build using ./millw
148--disable-ticker will be removed in Mill 1.0.0, use `--ticker false`
149[build.sc] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
150[build.sc] [warn] /build/repo/out/mill-build/generateScriptSources.dest/build_/build.sc:214:9: shadowing a nested class of a parent is deprecated but trait JSCrossModule shadows trait JSCrossModule defined in trait BaseModule; rename the class to something else
151[build.sc] [warn] trait JSCrossModule extends super.JSCrossModule { def moduleDeps = Seq(main.js) }
152[build.sc] [warn] ^
153[build.sc] [warn] /build/repo/out/mill-build/generateScriptSources.dest/build_/build.sc:215:9: shadowing a nested class of a parent is deprecated but trait NativeCrossModule shadows trait NativeCrossModule defined in trait BaseModule; rename the class to something else
154[build.sc] [warn] trait NativeCrossModule extends super.NativeCrossModule {
155[build.sc] [warn] ^
156[build.sc] [warn] /build/repo/out/mill-build/generateScriptSources.dest/build_/build.sc:221:9: shadowing a nested class of a parent is deprecated but trait NativeCrossModule04 shadows trait NativeCrossModule04 defined in trait BaseModule; rename the class to something else
157[build.sc] [warn] trait NativeCrossModule04 extends super.NativeCrossModule04 {
158[build.sc] [warn] ^
159[build.sc] [warn] /build/repo/build.sc:82:64: reference to scalaVersion is ambiguous;
160[build.sc] [warn] it is both defined in the enclosing trait BaseModule and inherited in the enclosing trait JSCrossModule as method scalaVersion (defined in trait CrossModule)
161[build.sc] [warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
162[build.sc] [warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
163[build.sc] [warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
164[build.sc] [warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
165[build.sc] [warn] ^
166[build.sc] [warn] /build/repo/build.sc:67:64: reference to scalaVersion is ambiguous;
167[build.sc] [warn] it is both defined in the enclosing trait BaseModule and inherited in the enclosing trait Tests as method scalaVersion (defined in trait ScalaTests)
168[build.sc] [warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
169[build.sc] [warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
170[build.sc] [warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
171[build.sc] [warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
172[build.sc] [warn] ^
173[build.sc] [warn] /build/repo/build.sc:87:64: reference to scalaVersion is ambiguous;
174[build.sc] [warn] it is both defined in the enclosing trait BaseModule and inherited in the enclosing trait NativeCrossModule as method scalaVersion (defined in trait CrossModule)
175[build.sc] [warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
176[build.sc] [warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
177[build.sc] [warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
178[build.sc] [warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
179[build.sc] [warn] ^
180[build.sc] [warn] /build/repo/build.sc:92:64: reference to scalaVersion is ambiguous;
181[build.sc] [warn] it is both defined in the enclosing trait BaseModule and inherited in the enclosing trait NativeCrossModule04 as method scalaVersion (defined in trait CrossModule)
182[build.sc] [warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
183[build.sc] [warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
184[build.sc] [warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
185[build.sc] [warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
186[build.sc] [warn] ^
187[build.sc] [warn] /build/repo/build.sc:8:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
188[build.sc] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
189[build.sc] [warn] ^
190[build.sc] [warn] /build/repo/build.sc:19:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
191[build.sc] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
192[build.sc] [warn] ^
193[build.sc] [warn] /build/repo/build.sc:20:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
194[build.sc] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
195[build.sc] [warn] ^
196[build.sc] [warn] /build/repo/build.sc:71:56: method millSourcePath in trait Module is deprecated (since Mill 0.12.11): For read-access use moduleDir instead. Calls like `Task.Sources(millSourcePath / "foo")` can be replace with `Task.Sources("foo")`
197[build.sc] [warn] def sources = T.sources(outer.sources() :+ PathRef(millSourcePath / (s"src-$segment")))
198[build.sc] [warn] ^
199[build.sc] [warn] /build/repo/build.sc:126:32: method millSourcePath in trait Module is deprecated (since Mill 0.12.11): For read-access use moduleDir instead. Calls like `Task.Sources(millSourcePath / "foo")` can be replace with `Task.Sources("foo")`
200[build.sc] [warn] def docResources = T.sources(millSourcePath, docVersions().path)
201[build.sc] [warn] ^
202[build.sc] [warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
203[build.sc] [warn] .iterator()
204[build.sc] [warn] ^
205[build.sc] [warn] /build/repo/MillCommunityBuild.sc:221:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
206[build.sc] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
207[build.sc] [warn] ^
208[build.sc] [warn] /build/repo/MillCommunityBuild.sc:262:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
209[build.sc] [warn] val testModule = module.millInternal.modules.toList
210[build.sc] [warn] ^
211[build.sc] [warn] /build/repo/MillCommunityBuild.sc:397:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
212[build.sc] [warn] ctx.root.millInternal.modules.flatMap {
213[build.sc] [warn] ^
214[build.sc] [warn] /build/repo/MillVersionCompat.sc:7:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
215[build.sc] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
216[build.sc] [warn] ^
217[build.sc] [warn] 17 warnings found
218[build.sc] [info] done compiling
219Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"**/*.scala","pattern":"import scala.runtime.stdLibPatches.Predef.(assert|summon)","replaceWith":"import scala.Predef.$1"}]}
220Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
221
222Starting build for iron-skunk - [0/18]
223Failed to resolve scalaVersion, assume it's Scala 3 project
224Failed to resolve scalaVersion, assume it's Scala 3 project
225[info] compiling 22 Scala sources to /build/repo/out/main/compile.dest/classes ...
226[info] done compiling
227[info] compiling 1 Scala source to /build/repo/out/skunk/compile.dest/classes ...
228[info] done compiling
229Successfully evaluated skunk.compile
230Option -classpath was updated
231-- Warning: /build/repo/skunk/src/io/github/iltotore/iron/skunk.scala:13:8 -----
23213 | def refined[C](using constraint: RuntimeConstraint[A, C]): Codec[A :| C] =
233 | ^
234 | Couldn't resolve a member for the given link query: Codec
235-- Warning: /build/repo/skunk/src/io/github/iltotore/iron/skunk.scala:22:8 -----
23622 | given [A, C](using codec: Codec[A], constraint: RuntimeConstraint[A, C]): Codec[A :| C] =
237 | ^
238 | Couldn't resolve a member for the given link query: Codec
239-- Warning: /build/repo/skunk/src/io/github/iltotore/iron/skunk.scala:28:15 ----
24028 | inline given [T](using mirror: RefinedType.Mirror[T], ev: Codec[mirror.IronType]): Codec[T] =
241 | ^
242 | Couldn't resolve a member for the given link query: Codec
2434 warnings found
244Successfully evaluated skunk.docJar
245Failed to resolve scalaVersion, assume it's Scala 3 project
246Failed to resolve scalaVersion, assume it's Scala 3 project
247[info] compiling 2 Scala sources to /build/repo/out/skunk/test/compile.dest/classes ...
248[info] done compiling
249Successfully evaluated skunk.test.compile
250Module skunk is not a publish module, skipping publishing
251
252Starting build for sandbox - [1/18]
253No test module defined in sandbox
254Failed to resolve scalaVersion, assume it's Scala 3 project
255Successfully evaluated sandbox.compile
256Successfully evaluated sandbox.docJar
257Module sandbox is not a publish module, skipping publishing
258
259Starting build for iron-borer - [2/18]
260Failed to resolve scalaVersion, assume it's Scala 3 project
261[info] compiling 1 Scala source to /build/repo/out/borer/compile.dest/classes ...
262[info] done compiling
263Successfully evaluated borer.compile
264Option -classpath was updated
265-- Warning: /build/repo/borer/src/io/github/iltotore/iron/borer.scala:8:7 ------
2668 |object borer extends BorerLowPriority:
267 | ^
268 | Couldn't resolve a member for the given link query: Encoder
2692 warnings found
270Successfully evaluated borer.docJar
271Failed to resolve scalaVersion, assume it's Scala 3 project
272Failed to resolve scalaVersion, assume it's Scala 3 project
273[info] compiling 2 Scala sources to /build/repo/out/borer/test/compile.dest/classes ...
274[info] done compiling
275Successfully evaluated borer.test.compile
276Module borer is not a publish module, skipping publishing
277
278Starting build for iron - [3/18]
279Successfully evaluated main.compile
280Option -classpath was updated
281-- Warning: /build/repo/main/src/io/github/iltotore/iron/conversion.scala:83:6 -
28283 | def refineFurther[C2](using RuntimeConstraint[A, C2]): A :| (C1 & C2) =
283 | ^
284 | Couldn't resolve a member for the given link query: an
285-- Warning: /build/repo/main/src/io/github/iltotore/iron/conversion.scala:94:6 -
28694 | def refineFurtherUnsafe[C2](using RuntimeConstraint[A, C2]): A :| (C1 & C2) =
287 | ^
288 | Couldn't resolve a member for the given link query: an
289-- Warning: /build/repo/main/src/io/github/iltotore/iron/package.scala:68:13 ---
29068 | inline def refine[B](using inline constraint: Constraint[A, B]): A :| B =
291 | ^
292 | Couldn't resolve a member for the given link query: an
293-- Warning: /build/repo/main/src/io/github/iltotore/iron/package.scala:79:6 ----
29479 | def refineUnsafe[B](using constraint: RuntimeConstraint[A, B]): A :| B =
295 | ^
296 | Couldn't resolve a member for the given link query: an
297-- Warning: /build/repo/main/src/io/github/iltotore/iron/package.scala:121:6 ---
298121 | def refineAllUnsafe[B](using mapLogic: MapLogic[F], rtc: RuntimeConstraint[A, B]): F[A :| B] =
299 | ^
300 | Couldn't resolve a member for the given link query: an
301-- Warning: /build/repo/main/src/io/github/iltotore/iron/Implication.scala:36:8
30236 | given [C1, C2](using C1 <:< C2): (C1 ==> C2) = Implication()
303 | ^
304 | Couldn't resolve a member for the given link query: C1
305-- Warning: /build/repo/main/src/io/github/iltotore/iron/RefinedType.scala:53:6
30653 | def applyUnsafe(value: A): T =
307 | ^
308 | Couldn't resolve a member for the given link query: an
309-- Warning: /build/repo/main/src/io/github/iltotore/iron/constraint/string.scala:25:7
31025 | type Blank = DescribedAs[ForAll[Whitespace], "Should only contain whitespaces"]
311 | ^
312 | Couldn't resolve a member for the given link query: Whitespace
313-- Warning: /build/repo/main/src/io/github/iltotore/iron/constraint/string.scala:31:7
31431 | type Trimmed = DescribedAs[
315 | ^
316 | Couldn't resolve a member for the given link query: Whitespace
31710 warnings found
318Successfully evaluated main.docJar
319Failed to resolve scalaVersion, assume it's Scala 3 project
320Failed to resolve scalaVersion, assume it's Scala 3 project
321[info] compiling 10 Scala sources to /build/repo/out/main/test/compile.dest/classes ...
322[info] done compiling
323Successfully evaluated main.test.compile
324Module main is not a publish module, skipping publishing
325
326Starting build for iron-scalacheck - [4/18]
327Failed to resolve scalaVersion, assume it's Scala 3 project
328[info] compiling 10 Scala sources to /build/repo/out/scalacheck/compile.dest/classes ...
329[info] done compiling
330Successfully evaluated scalacheck.compile
331Option -classpath was updated
3321 warning found
333Successfully evaluated scalacheck.docJar
334Failed to resolve scalaVersion, assume it's Scala 3 project
335Failed to resolve scalaVersion, assume it's Scala 3 project
336[info] compiling 7 Scala sources to /build/repo/out/scalacheck/test/compile.dest/classes ...
337[info] done compiling
338Successfully evaluated scalacheck.test.compile
339Module scalacheck is not a publish module, skipping publishing
340
341Starting build for iron-cats - [5/18]
342Failed to resolve scalaVersion, assume it's Scala 3 project
343[info] compiling 5 Scala sources to /build/repo/out/cats/compile.dest/classes ...
344[warn] -- [E197] Potential Issue Warning: /build/repo/cats/src/io/github/iltotore/iron/Bounds.scala:39:6
345[warn] 39 | override def shift(value: A): A :| C =
346[warn] | ^
347[warn] | New anonymous class definition will be duplicated at each inline site
348[warn] |
349[warn] | longer explanation available when compiling with `-explain`
350[warn] one warning found
351[info] done compiling
352Successfully evaluated cats.compile
353Option -classpath was updated
354-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:29:8 -------
35529 | def refineNec[C](using constraint: RuntimeConstraint[A, C]): EitherNec[String, A :| C] =
356 | ^
357 | Couldn't resolve a member for the given link query: EitherNec
358-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:39:8 -------
35939 | def refineNel[C](using constraint: RuntimeConstraint[A, C]): EitherNel[String, A :| C] =
360 | ^
361 | Couldn't resolve a member for the given link query: EitherNel
362-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:49:8 -------
36349 | def refineValidated[C](using constraint: RuntimeConstraint[A, C]): Validated[String, A :| C] =
364 | ^
365 | Couldn't resolve a member for the given link query: Validated
366-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:59:8 -------
36759 | def refineValidatedNec[C](using constraint: RuntimeConstraint[A, C]): ValidatedNec[String, A :| C] =
368 | ^
369 | Couldn't resolve a member for the given link query: ValidatedNec
370-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:69:8 -------
37169 | def refineValidatedNel[C](using constraint: RuntimeConstraint[A, C]): ValidatedNel[String, A :| C] =
372 | ^
373 | Couldn't resolve a member for the given link query: ValidatedNel
374-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:81:8 -------
37581 | def refineAllNec[C](using traverse: Traverse[F], constraint: RuntimeConstraint[A, C]): EitherNec[InvalidValue[A], F[A :| C]] =
376 | ^
377 | Couldn't resolve a member for the given link query: NonEmptyChain
378-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:91:8 -------
37991 | def refineAllNel[C](using traverse: Traverse[F], constraint: RuntimeConstraint[A, C]): EitherNel[InvalidValue[A], F[A :| C]] =
380 | ^
381 | Couldn't resolve a member for the given link query: NonEmptyList
382-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:101:8 ------
383101 | def refineAllValidatedNec[C](using traverse: Traverse[F], constraint: RuntimeConstraint[A, C]): ValidatedNec[InvalidValue[A], F[A :| C]] =
384 | ^
385 | Couldn't resolve a member for the given link query: Valid
386-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:112:8 ------
387112 | def refineAllValidatedNel[C](using traverse: Traverse[F], constraint: RuntimeConstraint[A, C]): ValidatedNel[InvalidValue[A], F[A :| C]] =
388 | ^
389 | Couldn't resolve a member for the given link query: Valid
390-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:125:8 ------
391125 | def refineFurtherNec[C2](using constraint: RuntimeConstraint[A, C2]): EitherNec[String, A :| (C1 & C2)] =
392 | ^
393 | Couldn't resolve a member for the given link query: EitherNec
394-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:135:8 ------
395135 | def refineFurtherNel[C2](using constraint: RuntimeConstraint[A, C2]): EitherNel[String, A :| (C1 & C2)] =
396 | ^
397 | Couldn't resolve a member for the given link query: EitherNel
398-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:145:8 ------
399145 | def refineFurtherValidated[C2](using constraint: RuntimeConstraint[A, C2]): Validated[String, A :| (C1 & C2)] =
400 | ^
401 | Couldn't resolve a member for the given link query: Validated
402-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:155:8 ------
403155 | def refineFurtherValidatedNec[C2](using constraint: RuntimeConstraint[A, C2]): ValidatedNec[String, A :| (C1 & C2)] =
404 | ^
405 | Couldn't resolve a member for the given link query: ValidatedNec
406-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:165:8 ------
407165 | def refineFurtherValidatedNel[C2](using constraint: RuntimeConstraint[A, C2]): ValidatedNel[String, A :| (C1 & C2)] =
408 | ^
409 | Couldn't resolve a member for the given link query: ValidatedNel
410-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:177:8 ------
411177 | def refineAllFurtherNec[C2](using
412 | ^
413 | Couldn't resolve a member for the given link query: NonEmptyChain
414-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:190:8 ------
415190 | def refineAllFurtherNel[C2](using
416 | ^
417 | Couldn't resolve a member for the given link query: NonEmptyList
418-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:203:8 ------
419203 | def refineAllFurtherValidatedNec[C2](using
420 | ^
421 | Couldn't resolve a member for the given link query: Valid
422-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:221:8 ------
423221 | def refineAllFurtherValidatedNel[C2](using
424 | ^
425 | Couldn't resolve a member for the given link query: Valid
426-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:241:8 ------
427241 | def eitherNec(value: A): EitherNec[String, ops.T] = ops.either(value).toEitherNec
428 | ^
429 | Couldn't resolve a member for the given link query: EitherNec
430-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:250:8 ------
431250 | def eitherNel(value: A): EitherNel[String, ops.T] = ops.either(value).toEitherNel
432 | ^
433 | Couldn't resolve a member for the given link query: EitherNel
434-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:259:8 ------
435259 | def validated(value: A): Validated[String, ops.T] =
436 | ^
437 | Couldn't resolve a member for the given link query: Validated
438-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:269:8 ------
439269 | def validatedNec(value: A): ValidatedNec[String, ops.T] =
440 | ^
441 | Couldn't resolve a member for the given link query: ValidatedNec
442-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:279:8 ------
443279 | def validatedNel(value: A): ValidatedNel[String, ops.T] =
444 | ^
445 | Couldn't resolve a member for the given link query: ValidatedNel
446-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:289:8 ------
447289 | def eitherAllNec[F[_]](value: F[A])(using Traverse[F]): EitherNec[InvalidValue[A], F[ops.T]] =
448 | ^
449 | Couldn't resolve a member for the given link query: EitherNec
450-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:299:8 ------
451299 | def eitherAllNel[F[_]](value: F[A])(using Traverse[F]): EitherNel[InvalidValue[A], F[ops.T]] =
452 | ^
453 | Couldn't resolve a member for the given link query: EitherNel
454-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:309:8 ------
455309 | def validatedAllNec[F[_]](wrapper: F[A])(using traverse: Traverse[F]): ValidatedNec[InvalidValue[A], F[ops.T]] =
456 | ^
457 | Couldn't resolve a member for the given link query: ValidatedNec
458-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:320:8 ------
459320 | def validatedAllNel[F[_]](wrapper: F[A])(using traverse: Traverse[F]): ValidatedNel[InvalidValue[A], F[ops.T]] =
460 | ^
461 | Couldn't resolve a member for the given link query: ValidatedNel
46228 warnings found
463Successfully evaluated cats.docJar
464Failed to resolve scalaVersion, assume it's Scala 3 project
465Failed to resolve scalaVersion, assume it's Scala 3 project
466[info] compiling 3 Scala sources to /build/repo/out/cats/test/compile.dest/classes ...
467[error] -- [E007] Type Mismatch Error: /build/repo/cats/test/src/io/github/iltotore/iron/CatsSuite.scala:74:77
468[error] 74 | test("pos") - assert(CommutativeSemigroup[Int :| Positive].combine(1, 5) == 6)
469[error] | ^
470[error] | Found: (1 : Int)
471[error] | Required: io.github.iltotore.iron.IronType[Int,
472[error] | io.github.iltotore.iron.constraint.all.Positive]
473[error] |
474[error] | The following import might fix the problem:
475[error] |
476[error] | import io.github.iltotore.iron.autoRefine
477[error] |
478[error] |
479[error] | longer explanation available when compiling with `-explain`
480[error] -- [E007] Type Mismatch Error: /build/repo/cats/test/src/io/github/iltotore/iron/CatsSuite.scala:74:80
481[error] 74 | test("pos") - assert(CommutativeSemigroup[Int :| Positive].combine(1, 5) == 6)
482[error] | ^
483[error] | Found: (5 : Int)
484[error] | Required: io.github.iltotore.iron.IronType[Int,
485[error] | io.github.iltotore.iron.constraint.all.Positive]
486[error] |
487[error] | The following import might fix the problem:
488[error] |
489[error] | import io.github.iltotore.iron.autoRefine
490[error] |
491[error] |
492[error] | longer explanation available when compiling with `-explain`
493[error] -- [E007] Type Mismatch Error: /build/repo/cats/test/src/io/github/iltotore/iron/CatsSuite.scala:75:77
494[error] 75 | test("neg") - assert(CommutativeSemigroup[Int :| Negative].combine(-1, -5) == -6)
495[error] | ^^
496[error] | Found: (-1 : Int)
497[error] | Required: io.github.iltotore.iron.IronType[Int,
498[error] | io.github.iltotore.iron.constraint.all.Negative]
499[error] |
500[error] | The following import might fix the problem:
501[error] |
502[error] | import io.github.iltotore.iron.autoRefine
503[error] |
504[error] |
505[error] | longer explanation available when compiling with `-explain`
506[error] -- [E007] Type Mismatch Error: /build/repo/cats/test/src/io/github/iltotore/iron/CatsSuite.scala:75:81
507[error] 75 | test("neg") - assert(CommutativeSemigroup[Int :| Negative].combine(-1, -5) == -6)
508[error] | ^^
509[error] | Found: (-5 : Int)
510[error] | Required: io.github.iltotore.iron.IronType[Int,
511[error] | io.github.iltotore.iron.constraint.all.Negative]
512[error] |
513[error] | The following import might fix the problem:
514[error] |
515[error] | import io.github.iltotore.iron.autoRefine
516[error] |
517[error] |
518[error] | longer explanation available when compiling with `-explain`
519[error] -- [E007] Type Mismatch Error: /build/repo/cats/test/src/io/github/iltotore/iron/CatsSuite.scala:78:78
520[error] 78 | test("pos") - assert(CommutativeSemigroup[Long :| Positive].combine(1, 5) == 6)
521[error] | ^
522[error] | Found: (1 : Int)
523[error] | Required: io.github.iltotore.iron.IronType[Long,
524[error] | io.github.iltotore.iron.constraint.all.Positive]
525[error] |
526[error] | The following import might make progress towards fixing the problem:
527[error] |
528[error] | import io.github.iltotore.iron.autoRefine
529[error] |
530[error] |
531[error] | longer explanation available when compiling with `-explain`
532[error] -- [E007] Type Mismatch Error: /build/repo/cats/test/src/io/github/iltotore/iron/CatsSuite.scala:78:81
533[error] 78 | test("pos") - assert(CommutativeSemigroup[Long :| Positive].combine(1, 5) == 6)
534[error] | ^
535[error] | Found: (5 : Int)
536[error] | Required: io.github.iltotore.iron.IronType[Long,
537[error] | io.github.iltotore.iron.constraint.all.Positive]
538[error] |
539[error] | The following import might make progress towards fixing the problem:
540[error] |
541[error] | import io.github.iltotore.iron.autoRefine
542[error] |
543[error] |
544[error] | longer explanation available when compiling with `-explain`
545[error] -- [E007] Type Mismatch Error: /build/repo/cats/test/src/io/github/iltotore/iron/CatsSuite.scala:79:78
546[error] 79 | test("neg") - assert(CommutativeSemigroup[Long :| Negative].combine(-1, -5) == -6)
547[error] | ^^
548[error] | Found: (-1 : Int)
549[error] | Required: io.github.iltotore.iron.IronType[Long,
550[error] | io.github.iltotore.iron.constraint.all.Negative]
551[error] |
552[error] | The following import might make progress towards fixing the problem:
553[error] |
554[error] | import io.github.iltotore.iron.autoRefine
555[error] |
556[error] |
557[error] | longer explanation available when compiling with `-explain`
558[error] -- [E007] Type Mismatch Error: /build/repo/cats/test/src/io/github/iltotore/iron/CatsSuite.scala:79:82
559[error] 79 | test("neg") - assert(CommutativeSemigroup[Long :| Negative].combine(-1, -5) == -6)
560[error] | ^^
561[error] | Found: (-5 : Int)
562[error] | Required: io.github.iltotore.iron.IronType[Long,
563[error] | io.github.iltotore.iron.constraint.all.Negative]
564[error] |
565[error] | The following import might make progress towards fixing the problem:
566[error] |
567[error] | import io.github.iltotore.iron.autoRefine
568[error] |
569[error] |
570[error] | longer explanation available when compiling with `-explain`
571[error] -- [E007] Type Mismatch Error: /build/repo/cats/test/src/io/github/iltotore/iron/CatsSuite.scala:82:79
572[error] 82 | test("pos") - assert(CommutativeSemigroup[Float :| Positive].combine(1, 5) == 6)
573[error] | ^
574[error] | Found: (1 : Int)
575[error] | Required: io.github.iltotore.iron.IronType[Float,
576[error] | io.github.iltotore.iron.constraint.all.Positive]
577[error] |
578[error] | The following import might make progress towards fixing the problem:
579[error] |
580[error] | import io.github.iltotore.iron.autoRefine
581[error] |
582[error] |
583[error] | longer explanation available when compiling with `-explain`
584[error] -- [E007] Type Mismatch Error: /build/repo/cats/test/src/io/github/iltotore/iron/CatsSuite.scala:82:82
585[error] 82 | test("pos") - assert(CommutativeSemigroup[Float :| Positive].combine(1, 5) == 6)
586[error] | ^
587[error] | Found: (5 : Int)
588[error] | Required: io.github.iltotore.iron.IronType[Float,
589[error] | io.github.iltotore.iron.constraint.all.Positive]
590[error] |
591[error] | longer explanation available when compiling with `-explain`
592[error] 64 errors found
593Failed to evaluated cats.test.compile: Failure(Compilation failed, None)
594Module cats is not a publish module, skipping publishing
595
596Starting build for iron-doobie - [6/18]
597Failed to resolve scalaVersion, assume it's Scala 3 project
598[info] compiling 1 Scala source to /build/repo/out/doobie/compile.dest/classes ...
599[info] done compiling
600Successfully evaluated doobie.compile
601Option -classpath was updated
602-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:9:7 ----
6039 |object doobie extends DoobieLowPriority:
604 | ^
605 | Couldn't resolve a member for the given link query: Meta
606-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:18:8 ---
60718 | given [T](using m: RefinedType.Mirror[T], ev: Get[m.IronType]): Get[T] =
608 | ^
609 | Couldn't resolve a member for the given link query: Get
610-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:28:8 ---
61128 | given [T](using m: RefinedType.Mirror[T], ev: Put[m.IronType]): Put[T] =
612 | ^
613 | Couldn't resolve a member for the given link query: Put
614-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:38:8 ---
61538 | given [T](using m: RefinedType.Mirror[T], ev: Meta[m.IronType]): Meta[T] =
616 | ^
617 | Couldn't resolve a member for the given link query: Meta
618-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:73:8 ---
61973 | given [A, C](using meta: Meta[A])(using RuntimeConstraint[A, C], Show[A]): Meta[A :| C] =
620 | ^
621 | Couldn't resolve a member for the given link query: Meta
622-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:62:8 ---
62362 | given [A, C](using put: Put[A])(using RuntimeConstraint[A, C], Show[A]): Put[A :| C] =
624 | ^
625 | Couldn't resolve a member for the given link query: Put
626-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:51:8 ---
62751 | given [A, C](using get: Get[A])(using RuntimeConstraint[A, C], Show[A]): Get[A :| C] =
628 | ^
629 | Couldn't resolve a member for the given link query: Get
6308 warnings found
631Successfully evaluated doobie.docJar
632Failed to resolve scalaVersion, assume it's Scala 3 project
633Failed to resolve scalaVersion, assume it's Scala 3 project
634[info] compiling 2 Scala sources to /build/repo/out/doobie/test/compile.dest/classes ...
635[info] done compiling
636Successfully evaluated doobie.test.compile
637Module doobie is not a publish module, skipping publishing
638
639Starting build for iron-jsoniter - [7/18]
640Failed to resolve scalaVersion, assume it's Scala 3 project
641[info] compiling 1 Scala source to /build/repo/out/jsoniter/compile.dest/classes ...
642[warn] -- [E197] Potential Issue Warning: /build/repo/jsoniter/src/io/github/iltotore/iron/jsoniter.scala:17:4
643[warn] 17 | private val codec = JsonCodecMaker.make[A](config)
644[warn] | ^
645[warn] | New anonymous class definition will be duplicated at each inline site
646[warn] |
647[warn] | longer explanation available when compiling with `-explain`
648[warn] one warning found
649[info] done compiling
650Successfully evaluated jsoniter.compile
651Option -classpath was updated
652-- Warning: /build/repo/jsoniter/src/io/github/iltotore/iron/jsoniter.scala:13:15
65313 | inline given makeCodec[A, B](using
654 | ^
655 | Couldn't resolve a member for the given link query: JsonValueCodec
656-- Warning: /build/repo/jsoniter/src/io/github/iltotore/iron/jsoniter.scala:28:15
65728 | inline given refinedTypeCodec[T](using mirror: RefinedType.Mirror[T], ev: JsonValueCodec[mirror.IronType]): JsonValueCodec[T] =
658 | ^
659 | Couldn't resolve a member for the given link query: JsonValueCodec
6603 warnings found
661Successfully evaluated jsoniter.docJar
662Failed to resolve scalaVersion, assume it's Scala 3 project
663Failed to resolve scalaVersion, assume it's Scala 3 project
664[info] compiling 4 Scala sources to /build/repo/out/jsoniter/test/compile.dest/classes ...
665[info] done compiling
666Successfully evaluated jsoniter.test.compile
667Module jsoniter is not a publish module, skipping publishing
668
669Starting build for iron-play-json - [8/18]
670Failed to resolve scalaVersion, assume it's Scala 3 project
671[info] compiling 1 Scala source to /build/repo/out/playJson/compile.dest/classes ...
672[info] done compiling
673Successfully evaluated playJson.compile
674Option -classpath was updated
675-- Warning: /build/repo/playJson/src/io/github/iltotore/iron/playJson.scala:8:7
6768 |object playJson extends PlayJsonLowPriority:
677 | ^
678 | Couldn't resolve a member for the given link query: Writes
679-- Warning: /build/repo/playJson/src/io/github/iltotore/iron/playJson.scala:23:8
68023 | given [A, B](using reads: Reads[A], constraint: RuntimeConstraint[A, B]): Reads[A :| B] =
681 | ^
682 | Couldn't resolve a member for the given link query: Reads
683-- Warning: /build/repo/playJson/src/io/github/iltotore/iron/playJson.scala:34:8
68434 | given [A, B](using writes: Writes[A]): Writes[A :| B] = writes.asInstanceOf[Writes[A :| B]]
685 | ^
686 | Couldn't resolve a member for the given link query: Writes
6874 warnings found
688Successfully evaluated playJson.docJar
689Failed to resolve scalaVersion, assume it's Scala 3 project
690Failed to resolve scalaVersion, assume it's Scala 3 project
691[info] compiling 2 Scala sources to /build/repo/out/playJson/test/compile.dest/classes ...
692[info] done compiling
693Successfully evaluated playJson.test.compile
694Module playJson is not a publish module, skipping publishing
695
696Starting build for iron-zio-json - [9/18]
697Failed to resolve scalaVersion, assume it's Scala 3 project
698[info] compiling 1 Scala source to /build/repo/out/zioJson/compile.dest/classes ...
699[info] done compiling
700Successfully evaluated zioJson.compile
701Option -classpath was updated
7021 warning found
703Successfully evaluated zioJson.docJar
704Failed to resolve scalaVersion, assume it's Scala 3 project
705Failed to resolve scalaVersion, assume it's Scala 3 project
706[info] compiling 2 Scala sources to /build/repo/out/zioJson/test/compile.dest/classes ...
707[info] done compiling
708Successfully evaluated zioJson.test.compile
709Module zioJson is not a publish module, skipping publishing
710
711Starting build for iron-decline - [10/18]
712Failed to resolve scalaVersion, assume it's Scala 3 project
713[info] compiling 1 Scala source to /build/repo/out/decline/compile.dest/classes ...
714[info] done compiling
715Successfully evaluated decline.compile
716Option -classpath was updated
717-- Warning: /build/repo/decline/src/io/github/iltotore/iron/decline.scala:13:7 -
71813 |object decline:
719 | ^
720 | Couldn't resolve a member for the given link query: Argument
721-- Warning: /build/repo/decline/src/io/github/iltotore/iron/decline.scala:23:8 -
72223 | given [A, B](using argument: Argument[A], constraint: RuntimeConstraint[A, B]): Argument[A :| B] =
723 | ^
724 | Couldn't resolve a member for the given link query: Argument
725-- Warning: /build/repo/decline/src/io/github/iltotore/iron/decline.scala:41:8 -
72641 | given [T](using mirror: RefinedType.Mirror[T], argument: Argument[mirror.IronType]): Argument[T] =
727 | ^
728 | Couldn't resolve a member for the given link query: Argument
7294 warnings found
730Successfully evaluated decline.docJar
731Failed to resolve scalaVersion, assume it's Scala 3 project
732Failed to resolve scalaVersion, assume it's Scala 3 project
733[info] compiling 2 Scala sources to /build/repo/out/decline/test/compile.dest/classes ...
734[info] done compiling
735Successfully evaluated decline.test.compile
736Module decline is not a publish module, skipping publishing
737
738Starting build for iron-docs - [11/18]
739No test module defined in docs
740Failed to resolve scalaVersion, assume it's Scala 3 project
741Successfully evaluated docs.compile
742Failed to resolve scalaVersion, assume it's Scala 3 project
743Failed to resolve scalaVersion, assume it's Scala 3 project
744Failed to resolve scalaVersion, assume it's Scala 3 project
745Failed to resolve scalaVersion, assume it's Scala 3 project
746Failed to resolve scalaVersion, assume it's Scala 3 project
747Failed to resolve scalaVersion, assume it's Scala 3 project
748[info] compiling 1 Scala source to /build/repo/out/pureconfig/compile.dest/classes ...
749[info] compiling 1 Scala source to /build/repo/out/ciris/compile.dest/classes ...
750[info] compiling 1 Scala source to /build/repo/out/upickle/compile.dest/classes ...
751[info] compiling 1 Scala source to /build/repo/out/scodec/compile.dest/classes ...
752[info] done compiling
753[info] done compiling
754[info] compiling 1 Scala source to /build/repo/out/zio/compile.dest/classes ...
755[info] done compiling
756[info] compiling 1 Scala source to /build/repo/out/circe/compile.dest/classes ...
757[info] done compiling
758[info] done compiling
759[info] done compiling
760Option -classpath was updated
761-- Warning: /build/repo/main/src/io/github/iltotore/iron/conversion.scala:83:6 -
76283 | def refineFurther[C2](using RuntimeConstraint[A, C2]): A :| (C1 & C2) =
763 | ^
764 | Couldn't resolve a member for the given link query: an
765-- Warning: /build/repo/main/src/io/github/iltotore/iron/conversion.scala:94:6 -
76694 | def refineFurtherUnsafe[C2](using RuntimeConstraint[A, C2]): A :| (C1 & C2) =
767 | ^
768 | Couldn't resolve a member for the given link query: an
769-- Warning: /build/repo/main/src/io/github/iltotore/iron/package.scala:68:13 ---
77068 | inline def refine[B](using inline constraint: Constraint[A, B]): A :| B =
771 | ^
772 | Couldn't resolve a member for the given link query: an
773-- Warning: /build/repo/main/src/io/github/iltotore/iron/package.scala:79:6 ----
77479 | def refineUnsafe[B](using constraint: RuntimeConstraint[A, B]): A :| B =
775 | ^
776 | Couldn't resolve a member for the given link query: an
777-- Warning: /build/repo/main/src/io/github/iltotore/iron/package.scala:121:6 ---
778121 | def refineAllUnsafe[B](using mapLogic: MapLogic[F], rtc: RuntimeConstraint[A, B]): F[A :| B] =
779 | ^
780 | Couldn't resolve a member for the given link query: an
781-- Warning: /build/repo/main/src/io/github/iltotore/iron/Implication.scala:36:8
78236 | given [C1, C2](using C1 <:< C2): (C1 ==> C2) = Implication()
783 | ^
784 | Couldn't resolve a member for the given link query: C1
785-- Warning: /build/repo/main/src/io/github/iltotore/iron/RefinedType.scala:53:6
78653 | def applyUnsafe(value: A): T =
787 | ^
788 | Couldn't resolve a member for the given link query: an
789-- Warning: /build/repo/main/src/io/github/iltotore/iron/constraint/string.scala:25:7
79025 | type Blank = DescribedAs[ForAll[Whitespace], "Should only contain whitespaces"]
791 | ^
792 | Couldn't resolve a member for the given link query: Whitespace
793-- Warning: /build/repo/main/src/io/github/iltotore/iron/constraint/string.scala:31:7
79431 | type Trimmed = DescribedAs[
795 | ^
796 | Couldn't resolve a member for the given link query: Whitespace
797-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:29:8 -------
79829 | def refineNec[C](using constraint: RuntimeConstraint[A, C]): EitherNec[String, A :| C] =
799 | ^
800 | Couldn't resolve a member for the given link query: EitherNec
801-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:39:8 -------
80239 | def refineNel[C](using constraint: RuntimeConstraint[A, C]): EitherNel[String, A :| C] =
803 | ^
804 | Couldn't resolve a member for the given link query: EitherNel
805-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:49:8 -------
80649 | def refineValidated[C](using constraint: RuntimeConstraint[A, C]): Validated[String, A :| C] =
807 | ^
808 | Couldn't resolve a member for the given link query: Validated
809-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:59:8 -------
81059 | def refineValidatedNec[C](using constraint: RuntimeConstraint[A, C]): ValidatedNec[String, A :| C] =
811 | ^
812 | Couldn't resolve a member for the given link query: ValidatedNec
813-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:69:8 -------
81469 | def refineValidatedNel[C](using constraint: RuntimeConstraint[A, C]): ValidatedNel[String, A :| C] =
815 | ^
816 | Couldn't resolve a member for the given link query: ValidatedNel
817-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:81:8 -------
81881 | def refineAllNec[C](using traverse: Traverse[F], constraint: RuntimeConstraint[A, C]): EitherNec[InvalidValue[A], F[A :| C]] =
819 | ^
820 | Couldn't resolve a member for the given link query: NonEmptyChain
821-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:91:8 -------
82291 | def refineAllNel[C](using traverse: Traverse[F], constraint: RuntimeConstraint[A, C]): EitherNel[InvalidValue[A], F[A :| C]] =
823 | ^
824 | Couldn't resolve a member for the given link query: NonEmptyList
825-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:101:8 ------
826101 | def refineAllValidatedNec[C](using traverse: Traverse[F], constraint: RuntimeConstraint[A, C]): ValidatedNec[InvalidValue[A], F[A :| C]] =
827 | ^
828 | Couldn't resolve a member for the given link query: Valid
829-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:112:8 ------
830112 | def refineAllValidatedNel[C](using traverse: Traverse[F], constraint: RuntimeConstraint[A, C]): ValidatedNel[InvalidValue[A], F[A :| C]] =
831 | ^
832 | Couldn't resolve a member for the given link query: Valid
833-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:125:8 ------
834125 | def refineFurtherNec[C2](using constraint: RuntimeConstraint[A, C2]): EitherNec[String, A :| (C1 & C2)] =
835 | ^
836 | Couldn't resolve a member for the given link query: EitherNec
837-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:135:8 ------
838135 | def refineFurtherNel[C2](using constraint: RuntimeConstraint[A, C2]): EitherNel[String, A :| (C1 & C2)] =
839 | ^
840 | Couldn't resolve a member for the given link query: EitherNel
841-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:145:8 ------
842145 | def refineFurtherValidated[C2](using constraint: RuntimeConstraint[A, C2]): Validated[String, A :| (C1 & C2)] =
843 | ^
844 | Couldn't resolve a member for the given link query: Validated
845-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:155:8 ------
846155 | def refineFurtherValidatedNec[C2](using constraint: RuntimeConstraint[A, C2]): ValidatedNec[String, A :| (C1 & C2)] =
847 | ^
848 | Couldn't resolve a member for the given link query: ValidatedNec
849-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:165:8 ------
850165 | def refineFurtherValidatedNel[C2](using constraint: RuntimeConstraint[A, C2]): ValidatedNel[String, A :| (C1 & C2)] =
851 | ^
852 | Couldn't resolve a member for the given link query: ValidatedNel
853-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:177:8 ------
854177 | def refineAllFurtherNec[C2](using
855 | ^
856 | Couldn't resolve a member for the given link query: NonEmptyChain
857-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:190:8 ------
858190 | def refineAllFurtherNel[C2](using
859 | ^
860 | Couldn't resolve a member for the given link query: NonEmptyList
861-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:203:8 ------
862203 | def refineAllFurtherValidatedNec[C2](using
863 | ^
864 | Couldn't resolve a member for the given link query: Valid
865-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:221:8 ------
866221 | def refineAllFurtherValidatedNel[C2](using
867 | ^
868 | Couldn't resolve a member for the given link query: Valid
869-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:241:8 ------
870241 | def eitherNec(value: A): EitherNec[String, ops.T] = ops.either(value).toEitherNec
871 | ^
872 | Couldn't resolve a member for the given link query: EitherNec
873-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:250:8 ------
874250 | def eitherNel(value: A): EitherNel[String, ops.T] = ops.either(value).toEitherNel
875 | ^
876 | Couldn't resolve a member for the given link query: EitherNel
877-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:259:8 ------
878259 | def validated(value: A): Validated[String, ops.T] =
879 | ^
880 | Couldn't resolve a member for the given link query: Validated
881-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:269:8 ------
882269 | def validatedNec(value: A): ValidatedNec[String, ops.T] =
883 | ^
884 | Couldn't resolve a member for the given link query: ValidatedNec
885-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:279:8 ------
886279 | def validatedNel(value: A): ValidatedNel[String, ops.T] =
887 | ^
888 | Couldn't resolve a member for the given link query: ValidatedNel
889-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:289:8 ------
890289 | def eitherAllNec[F[_]](value: F[A])(using Traverse[F]): EitherNec[InvalidValue[A], F[ops.T]] =
891 | ^
892 | Couldn't resolve a member for the given link query: EitherNec
893-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:299:8 ------
894299 | def eitherAllNel[F[_]](value: F[A])(using Traverse[F]): EitherNel[InvalidValue[A], F[ops.T]] =
895 | ^
896 | Couldn't resolve a member for the given link query: EitherNel
897-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:309:8 ------
898309 | def validatedAllNec[F[_]](wrapper: F[A])(using traverse: Traverse[F]): ValidatedNec[InvalidValue[A], F[ops.T]] =
899 | ^
900 | Couldn't resolve a member for the given link query: ValidatedNec
901-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:320:8 ------
902320 | def validatedAllNel[F[_]](wrapper: F[A])(using traverse: Traverse[F]): ValidatedNel[InvalidValue[A], F[ops.T]] =
903 | ^
904 | Couldn't resolve a member for the given link query: ValidatedNel
905-- Warning: /build/repo/circe/src/io/github/iltotore/iron/circe.scala:8:7 ------
9068 |object circe extends CirceLowPriority:
907 | ^
908 | Couldn't resolve a member for the given link query: Encoder
909-- Warning: /build/repo/circe/src/io/github/iltotore/iron/circe.scala:37:8 -----
91037 | given [A, B](using encoder: Encoder[A]): Encoder[A :| B] = encoder.asInstanceOf[Encoder[A :| B]]
911 | ^
912 | Couldn't resolve a member for the given link query: Encoder
913-- Warning: /build/repo/circe/src/io/github/iltotore/iron/circe.scala:54:8 -----
91454 | given [A, B](using encoder: KeyEncoder[A]): KeyEncoder[A :| B] = encoder.asInstanceOf[KeyEncoder[A :| B]]
915 | ^
916 | Couldn't resolve a member for the given link query: KeyEncoder
917-- Warning: /build/repo/circe/src/io/github/iltotore/iron/circe.scala:45:8 -----
91845 | given [A, B](using decoder: KeyDecoder[A], constraint: RuntimeConstraint[A, B]): KeyDecoder[A :| B] =
919 | ^
920 | Couldn't resolve a member for the given link query: KeyDecoder
921-- Warning: /build/repo/circe/src/io/github/iltotore/iron/circe.scala:29:8 -----
92229 | given [A, B](using decoder: Decoder[A], constraint: RuntimeConstraint[A, B]): Decoder[A :| B] =
923 | ^
924 | Couldn't resolve a member for the given link query: Decoder
925-- Warning: /build/repo/decline/src/io/github/iltotore/iron/decline.scala:13:7 -
92613 |object decline:
927 | ^
928 | Couldn't resolve a member for the given link query: Argument
929-- Warning: /build/repo/decline/src/io/github/iltotore/iron/decline.scala:23:8 -
93023 | given [A, B](using argument: Argument[A], constraint: RuntimeConstraint[A, B]): Argument[A :| B] =
931 | ^
932 | Couldn't resolve a member for the given link query: Argument
933-- Warning: /build/repo/decline/src/io/github/iltotore/iron/decline.scala:41:8 -
93441 | given [T](using mirror: RefinedType.Mirror[T], argument: Argument[mirror.IronType]): Argument[T] =
935 | ^
936 | Couldn't resolve a member for the given link query: Argument
937-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:9:7 ----
9389 |object doobie extends DoobieLowPriority:
939 | ^
940 | Couldn't resolve a member for the given link query: Meta
941-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:18:8 ---
94218 | given [T](using m: RefinedType.Mirror[T], ev: Get[m.IronType]): Get[T] =
943 | ^
944 | Couldn't resolve a member for the given link query: Get
945-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:28:8 ---
94628 | given [T](using m: RefinedType.Mirror[T], ev: Put[m.IronType]): Put[T] =
947 | ^
948 | Couldn't resolve a member for the given link query: Put
949-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:38:8 ---
95038 | given [T](using m: RefinedType.Mirror[T], ev: Meta[m.IronType]): Meta[T] =
951 | ^
952 | Couldn't resolve a member for the given link query: Meta
953-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:51:8 ---
95451 | given [A, C](using get: Get[A])(using RuntimeConstraint[A, C], Show[A]): Get[A :| C] =
955 | ^
956 | Couldn't resolve a member for the given link query: Get
957-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:62:8 ---
95862 | given [A, C](using put: Put[A])(using RuntimeConstraint[A, C], Show[A]): Put[A :| C] =
959 | ^
960 | Couldn't resolve a member for the given link query: Put
961-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:73:8 ---
96273 | given [A, C](using meta: Meta[A])(using RuntimeConstraint[A, C], Show[A]): Meta[A :| C] =
963 | ^
964 | Couldn't resolve a member for the given link query: Meta
965-- Warning: /build/repo/ciris/src/io.github.iltotore.iron/ciris.scala:13:8 -----
96613 | given [In, A, C](using decoder: ConfigDecoder[In, A], constraint: RuntimeConstraint[A, C]): ConfigDecoder[In, A :| C] =
967 | ^
968 | Couldn't resolve a member for the given link query: ConfigDecoder
969-- Warning: /build/repo/ciris/src/io.github.iltotore.iron/ciris.scala:22:8 -----
97022 | given [In, T](using mirror: RefinedType.Mirror[T], decoder: ConfigDecoder[In, mirror.IronType]): ConfigDecoder[In, T] =
971 | ^
972 | Couldn't resolve a member for the given link query: ConfigDecoder
973-- Warning: /build/repo/jsoniter/src/io/github/iltotore/iron/jsoniter.scala:13:15
97413 | inline given makeCodec[A, B](using
975 | ^
976 | Couldn't resolve a member for the given link query: JsonValueCodec
977-- Warning: /build/repo/jsoniter/src/io/github/iltotore/iron/jsoniter.scala:28:15
97828 | inline given refinedTypeCodec[T](using mirror: RefinedType.Mirror[T], ev: JsonValueCodec[mirror.IronType]): JsonValueCodec[T] =
979 | ^
980 | Couldn't resolve a member for the given link query: JsonValueCodec
981-- Warning: /build/repo/pureconfig/src/io/github/iltotore/iron/pureconfig.scala:15:8
98215 | given [A, C](using reader: ConfigReader[A], constraint: RuntimeConstraint[A, C]): ConfigReader[A :| C] =
983 | ^
984 | Couldn't resolve a member for the given link query: ConfigReader
985-- Warning: /build/repo/scodec/src/io/github/iltotore/iron/scodec.scala:9:7 ----
9869 |object scodec extends ScodecLowPriority:
987 | ^
988 | Couldn't resolve a member for the given link query: Codec
989-- Warning: /build/repo/scodec/src/io/github/iltotore/iron/scodec.scala:25:8 ---
99025 | given [A, B](using codec: Codec[A], constraint: RuntimeConstraint[A, B]): Codec[A :| B] =
991 | ^
992 | Couldn't resolve a member for the given link query: Codec
993-- Warning: /build/repo/skunk/src/io/github/iltotore/iron/skunk.scala:13:8 -----
99413 | def refined[C](using constraint: RuntimeConstraint[A, C]): Codec[A :| C] =
995 | ^
996 | Couldn't resolve a member for the given link query: Codec
997-- Warning: /build/repo/skunk/src/io/github/iltotore/iron/skunk.scala:22:8 -----
99822 | given [A, C](using codec: Codec[A], constraint: RuntimeConstraint[A, C]): Codec[A :| C] =
999 | ^
1000 | Couldn't resolve a member for the given link query: Codec
1001-- Warning: /build/repo/skunk/src/io/github/iltotore/iron/skunk.scala:28:15 ----
100228 | inline given [T](using mirror: RefinedType.Mirror[T], ev: Codec[mirror.IronType]): Codec[T] =
1003 | ^
1004 | Couldn't resolve a member for the given link query: Codec
1005-- Warning: /build/repo/zio/src/io/github/iltotore/iron/zio.scala:15:15 --------
100615 | inline def refineValidation[C](using inline constraint: Constraint[A, C]): Validation[String, A :| C] =
1007 | ^
1008 | Couldn't resolve a member for the given link query: Validation
1009-- Warning: /build/repo/zio/src/io/github/iltotore/iron/zio.scala:30:15 --------
101030 | inline def refineFurtherValidation[C2](using inline constraint: Constraint[A, C2]): Validation[String, A :| (C1 & C2)] =
1011 | ^
1012 | Couldn't resolve a member for the given link query: Validation
1013-- Warning: /build/repo/zio/src/io/github/iltotore/iron/zio.scala:49:8 ---------
101449 | def validation(value: A): Validation[String, ops.T] =
1015 | ^
1016 | Couldn't resolve a member for the given link query: Validation
1017-- Warning: /build/repo/zio/src/io/github/iltotore/iron/zio.scala:57:8 ---------
101857 | def validationAll[F[+_]](wrapper: F[A])(using forEach: ForEach[F]): Validation[InvalidValue[A], F[ops.T]] =
1019 | ^
1020 | Couldn't resolve a member for the given link query: Validation
102166 warnings found
1022-- Warning: /build/repo/out/docs/docJar.dest/static/_docs/index.md -------------
1023/build/repo/out/docs/docJar.dest/static/_docs/index.md: Property `title` will be overridden by project name
1024-- Warning: /build/repo/out/docs/docJar.dest/static/_docs/reference/constraint.md
1025/build/repo/out/docs/docJar.dest/static/_docs/reference/constraint.md: Unable to resolve link 'io.github.iltotore.iron.ops.stringValue'
1026-- Warning: /build/repo/out/docs/docJar.dest/static/_docs/reference/constraint.md
1027/build/repo/out/docs/docJar.dest/static/_docs/reference/constraint.md: Unable to resolve link 'io.github.iltotore.iron.constraint package'
1028-- Warning: /build/repo/out/docs/docJar.dest/static/_docs/reference/constraint.md
1029/build/repo/out/docs/docJar.dest/static/_docs/reference/constraint.md: Unable to resolve link 'io.github.iltotore.iron.constraint.any.!'
1030-- Warning: /build/repo/out/docs/docJar.dest/static/_docs/reference/constraint.md
1031/build/repo/out/docs/docJar.dest/static/_docs/reference/constraint.md: Unable to resolve link 'io.github.iltotore.iron.constraint.collection.Contains'
1032-- Warning: /build/repo/out/docs/docJar.dest/static/_docs/reference/implication.md
1033/build/repo/out/docs/docJar.dest/static/_docs/reference/implication.md: Unable to resolve link 'io.github.iltotore.iron.package.Implication'
1034-- Warning: /build/repo/out/docs/docJar.dest/static/_docs/reference/implication.md
1035/build/repo/out/docs/docJar.dest/static/_docs/reference/implication.md: Unable to resolve link 'io.github.iltotore.iron.ops'
1036-- Warning: /build/repo/out/docs/docJar.dest/static/_docs/reference/implication.md
1037/build/repo/out/docs/docJar.dest/static/_docs/reference/implication.md: Unable to resolve link 'io.github.iltotore.iron.ops'
1038Successfully evaluated docs.docJar
1039Module docs is not a publish module, skipping publishing
1040
1041Starting build for iron-upickle - [12/18]
1042Successfully evaluated upickle.compile
1043Option -classpath was updated
10441 warning found
1045Successfully evaluated upickle.docJar
1046Failed to resolve scalaVersion, assume it's Scala 3 project
1047Failed to resolve scalaVersion, assume it's Scala 3 project
1048[info] compiling 2 Scala sources to /build/repo/out/upickle/test/compile.dest/classes ...
1049[info] done compiling
1050Successfully evaluated upickle.test.compile
1051Module upickle is not a publish module, skipping publishing
1052
1053Starting build for iron-pureconfig - [13/18]
1054Successfully evaluated pureconfig.compile
1055Option -classpath was updated
1056-- Warning: /build/repo/pureconfig/src/io/github/iltotore/iron/pureconfig.scala:15:8
105715 | given [A, C](using reader: ConfigReader[A], constraint: RuntimeConstraint[A, C]): ConfigReader[A :| C] =
1058 | ^
1059 | Couldn't resolve a member for the given link query: ConfigReader
1060-- Warning: /build/repo/pureconfig/src/io/github/iltotore/iron/pureconfig.scala:29:8
106129 | given [A](using mirror: RefinedType.Mirror[A], reader: ConfigReader[mirror.IronType]): ConfigReader[A] =
1062 | ^
1063 | Couldn't resolve a member for the given link query: ConfigReader
10643 warnings found
1065Successfully evaluated pureconfig.docJar
1066Failed to resolve scalaVersion, assume it's Scala 3 project
1067Failed to resolve scalaVersion, assume it's Scala 3 project
1068[info] compiling 2 Scala sources to /build/repo/out/pureconfig/test/compile.dest/classes ...
1069[info] done compiling
1070Successfully evaluated pureconfig.test.compile
1071Module pureconfig is not a publish module, skipping publishing
1072
1073Starting build for iron-scodec - [14/18]
1074Successfully evaluated scodec.compile
1075Option -classpath was updated
1076-- Warning: /build/repo/scodec/src/io/github/iltotore/iron/scodec.scala:9:7 ----
10779 |object scodec extends ScodecLowPriority:
1078 | ^
1079 | Couldn't resolve a member for the given link query: Codec
1080-- Warning: /build/repo/scodec/src/io/github/iltotore/iron/scodec.scala:25:8 ---
108125 | given [A, B](using codec: Codec[A], constraint: RuntimeConstraint[A, B]): Codec[A :| B] =
1082 | ^
1083 | Couldn't resolve a member for the given link query: Codec
10843 warnings found
1085Successfully evaluated scodec.docJar
1086Failed to resolve scalaVersion, assume it's Scala 3 project
1087Failed to resolve scalaVersion, assume it's Scala 3 project
1088[info] compiling 2 Scala sources to /build/repo/out/scodec/test/compile.dest/classes ...
1089[info] done compiling
1090Successfully evaluated scodec.test.compile
1091Module scodec is not a publish module, skipping publishing
1092
1093Starting build for iron-ciris - [15/18]
1094Successfully evaluated ciris.compile
1095Option -classpath was updated
1096-- Warning: /build/repo/ciris/src/io.github.iltotore.iron/ciris.scala:13:8 -----
109713 | given [In, A, C](using decoder: ConfigDecoder[In, A], constraint: RuntimeConstraint[A, C]): ConfigDecoder[In, A :| C] =
1098 | ^
1099 | Couldn't resolve a member for the given link query: ConfigDecoder
1100-- Warning: /build/repo/ciris/src/io.github.iltotore.iron/ciris.scala:22:8 -----
110122 | given [In, T](using mirror: RefinedType.Mirror[T], decoder: ConfigDecoder[In, mirror.IronType]): ConfigDecoder[In, T] =
1102 | ^
1103 | Couldn't resolve a member for the given link query: ConfigDecoder
11043 warnings found
1105Successfully evaluated ciris.docJar
1106Failed to resolve scalaVersion, assume it's Scala 3 project
1107Failed to resolve scalaVersion, assume it's Scala 3 project
1108[info] compiling 2 Scala sources to /build/repo/out/ciris/test/compile.dest/classes ...
1109[info] done compiling
1110Successfully evaluated ciris.test.compile
1111Module ciris is not a publish module, skipping publishing
1112
1113Starting build for iron-circe - [16/18]
1114Successfully evaluated circe.compile
1115Option -classpath was updated
1116-- Warning: /build/repo/circe/src/io/github/iltotore/iron/circe.scala:8:7 ------
11178 |object circe extends CirceLowPriority:
1118 | ^
1119 | Couldn't resolve a member for the given link query: Encoder
1120-- Warning: /build/repo/circe/src/io/github/iltotore/iron/circe.scala:54:8 -----
112154 | given [A, B](using encoder: KeyEncoder[A]): KeyEncoder[A :| B] = encoder.asInstanceOf[KeyEncoder[A :| B]]
1122 | ^
1123 | Couldn't resolve a member for the given link query: KeyEncoder
1124-- Warning: /build/repo/circe/src/io/github/iltotore/iron/circe.scala:37:8 -----
112537 | given [A, B](using encoder: Encoder[A]): Encoder[A :| B] = encoder.asInstanceOf[Encoder[A :| B]]
1126 | ^
1127 | Couldn't resolve a member for the given link query: Encoder
1128-- Warning: /build/repo/circe/src/io/github/iltotore/iron/circe.scala:45:8 -----
112945 | given [A, B](using decoder: KeyDecoder[A], constraint: RuntimeConstraint[A, B]): KeyDecoder[A :| B] =
1130 | ^
1131 | Couldn't resolve a member for the given link query: KeyDecoder
1132-- Warning: /build/repo/circe/src/io/github/iltotore/iron/circe.scala:29:8 -----
113329 | given [A, B](using decoder: Decoder[A], constraint: RuntimeConstraint[A, B]): Decoder[A :| B] =
1134 | ^
1135 | Couldn't resolve a member for the given link query: Decoder
11366 warnings found
1137Successfully evaluated circe.docJar
1138Failed to resolve scalaVersion, assume it's Scala 3 project
1139Failed to resolve scalaVersion, assume it's Scala 3 project
1140[info] compiling 2 Scala sources to /build/repo/out/circe/test/compile.dest/classes ...
1141[info] done compiling
1142Successfully evaluated circe.test.compile
1143Module circe is not a publish module, skipping publishing
1144
1145Starting build for iron-zio - [17/18]
1146Successfully evaluated zio.compile
1147Option -classpath was updated
1148-- Warning: /build/repo/zio/src/io/github/iltotore/iron/zio.scala:15:15 --------
114915 | inline def refineValidation[C](using inline constraint: Constraint[A, C]): Validation[String, A :| C] =
1150 | ^
1151 | Couldn't resolve a member for the given link query: Validation
1152-- Warning: /build/repo/zio/src/io/github/iltotore/iron/zio.scala:30:15 --------
115330 | inline def refineFurtherValidation[C2](using inline constraint: Constraint[A, C2]): Validation[String, A :| (C1 & C2)] =
1154 | ^
1155 | Couldn't resolve a member for the given link query: Validation
1156-- Warning: /build/repo/zio/src/io/github/iltotore/iron/zio.scala:49:8 ---------
115749 | def validation(value: A): Validation[String, ops.T] =
1158 | ^
1159 | Couldn't resolve a member for the given link query: Validation
1160-- Warning: /build/repo/zio/src/io/github/iltotore/iron/zio.scala:57:8 ---------
116157 | def validationAll[F[+_]](wrapper: F[A])(using forEach: ForEach[F]): Validation[InvalidValue[A], F[ops.T]] =
1162 | ^
1163 | Couldn't resolve a member for the given link query: Validation
11645 warnings found
1165Successfully evaluated zio.docJar
1166Failed to resolve scalaVersion, assume it's Scala 3 project
1167Failed to resolve scalaVersion, assume it's Scala 3 project
1168[info] compiling 2 Scala sources to /build/repo/out/zio/test/compile.dest/classes ...
1169[info] done compiling
1170Successfully evaluated zio.test.compile
1171Module zio is not a publish module, skipping publishing
1172
1173************************
1174Build summary:
1175[{
1176 "module": "iron-skunk",
1177 "compile": {"status": "ok", "tookMs": 23489, "warnings": 0, "errors": 0},
1178 "doc": {"status": "ok", "tookMs": 5957, "files": 1, "totalSizeKb": 2650},
1179 "test-compile": {"status": "ok", "tookMs": 8698, "warnings": 0, "errors": 0},
1180 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1181 "publish": {"status": "skipped", "tookMs": 0},
1182 "metadata": {
1183 "crossScalaVersions": []
1184}
1185},{
1186 "module": "sandbox",
1187 "compile": {"status": "ok", "tookMs": 473, "warnings": 0, "errors": 0},
1188 "doc": {"status": "ok", "tookMs": 146, "files": 1, "totalSizeKb": 0},
1189 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
1190 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1191 "publish": {"status": "skipped", "tookMs": 0},
1192 "metadata": {
1193 "crossScalaVersions": []
1194}
1195},{
1196 "module": "iron-borer",
1197 "compile": {"status": "ok", "tookMs": 3286, "warnings": 0, "errors": 0},
1198 "doc": {"status": "ok", "tookMs": 2789, "files": 1, "totalSizeKb": 2650},
1199 "test-compile": {"status": "ok", "tookMs": 5326, "warnings": 0, "errors": 0},
1200 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1201 "publish": {"status": "skipped", "tookMs": 0},
1202 "metadata": {
1203 "crossScalaVersions": []
1204}
1205},{
1206 "module": "iron",
1207 "compile": {"status": "ok", "tookMs": 21, "warnings": 0, "errors": 0},
1208 "doc": {"status": "ok", "tookMs": 8515, "files": 1, "totalSizeKb": 3266},
1209 "test-compile": {"status": "ok", "tookMs": 22052, "warnings": 0, "errors": 0},
1210 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1211 "publish": {"status": "skipped", "tookMs": 0},
1212 "metadata": {
1213 "crossScalaVersions": []
1214}
1215},{
1216 "module": "iron-scalacheck",
1217 "compile": {"status": "ok", "tookMs": 9017, "warnings": 0, "errors": 0},
1218 "doc": {"status": "ok", "tookMs": 5365, "files": 1, "totalSizeKb": 2713},
1219 "test-compile": {"status": "ok", "tookMs": 22193, "warnings": 0, "errors": 0},
1220 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1221 "publish": {"status": "skipped", "tookMs": 0},
1222 "metadata": {
1223 "crossScalaVersions": []
1224}
1225},{
1226 "module": "iron-cats",
1227 "compile": {"status": "ok", "tookMs": 38211, "warnings": 0, "errors": 0},
1228 "doc": {"status": "ok", "tookMs": 6810, "files": 1, "totalSizeKb": 2674},
1229 "test-compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["build_.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 39737, "warnings": 0, "errors": 0},
1230 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1231 "publish": {"status": "skipped", "tookMs": 0},
1232 "metadata": {
1233 "crossScalaVersions": []
1234}
1235},{
1236 "module": "iron-doobie",
1237 "compile": {"status": "ok", "tookMs": 6119, "warnings": 0, "errors": 0},
1238 "doc": {"status": "ok", "tookMs": 4712, "files": 1, "totalSizeKb": 2651},
1239 "test-compile": {"status": "ok", "tookMs": 14795, "warnings": 0, "errors": 0},
1240 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1241 "publish": {"status": "skipped", "tookMs": 0},
1242 "metadata": {
1243 "crossScalaVersions": []
1244}
1245},{
1246 "module": "iron-jsoniter",
1247 "compile": {"status": "ok", "tookMs": 3926, "warnings": 0, "errors": 0},
1248 "doc": {"status": "ok", "tookMs": 3619, "files": 1, "totalSizeKb": 2650},
1249 "test-compile": {"status": "ok", "tookMs": 13149, "warnings": 0, "errors": 0},
1250 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1251 "publish": {"status": "skipped", "tookMs": 0},
1252 "metadata": {
1253 "crossScalaVersions": []
1254}
1255},{
1256 "module": "iron-play-json",
1257 "compile": {"status": "ok", "tookMs": 4229, "warnings": 0, "errors": 0},
1258 "doc": {"status": "ok", "tookMs": 3615, "files": 1, "totalSizeKb": 2650},
1259 "test-compile": {"status": "ok", "tookMs": 7729, "warnings": 0, "errors": 0},
1260 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1261 "publish": {"status": "skipped", "tookMs": 0},
1262 "metadata": {
1263 "crossScalaVersions": []
1264}
1265},{
1266 "module": "iron-zio-json",
1267 "compile": {"status": "ok", "tookMs": 4238, "warnings": 0, "errors": 0},
1268 "doc": {"status": "ok", "tookMs": 2811, "files": 1, "totalSizeKb": 2650},
1269 "test-compile": {"status": "ok", "tookMs": 6771, "warnings": 0, "errors": 0},
1270 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1271 "publish": {"status": "skipped", "tookMs": 0},
1272 "metadata": {
1273 "crossScalaVersions": []
1274}
1275},{
1276 "module": "iron-decline",
1277 "compile": {"status": "ok", "tookMs": 4570, "warnings": 0, "errors": 0},
1278 "doc": {"status": "ok", "tookMs": 3844, "files": 1, "totalSizeKb": 2650},
1279 "test-compile": {"status": "ok", "tookMs": 7619, "warnings": 0, "errors": 0},
1280 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1281 "publish": {"status": "skipped", "tookMs": 0},
1282 "metadata": {
1283 "crossScalaVersions": []
1284}
1285},{
1286 "module": "iron-docs",
1287 "compile": {"status": "ok", "tookMs": 1360, "warnings": 0, "errors": 0},
1288 "doc": {"status": "ok", "tookMs": 35571, "files": 1, "totalSizeKb": 3677},
1289 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
1290 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1291 "publish": {"status": "skipped", "tookMs": 0},
1292 "metadata": {
1293 "crossScalaVersions": []
1294}
1295},{
1296 "module": "iron-upickle",
1297 "compile": {"status": "ok", "tookMs": 43, "warnings": 0, "errors": 0},
1298 "doc": {"status": "ok", "tookMs": 3219, "files": 1, "totalSizeKb": 2650},
1299 "test-compile": {"status": "ok", "tookMs": 10195, "warnings": 0, "errors": 0},
1300 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1301 "publish": {"status": "skipped", "tookMs": 0},
1302 "metadata": {
1303 "crossScalaVersions": []
1304}
1305},{
1306 "module": "iron-pureconfig",
1307 "compile": {"status": "ok", "tookMs": 37, "warnings": 0, "errors": 0},
1308 "doc": {"status": "ok", "tookMs": 3692, "files": 1, "totalSizeKb": 2653},
1309 "test-compile": {"status": "ok", "tookMs": 11447, "warnings": 0, "errors": 0},
1310 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1311 "publish": {"status": "skipped", "tookMs": 0},
1312 "metadata": {
1313 "crossScalaVersions": []
1314}
1315},{
1316 "module": "iron-scodec",
1317 "compile": {"status": "ok", "tookMs": 42, "warnings": 0, "errors": 0},
1318 "doc": {"status": "ok", "tookMs": 3483, "files": 1, "totalSizeKb": 2650},
1319 "test-compile": {"status": "ok", "tookMs": 10694, "warnings": 0, "errors": 0},
1320 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1321 "publish": {"status": "skipped", "tookMs": 0},
1322 "metadata": {
1323 "crossScalaVersions": []
1324}
1325},{
1326 "module": "iron-ciris",
1327 "compile": {"status": "ok", "tookMs": 36, "warnings": 0, "errors": 0},
1328 "doc": {"status": "ok", "tookMs": 3474, "files": 1, "totalSizeKb": 2650},
1329 "test-compile": {"status": "ok", "tookMs": 7359, "warnings": 0, "errors": 0},
1330 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1331 "publish": {"status": "skipped", "tookMs": 0},
1332 "metadata": {
1333 "crossScalaVersions": []
1334}
1335},{
1336 "module": "iron-circe",
1337 "compile": {"status": "ok", "tookMs": 49, "warnings": 0, "errors": 0},
1338 "doc": {"status": "ok", "tookMs": 3632, "files": 1, "totalSizeKb": 2651},
1339 "test-compile": {"status": "ok", "tookMs": 6808, "warnings": 0, "errors": 0},
1340 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1341 "publish": {"status": "skipped", "tookMs": 0},
1342 "metadata": {
1343 "crossScalaVersions": []
1344}
1345},{
1346 "module": "iron-zio",
1347 "compile": {"status": "ok", "tookMs": 23, "warnings": 0, "errors": 0},
1348 "doc": {"status": "ok", "tookMs": 4240, "files": 1, "totalSizeKb": 2651},
1349 "test-compile": {"status": "ok", "tookMs": 9877, "warnings": 0, "errors": 0},
1350 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1351 "publish": {"status": "skipped", "tookMs": 0},
1352 "metadata": {
1353 "crossScalaVersions": []
1354}
1355}]
1356************************"
1357
13581 tasks failed
1359runCommunityBuild build_.CommunityBuildCore$Scala3CommunityBuild$ProjectBuildFailureException: 1 module(s) finished with failures: iron-cats