Build Logs
iltotore/iron • scheduled_3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
Errors
127
Warnings
293
Total Lines
1359
1##################################
2Clonning https://github.com/iltotore/iron.git into /build/repo using revision v3.2.2
3##################################
4Note: switching to '375692d4f5b0879b9e7020879adf95902a42c77c'.
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-20260102-32e416e-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-20260102-32e416e-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-20260102-32e416e-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 92 72.6M 92 67.0M 0 0 114M 0 --:--:-- --:--:-- --:--:-- 114M
70100 72.6M 100 72.6M 0 0 118M 0 --:--:-- --:--:-- --:--:-- 117M
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 _ ============================== 35s
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-doobie - [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/doobie/compile.dest/classes ...
228[info] done compiling
229Successfully evaluated doobie.compile
230Option -classpath was updated
231-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:9:7 ----
2329 |object doobie extends DoobieLowPriority:
233 | ^
234 | Couldn't resolve a member for the given link query: Meta
235-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:18:8 ---
23618 | given [T](using m: RefinedType.Mirror[T], ev: Get[m.IronType]): Get[T] =
237 | ^
238 | Couldn't resolve a member for the given link query: Get
239-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:28:8 ---
24028 | given [T](using m: RefinedType.Mirror[T], ev: Put[m.IronType]): Put[T] =
241 | ^
242 | Couldn't resolve a member for the given link query: Put
243-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:38:8 ---
24438 | given [T](using m: RefinedType.Mirror[T], ev: Meta[m.IronType]): Meta[T] =
245 | ^
246 | Couldn't resolve a member for the given link query: Meta
247-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:73:8 ---
24873 | given [A, C](using meta: Meta[A])(using RuntimeConstraint[A, C], Show[A]): Meta[A :| C] =
249 | ^
250 | Couldn't resolve a member for the given link query: Meta
251-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:62:8 ---
25262 | given [A, C](using put: Put[A])(using RuntimeConstraint[A, C], Show[A]): Put[A :| C] =
253 | ^
254 | Couldn't resolve a member for the given link query: Put
255-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:51:8 ---
25651 | given [A, C](using get: Get[A])(using RuntimeConstraint[A, C], Show[A]): Get[A :| C] =
257 | ^
258 | Couldn't resolve a member for the given link query: Get
2598 warnings found
260Successfully evaluated doobie.docJar
261Failed to resolve scalaVersion, assume it's Scala 3 project
262Failed to resolve scalaVersion, assume it's Scala 3 project
263[info] compiling 2 Scala sources to /build/repo/out/doobie/test/compile.dest/classes ...
264[info] done compiling
265Successfully evaluated doobie.test.compile
266Module doobie is not a publish module, skipping publishing
267
268Starting build for iron - [1/18]
269Successfully evaluated main.compile
270Option -classpath was updated
271-- Warning: /build/repo/main/src/io/github/iltotore/iron/conversion.scala:83:6 -
27283 | def refineFurther[C2](using RuntimeConstraint[A, C2]): A :| (C1 & C2) =
273 | ^
274 | Couldn't resolve a member for the given link query: an
275-- Warning: /build/repo/main/src/io/github/iltotore/iron/conversion.scala:94:6 -
27694 | def refineFurtherUnsafe[C2](using RuntimeConstraint[A, C2]): A :| (C1 & C2) =
277 | ^
278 | Couldn't resolve a member for the given link query: an
279-- Warning: /build/repo/main/src/io/github/iltotore/iron/package.scala:68:13 ---
28068 | inline def refine[B](using inline constraint: Constraint[A, B]): A :| B =
281 | ^
282 | Couldn't resolve a member for the given link query: an
283-- Warning: /build/repo/main/src/io/github/iltotore/iron/package.scala:79:6 ----
28479 | def refineUnsafe[B](using constraint: RuntimeConstraint[A, B]): A :| B =
285 | ^
286 | Couldn't resolve a member for the given link query: an
287-- Warning: /build/repo/main/src/io/github/iltotore/iron/package.scala:121:6 ---
288121 | def refineAllUnsafe[B](using mapLogic: MapLogic[F], rtc: RuntimeConstraint[A, B]): F[A :| B] =
289 | ^
290 | Couldn't resolve a member for the given link query: an
291-- Warning: /build/repo/main/src/io/github/iltotore/iron/Implication.scala:36:8
29236 | given [C1, C2](using C1 <:< C2): (C1 ==> C2) = Implication()
293 | ^
294 | Couldn't resolve a member for the given link query: C1
295-- Warning: /build/repo/main/src/io/github/iltotore/iron/RefinedType.scala:53:6
29653 | def applyUnsafe(value: A): T =
297 | ^
298 | Couldn't resolve a member for the given link query: an
299-- Warning: /build/repo/main/src/io/github/iltotore/iron/constraint/string.scala:25:7
30025 | type Blank = DescribedAs[ForAll[Whitespace], "Should only contain whitespaces"]
301 | ^
302 | Couldn't resolve a member for the given link query: Whitespace
303-- Warning: /build/repo/main/src/io/github/iltotore/iron/constraint/string.scala:31:7
30431 | type Trimmed = DescribedAs[
305 | ^
306 | Couldn't resolve a member for the given link query: Whitespace
30710 warnings found
308Successfully evaluated main.docJar
309Failed to resolve scalaVersion, assume it's Scala 3 project
310Failed to resolve scalaVersion, assume it's Scala 3 project
311[info] compiling 10 Scala sources to /build/repo/out/main/test/compile.dest/classes ...
312[info] done compiling
313Successfully evaluated main.test.compile
314Module main is not a publish module, skipping publishing
315
316Starting build for iron-zio - [2/18]
317Failed to resolve scalaVersion, assume it's Scala 3 project
318[info] compiling 1 Scala source to /build/repo/out/zio/compile.dest/classes ...
319[info] done compiling
320Successfully evaluated zio.compile
321Option -classpath was updated
322-- Warning: /build/repo/zio/src/io/github/iltotore/iron/zio.scala:15:15 --------
32315 | inline def refineValidation[C](using inline constraint: Constraint[A, C]): Validation[String, A :| C] =
324 | ^
325 | Couldn't resolve a member for the given link query: Validation
326-- Warning: /build/repo/zio/src/io/github/iltotore/iron/zio.scala:30:15 --------
32730 | inline def refineFurtherValidation[C2](using inline constraint: Constraint[A, C2]): Validation[String, A :| (C1 & C2)] =
328 | ^
329 | Couldn't resolve a member for the given link query: Validation
330-- Warning: /build/repo/zio/src/io/github/iltotore/iron/zio.scala:49:8 ---------
33149 | def validation(value: A): Validation[String, ops.T] =
332 | ^
333 | Couldn't resolve a member for the given link query: Validation
334-- Warning: /build/repo/zio/src/io/github/iltotore/iron/zio.scala:57:8 ---------
33557 | def validationAll[F[+_]](wrapper: F[A])(using forEach: ForEach[F]): Validation[InvalidValue[A], F[ops.T]] =
336 | ^
337 | Couldn't resolve a member for the given link query: Validation
3385 warnings found
339Successfully evaluated zio.docJar
340Failed to resolve scalaVersion, assume it's Scala 3 project
341Failed to resolve scalaVersion, assume it's Scala 3 project
342[info] compiling 2 Scala sources to /build/repo/out/zio/test/compile.dest/classes ...
343[info] done compiling
344Successfully evaluated zio.test.compile
345Module zio is not a publish module, skipping publishing
346
347Starting build for sandbox - [3/18]
348No test module defined in sandbox
349Failed to resolve scalaVersion, assume it's Scala 3 project
350Successfully evaluated sandbox.compile
351Successfully evaluated sandbox.docJar
352Module sandbox is not a publish module, skipping publishing
353
354Starting build for iron-circe - [4/18]
355Failed to resolve scalaVersion, assume it's Scala 3 project
356[info] compiling 1 Scala source to /build/repo/out/circe/compile.dest/classes ...
357[info] done compiling
358Successfully evaluated circe.compile
359Option -classpath was updated
360-- Warning: /build/repo/circe/src/io/github/iltotore/iron/circe.scala:8:7 ------
3618 |object circe extends CirceLowPriority:
362 | ^
363 | Couldn't resolve a member for the given link query: Encoder
364-- Warning: /build/repo/circe/src/io/github/iltotore/iron/circe.scala:54:8 -----
36554 | given [A, B](using encoder: KeyEncoder[A]): KeyEncoder[A :| B] = encoder.asInstanceOf[KeyEncoder[A :| B]]
366 | ^
367 | Couldn't resolve a member for the given link query: KeyEncoder
368-- Warning: /build/repo/circe/src/io/github/iltotore/iron/circe.scala:37:8 -----
36937 | given [A, B](using encoder: Encoder[A]): Encoder[A :| B] = encoder.asInstanceOf[Encoder[A :| B]]
370 | ^
371 | Couldn't resolve a member for the given link query: Encoder
372-- Warning: /build/repo/circe/src/io/github/iltotore/iron/circe.scala:45:8 -----
37345 | given [A, B](using decoder: KeyDecoder[A], constraint: RuntimeConstraint[A, B]): KeyDecoder[A :| B] =
374 | ^
375 | Couldn't resolve a member for the given link query: KeyDecoder
376-- Warning: /build/repo/circe/src/io/github/iltotore/iron/circe.scala:29:8 -----
37729 | given [A, B](using decoder: Decoder[A], constraint: RuntimeConstraint[A, B]): Decoder[A :| B] =
378 | ^
379 | Couldn't resolve a member for the given link query: Decoder
3806 warnings found
381Successfully evaluated circe.docJar
382Failed to resolve scalaVersion, assume it's Scala 3 project
383Failed to resolve scalaVersion, assume it's Scala 3 project
384[info] compiling 2 Scala sources to /build/repo/out/circe/test/compile.dest/classes ...
385[info] done compiling
386Successfully evaluated circe.test.compile
387Module circe is not a publish module, skipping publishing
388
389Starting build for iron-play-json - [5/18]
390Failed to resolve scalaVersion, assume it's Scala 3 project
391[info] compiling 1 Scala source to /build/repo/out/playJson/compile.dest/classes ...
392[info] done compiling
393Successfully evaluated playJson.compile
394Option -classpath was updated
395-- Warning: /build/repo/playJson/src/io/github/iltotore/iron/playJson.scala:8:7
3968 |object playJson extends PlayJsonLowPriority:
397 | ^
398 | Couldn't resolve a member for the given link query: Writes
399-- Warning: /build/repo/playJson/src/io/github/iltotore/iron/playJson.scala:23:8
40023 | given [A, B](using reads: Reads[A], constraint: RuntimeConstraint[A, B]): Reads[A :| B] =
401 | ^
402 | Couldn't resolve a member for the given link query: Reads
403-- Warning: /build/repo/playJson/src/io/github/iltotore/iron/playJson.scala:34:8
40434 | given [A, B](using writes: Writes[A]): Writes[A :| B] = writes.asInstanceOf[Writes[A :| B]]
405 | ^
406 | Couldn't resolve a member for the given link query: Writes
4074 warnings found
408Successfully evaluated playJson.docJar
409Failed to resolve scalaVersion, assume it's Scala 3 project
410Failed to resolve scalaVersion, assume it's Scala 3 project
411[info] compiling 2 Scala sources to /build/repo/out/playJson/test/compile.dest/classes ...
412[info] done compiling
413Successfully evaluated playJson.test.compile
414Module playJson is not a publish module, skipping publishing
415
416Starting build for iron-cats - [6/18]
417Failed to resolve scalaVersion, assume it's Scala 3 project
418[info] compiling 5 Scala sources to /build/repo/out/cats/compile.dest/classes ...
419[warn] -- [E197] Potential Issue Warning: /build/repo/cats/src/io/github/iltotore/iron/Bounds.scala:39:6
420[warn] 39 | override def shift(value: A): A :| C =
421[warn] | ^
422[warn] | New anonymous class definition will be duplicated at each inline site
423[warn] |
424[warn] | longer explanation available when compiling with `-explain`
425[warn] one warning found
426[info] done compiling
427Successfully evaluated cats.compile
428Option -classpath was updated
429-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:29:8 -------
43029 | def refineNec[C](using constraint: RuntimeConstraint[A, C]): EitherNec[String, A :| C] =
431 | ^
432 | Couldn't resolve a member for the given link query: EitherNec
433-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:39:8 -------
43439 | def refineNel[C](using constraint: RuntimeConstraint[A, C]): EitherNel[String, A :| C] =
435 | ^
436 | Couldn't resolve a member for the given link query: EitherNel
437-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:49:8 -------
43849 | def refineValidated[C](using constraint: RuntimeConstraint[A, C]): Validated[String, A :| C] =
439 | ^
440 | Couldn't resolve a member for the given link query: Validated
441-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:59:8 -------
44259 | def refineValidatedNec[C](using constraint: RuntimeConstraint[A, C]): ValidatedNec[String, A :| C] =
443 | ^
444 | Couldn't resolve a member for the given link query: ValidatedNec
445-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:69:8 -------
44669 | def refineValidatedNel[C](using constraint: RuntimeConstraint[A, C]): ValidatedNel[String, A :| C] =
447 | ^
448 | Couldn't resolve a member for the given link query: ValidatedNel
449-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:81:8 -------
45081 | def refineAllNec[C](using traverse: Traverse[F], constraint: RuntimeConstraint[A, C]): EitherNec[InvalidValue[A], F[A :| C]] =
451 | ^
452 | Couldn't resolve a member for the given link query: NonEmptyChain
453-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:91:8 -------
45491 | def refineAllNel[C](using traverse: Traverse[F], constraint: RuntimeConstraint[A, C]): EitherNel[InvalidValue[A], F[A :| C]] =
455 | ^
456 | Couldn't resolve a member for the given link query: NonEmptyList
457-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:101:8 ------
458101 | def refineAllValidatedNec[C](using traverse: Traverse[F], constraint: RuntimeConstraint[A, C]): ValidatedNec[InvalidValue[A], F[A :| C]] =
459 | ^
460 | Couldn't resolve a member for the given link query: Valid
461-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:112:8 ------
462112 | def refineAllValidatedNel[C](using traverse: Traverse[F], constraint: RuntimeConstraint[A, C]): ValidatedNel[InvalidValue[A], F[A :| C]] =
463 | ^
464 | Couldn't resolve a member for the given link query: Valid
465-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:125:8 ------
466125 | def refineFurtherNec[C2](using constraint: RuntimeConstraint[A, C2]): EitherNec[String, A :| (C1 & C2)] =
467 | ^
468 | Couldn't resolve a member for the given link query: EitherNec
469-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:135:8 ------
470135 | def refineFurtherNel[C2](using constraint: RuntimeConstraint[A, C2]): EitherNel[String, A :| (C1 & C2)] =
471 | ^
472 | Couldn't resolve a member for the given link query: EitherNel
473-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:145:8 ------
474145 | def refineFurtherValidated[C2](using constraint: RuntimeConstraint[A, C2]): Validated[String, A :| (C1 & C2)] =
475 | ^
476 | Couldn't resolve a member for the given link query: Validated
477-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:155:8 ------
478155 | def refineFurtherValidatedNec[C2](using constraint: RuntimeConstraint[A, C2]): ValidatedNec[String, A :| (C1 & C2)] =
479 | ^
480 | Couldn't resolve a member for the given link query: ValidatedNec
481-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:165:8 ------
482165 | def refineFurtherValidatedNel[C2](using constraint: RuntimeConstraint[A, C2]): ValidatedNel[String, A :| (C1 & C2)] =
483 | ^
484 | Couldn't resolve a member for the given link query: ValidatedNel
485-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:177:8 ------
486177 | def refineAllFurtherNec[C2](using
487 | ^
488 | Couldn't resolve a member for the given link query: NonEmptyChain
489-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:190:8 ------
490190 | def refineAllFurtherNel[C2](using
491 | ^
492 | Couldn't resolve a member for the given link query: NonEmptyList
493-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:203:8 ------
494203 | def refineAllFurtherValidatedNec[C2](using
495 | ^
496 | Couldn't resolve a member for the given link query: Valid
497-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:221:8 ------
498221 | def refineAllFurtherValidatedNel[C2](using
499 | ^
500 | Couldn't resolve a member for the given link query: Valid
501-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:241:8 ------
502241 | def eitherNec(value: A): EitherNec[String, ops.T] = ops.either(value).toEitherNec
503 | ^
504 | Couldn't resolve a member for the given link query: EitherNec
505-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:250:8 ------
506250 | def eitherNel(value: A): EitherNel[String, ops.T] = ops.either(value).toEitherNel
507 | ^
508 | Couldn't resolve a member for the given link query: EitherNel
509-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:259:8 ------
510259 | def validated(value: A): Validated[String, ops.T] =
511 | ^
512 | Couldn't resolve a member for the given link query: Validated
513-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:269:8 ------
514269 | def validatedNec(value: A): ValidatedNec[String, ops.T] =
515 | ^
516 | Couldn't resolve a member for the given link query: ValidatedNec
517-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:279:8 ------
518279 | def validatedNel(value: A): ValidatedNel[String, ops.T] =
519 | ^
520 | Couldn't resolve a member for the given link query: ValidatedNel
521-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:289:8 ------
522289 | def eitherAllNec[F[_]](value: F[A])(using Traverse[F]): EitherNec[InvalidValue[A], F[ops.T]] =
523 | ^
524 | Couldn't resolve a member for the given link query: EitherNec
525-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:299:8 ------
526299 | def eitherAllNel[F[_]](value: F[A])(using Traverse[F]): EitherNel[InvalidValue[A], F[ops.T]] =
527 | ^
528 | Couldn't resolve a member for the given link query: EitherNel
529-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:309:8 ------
530309 | def validatedAllNec[F[_]](wrapper: F[A])(using traverse: Traverse[F]): ValidatedNec[InvalidValue[A], F[ops.T]] =
531 | ^
532 | Couldn't resolve a member for the given link query: ValidatedNec
533-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:320:8 ------
534320 | def validatedAllNel[F[_]](wrapper: F[A])(using traverse: Traverse[F]): ValidatedNel[InvalidValue[A], F[ops.T]] =
535 | ^
536 | Couldn't resolve a member for the given link query: ValidatedNel
53728 warnings found
538Successfully evaluated cats.docJar
539Failed to resolve scalaVersion, assume it's Scala 3 project
540Failed to resolve scalaVersion, assume it's Scala 3 project
541[info] compiling 3 Scala sources to /build/repo/out/cats/test/compile.dest/classes ...
542[error] -- [E007] Type Mismatch Error: /build/repo/cats/test/src/io/github/iltotore/iron/CatsSuite.scala:74:77
543[error] 74 | test("pos") - assert(CommutativeSemigroup[Int :| Positive].combine(1, 5) == 6)
544[error] | ^
545[error] | Found: (1 : Int)
546[error] | Required: io.github.iltotore.iron.IronType[Int,
547[error] | io.github.iltotore.iron.constraint.all.Positive]
548[error] |
549[error] | The following import might fix the problem:
550[error] |
551[error] | import io.github.iltotore.iron.autoRefine
552[error] |
553[error] |
554[error] | longer explanation available when compiling with `-explain`
555[error] -- [E007] Type Mismatch Error: /build/repo/cats/test/src/io/github/iltotore/iron/CatsSuite.scala:74:80
556[error] 74 | test("pos") - assert(CommutativeSemigroup[Int :| Positive].combine(1, 5) == 6)
557[error] | ^
558[error] | Found: (5 : Int)
559[error] | Required: io.github.iltotore.iron.IronType[Int,
560[error] | io.github.iltotore.iron.constraint.all.Positive]
561[error] |
562[error] | The following import might fix the problem:
563[error] |
564[error] | import io.github.iltotore.iron.autoRefine
565[error] |
566[error] |
567[error] | longer explanation available when compiling with `-explain`
568[error] -- [E007] Type Mismatch Error: /build/repo/cats/test/src/io/github/iltotore/iron/CatsSuite.scala:75:77
569[error] 75 | test("neg") - assert(CommutativeSemigroup[Int :| Negative].combine(-1, -5) == -6)
570[error] | ^^
571[error] | Found: (-1 : Int)
572[error] | Required: io.github.iltotore.iron.IronType[Int,
573[error] | io.github.iltotore.iron.constraint.all.Negative]
574[error] |
575[error] | The following import might fix the problem:
576[error] |
577[error] | import io.github.iltotore.iron.autoRefine
578[error] |
579[error] |
580[error] | longer explanation available when compiling with `-explain`
581[error] -- [E007] Type Mismatch Error: /build/repo/cats/test/src/io/github/iltotore/iron/CatsSuite.scala:75:81
582[error] 75 | test("neg") - assert(CommutativeSemigroup[Int :| Negative].combine(-1, -5) == -6)
583[error] | ^^
584[error] | Found: (-5 : Int)
585[error] | Required: io.github.iltotore.iron.IronType[Int,
586[error] | io.github.iltotore.iron.constraint.all.Negative]
587[error] |
588[error] | The following import might fix the problem:
589[error] |
590[error] | import io.github.iltotore.iron.autoRefine
591[error] |
592[error] |
593[error] | longer explanation available when compiling with `-explain`
594[error] -- [E007] Type Mismatch Error: /build/repo/cats/test/src/io/github/iltotore/iron/CatsSuite.scala:78:78
595[error] 78 | test("pos") - assert(CommutativeSemigroup[Long :| Positive].combine(1, 5) == 6)
596[error] | ^
597[error] | Found: (1 : Int)
598[error] | Required: io.github.iltotore.iron.IronType[Long,
599[error] | io.github.iltotore.iron.constraint.all.Positive]
600[error] |
601[error] | The following import might make progress towards fixing the problem:
602[error] |
603[error] | import io.github.iltotore.iron.autoRefine
604[error] |
605[error] |
606[error] | longer explanation available when compiling with `-explain`
607[error] -- [E007] Type Mismatch Error: /build/repo/cats/test/src/io/github/iltotore/iron/CatsSuite.scala:78:81
608[error] 78 | test("pos") - assert(CommutativeSemigroup[Long :| Positive].combine(1, 5) == 6)
609[error] | ^
610[error] | Found: (5 : Int)
611[error] | Required: io.github.iltotore.iron.IronType[Long,
612[error] | io.github.iltotore.iron.constraint.all.Positive]
613[error] |
614[error] | The following import might make progress towards fixing the problem:
615[error] |
616[error] | import io.github.iltotore.iron.autoRefine
617[error] |
618[error] |
619[error] | longer explanation available when compiling with `-explain`
620[error] -- [E007] Type Mismatch Error: /build/repo/cats/test/src/io/github/iltotore/iron/CatsSuite.scala:79:78
621[error] 79 | test("neg") - assert(CommutativeSemigroup[Long :| Negative].combine(-1, -5) == -6)
622[error] | ^^
623[error] | Found: (-1 : Int)
624[error] | Required: io.github.iltotore.iron.IronType[Long,
625[error] | io.github.iltotore.iron.constraint.all.Negative]
626[error] |
627[error] | The following import might make progress towards fixing the problem:
628[error] |
629[error] | import io.github.iltotore.iron.autoRefine
630[error] |
631[error] |
632[error] | longer explanation available when compiling with `-explain`
633[error] -- [E007] Type Mismatch Error: /build/repo/cats/test/src/io/github/iltotore/iron/CatsSuite.scala:79:82
634[error] 79 | test("neg") - assert(CommutativeSemigroup[Long :| Negative].combine(-1, -5) == -6)
635[error] | ^^
636[error] | Found: (-5 : Int)
637[error] | Required: io.github.iltotore.iron.IronType[Long,
638[error] | io.github.iltotore.iron.constraint.all.Negative]
639[error] |
640[error] | The following import might make progress towards fixing the problem:
641[error] |
642[error] | import io.github.iltotore.iron.autoRefine
643[error] |
644[error] |
645[error] | longer explanation available when compiling with `-explain`
646[error] -- [E007] Type Mismatch Error: /build/repo/cats/test/src/io/github/iltotore/iron/CatsSuite.scala:82:79
647[error] 82 | test("pos") - assert(CommutativeSemigroup[Float :| Positive].combine(1, 5) == 6)
648[error] | ^
649[error] | Found: (1 : Int)
650[error] | Required: io.github.iltotore.iron.IronType[Float,
651[error] | io.github.iltotore.iron.constraint.all.Positive]
652[error] |
653[error] | The following import might make progress towards fixing the problem:
654[error] |
655[error] | import io.github.iltotore.iron.autoRefine
656[error] |
657[error] |
658[error] | longer explanation available when compiling with `-explain`
659[error] -- [E007] Type Mismatch Error: /build/repo/cats/test/src/io/github/iltotore/iron/CatsSuite.scala:82:82
660[error] 82 | test("pos") - assert(CommutativeSemigroup[Float :| Positive].combine(1, 5) == 6)
661[error] | ^
662[error] | Found: (5 : Int)
663[error] | Required: io.github.iltotore.iron.IronType[Float,
664[error] | io.github.iltotore.iron.constraint.all.Positive]
665[error] |
666[error] | longer explanation available when compiling with `-explain`
667[error] 64 errors found
668Failed to evaluated cats.test.compile: Failure(Compilation failed, None)
669Module cats is not a publish module, skipping publishing
670
671Starting build for iron-decline - [7/18]
672Failed to resolve scalaVersion, assume it's Scala 3 project
673[info] compiling 1 Scala source to /build/repo/out/decline/compile.dest/classes ...
674[info] done compiling
675Successfully evaluated decline.compile
676Option -classpath was updated
677-- Warning: /build/repo/decline/src/io/github/iltotore/iron/decline.scala:13:7 -
67813 |object decline:
679 | ^
680 | Couldn't resolve a member for the given link query: Argument
681-- Warning: /build/repo/decline/src/io/github/iltotore/iron/decline.scala:23:8 -
68223 | given [A, B](using argument: Argument[A], constraint: RuntimeConstraint[A, B]): Argument[A :| B] =
683 | ^
684 | Couldn't resolve a member for the given link query: Argument
685-- Warning: /build/repo/decline/src/io/github/iltotore/iron/decline.scala:41:8 -
68641 | given [T](using mirror: RefinedType.Mirror[T], argument: Argument[mirror.IronType]): Argument[T] =
687 | ^
688 | Couldn't resolve a member for the given link query: Argument
6894 warnings found
690Successfully evaluated decline.docJar
691Failed to resolve scalaVersion, assume it's Scala 3 project
692Failed to resolve scalaVersion, assume it's Scala 3 project
693[info] compiling 2 Scala sources to /build/repo/out/decline/test/compile.dest/classes ...
694[info] done compiling
695Successfully evaluated decline.test.compile
696Module decline is not a publish module, skipping publishing
697
698Starting build for iron-upickle - [8/18]
699Failed to resolve scalaVersion, assume it's Scala 3 project
700[info] compiling 1 Scala source to /build/repo/out/upickle/compile.dest/classes ...
701[info] done compiling
702Successfully evaluated upickle.compile
703Option -classpath was updated
7041 warning found
705Successfully evaluated upickle.docJar
706Failed to resolve scalaVersion, assume it's Scala 3 project
707Failed to resolve scalaVersion, assume it's Scala 3 project
708[info] compiling 2 Scala sources to /build/repo/out/upickle/test/compile.dest/classes ...
709[info] done compiling
710Successfully evaluated upickle.test.compile
711Module upickle is not a publish module, skipping publishing
712
713Starting build for iron-pureconfig - [9/18]
714Failed to resolve scalaVersion, assume it's Scala 3 project
715[info] compiling 1 Scala source to /build/repo/out/pureconfig/compile.dest/classes ...
716[info] done compiling
717Successfully evaluated pureconfig.compile
718Option -classpath was updated
719-- Warning: /build/repo/pureconfig/src/io/github/iltotore/iron/pureconfig.scala:15:8
72015 | given [A, C](using reader: ConfigReader[A], constraint: RuntimeConstraint[A, C]): ConfigReader[A :| C] =
721 | ^
722 | Couldn't resolve a member for the given link query: ConfigReader
723-- Warning: /build/repo/pureconfig/src/io/github/iltotore/iron/pureconfig.scala:29:8
72429 | given [A](using mirror: RefinedType.Mirror[A], reader: ConfigReader[mirror.IronType]): ConfigReader[A] =
725 | ^
726 | Couldn't resolve a member for the given link query: ConfigReader
7273 warnings found
728Successfully evaluated pureconfig.docJar
729Failed to resolve scalaVersion, assume it's Scala 3 project
730Failed to resolve scalaVersion, assume it's Scala 3 project
731[info] compiling 2 Scala sources to /build/repo/out/pureconfig/test/compile.dest/classes ...
732[info] done compiling
733Successfully evaluated pureconfig.test.compile
734Module pureconfig is not a publish module, skipping publishing
735
736Starting build for iron-jsoniter - [10/18]
737Failed to resolve scalaVersion, assume it's Scala 3 project
738[info] compiling 1 Scala source to /build/repo/out/jsoniter/compile.dest/classes ...
739[warn] -- [E197] Potential Issue Warning: /build/repo/jsoniter/src/io/github/iltotore/iron/jsoniter.scala:17:4
740[warn] 17 | private val codec = JsonCodecMaker.make[A](config)
741[warn] | ^
742[warn] | New anonymous class definition will be duplicated at each inline site
743[warn] |
744[warn] | longer explanation available when compiling with `-explain`
745[warn] one warning found
746[info] done compiling
747Successfully evaluated jsoniter.compile
748Option -classpath was updated
749-- Warning: /build/repo/jsoniter/src/io/github/iltotore/iron/jsoniter.scala:13:15
75013 | inline given makeCodec[A, B](using
751 | ^
752 | Couldn't resolve a member for the given link query: JsonValueCodec
753-- Warning: /build/repo/jsoniter/src/io/github/iltotore/iron/jsoniter.scala:28:15
75428 | inline given refinedTypeCodec[T](using mirror: RefinedType.Mirror[T], ev: JsonValueCodec[mirror.IronType]): JsonValueCodec[T] =
755 | ^
756 | Couldn't resolve a member for the given link query: JsonValueCodec
7573 warnings found
758Successfully evaluated jsoniter.docJar
759Failed to resolve scalaVersion, assume it's Scala 3 project
760Failed to resolve scalaVersion, assume it's Scala 3 project
761[info] compiling 4 Scala sources to /build/repo/out/jsoniter/test/compile.dest/classes ...
762[info] done compiling
763Successfully evaluated jsoniter.test.compile
764Module jsoniter is not a publish module, skipping publishing
765
766Starting build for iron-borer - [11/18]
767Failed to resolve scalaVersion, assume it's Scala 3 project
768[info] compiling 1 Scala source to /build/repo/out/borer/compile.dest/classes ...
769[info] done compiling
770Successfully evaluated borer.compile
771Option -classpath was updated
772-- Warning: /build/repo/borer/src/io/github/iltotore/iron/borer.scala:8:7 ------
7738 |object borer extends BorerLowPriority:
774 | ^
775 | Couldn't resolve a member for the given link query: Encoder
7762 warnings found
777Successfully evaluated borer.docJar
778Failed to resolve scalaVersion, assume it's Scala 3 project
779Failed to resolve scalaVersion, assume it's Scala 3 project
780[info] compiling 2 Scala sources to /build/repo/out/borer/test/compile.dest/classes ...
781[info] done compiling
782Successfully evaluated borer.test.compile
783Module borer is not a publish module, skipping publishing
784
785Starting build for iron-docs - [12/18]
786No test module defined in docs
787Failed to resolve scalaVersion, assume it's Scala 3 project
788Successfully evaluated docs.compile
789Failed to resolve scalaVersion, assume it's Scala 3 project
790Failed to resolve scalaVersion, assume it's Scala 3 project
791Failed to resolve scalaVersion, assume it's Scala 3 project
792Failed to resolve scalaVersion, assume it's Scala 3 project
793Failed to resolve scalaVersion, assume it's Scala 3 project
794[info] compiling 1 Scala source to /build/repo/out/ciris/compile.dest/classes ...
795[info] compiling 10 Scala sources to /build/repo/out/scalacheck/compile.dest/classes ...
796[info] compiling 1 Scala source to /build/repo/out/skunk/compile.dest/classes ...
797[info] compiling 1 Scala source to /build/repo/out/zioJson/compile.dest/classes ...
798[info] done compiling
799[info] done compiling
800[info] done compiling
801[info] compiling 1 Scala source to /build/repo/out/scodec/compile.dest/classes ...
802[info] done compiling
803[info] done compiling
804Option -classpath was updated
805-- Warning: /build/repo/main/src/io/github/iltotore/iron/conversion.scala:83:6 -
80683 | def refineFurther[C2](using RuntimeConstraint[A, C2]): A :| (C1 & C2) =
807 | ^
808 | Couldn't resolve a member for the given link query: an
809-- Warning: /build/repo/main/src/io/github/iltotore/iron/conversion.scala:94:6 -
81094 | def refineFurtherUnsafe[C2](using RuntimeConstraint[A, C2]): A :| (C1 & C2) =
811 | ^
812 | Couldn't resolve a member for the given link query: an
813-- Warning: /build/repo/main/src/io/github/iltotore/iron/package.scala:68:13 ---
81468 | inline def refine[B](using inline constraint: Constraint[A, B]): A :| B =
815 | ^
816 | Couldn't resolve a member for the given link query: an
817-- Warning: /build/repo/main/src/io/github/iltotore/iron/package.scala:79:6 ----
81879 | def refineUnsafe[B](using constraint: RuntimeConstraint[A, B]): A :| B =
819 | ^
820 | Couldn't resolve a member for the given link query: an
821-- Warning: /build/repo/main/src/io/github/iltotore/iron/package.scala:121:6 ---
822121 | def refineAllUnsafe[B](using mapLogic: MapLogic[F], rtc: RuntimeConstraint[A, B]): F[A :| B] =
823 | ^
824 | Couldn't resolve a member for the given link query: an
825-- Warning: /build/repo/main/src/io/github/iltotore/iron/Implication.scala:36:8
82636 | given [C1, C2](using C1 <:< C2): (C1 ==> C2) = Implication()
827 | ^
828 | Couldn't resolve a member for the given link query: C1
829-- Warning: /build/repo/main/src/io/github/iltotore/iron/RefinedType.scala:53:6
83053 | def applyUnsafe(value: A): T =
831 | ^
832 | Couldn't resolve a member for the given link query: an
833-- Warning: /build/repo/main/src/io/github/iltotore/iron/constraint/string.scala:25:7
83425 | type Blank = DescribedAs[ForAll[Whitespace], "Should only contain whitespaces"]
835 | ^
836 | Couldn't resolve a member for the given link query: Whitespace
837-- Warning: /build/repo/main/src/io/github/iltotore/iron/constraint/string.scala:31:7
83831 | type Trimmed = DescribedAs[
839 | ^
840 | Couldn't resolve a member for the given link query: Whitespace
841-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:29:8 -------
84229 | def refineNec[C](using constraint: RuntimeConstraint[A, C]): EitherNec[String, A :| C] =
843 | ^
844 | Couldn't resolve a member for the given link query: EitherNec
845-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:39:8 -------
84639 | def refineNel[C](using constraint: RuntimeConstraint[A, C]): EitherNel[String, A :| C] =
847 | ^
848 | Couldn't resolve a member for the given link query: EitherNel
849-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:49:8 -------
85049 | def refineValidated[C](using constraint: RuntimeConstraint[A, C]): Validated[String, A :| C] =
851 | ^
852 | Couldn't resolve a member for the given link query: Validated
853-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:59:8 -------
85459 | def refineValidatedNec[C](using constraint: RuntimeConstraint[A, C]): ValidatedNec[String, A :| C] =
855 | ^
856 | Couldn't resolve a member for the given link query: ValidatedNec
857-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:69:8 -------
85869 | def refineValidatedNel[C](using constraint: RuntimeConstraint[A, C]): ValidatedNel[String, A :| C] =
859 | ^
860 | Couldn't resolve a member for the given link query: ValidatedNel
861-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:81:8 -------
86281 | def refineAllNec[C](using traverse: Traverse[F], constraint: RuntimeConstraint[A, C]): EitherNec[InvalidValue[A], F[A :| C]] =
863 | ^
864 | Couldn't resolve a member for the given link query: NonEmptyChain
865-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:91:8 -------
86691 | def refineAllNel[C](using traverse: Traverse[F], constraint: RuntimeConstraint[A, C]): EitherNel[InvalidValue[A], F[A :| C]] =
867 | ^
868 | Couldn't resolve a member for the given link query: NonEmptyList
869-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:101:8 ------
870101 | def refineAllValidatedNec[C](using traverse: Traverse[F], constraint: RuntimeConstraint[A, C]): ValidatedNec[InvalidValue[A], F[A :| C]] =
871 | ^
872 | Couldn't resolve a member for the given link query: Valid
873-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:112:8 ------
874112 | def refineAllValidatedNel[C](using traverse: Traverse[F], constraint: RuntimeConstraint[A, C]): ValidatedNel[InvalidValue[A], F[A :| C]] =
875 | ^
876 | Couldn't resolve a member for the given link query: Valid
877-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:125:8 ------
878125 | def refineFurtherNec[C2](using constraint: RuntimeConstraint[A, C2]): EitherNec[String, A :| (C1 & C2)] =
879 | ^
880 | Couldn't resolve a member for the given link query: EitherNec
881-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:135:8 ------
882135 | def refineFurtherNel[C2](using constraint: RuntimeConstraint[A, C2]): EitherNel[String, A :| (C1 & C2)] =
883 | ^
884 | Couldn't resolve a member for the given link query: EitherNel
885-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:145:8 ------
886145 | def refineFurtherValidated[C2](using constraint: RuntimeConstraint[A, C2]): Validated[String, A :| (C1 & C2)] =
887 | ^
888 | Couldn't resolve a member for the given link query: Validated
889-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:155:8 ------
890155 | def refineFurtherValidatedNec[C2](using constraint: RuntimeConstraint[A, C2]): ValidatedNec[String, A :| (C1 & C2)] =
891 | ^
892 | Couldn't resolve a member for the given link query: ValidatedNec
893-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:165:8 ------
894165 | def refineFurtherValidatedNel[C2](using constraint: RuntimeConstraint[A, C2]): ValidatedNel[String, A :| (C1 & C2)] =
895 | ^
896 | Couldn't resolve a member for the given link query: ValidatedNel
897-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:177:8 ------
898177 | def refineAllFurtherNec[C2](using
899 | ^
900 | Couldn't resolve a member for the given link query: NonEmptyChain
901-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:190:8 ------
902190 | def refineAllFurtherNel[C2](using
903 | ^
904 | Couldn't resolve a member for the given link query: NonEmptyList
905-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:203:8 ------
906203 | def refineAllFurtherValidatedNec[C2](using
907 | ^
908 | Couldn't resolve a member for the given link query: Valid
909-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:221:8 ------
910221 | def refineAllFurtherValidatedNel[C2](using
911 | ^
912 | Couldn't resolve a member for the given link query: Valid
913-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:241:8 ------
914241 | def eitherNec(value: A): EitherNec[String, ops.T] = ops.either(value).toEitherNec
915 | ^
916 | Couldn't resolve a member for the given link query: EitherNec
917-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:250:8 ------
918250 | def eitherNel(value: A): EitherNel[String, ops.T] = ops.either(value).toEitherNel
919 | ^
920 | Couldn't resolve a member for the given link query: EitherNel
921-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:259:8 ------
922259 | def validated(value: A): Validated[String, ops.T] =
923 | ^
924 | Couldn't resolve a member for the given link query: Validated
925-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:269:8 ------
926269 | def validatedNec(value: A): ValidatedNec[String, ops.T] =
927 | ^
928 | Couldn't resolve a member for the given link query: ValidatedNec
929-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:279:8 ------
930279 | def validatedNel(value: A): ValidatedNel[String, ops.T] =
931 | ^
932 | Couldn't resolve a member for the given link query: ValidatedNel
933-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:289:8 ------
934289 | def eitherAllNec[F[_]](value: F[A])(using Traverse[F]): EitherNec[InvalidValue[A], F[ops.T]] =
935 | ^
936 | Couldn't resolve a member for the given link query: EitherNec
937-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:299:8 ------
938299 | def eitherAllNel[F[_]](value: F[A])(using Traverse[F]): EitherNel[InvalidValue[A], F[ops.T]] =
939 | ^
940 | Couldn't resolve a member for the given link query: EitherNel
941-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:309:8 ------
942309 | def validatedAllNec[F[_]](wrapper: F[A])(using traverse: Traverse[F]): ValidatedNec[InvalidValue[A], F[ops.T]] =
943 | ^
944 | Couldn't resolve a member for the given link query: ValidatedNec
945-- Warning: /build/repo/cats/src/io/github/iltotore/iron/cats.scala:320:8 ------
946320 | def validatedAllNel[F[_]](wrapper: F[A])(using traverse: Traverse[F]): ValidatedNel[InvalidValue[A], F[ops.T]] =
947 | ^
948 | Couldn't resolve a member for the given link query: ValidatedNel
949-- Warning: /build/repo/circe/src/io/github/iltotore/iron/circe.scala:8:7 ------
9508 |object circe extends CirceLowPriority:
951 | ^
952 | Couldn't resolve a member for the given link query: Encoder
953-- Warning: /build/repo/circe/src/io/github/iltotore/iron/circe.scala:37:8 -----
95437 | given [A, B](using encoder: Encoder[A]): Encoder[A :| B] = encoder.asInstanceOf[Encoder[A :| B]]
955 | ^
956 | Couldn't resolve a member for the given link query: Encoder
957-- Warning: /build/repo/circe/src/io/github/iltotore/iron/circe.scala:54:8 -----
95854 | given [A, B](using encoder: KeyEncoder[A]): KeyEncoder[A :| B] = encoder.asInstanceOf[KeyEncoder[A :| B]]
959 | ^
960 | Couldn't resolve a member for the given link query: KeyEncoder
961-- Warning: /build/repo/circe/src/io/github/iltotore/iron/circe.scala:45:8 -----
96245 | given [A, B](using decoder: KeyDecoder[A], constraint: RuntimeConstraint[A, B]): KeyDecoder[A :| B] =
963 | ^
964 | Couldn't resolve a member for the given link query: KeyDecoder
965-- Warning: /build/repo/circe/src/io/github/iltotore/iron/circe.scala:29:8 -----
96629 | given [A, B](using decoder: Decoder[A], constraint: RuntimeConstraint[A, B]): Decoder[A :| B] =
967 | ^
968 | Couldn't resolve a member for the given link query: Decoder
969-- Warning: /build/repo/decline/src/io/github/iltotore/iron/decline.scala:13:7 -
97013 |object decline:
971 | ^
972 | Couldn't resolve a member for the given link query: Argument
973-- Warning: /build/repo/decline/src/io/github/iltotore/iron/decline.scala:23:8 -
97423 | given [A, B](using argument: Argument[A], constraint: RuntimeConstraint[A, B]): Argument[A :| B] =
975 | ^
976 | Couldn't resolve a member for the given link query: Argument
977-- Warning: /build/repo/decline/src/io/github/iltotore/iron/decline.scala:41:8 -
97841 | given [T](using mirror: RefinedType.Mirror[T], argument: Argument[mirror.IronType]): Argument[T] =
979 | ^
980 | Couldn't resolve a member for the given link query: Argument
981-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:9:7 ----
9829 |object doobie extends DoobieLowPriority:
983 | ^
984 | Couldn't resolve a member for the given link query: Meta
985-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:18:8 ---
98618 | given [T](using m: RefinedType.Mirror[T], ev: Get[m.IronType]): Get[T] =
987 | ^
988 | Couldn't resolve a member for the given link query: Get
989-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:28:8 ---
99028 | given [T](using m: RefinedType.Mirror[T], ev: Put[m.IronType]): Put[T] =
991 | ^
992 | Couldn't resolve a member for the given link query: Put
993-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:38:8 ---
99438 | given [T](using m: RefinedType.Mirror[T], ev: Meta[m.IronType]): Meta[T] =
995 | ^
996 | Couldn't resolve a member for the given link query: Meta
997-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:51:8 ---
99851 | given [A, C](using get: Get[A])(using RuntimeConstraint[A, C], Show[A]): Get[A :| C] =
999 | ^
1000 | Couldn't resolve a member for the given link query: Get
1001-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:62:8 ---
100262 | given [A, C](using put: Put[A])(using RuntimeConstraint[A, C], Show[A]): Put[A :| C] =
1003 | ^
1004 | Couldn't resolve a member for the given link query: Put
1005-- Warning: /build/repo/doobie/src/io/github/iltotore/iron/doobie.scala:73:8 ---
100673 | given [A, C](using meta: Meta[A])(using RuntimeConstraint[A, C], Show[A]): Meta[A :| C] =
1007 | ^
1008 | Couldn't resolve a member for the given link query: Meta
1009-- Warning: /build/repo/ciris/src/io.github.iltotore.iron/ciris.scala:13:8 -----
101013 | given [In, A, C](using decoder: ConfigDecoder[In, A], constraint: RuntimeConstraint[A, C]): ConfigDecoder[In, A :| C] =
1011 | ^
1012 | Couldn't resolve a member for the given link query: ConfigDecoder
1013-- Warning: /build/repo/ciris/src/io.github.iltotore.iron/ciris.scala:22:8 -----
101422 | given [In, T](using mirror: RefinedType.Mirror[T], decoder: ConfigDecoder[In, mirror.IronType]): ConfigDecoder[In, T] =
1015 | ^
1016 | Couldn't resolve a member for the given link query: ConfigDecoder
1017-- Warning: /build/repo/jsoniter/src/io/github/iltotore/iron/jsoniter.scala:13:15
101813 | inline given makeCodec[A, B](using
1019 | ^
1020 | Couldn't resolve a member for the given link query: JsonValueCodec
1021-- Warning: /build/repo/jsoniter/src/io/github/iltotore/iron/jsoniter.scala:28:15
102228 | inline given refinedTypeCodec[T](using mirror: RefinedType.Mirror[T], ev: JsonValueCodec[mirror.IronType]): JsonValueCodec[T] =
1023 | ^
1024 | Couldn't resolve a member for the given link query: JsonValueCodec
1025-- Warning: /build/repo/pureconfig/src/io/github/iltotore/iron/pureconfig.scala:15:8
102615 | given [A, C](using reader: ConfigReader[A], constraint: RuntimeConstraint[A, C]): ConfigReader[A :| C] =
1027 | ^
1028 | Couldn't resolve a member for the given link query: ConfigReader
1029-- Warning: /build/repo/scodec/src/io/github/iltotore/iron/scodec.scala:9:7 ----
10309 |object scodec extends ScodecLowPriority:
1031 | ^
1032 | Couldn't resolve a member for the given link query: Codec
1033-- Warning: /build/repo/scodec/src/io/github/iltotore/iron/scodec.scala:25:8 ---
103425 | given [A, B](using codec: Codec[A], constraint: RuntimeConstraint[A, B]): Codec[A :| B] =
1035 | ^
1036 | Couldn't resolve a member for the given link query: Codec
1037-- Warning: /build/repo/skunk/src/io/github/iltotore/iron/skunk.scala:13:8 -----
103813 | def refined[C](using constraint: RuntimeConstraint[A, C]): Codec[A :| C] =
1039 | ^
1040 | Couldn't resolve a member for the given link query: Codec
1041-- Warning: /build/repo/skunk/src/io/github/iltotore/iron/skunk.scala:22:8 -----
104222 | given [A, C](using codec: Codec[A], constraint: RuntimeConstraint[A, C]): Codec[A :| C] =
1043 | ^
1044 | Couldn't resolve a member for the given link query: Codec
1045-- Warning: /build/repo/skunk/src/io/github/iltotore/iron/skunk.scala:28:15 ----
104628 | inline given [T](using mirror: RefinedType.Mirror[T], ev: Codec[mirror.IronType]): Codec[T] =
1047 | ^
1048 | Couldn't resolve a member for the given link query: Codec
1049-- Warning: /build/repo/zio/src/io/github/iltotore/iron/zio.scala:15:15 --------
105015 | inline def refineValidation[C](using inline constraint: Constraint[A, C]): Validation[String, A :| C] =
1051 | ^
1052 | Couldn't resolve a member for the given link query: Validation
1053-- Warning: /build/repo/zio/src/io/github/iltotore/iron/zio.scala:30:15 --------
105430 | inline def refineFurtherValidation[C2](using inline constraint: Constraint[A, C2]): Validation[String, A :| (C1 & C2)] =
1055 | ^
1056 | Couldn't resolve a member for the given link query: Validation
1057-- Warning: /build/repo/zio/src/io/github/iltotore/iron/zio.scala:49:8 ---------
105849 | def validation(value: A): Validation[String, ops.T] =
1059 | ^
1060 | Couldn't resolve a member for the given link query: Validation
1061-- Warning: /build/repo/zio/src/io/github/iltotore/iron/zio.scala:57:8 ---------
106257 | def validationAll[F[+_]](wrapper: F[A])(using forEach: ForEach[F]): Validation[InvalidValue[A], F[ops.T]] =
1063 | ^
1064 | Couldn't resolve a member for the given link query: Validation
106566 warnings found
1066-- Warning: /build/repo/out/docs/docJar.dest/static/_docs/index.md -------------
1067/build/repo/out/docs/docJar.dest/static/_docs/index.md: Property `title` will be overridden by project name
1068-- Warning: /build/repo/out/docs/docJar.dest/static/_docs/reference/constraint.md
1069/build/repo/out/docs/docJar.dest/static/_docs/reference/constraint.md: Unable to resolve link 'io.github.iltotore.iron.ops.stringValue'
1070-- Warning: /build/repo/out/docs/docJar.dest/static/_docs/reference/constraint.md
1071/build/repo/out/docs/docJar.dest/static/_docs/reference/constraint.md: Unable to resolve link 'io.github.iltotore.iron.constraint package'
1072-- Warning: /build/repo/out/docs/docJar.dest/static/_docs/reference/constraint.md
1073/build/repo/out/docs/docJar.dest/static/_docs/reference/constraint.md: Unable to resolve link 'io.github.iltotore.iron.constraint.any.!'
1074-- Warning: /build/repo/out/docs/docJar.dest/static/_docs/reference/constraint.md
1075/build/repo/out/docs/docJar.dest/static/_docs/reference/constraint.md: Unable to resolve link 'io.github.iltotore.iron.constraint.collection.Contains'
1076-- Warning: /build/repo/out/docs/docJar.dest/static/_docs/reference/implication.md
1077/build/repo/out/docs/docJar.dest/static/_docs/reference/implication.md: Unable to resolve link 'io.github.iltotore.iron.package.Implication'
1078-- Warning: /build/repo/out/docs/docJar.dest/static/_docs/reference/implication.md
1079/build/repo/out/docs/docJar.dest/static/_docs/reference/implication.md: Unable to resolve link 'io.github.iltotore.iron.ops'
1080-- Warning: /build/repo/out/docs/docJar.dest/static/_docs/reference/implication.md
1081/build/repo/out/docs/docJar.dest/static/_docs/reference/implication.md: Unable to resolve link 'io.github.iltotore.iron.ops'
1082Successfully evaluated docs.docJar
1083Module docs is not a publish module, skipping publishing
1084
1085Starting build for iron-skunk - [13/18]
1086Successfully evaluated skunk.compile
1087Option -classpath was updated
1088-- Warning: /build/repo/skunk/src/io/github/iltotore/iron/skunk.scala:13:8 -----
108913 | def refined[C](using constraint: RuntimeConstraint[A, C]): Codec[A :| C] =
1090 | ^
1091 | Couldn't resolve a member for the given link query: Codec
1092-- Warning: /build/repo/skunk/src/io/github/iltotore/iron/skunk.scala:22:8 -----
109322 | given [A, C](using codec: Codec[A], constraint: RuntimeConstraint[A, C]): Codec[A :| C] =
1094 | ^
1095 | Couldn't resolve a member for the given link query: Codec
1096-- Warning: /build/repo/skunk/src/io/github/iltotore/iron/skunk.scala:28:15 ----
109728 | inline given [T](using mirror: RefinedType.Mirror[T], ev: Codec[mirror.IronType]): Codec[T] =
1098 | ^
1099 | Couldn't resolve a member for the given link query: Codec
11004 warnings found
1101Successfully evaluated skunk.docJar
1102Failed to resolve scalaVersion, assume it's Scala 3 project
1103Failed to resolve scalaVersion, assume it's Scala 3 project
1104[info] compiling 2 Scala sources to /build/repo/out/skunk/test/compile.dest/classes ...
1105[info] done compiling
1106Successfully evaluated skunk.test.compile
1107Module skunk is not a publish module, skipping publishing
1108
1109Starting build for iron-zio-json - [14/18]
1110Successfully evaluated zioJson.compile
1111Option -classpath was updated
11121 warning found
1113Successfully evaluated zioJson.docJar
1114Failed to resolve scalaVersion, assume it's Scala 3 project
1115Failed to resolve scalaVersion, assume it's Scala 3 project
1116[info] compiling 2 Scala sources to /build/repo/out/zioJson/test/compile.dest/classes ...
1117[info] done compiling
1118Successfully evaluated zioJson.test.compile
1119Module zioJson is not a publish module, skipping publishing
1120
1121Starting build for iron-scalacheck - [15/18]
1122Successfully evaluated scalacheck.compile
1123Option -classpath was updated
11241 warning found
1125Successfully evaluated scalacheck.docJar
1126Failed to resolve scalaVersion, assume it's Scala 3 project
1127Failed to resolve scalaVersion, assume it's Scala 3 project
1128[info] compiling 7 Scala sources to /build/repo/out/scalacheck/test/compile.dest/classes ...
1129[info] done compiling
1130Successfully evaluated scalacheck.test.compile
1131Module scalacheck is not a publish module, skipping publishing
1132
1133Starting build for iron-ciris - [16/18]
1134Successfully evaluated ciris.compile
1135Option -classpath was updated
1136-- Warning: /build/repo/ciris/src/io.github.iltotore.iron/ciris.scala:13:8 -----
113713 | given [In, A, C](using decoder: ConfigDecoder[In, A], constraint: RuntimeConstraint[A, C]): ConfigDecoder[In, A :| C] =
1138 | ^
1139 | Couldn't resolve a member for the given link query: ConfigDecoder
1140-- Warning: /build/repo/ciris/src/io.github.iltotore.iron/ciris.scala:22:8 -----
114122 | given [In, T](using mirror: RefinedType.Mirror[T], decoder: ConfigDecoder[In, mirror.IronType]): ConfigDecoder[In, T] =
1142 | ^
1143 | Couldn't resolve a member for the given link query: ConfigDecoder
11443 warnings found
1145Successfully evaluated ciris.docJar
1146Failed to resolve scalaVersion, assume it's Scala 3 project
1147Failed to resolve scalaVersion, assume it's Scala 3 project
1148[info] compiling 2 Scala sources to /build/repo/out/ciris/test/compile.dest/classes ...
1149[info] done compiling
1150Successfully evaluated ciris.test.compile
1151Module ciris is not a publish module, skipping publishing
1152
1153Starting build for iron-scodec - [17/18]
1154Successfully evaluated scodec.compile
1155Option -classpath was updated
1156-- Warning: /build/repo/scodec/src/io/github/iltotore/iron/scodec.scala:9:7 ----
11579 |object scodec extends ScodecLowPriority:
1158 | ^
1159 | Couldn't resolve a member for the given link query: Codec
1160-- Warning: /build/repo/scodec/src/io/github/iltotore/iron/scodec.scala:25:8 ---
116125 | given [A, B](using codec: Codec[A], constraint: RuntimeConstraint[A, B]): Codec[A :| B] =
1162 | ^
1163 | Couldn't resolve a member for the given link query: Codec
11643 warnings found
1165Successfully evaluated scodec.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/scodec/test/compile.dest/classes ...
1169[info] done compiling
1170Successfully evaluated scodec.test.compile
1171Module scodec is not a publish module, skipping publishing
1172
1173************************
1174Build summary:
1175[{
1176 "module": "iron-doobie",
1177 "compile": {"status": "ok", "tookMs": 23207, "warnings": 0, "errors": 0},
1178 "doc": {"status": "ok", "tookMs": 5824, "files": 1, "totalSizeKb": 2651},
1179 "test-compile": {"status": "ok", "tookMs": 7827, "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": "iron",
1187 "compile": {"status": "ok", "tookMs": 22, "warnings": 0, "errors": 0},
1188 "doc": {"status": "ok", "tookMs": 7670, "files": 1, "totalSizeKb": 3271},
1189 "test-compile": {"status": "ok", "tookMs": 18708, "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-zio",
1197 "compile": {"status": "ok", "tookMs": 5577, "warnings": 0, "errors": 0},
1198 "doc": {"status": "ok", "tookMs": 3915, "files": 1, "totalSizeKb": 2651},
1199 "test-compile": {"status": "ok", "tookMs": 8685, "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": "sandbox",
1207 "compile": {"status": "ok", "tookMs": 447, "warnings": 0, "errors": 0},
1208 "doc": {"status": "ok", "tookMs": 131, "files": 1, "totalSizeKb": 0},
1209 "test-compile": {"status": "skipped", "tookMs": 0, "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-circe",
1217 "compile": {"status": "ok", "tookMs": 4276, "warnings": 0, "errors": 0},
1218 "doc": {"status": "ok", "tookMs": 3502, "files": 1, "totalSizeKb": 2651},
1219 "test-compile": {"status": "ok", "tookMs": 7028, "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-play-json",
1227 "compile": {"status": "ok", "tookMs": 4411, "warnings": 0, "errors": 0},
1228 "doc": {"status": "ok", "tookMs": 3492, "files": 1, "totalSizeKb": 2650},
1229 "test-compile": {"status": "ok", "tookMs": 7050, "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-cats",
1237 "compile": {"status": "ok", "tookMs": 37088, "warnings": 0, "errors": 0},
1238 "doc": {"status": "ok", "tookMs": 7160, "files": 1, "totalSizeKb": 2674},
1239 "test-compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["build_.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 42189, "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-decline",
1247 "compile": {"status": "ok", "tookMs": 5378, "warnings": 0, "errors": 0},
1248 "doc": {"status": "ok", "tookMs": 3745, "files": 1, "totalSizeKb": 2650},
1249 "test-compile": {"status": "ok", "tookMs": 8234, "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-upickle",
1257 "compile": {"status": "ok", "tookMs": 5759, "warnings": 0, "errors": 0},
1258 "doc": {"status": "ok", "tookMs": 2860, "files": 1, "totalSizeKb": 2650},
1259 "test-compile": {"status": "ok", "tookMs": 9777, "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-pureconfig",
1267 "compile": {"status": "ok", "tookMs": 4228, "warnings": 0, "errors": 0},
1268 "doc": {"status": "ok", "tookMs": 3367, "files": 1, "totalSizeKb": 2653},
1269 "test-compile": {"status": "ok", "tookMs": 10391, "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-jsoniter",
1277 "compile": {"status": "ok", "tookMs": 3265, "warnings": 0, "errors": 0},
1278 "doc": {"status": "ok", "tookMs": 3532, "files": 1, "totalSizeKb": 2650},
1279 "test-compile": {"status": "ok", "tookMs": 12615, "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-borer",
1287 "compile": {"status": "ok", "tookMs": 4441, "warnings": 0, "errors": 0},
1288 "doc": {"status": "ok", "tookMs": 3326, "files": 1, "totalSizeKb": 2650},
1289 "test-compile": {"status": "ok", "tookMs": 7153, "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-docs",
1297 "compile": {"status": "ok", "tookMs": 1816, "warnings": 0, "errors": 0},
1298 "doc": {"status": "ok", "tookMs": 31637, "files": 1, "totalSizeKb": 3677},
1299 "test-compile": {"status": "skipped", "tookMs": 0, "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-skunk",
1307 "compile": {"status": "ok", "tookMs": 31, "warnings": 0, "errors": 0},
1308 "doc": {"status": "ok", "tookMs": 3361, "files": 1, "totalSizeKb": 2650},
1309 "test-compile": {"status": "ok", "tookMs": 12515, "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-zio-json",
1317 "compile": {"status": "ok", "tookMs": 38, "warnings": 0, "errors": 0},
1318 "doc": {"status": "ok", "tookMs": 2712, "files": 1, "totalSizeKb": 2650},
1319 "test-compile": {"status": "ok", "tookMs": 6516, "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-scalacheck",
1327 "compile": {"status": "ok", "tookMs": 30, "warnings": 0, "errors": 0},
1328 "doc": {"status": "ok", "tookMs": 5408, "files": 1, "totalSizeKb": 2713},
1329 "test-compile": {"status": "ok", "tookMs": 23743, "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-ciris",
1337 "compile": {"status": "ok", "tookMs": 37, "warnings": 0, "errors": 0},
1338 "doc": {"status": "ok", "tookMs": 3432, "files": 1, "totalSizeKb": 2650},
1339 "test-compile": {"status": "ok", "tookMs": 7310, "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-scodec",
1347 "compile": {"status": "ok", "tookMs": 26, "warnings": 0, "errors": 0},
1348 "doc": {"status": "ok", "tookMs": 3278, "files": 1, "totalSizeKb": 2650},
1349 "test-compile": {"status": "ok", "tookMs": 11005, "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