Build Logs

johnhungerford/generic-schema • top-level-private-defs-PR

Errors

903

Warnings

208

Total Lines

1592

1##################################
2Clonning https://github.com/johnhungerford/generic-schema.git into repo using revision v1.2.0
3##################################
4Note: switching to '9c0a38edae1cf8996e2bfee2990a6f849f81577b'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21----
22Preparing build for 3.7.0-RC1-20250310-f0284d0-SNAPSHOT
23Scala binary version found: 3.7
24Implicitly using source version 3.7-migration
25Scala binary version found: 3.7
26Implicitly using source version 3.7-migration
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
30----
31Starting build for 3.7.0-RC1-20250310-f0284d0-SNAPSHOT
32Execute tests: false
33sbt project found:
34Sbt version 1.5.7 is not supported, minimal supported version is 1.6.2
35Enforcing usage of sbt in version 1.6.2
36No prepare script found for project johnhungerford/generic-schema
37##################################
38Scala version: 3.7.0-RC1-20250310-f0284d0-SNAPSHOT
39Targets: io.github.johnhungerford.generic.schema%core io.github.johnhungerford.generic.schema%gs-circe io.github.johnhungerford.generic.schema%gs-tapir io.github.johnhungerford.generic.schema%gs-upickle
40Project projectConfig: { "tests": "compile-only" }
41##################################
42Using extra scalacOptions: ,-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s
43Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
44[sbt_options] declare -a sbt_options=()
45[process_args] java_version = '17'
46[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
47# Executing command line:
48java
49-Dfile.encoding=UTF-8
50-Dcommunitybuild.scala=3.7.0-RC1-20250310-f0284d0-SNAPSHOT
51-Dcommunitybuild.project.dependencies.add=
52-Xmx7G
53-Xms4G
54-Xss8M
55-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
56-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
57-jar
58/root/.sdkman/candidates/sbt/1.9.6/bin/sbt-launch.jar
59"setCrossScalaVersions 3.7.0-RC1-20250310-f0284d0-SNAPSHOT"
60"++3.7.0-RC1-20250310-f0284d0-SNAPSHOT -v"
61"mapScalacOptions ",-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,""
62"set every credentials := Nil"
63
64moduleMappings
65"runBuild 3.7.0-RC1-20250310-f0284d0-SNAPSHOT """{
66 "tests": "compile-only"
67}""" io.github.johnhungerford.generic.schema%core io.github.johnhungerford.generic.schema%gs-circe io.github.johnhungerford.generic.schema%gs-tapir io.github.johnhungerford.generic.schema%gs-upickle"
68
69[info] [launcher] getting org.scala-sbt sbt 1.6.2 (this may take some time)...
70[info] [launcher] getting Scala 2.12.15 (for sbt)...
71[info] welcome to sbt 1.6.2 (Eclipse Adoptium Java 17.0.8)
72[info] loading settings for project repo-build-build-build from metals.sbt ...
73[info] loading project definition from /build/repo/project/project/project
74[info] loading settings for project repo-build-build from metals.sbt ...
75[info] loading project definition from /build/repo/project/project
76[success] Generated .bloop/repo-build-build.json
77[success] Total time: 1 s, completed Mar 11, 2025, 8:54:01 PM
78[info] loading settings for project repo-build from metals.sbt,plugins.sbt ...
79[info] loading project definition from /build/repo/project
80[success] Total time: 21 s, completed Mar 11, 2025, 8:54:24 PM
81[info] loading settings for project root from build.sbt ...
82[info] resolving key references (13190 settings) ...
83[info] set current project to generic-schema (in build file:/build/repo/)
84[warn] there are 3 keys that are not used by any other settings/tasks:
85[warn]
86[warn] * exampleAppJVM / dockerBaseImage
87[warn] +- /build/repo/build.sbt:92
88[warn] * exampleAppJVM / dockerUpdateLatest
89[warn] +- /build/repo/build.sbt:93
90[warn] * exampleAppJVM / dockerUsername
91[warn] +- /build/repo/build.sbt:94
92[warn]
93[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
94[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
95Execute setCrossScalaVersions: 3.7.0-RC1-20250310-f0284d0-SNAPSHOT
96OpenCB::Changing crossVersion 3.2.1-RC1-bin-20220823-3ad97df-NIGHTLY -> 3.7.0-RC1-20250310-f0284d0-SNAPSHOT in coreJVM/crossScalaVersions
97OpenCB::Limitting incorrect crossVersions List(2.12.15) -> List(3.7.0-RC1-20250310-f0284d0-SNAPSHOT) in coreJVM/crossScalaVersions
98OpenCB::Changing crossVersion 3.2.1-RC1-bin-20220823-3ad97df-NIGHTLY -> 3.7.0-RC1-20250310-f0284d0-SNAPSHOT in gsCirceJS/crossScalaVersions
99OpenCB::Limitting incorrect crossVersions List(2.12.15) -> List(3.7.0-RC1-20250310-f0284d0-SNAPSHOT) in gsCirceJS/crossScalaVersions
100OpenCB::Changing crossVersion 3.2.1-RC1-bin-20220823-3ad97df-NIGHTLY -> 3.7.0-RC1-20250310-f0284d0-SNAPSHOT in exampleAppJVM/crossScalaVersions
101OpenCB::Limitting incorrect crossVersions List(2.12.15) -> List(3.7.0-RC1-20250310-f0284d0-SNAPSHOT) in exampleAppJVM/crossScalaVersions
102OpenCB::Changing crossVersion 3.2.1-RC1-bin-20220823-3ad97df-NIGHTLY -> 3.7.0-RC1-20250310-f0284d0-SNAPSHOT in gsUPickleJS/crossScalaVersions
103OpenCB::Changing crossVersion 3.2.1-RC1-bin-20220823-3ad97df-NIGHTLY -> 3.7.0-RC1-20250310-f0284d0-SNAPSHOT in gsUPickleJVM/crossScalaVersions
104OpenCB::Limitting incorrect crossVersions List(2.12.15) -> List(3.7.0-RC1-20250310-f0284d0-SNAPSHOT) in gsUPickleJVM/crossScalaVersions
105OpenCB::Changing crossVersion 3.2.1-RC1-bin-20220823-3ad97df-NIGHTLY -> 3.7.0-RC1-20250310-f0284d0-SNAPSHOT in gsCirceJVM/crossScalaVersions
106OpenCB::Limitting incorrect crossVersions List(2.12.15) -> List(3.7.0-RC1-20250310-f0284d0-SNAPSHOT) in gsCirceJVM/crossScalaVersions
107OpenCB::Changing crossVersion 3.2.1-RC1-bin-20220823-3ad97df-NIGHTLY -> 3.7.0-RC1-20250310-f0284d0-SNAPSHOT in gsTapirJVM/crossScalaVersions
108OpenCB::Limitting incorrect crossVersions List(2.12.15) -> List(3.7.0-RC1-20250310-f0284d0-SNAPSHOT) in gsTapirJVM/crossScalaVersions
109OpenCB::Changing crossVersion 3.2.1-RC1-bin-20220823-3ad97df-NIGHTLY -> 3.7.0-RC1-20250310-f0284d0-SNAPSHOT in coreMacrosJVM/crossScalaVersions
110OpenCB::Limitting incorrect crossVersions List(2.12.15) -> List(3.7.0-RC1-20250310-f0284d0-SNAPSHOT) in coreMacrosJVM/crossScalaVersions
111OpenCB::Changing crossVersion 3.2.1-RC1-bin-20220823-3ad97df-NIGHTLY -> 3.7.0-RC1-20250310-f0284d0-SNAPSHOT in gsTapirJS/crossScalaVersions
112OpenCB::Limitting incorrect crossVersions List(2.12.15) -> List(3.7.0-RC1-20250310-f0284d0-SNAPSHOT) in gsTapirJS/crossScalaVersions
113OpenCB::Changing crossVersion 3.2.1-RC1-bin-20220823-3ad97df-NIGHTLY -> 3.7.0-RC1-20250310-f0284d0-SNAPSHOT in exampleAppJS/crossScalaVersions
114OpenCB::Limitting incorrect crossVersions List(2.12.15) -> List(3.7.0-RC1-20250310-f0284d0-SNAPSHOT) in exampleAppJS/crossScalaVersions
115OpenCB::Changing crossVersion 3.2.1-RC1-bin-20220823-3ad97df-NIGHTLY -> 3.7.0-RC1-20250310-f0284d0-SNAPSHOT in coreMacrosJS/crossScalaVersions
116OpenCB::Limitting incorrect crossVersions List(2.12.15) -> List(3.7.0-RC1-20250310-f0284d0-SNAPSHOT) in coreMacrosJS/crossScalaVersions
117OpenCB::Changing crossVersion 3.2.1-RC1-bin-20220823-3ad97df-NIGHTLY -> 3.7.0-RC1-20250310-f0284d0-SNAPSHOT in coreJS/crossScalaVersions
118OpenCB::Limitting incorrect crossVersions List(2.12.15) -> List(3.7.0-RC1-20250310-f0284d0-SNAPSHOT) in coreJS/crossScalaVersions
119OpenCB::Limitting incorrect crossVersions List(2.12.15) -> List(3.7.0-RC1-20250310-f0284d0-SNAPSHOT) in gsUPickleJS/crossScalaVersions
120[info] set current project to generic-schema (in build file:/build/repo/)
121[info] Setting Scala version to 3.7.0-RC1-20250310-f0284d0-SNAPSHOT on 12 projects.
122[info] Switching Scala version on:
123[info] coreMacrosJVM (3.7.0-RC1-20250310-f0284d0-SNAPSHOT)
124[info] coreJS (3.7.0-RC1-20250310-f0284d0-SNAPSHOT)
125[info] gsUPickleJVM (3.7.0-RC1-20250310-f0284d0-SNAPSHOT)
126[info] coreJVM (3.7.0-RC1-20250310-f0284d0-SNAPSHOT)
127[info] gsTapirJVM (3.7.0-RC1-20250310-f0284d0-SNAPSHOT)
128[info] coreMacrosJS (3.7.0-RC1-20250310-f0284d0-SNAPSHOT)
129[info] gsTapirJS (3.7.0-RC1-20250310-f0284d0-SNAPSHOT)
130[info] gsCirceJS (3.7.0-RC1-20250310-f0284d0-SNAPSHOT)
131[info] gsUPickleJS (3.7.0-RC1-20250310-f0284d0-SNAPSHOT)
132[info] exampleAppJVM (3.7.0-RC1-20250310-f0284d0-SNAPSHOT)
133[info] exampleAppJS (3.7.0-RC1-20250310-f0284d0-SNAPSHOT)
134[info] gsCirceJVM (3.7.0-RC1-20250310-f0284d0-SNAPSHOT)
135[info] Excluding projects:
136[info] * root (2.12.15)
137[info] Reapplying settings...
138[info] set current project to generic-schema (in build file:/build/repo/)
139Execute mapScalacOptions: ,-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
140[info] Reapplying settings...
141[info] set current project to generic-schema (in build file:/build/repo/)
142[info] Defining Global / credentials, coreJS / credentials and 8 others.
143[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 61 others.
144[info] Run `last` for details.
145[info] Reapplying settings...
146[info] set current project to generic-schema (in build file:/build/repo/)
147[success] Total time: 0 s, completed Mar 11, 2025, 8:54:33 PM
148Build config: {
149 "tests": "compile-only"
150}
151Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
152Starting build...
153Projects: Set(coreMacrosJVM, gsUPickleJVM, coreJVM, gsTapirJVM, gsCirceJVM)
154Starting build for ProjectRef(file:/build/repo/,gsTapirJVM) (gs-tapir)...
155OpenCB::Exclude Scala3 specific scalacOption `-source:3.7-migration` in Scala 2.12.15 module Global
156[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
157[info] Out of 1 candidates we found for org.scala-lang#scala3-library_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
158[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
159[info] Out of 1 candidates we found for org.scala-lang#scala3-compiler_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
160[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
161[info] Out of 1 candidates we found for org.scala-lang#scala3-interfaces;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
162[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
163[info] Out of 1 candidates we found for org.scala-lang#tasty-core_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
164[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
165[info] Out of 1 candidates we found for org.scala-lang#scaladoc_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
166[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
167[info] Out of 1 candidates we found for org.scala-lang#scala3-tasty-inspector_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
168[info] downloading https://scala3.westeurope.cloudapp.azure.com/maven2/3.7.0-RC1-20250310-f0284d0-SNAPSHOT/org/scala-lang/scala3-library_3/3.7.0-RC1-20250310-f0284d0-SNAPSHOT/scala3-library_3-3.7.0-RC1-20250310-f0284d0-SNAPSHOT.jar ...
169[info] downloading https://repo1.maven.org/maven2/org/scalatest/scalatest-core_3/3.2.9/scalatest-core_3-3.2.9.jar ...
170[info] downloading https://repo1.maven.org/maven2/org/scalatest/scalatest-featurespec_3/3.2.9/scalatest-featurespec_3-3.2.9.jar ...
171[info] downloading https://repo1.maven.org/maven2/org/scalatest/scalatest_3/3.2.9/scalatest_3-3.2.9.jar ...
172[info] downloading https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar ...
173[info] downloading https://repo1.maven.org/maven2/org/scalatest/scalatest-flatspec_3/3.2.9/scalatest-flatspec_3-3.2.9.jar ...
174[info] [SUCCESSFUL ] org.scalatest#scalatest_3;3.2.9!scalatest_3.jar(bundle) (63ms)
175[info] [SUCCESSFUL ] org.scalatest#scalatest-featurespec_3;3.2.9!scalatest-featurespec_3.jar(bundle) (62ms)
176[info] downloading https://repo1.maven.org/maven2/org/scalatest/scalatest-freespec_3/3.2.9/scalatest-freespec_3-3.2.9.jar ...
177[info] downloading https://repo1.maven.org/maven2/org/scalatest/scalatest-funsuite_3/3.2.9/scalatest-funsuite_3-3.2.9.jar ...
178[info] [SUCCESSFUL ] org.scalatest#scalatest-flatspec_3;3.2.9!scalatest-flatspec_3.jar(bundle) (67ms)
179[info] downloading https://repo1.maven.org/maven2/org/scalatest/scalatest-funspec_3/3.2.9/scalatest-funspec_3-3.2.9.jar ...
180[info] [SUCCESSFUL ] org.scalatest#scalatest-funspec_3;3.2.9!scalatest-funspec_3.jar(bundle) (20ms)
181[info] downloading https://repo1.maven.org/maven2/org/scalatest/scalatest-propspec_3/3.2.9/scalatest-propspec_3-3.2.9.jar ...
182[info] [SUCCESSFUL ] org.scalatest#scalatest-freespec_3;3.2.9!scalatest-freespec_3.jar(bundle) (29ms)
183[info] [SUCCESSFUL ] org.scalatest#scalatest-funsuite_3;3.2.9!scalatest-funsuite_3.jar(bundle) (28ms)
184[info] downloading https://repo1.maven.org/maven2/org/scalatest/scalatest-wordspec_3/3.2.9/scalatest-wordspec_3-3.2.9.jar ...
185[info] downloading https://repo1.maven.org/maven2/org/scalatest/scalatest-refspec_3/3.2.9/scalatest-refspec_3-3.2.9.jar ...
186[info] [SUCCESSFUL ] org.scalatest#scalatest-propspec_3;3.2.9!scalatest-propspec_3.jar(bundle) (20ms)
187[info] downloading https://repo1.maven.org/maven2/org/scalatest/scalatest-diagrams_3/3.2.9/scalatest-diagrams_3-3.2.9.jar ...
188[info] [SUCCESSFUL ] org.scalatest#scalatest-wordspec_3;3.2.9!scalatest-wordspec_3.jar(bundle) (33ms)
189[info] downloading https://repo1.maven.org/maven2/org/scalatest/scalatest-matchers-core_3/3.2.9/scalatest-matchers-core_3-3.2.9.jar ...
190[info] [SUCCESSFUL ] org.scalatest#scalatest-refspec_3;3.2.9!scalatest-refspec_3.jar(bundle) (38ms)
191[info] downloading https://repo1.maven.org/maven2/org/scalatest/scalatest-shouldmatchers_3/3.2.9/scalatest-shouldmatchers_3-3.2.9.jar ...
192[info] [SUCCESSFUL ] org.scalatest#scalatest-diagrams_3;3.2.9!scalatest-diagrams_3.jar(bundle) (23ms)
193[info] downloading https://repo1.maven.org/maven2/org/scalatest/scalatest-mustmatchers_3/3.2.9/scalatest-mustmatchers_3-3.2.9.jar ...
194[info] [SUCCESSFUL ] org.scalatest#scalatest-core_3;3.2.9!scalatest-core_3.jar(bundle) (143ms)
195[info] downloading https://repo1.maven.org/maven2/org/scalactic/scalactic_3/3.2.9/scalactic_3-3.2.9.jar ...
196[info] [SUCCESSFUL ] org.scalatest#scalatest-shouldmatchers_3;3.2.9!scalatest-shouldmatchers_3.jar(bundle) (18ms)
197[info] downloading https://repo1.maven.org/maven2/org/scalatest/scalatest-compatible/3.2.9/scalatest-compatible-3.2.9.jar ...
198[info] [SUCCESSFUL ] org.scala-lang#scala-library;2.13.16!scala-library.jar (154ms)
199[info] downloading https://repo1.maven.org/maven2/org/scala-lang/modules/scala-xml_3/2.0.0/scala-xml_3-2.0.0.jar ...
200[info] [SUCCESSFUL ] org.scalatest#scalatest-mustmatchers_3;3.2.9!scalatest-mustmatchers_3.jar(bundle) (19ms)
201[info] downloading https://scala3.westeurope.cloudapp.azure.com/maven2/3.7.0-RC1-20250310-f0284d0-SNAPSHOT/org/scala-lang/scala3-compiler_3/3.7.0-RC1-20250310-f0284d0-SNAPSHOT/scala3-compiler_3-3.7.0-RC1-20250310-f0284d0-SNAPSHOT.jar ...
202[info] [SUCCESSFUL ] org.scalatest#scalatest-compatible;3.2.9!scalatest-compatible.jar(bundle) (13ms)
203[info] downloading https://scala3.westeurope.cloudapp.azure.com/maven2/3.7.0-RC1-20250310-f0284d0-SNAPSHOT/org/scala-lang/scala3-interfaces/3.7.0-RC1-20250310-f0284d0-SNAPSHOT/scala3-interfaces-3.7.0-RC1-20250310-f0284d0-SNAPSHOT.jar ...
204[info] [SUCCESSFUL ] org.scala-lang.modules#scala-xml_3;2.0.0!scala-xml_3.jar(bundle) (20ms)
205[info] downloading https://scala3.westeurope.cloudapp.azure.com/maven2/3.7.0-RC1-20250310-f0284d0-SNAPSHOT/org/scala-lang/tasty-core_3/3.7.0-RC1-20250310-f0284d0-SNAPSHOT/tasty-core_3-3.7.0-RC1-20250310-f0284d0-SNAPSHOT.jar ...
206[info] [SUCCESSFUL ] org.scalatest#scalatest-matchers-core_3;3.2.9!scalatest-matchers-core_3.jar(bundle) (49ms)
207[info] downloading https://repo1.maven.org/maven2/org/scala-lang/modules/scala-asm/9.7.1-scala-1/scala-asm-9.7.1-scala-1.jar ...
208[info] [SUCCESSFUL ] org.scala-lang.modules#scala-asm;9.7.1-scala-1!scala-asm.jar (34ms)
209[info] downloading https://repo1.maven.org/maven2/org/scala-sbt/compiler-interface/1.10.7/compiler-interface-1.10.7.jar ...
210[info] [SUCCESSFUL ] org.scalactic#scalactic_3;3.2.9!scalactic_3.jar(bundle) (81ms)
211[info] downloading https://repo1.maven.org/maven2/org/jline/jline-reader/3.27.1/jline-reader-3.27.1.jar ...
212[info] [SUCCESSFUL ] org.scala-sbt#compiler-interface;1.10.7!compiler-interface.jar (16ms)
213[info] downloading https://repo1.maven.org/maven2/org/jline/jline-terminal/3.27.1/jline-terminal-3.27.1.jar ...
214[info] [SUCCESSFUL ] org.jline#jline-reader;3.27.1!jline-reader.jar (17ms)
215[info] downloading https://repo1.maven.org/maven2/org/jline/jline-terminal-jni/3.27.1/jline-terminal-jni-3.27.1.jar ...
216[info] [SUCCESSFUL ] org.jline#jline-terminal;3.27.1!jline-terminal.jar (18ms)
217[info] downloading https://repo1.maven.org/maven2/org/scala-sbt/util-interface/1.10.7/util-interface-1.10.7.jar ...
218[info] [SUCCESSFUL ] org.jline#jline-terminal-jni;3.27.1!jline-terminal-jni.jar (14ms)
219[info] downloading https://repo1.maven.org/maven2/org/jline/jline-native/3.27.1/jline-native-3.27.1.jar ...
220[info] [SUCCESSFUL ] org.scala-sbt#util-interface;1.10.7!util-interface.jar (15ms)
221[info] downloading https://scala3.westeurope.cloudapp.azure.com/maven2/3.7.0-RC1-20250310-f0284d0-SNAPSHOT/org/scala-lang/scaladoc_3/3.7.0-RC1-20250310-f0284d0-SNAPSHOT/scaladoc_3-3.7.0-RC1-20250310-f0284d0-SNAPSHOT.jar ...
222[info] [SUCCESSFUL ] org.jline#jline-native;3.27.1!jline-native.jar (13ms)
223[info] downloading https://scala3.westeurope.cloudapp.azure.com/maven2/3.7.0-RC1-20250310-f0284d0-SNAPSHOT/org/scala-lang/scala3-tasty-inspector_3/3.7.0-RC1-20250310-f0284d0-SNAPSHOT/scala3-tasty-inspector_3-3.7.0-RC1-20250310-f0284d0-SNAPSHOT.jar ...
224[info] [SUCCESSFUL ] org.scala-lang#scala3-interfaces;3.7.0-RC1-20250310-f0284d0-SNAPSHOT!scala3-interfaces.jar (988ms)
225[info] downloading https://repo1.maven.org/maven2/com/vladsch/flexmark/flexmark/0.62.2/flexmark-0.62.2.jar ...
226[info] [SUCCESSFUL ] com.vladsch.flexmark#flexmark;0.62.2!flexmark.jar (18ms)
227[info] downloading https://repo1.maven.org/maven2/com/vladsch/flexmark/flexmark-util-ast/0.62.2/flexmark-util-ast-0.62.2.jar ...
228[info] [SUCCESSFUL ] com.vladsch.flexmark#flexmark-util-ast;0.62.2!flexmark-util-ast.jar (14ms)
229[info] downloading https://repo1.maven.org/maven2/com/vladsch/flexmark/flexmark-util-data/0.62.2/flexmark-util-data-0.62.2.jar ...
230[info] [SUCCESSFUL ] com.vladsch.flexmark#flexmark-util-data;0.62.2!flexmark-util-data.jar (14ms)
231[info] downloading https://repo1.maven.org/maven2/com/vladsch/flexmark/flexmark-util-html/0.62.2/flexmark-util-html-0.62.2.jar ...
232[info] [SUCCESSFUL ] com.vladsch.flexmark#flexmark-util-html;0.62.2!flexmark-util-html.jar (12ms)
233[info] downloading https://repo1.maven.org/maven2/com/vladsch/flexmark/flexmark-ext-anchorlink/0.62.2/flexmark-ext-anchorlink-0.62.2.jar ...
234[info] [SUCCESSFUL ] com.vladsch.flexmark#flexmark-ext-anchorlink;0.62.2!flexmark-ext-anchorlink.jar (11ms)
235[info] downloading https://repo1.maven.org/maven2/com/vladsch/flexmark/flexmark-ext-autolink/0.62.2/flexmark-ext-autolink-0.62.2.jar ...
236[info] [SUCCESSFUL ] com.vladsch.flexmark#flexmark-ext-autolink;0.62.2!flexmark-ext-autolink.jar (14ms)
237[info] downloading https://repo1.maven.org/maven2/com/vladsch/flexmark/flexmark-ext-emoji/0.62.2/flexmark-ext-emoji-0.62.2.jar ...
238[info] [SUCCESSFUL ] com.vladsch.flexmark#flexmark-ext-emoji;0.62.2!flexmark-ext-emoji.jar (13ms)
239[info] downloading https://repo1.maven.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-strikethrough/0.62.2/flexmark-ext-gfm-strikethrough-0.62.2.jar ...
240[info] [SUCCESSFUL ] com.vladsch.flexmark#flexmark-ext-gfm-strikethrough;0.62.2!flexmark-ext-gfm-strikethrough.jar (13ms)
241[info] downloading https://repo1.maven.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-tasklist/0.62.2/flexmark-ext-gfm-tasklist-0.62.2.jar ...
242[info] [SUCCESSFUL ] com.vladsch.flexmark#flexmark-ext-gfm-tasklist;0.62.2!flexmark-ext-gfm-tasklist.jar (12ms)
243[info] downloading https://repo1.maven.org/maven2/com/vladsch/flexmark/flexmark-ext-wikilink/0.62.2/flexmark-ext-wikilink-0.62.2.jar ...
244[info] [SUCCESSFUL ] com.vladsch.flexmark#flexmark-ext-wikilink;0.62.2!flexmark-ext-wikilink.jar (11ms)
245[info] downloading https://repo1.maven.org/maven2/com/vladsch/flexmark/flexmark-ext-tables/0.62.2/flexmark-ext-tables-0.62.2.jar ...
246[info] [SUCCESSFUL ] com.vladsch.flexmark#flexmark-ext-tables;0.62.2!flexmark-ext-tables.jar (12ms)
247[info] downloading https://repo1.maven.org/maven2/com/vladsch/flexmark/flexmark-ext-yaml-front-matter/0.62.2/flexmark-ext-yaml-front-matter-0.62.2.jar ...
248[info] [SUCCESSFUL ] com.vladsch.flexmark#flexmark-ext-yaml-front-matter;0.62.2!flexmark-ext-yaml-front-matter.jar (14ms)
249[info] downloading https://repo1.maven.org/maven2/nl/big-o/liqp/0.8.2/liqp-0.8.2.jar ...
250[info] [SUCCESSFUL ] nl.big-o#liqp;0.8.2!liqp.jar (24ms)
251[info] downloading https://repo1.maven.org/maven2/org/jsoup/jsoup/1.17.2/jsoup-1.17.2.jar ...
252[info] [SUCCESSFUL ] org.jsoup#jsoup;1.17.2!jsoup.jar (17ms)
253[info] downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.15.1/jackson-dataformat-yaml-2.15.1.jar ...
254[info] [SUCCESSFUL ] org.scala-lang#scala3-tasty-inspector_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT!scala3-tasty-inspector_3.jar (1092ms)
255[info] downloading https://repo1.maven.org/maven2/com/vladsch/flexmark/flexmark-util-builder/0.62.2/flexmark-util-builder-0.62.2.jar ...
256[info] [SUCCESSFUL ] com.fasterxml.jackson.dataformat#jackson-dataformat-yaml;2.15.1!jackson-dataformat-yaml.jar (13ms)
257[info] downloading https://repo1.maven.org/maven2/com/vladsch/flexmark/flexmark-util-collection/0.62.2/flexmark-util-collection-0.62.2.jar ...
258[info] [SUCCESSFUL ] com.vladsch.flexmark#flexmark-util-builder;0.62.2!flexmark-util-builder.jar (14ms)
259[info] downloading https://repo1.maven.org/maven2/com/vladsch/flexmark/flexmark-util-dependency/0.62.2/flexmark-util-dependency-0.62.2.jar ...
260[info] [SUCCESSFUL ] com.vladsch.flexmark#flexmark-util-collection;0.62.2!flexmark-util-collection.jar (13ms)
261[info] downloading https://repo1.maven.org/maven2/com/vladsch/flexmark/flexmark-util-format/0.62.2/flexmark-util-format-0.62.2.jar ...
262[info] [SUCCESSFUL ] com.vladsch.flexmark#flexmark-util-dependency;0.62.2!flexmark-util-dependency.jar (12ms)
263[info] downloading https://repo1.maven.org/maven2/com/vladsch/flexmark/flexmark-util-misc/0.62.2/flexmark-util-misc-0.62.2.jar ...
264[info] [SUCCESSFUL ] com.vladsch.flexmark#flexmark-util-format;0.62.2!flexmark-util-format.jar (13ms)
265[info] downloading https://repo1.maven.org/maven2/com/vladsch/flexmark/flexmark-util-sequence/0.62.2/flexmark-util-sequence-0.62.2.jar ...
266[info] [SUCCESSFUL ] com.vladsch.flexmark#flexmark-util-misc;0.62.2!flexmark-util-misc.jar (14ms)
267[info] downloading https://repo1.maven.org/maven2/com/vladsch/flexmark/flexmark-util-visitor/0.62.2/flexmark-util-visitor-0.62.2.jar ...
268[info] [SUCCESSFUL ] com.vladsch.flexmark#flexmark-util-sequence;0.62.2!flexmark-util-sequence.jar (15ms)
269[info] downloading https://repo1.maven.org/maven2/org/jetbrains/annotations/15.0/annotations-15.0.jar ...
270[info] [SUCCESSFUL ] com.vladsch.flexmark#flexmark-util-visitor;0.62.2!flexmark-util-visitor.jar (13ms)
271[info] downloading https://repo1.maven.org/maven2/com/vladsch/flexmark/flexmark-util/0.62.2/flexmark-util-0.62.2.jar ...
272[info] [SUCCESSFUL ] org.jetbrains#annotations;15.0!annotations.jar (14ms)
273[info] downloading https://repo1.maven.org/maven2/com/vladsch/flexmark/flexmark-util-options/0.62.2/flexmark-util-options-0.62.2.jar ...
274[info] [SUCCESSFUL ] com.vladsch.flexmark#flexmark-util;0.62.2!flexmark-util.jar (14ms)
275[info] downloading https://repo1.maven.org/maven2/org/nibor/autolink/autolink/0.6.0/autolink-0.6.0.jar ...
276[info] [SUCCESSFUL ] com.vladsch.flexmark#flexmark-util-options;0.62.2!flexmark-util-options.jar (10ms)
277[info] downloading https://repo1.maven.org/maven2/com/vladsch/flexmark/flexmark-jira-converter/0.62.2/flexmark-jira-converter-0.62.2.jar ...
278[info] [SUCCESSFUL ] org.nibor.autolink#autolink;0.6.0!autolink.jar (15ms)
279[info] downloading https://repo1.maven.org/maven2/com/vladsch/flexmark/flexmark-ext-ins/0.62.2/flexmark-ext-ins-0.62.2.jar ...
280[info] [SUCCESSFUL ] com.vladsch.flexmark#flexmark-jira-converter;0.62.2!flexmark-jira-converter.jar (14ms)
281[info] downloading https://repo1.maven.org/maven2/com/vladsch/flexmark/flexmark-ext-superscript/0.62.2/flexmark-ext-superscript-0.62.2.jar ...
282[info] [SUCCESSFUL ] com.vladsch.flexmark#flexmark-ext-ins;0.62.2!flexmark-ext-ins.jar (12ms)
283[info] downloading https://repo1.maven.org/maven2/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2.jar ...
284[info] [SUCCESSFUL ] com.vladsch.flexmark#flexmark-ext-superscript;0.62.2!flexmark-ext-superscript.jar (10ms)
285[info] downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.1/jackson-datatype-jsr310-2.12.1.jar ...
286[info] [SUCCESSFUL ] org.antlr#antlr4-runtime;4.7.2!antlr4-runtime.jar (12ms)
287[info] downloading https://repo1.maven.org/maven2/ua/co/k/strftime4j/1.0.5/strftime4j-1.0.5.jar ...
288[info] [SUCCESSFUL ] com.fasterxml.jackson.datatype#jackson-datatype-jsr310;2.12.1!jackson-datatype-jsr310.jar(bundle) (11ms)
289[info] downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.1/jackson-databind-2.15.1.jar ...
290[info] [SUCCESSFUL ] ua.co.k#strftime4j;1.0.5!strftime4j.jar (15ms)
291[info] downloading https://repo1.maven.org/maven2/org/yaml/snakeyaml/2.0/snakeyaml-2.0.jar ...
292[info] [SUCCESSFUL ] org.yaml#snakeyaml;2.0!snakeyaml.jar(bundle) (14ms)
293[info] downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.1/jackson-core-2.15.1.jar ...
294[info] [SUCCESSFUL ] com.fasterxml.jackson.core#jackson-core;2.15.1!jackson-core.jar (19ms)
295[info] downloading https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.15.1/jackson-annotations-2.15.1.jar ...
296[info] [SUCCESSFUL ] com.fasterxml.jackson.core#jackson-annotations;2.15.1!jackson-annotations.jar (14ms)
297[info] [SUCCESSFUL ] org.scala-lang#tasty-core_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT!tasty-core_3.jar (1373ms)
298[info] [SUCCESSFUL ] com.fasterxml.jackson.core#jackson-databind;2.15.1!jackson-databind.jar (107ms)
299[info] [SUCCESSFUL ] org.scala-lang#scala3-library_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT!scala3-library_3.jar (1859ms)
300[info] [SUCCESSFUL ] org.scala-lang#scaladoc_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT!scaladoc_3.jar (2086ms)
301[info] [SUCCESSFUL ] org.scala-lang#scala3-compiler_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT!scala3-compiler_3.jar (2994ms)
302[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
303[info] Out of 1 candidates we found for org.scala-lang#scala3-library_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
304[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
305[info] Out of 1 candidates we found for org.scala-lang#scala3-compiler_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
306[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
307[info] Out of 1 candidates we found for org.scala-lang#scala3-interfaces;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
308[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
309[info] Out of 1 candidates we found for org.scala-lang#tasty-core_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
310[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
311[info] Out of 1 candidates we found for org.scala-lang#scaladoc_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
312[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
313[info] Out of 1 candidates we found for org.scala-lang#scala3-tasty-inspector_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
314[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
315[info] Out of 1 candidates we found for org.scala-lang#scala3-library_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
316[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
317[info] Out of 1 candidates we found for org.scala-lang#scala3-compiler_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
318[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
319[info] Out of 1 candidates we found for org.scala-lang#scala3-interfaces;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
320[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
321[info] Out of 1 candidates we found for org.scala-lang#tasty-core_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
322[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
323[info] Out of 1 candidates we found for org.scala-lang#scaladoc_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
324[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
325[info] Out of 1 candidates we found for org.scala-lang#scala3-tasty-inspector_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
326[info] downloading https://repo1.maven.org/maven2/com/softwaremill/sttp/tapir/tapir-core_3/1.0.2/tapir-core_3-1.0.2.jar ...
327[info] downloading https://repo1.maven.org/maven2/com/softwaremill/sttp/model/core_3/1.5.0/core_3-1.5.0.jar ...
328[info] downloading https://repo1.maven.org/maven2/com/softwaremill/sttp/shared/core_3/1.3.7/core_3-1.3.7.jar ...
329[info] downloading https://repo1.maven.org/maven2/com/softwaremill/sttp/shared/ws_3/1.3.7/ws_3-1.3.7.jar ...
330[info] downloading https://repo1.maven.org/maven2/com/softwaremill/magnolia1_3/magnolia_3/1.1.4/magnolia_3-1.1.4.jar ...
331[info] [SUCCESSFUL ] com.softwaremill.sttp.shared#ws_3;1.3.7!ws_3.jar (28ms)
332[info] [SUCCESSFUL ] com.softwaremill.magnolia1_3#magnolia_3;1.1.4!magnolia_3.jar (31ms)
333[info] [SUCCESSFUL ] com.softwaremill.sttp.model#core_3;1.5.0!core_3.jar (39ms)
334[info] [SUCCESSFUL ] com.softwaremill.sttp.shared#core_3;1.3.7!core_3.jar (40ms)
335[info] [SUCCESSFUL ] com.softwaremill.sttp.tapir#tapir-core_3;1.0.2!tapir-core_3.jar (45ms)
336OpenCB::Would not apply setting `-source:3.7-migration`: Project has predefined source version: Some(-source:3.7-migration)
337Compile scalacOptions: List(-target:jvm-1.8, -source:3.7-migration, -Wconf:msg=can be rewritten automatically under:s)
338[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
339[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
340[info] downloading https://scala3.westeurope.cloudapp.azure.com/maven2/3.7.0-RC1-20250310-f0284d0-SNAPSHOT/org/scala-lang/scala3-sbt-bridge/3.7.0-RC1-20250310-f0284d0-SNAPSHOT/scala3-sbt-bridge-3.7.0-RC1-20250310-f0284d0-SNAPSHOT.jar ...
341[info] [SUCCESSFUL ] org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT!scala3-sbt-bridge.jar (757ms)
342[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
343[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
344[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
345[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
346[info] compiling 1 Scala source to /build/repo/core-macros/jvm/target/scala-3.7.0-RC1-20250310-f0284d0-SNAPSHOT/classes ...
347[warn] bad option '-target:jvm-1.8' was ignored
348[warn] one warning found
349[info] done compiling
350[info] compiling 81 Scala sources to /build/repo/core/jvm/target/scala-3.7.0-RC1-20250310-f0284d0-SNAPSHOT/classes ...
351[warn] bad option '-target:jvm-1.8' was ignored
352[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldGetter.scala:12:110
353[error] 12 | given [ T, F, N <: FieldName, Field <: Field.OrLazy[ T, F, N ], RTail <: Tuple, RVHead, RVTail <: Tuple ] :
354[error] | ^
355[error] | '=>' expected, but ':' found
356[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:30:53
357[error] 30 | given [ N <: FieldName, T, F, S, Tail <: Tuple ] :
358[error] | ^
359[error] | '=>' expected, but ':' found
360[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:16
361[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
362[error] | ^^
363[error] | ']' expected, but '<:' found
364[error] -- Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:41:4
365[error] 41 | FieldRetriever.Aux[ N, LazyField[ T, F, N ] *: Tail, LazyField[ T, F, N ] ] = {
366[error] | ^^^^^^^^^^^^^^
367[error] | indented definitions expected, identifier FieldRetriever found
368[warn] -- Warning: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/ProductSchemaBuilder.scala:96:3
369[warn] 96 | def additionalFields[ NewAF ](
370[warn] | ^
371[warn] | Line is indented too far to the left, or a `}` is missing
372[warn] -- Warning: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/ProductSchemaBuilder.scala:102:3
373[warn] 102 | def construct(
374[warn] | ^
375[warn] | Line is indented too far to the left, or a `}` is missing
376[error] -- [E006] Not Found Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:10
377[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
378[error] | ^^
379[error] | Not found: type lz
380[error] |
381[error] | longer explanation available when compiling with `-explain`
382[error] -- [E006] Not Found Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:14
383[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
384[error] | ^
385[error] | Not found: type N
386[error] |
387[error] | longer explanation available when compiling with `-explain`
388[error] -- [E007] Type Mismatch Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldInjector.scala:23:51
389[error] 23 | val thisRes = injector.inject( fds.head, fvs.head, into )
390[error] | ^^^^^^^^
391[error] |Found: Tuple.Head[R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *:
392[error] | fs]
393[error] |Required: org.hungerford.generic.schema.product.field.Field[t, f, n, s]
394[error] |
395[error] |where: R is a type in method inject with bounds <: Tuple
396[error] | fs is a type in method inject with bounds <: Tuple
397[error] | n is a type in method inject with bounds <: org.hungerford.generic.schema.product.field.FieldName
398[error] |
399[error] |
400[error] |Note: a match type could not be fully reduced:
401[error] |
402[error] | trying to reduce Tuple.Head[
403[error] | R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *: fs]
404[error] | failed since selector R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *: fs
405[error] | does not uniquely determine parameter x in
406[error] | case x *: _ => x
407[error] | The computed bounds for the parameter are:
408[error] | x <: org.hungerford.generic.schema.product.field.Field[t, f, n, s]
409[error] |
410[error] | longer explanation available when compiling with `-explain`
411[error] -- [E007] Type Mismatch Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldInjector.scala:23:61
412[error] 23 | val thisRes = injector.inject( fds.head, fvs.head, into )
413[error] | ^^^^^^^^
414[error] |Found: Tuple.Head[RV & F *: vts]
415[error] |Required: f
416[error] |
417[error] |where: RV is a type in method inject with bounds <: Tuple
418[error] | vts is a type in method inject with bounds <: Tuple
419[error] |
420[error] |
421[error] |Note: a match type could not be fully reduced:
422[error] |
423[error] | trying to reduce Tuple.Head[RV & F *: vts]
424[error] | failed since selector RV & F *: vts
425[error] | does not uniquely determine parameter x in
426[error] | case x *: _ => x
427[error] | The computed bounds for the parameter are:
428[error] | x <: F
429[error] |Note that implicit conversions were not tried because the result of an implicit conversion
430[error] |must be more specific than f
431[error] |
432[error] | longer explanation available when compiling with `-explain`
433[warn] three warnings found
434[error] 8 errors found
435[error] (coreJVM / Compile / compileIncremental) Compilation failed
436[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
437[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
438[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
439[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
440[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
441[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
442[info] compiling 81 Scala sources to /build/repo/core/jvm/target/scala-3.7.0-RC1-20250310-f0284d0-SNAPSHOT/classes ...
443[warn] bad option '-target:jvm-1.8' was ignored
444[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldGetter.scala:12:110
445[error] 12 | given [ T, F, N <: FieldName, Field <: Field.OrLazy[ T, F, N ], RTail <: Tuple, RVHead, RVTail <: Tuple ] :
446[error] | ^
447[error] | '=>' expected, but ':' found
448[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:30:53
449[error] 30 | given [ N <: FieldName, T, F, S, Tail <: Tuple ] :
450[error] | ^
451[error] | '=>' expected, but ':' found
452[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:16
453[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
454[error] | ^^
455[error] | ']' expected, but '<:' found
456[error] -- Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:41:4
457[error] 41 | FieldRetriever.Aux[ N, LazyField[ T, F, N ] *: Tail, LazyField[ T, F, N ] ] = {
458[error] | ^^^^^^^^^^^^^^
459[error] | indented definitions expected, identifier FieldRetriever found
460[warn] -- Warning: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/ProductSchemaBuilder.scala:96:3
461[warn] 96 | def additionalFields[ NewAF ](
462[warn] | ^
463[warn] | Line is indented too far to the left, or a `}` is missing
464[warn] -- Warning: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/ProductSchemaBuilder.scala:102:3
465[warn] 102 | def construct(
466[warn] | ^
467[warn] | Line is indented too far to the left, or a `}` is missing
468[error] -- [E006] Not Found Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:10
469[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
470[error] | ^^
471[error] | Not found: type lz
472[error] |
473[error] | longer explanation available when compiling with `-explain`
474[error] -- [E006] Not Found Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:14
475[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
476[error] | ^
477[error] | Not found: type N
478[error] |
479[error] | longer explanation available when compiling with `-explain`
480[error] -- [E007] Type Mismatch Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldInjector.scala:23:51
481[error] 23 | val thisRes = injector.inject( fds.head, fvs.head, into )
482[error] | ^^^^^^^^
483[error] |Found: Tuple.Head[R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *:
484[error] | fs]
485[error] |Required: org.hungerford.generic.schema.product.field.Field[t, f, n, s]
486[error] |
487[error] |where: R is a type in method inject with bounds <: Tuple
488[error] | fs is a type in method inject with bounds <: Tuple
489[error] | n is a type in method inject with bounds <: org.hungerford.generic.schema.product.field.FieldName
490[error] |
491[error] |
492[error] |Note: a match type could not be fully reduced:
493[error] |
494[error] | trying to reduce Tuple.Head[
495[error] | R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *: fs]
496[error] | failed since selector R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *: fs
497[error] | does not uniquely determine parameter x in
498[error] | case x *: _ => x
499[error] | The computed bounds for the parameter are:
500[error] | x <: org.hungerford.generic.schema.product.field.Field[t, f, n, s]
501[error] |
502[error] | longer explanation available when compiling with `-explain`
503[error] -- [E007] Type Mismatch Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldInjector.scala:23:61
504[error] 23 | val thisRes = injector.inject( fds.head, fvs.head, into )
505[error] | ^^^^^^^^
506[error] |Found: Tuple.Head[RV & F *: vts]
507[error] |Required: f
508[error] |
509[error] |where: RV is a type in method inject with bounds <: Tuple
510[error] | vts is a type in method inject with bounds <: Tuple
511[error] |
512[error] |
513[error] |Note: a match type could not be fully reduced:
514[error] |
515[error] | trying to reduce Tuple.Head[RV & F *: vts]
516[error] | failed since selector RV & F *: vts
517[error] | does not uniquely determine parameter x in
518[error] | case x *: _ => x
519[error] | The computed bounds for the parameter are:
520[error] | x <: F
521[error] |Note that implicit conversions were not tried because the result of an implicit conversion
522[error] |must be more specific than f
523[error] |
524[error] | longer explanation available when compiling with `-explain`
525[warn] three warnings found
526[error] 8 errors found
527[error] (coreJVM / Compile / compileIncremental) Compilation failed
528[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
529[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
530[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
531[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
532[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
533[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
534[info] compiling 81 Scala sources to /build/repo/core/jvm/target/scala-3.7.0-RC1-20250310-f0284d0-SNAPSHOT/classes ...
535[warn] bad option '-target:jvm-1.8' was ignored
536[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldGetter.scala:12:110
537[error] 12 | given [ T, F, N <: FieldName, Field <: Field.OrLazy[ T, F, N ], RTail <: Tuple, RVHead, RVTail <: Tuple ] :
538[error] | ^
539[error] | '=>' expected, but ':' found
540[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:30:53
541[error] 30 | given [ N <: FieldName, T, F, S, Tail <: Tuple ] :
542[error] | ^
543[error] | '=>' expected, but ':' found
544[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:16
545[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
546[error] | ^^
547[error] | ']' expected, but '<:' found
548[error] -- Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:41:4
549[error] 41 | FieldRetriever.Aux[ N, LazyField[ T, F, N ] *: Tail, LazyField[ T, F, N ] ] = {
550[error] | ^^^^^^^^^^^^^^
551[error] | indented definitions expected, identifier FieldRetriever found
552[warn] -- Warning: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/ProductSchemaBuilder.scala:96:3
553[warn] 96 | def additionalFields[ NewAF ](
554[warn] | ^
555[warn] | Line is indented too far to the left, or a `}` is missing
556[warn] -- Warning: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/ProductSchemaBuilder.scala:102:3
557[warn] 102 | def construct(
558[warn] | ^
559[warn] | Line is indented too far to the left, or a `}` is missing
560[error] -- [E006] Not Found Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:10
561[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
562[error] | ^^
563[error] | Not found: type lz
564[error] |
565[error] | longer explanation available when compiling with `-explain`
566[error] -- [E006] Not Found Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:14
567[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
568[error] | ^
569[error] | Not found: type N
570[error] |
571[error] | longer explanation available when compiling with `-explain`
572[error] -- [E007] Type Mismatch Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldInjector.scala:23:51
573[error] 23 | val thisRes = injector.inject( fds.head, fvs.head, into )
574[error] | ^^^^^^^^
575[error] |Found: Tuple.Head[R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *:
576[error] | fs]
577[error] |Required: org.hungerford.generic.schema.product.field.Field[t, f, n, s]
578[error] |
579[error] |where: R is a type in method inject with bounds <: Tuple
580[error] | fs is a type in method inject with bounds <: Tuple
581[error] | n is a type in method inject with bounds <: org.hungerford.generic.schema.product.field.FieldName
582[error] |
583[error] |
584[error] |Note: a match type could not be fully reduced:
585[error] |
586[error] | trying to reduce Tuple.Head[
587[error] | R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *: fs]
588[error] | failed since selector R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *: fs
589[error] | does not uniquely determine parameter x in
590[error] | case x *: _ => x
591[error] | The computed bounds for the parameter are:
592[error] | x <: org.hungerford.generic.schema.product.field.Field[t, f, n, s]
593[error] |
594[error] | longer explanation available when compiling with `-explain`
595[error] -- [E007] Type Mismatch Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldInjector.scala:23:61
596[error] 23 | val thisRes = injector.inject( fds.head, fvs.head, into )
597[error] | ^^^^^^^^
598[error] |Found: Tuple.Head[RV & F *: vts]
599[error] |Required: f
600[error] |
601[error] |where: RV is a type in method inject with bounds <: Tuple
602[error] | vts is a type in method inject with bounds <: Tuple
603[error] |
604[error] |
605[error] |Note: a match type could not be fully reduced:
606[error] |
607[error] | trying to reduce Tuple.Head[RV & F *: vts]
608[error] | failed since selector RV & F *: vts
609[error] | does not uniquely determine parameter x in
610[error] | case x *: _ => x
611[error] | The computed bounds for the parameter are:
612[error] | x <: F
613[error] |Note that implicit conversions were not tried because the result of an implicit conversion
614[error] |must be more specific than f
615[error] |
616[error] | longer explanation available when compiling with `-explain`
617[warn] three warnings found
618[error] 8 errors found
619[error] (coreJVM / Compile / compileIncremental) Compilation failed
620Starting build for ProjectRef(file:/build/repo/,coreMacrosJVM) (core-macros)...
621Compile scalacOptions: List(-target:jvm-1.8, -source:3.7-migration, -Wconf:msg=can be rewritten automatically under:s)
622[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
623[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
624[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
625[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
626[info] Main Scala API documentation to /build/repo/core-macros/jvm/target/scala-3.7.0-RC1-20250310-f0284d0-SNAPSHOT/api...
627[warn] bad option '-target:jvm-1.8' was ignored
628[info] Skipping unused scalacOptions: -Wconf, -source
629[warn] Flag -classpath set repeatedly
630[warn] two warnings found
631[info] Main Scala API documentation successful.
632[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
633[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
634[info] Wrote /build/repo/core-macros/jvm/target/scala-3.7.0-RC1-20250310-f0284d0-SNAPSHOT/core-macros_3-1.1-SNAPSHOT.pom
635[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
636[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
637[info] Main Scala API documentation to /build/repo/core-macros/jvm/target/scala-3.7.0-RC1-20250310-f0284d0-SNAPSHOT/api...
638[warn] bad option '-target:jvm-1.8' was ignored
639[info] Skipping unused scalacOptions: -Wconf, -source
640[warn] Flag -classpath set repeatedly
641[warn] two warnings found
642[info] Main Scala API documentation successful.
643[info] :: delivering :: io.github.johnhungerford.generic.schema#core-macros_3;1.1-SNAPSHOT :: 1.1-SNAPSHOT :: integration :: Tue Mar 11 20:56:21 CET 2025
644[info] delivering ivy file to /build/repo/core-macros/jvm/target/scala-3.7.0-RC1-20250310-f0284d0-SNAPSHOT/ivy-1.1-SNAPSHOT.xml
645[info] published core-macros_3 to /root/.ivy2/local/io.github.johnhungerford.generic.schema/core-macros_3/1.1-SNAPSHOT/poms/core-macros_3.pom
646[info] published core-macros_3 to /root/.ivy2/local/io.github.johnhungerford.generic.schema/core-macros_3/1.1-SNAPSHOT/jars/core-macros_3.jar
647[info] published core-macros_3 to /root/.ivy2/local/io.github.johnhungerford.generic.schema/core-macros_3/1.1-SNAPSHOT/srcs/core-macros_3-sources.jar
648[info] published core-macros_3 to /root/.ivy2/local/io.github.johnhungerford.generic.schema/core-macros_3/1.1-SNAPSHOT/docs/core-macros_3-javadoc.jar
649[info] published ivy to /root/.ivy2/local/io.github.johnhungerford.generic.schema/core-macros_3/1.1-SNAPSHOT/ivys/ivy.xml
650[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
651[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
652[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
653[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
654Starting build for ProjectRef(file:/build/repo/,coreJVM) (core)...
655Compile scalacOptions: List(-target:jvm-1.8, -source:3.7-migration, -Wconf:msg=can be rewritten automatically under:s)
656[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
657[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
658[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
659[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
660[info] compiling 81 Scala sources to /build/repo/core/jvm/target/scala-3.7.0-RC1-20250310-f0284d0-SNAPSHOT/classes ...
661[warn] bad option '-target:jvm-1.8' was ignored
662[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldGetter.scala:12:110
663[error] 12 | given [ T, F, N <: FieldName, Field <: Field.OrLazy[ T, F, N ], RTail <: Tuple, RVHead, RVTail <: Tuple ] :
664[error] | ^
665[error] | '=>' expected, but ':' found
666[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:30:53
667[error] 30 | given [ N <: FieldName, T, F, S, Tail <: Tuple ] :
668[error] | ^
669[error] | '=>' expected, but ':' found
670[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:16
671[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
672[error] | ^^
673[error] | ']' expected, but '<:' found
674[error] -- Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:41:4
675[error] 41 | FieldRetriever.Aux[ N, LazyField[ T, F, N ] *: Tail, LazyField[ T, F, N ] ] = {
676[error] | ^^^^^^^^^^^^^^
677[error] | indented definitions expected, identifier FieldRetriever found
678[warn] -- Warning: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/ProductSchemaBuilder.scala:96:3
679[warn] 96 | def additionalFields[ NewAF ](
680[warn] | ^
681[warn] | Line is indented too far to the left, or a `}` is missing
682[warn] -- Warning: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/ProductSchemaBuilder.scala:102:3
683[warn] 102 | def construct(
684[warn] | ^
685[warn] | Line is indented too far to the left, or a `}` is missing
686[error] -- [E006] Not Found Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:10
687[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
688[error] | ^^
689[error] | Not found: type lz
690[error] |
691[error] | longer explanation available when compiling with `-explain`
692[error] -- [E006] Not Found Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:14
693[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
694[error] | ^
695[error] | Not found: type N
696[error] |
697[error] | longer explanation available when compiling with `-explain`
698[error] -- [E007] Type Mismatch Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldInjector.scala:23:51
699[error] 23 | val thisRes = injector.inject( fds.head, fvs.head, into )
700[error] | ^^^^^^^^
701[error] |Found: Tuple.Head[R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *:
702[error] | fs]
703[error] |Required: org.hungerford.generic.schema.product.field.Field[t, f, n, s]
704[error] |
705[error] |where: R is a type in method inject with bounds <: Tuple
706[error] | fs is a type in method inject with bounds <: Tuple
707[error] | n is a type in method inject with bounds <: org.hungerford.generic.schema.product.field.FieldName
708[error] |
709[error] |
710[error] |Note: a match type could not be fully reduced:
711[error] |
712[error] | trying to reduce Tuple.Head[
713[error] | R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *: fs]
714[error] | failed since selector R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *: fs
715[error] | does not uniquely determine parameter x in
716[error] | case x *: _ => x
717[error] | The computed bounds for the parameter are:
718[error] | x <: org.hungerford.generic.schema.product.field.Field[t, f, n, s]
719[error] |
720[error] | longer explanation available when compiling with `-explain`
721[error] -- [E007] Type Mismatch Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldInjector.scala:23:61
722[error] 23 | val thisRes = injector.inject( fds.head, fvs.head, into )
723[error] | ^^^^^^^^
724[error] |Found: Tuple.Head[RV & F *: vts]
725[error] |Required: f
726[error] |
727[error] |where: RV is a type in method inject with bounds <: Tuple
728[error] | vts is a type in method inject with bounds <: Tuple
729[error] |
730[error] |
731[error] |Note: a match type could not be fully reduced:
732[error] |
733[error] | trying to reduce Tuple.Head[RV & F *: vts]
734[error] | failed since selector RV & F *: vts
735[error] | does not uniquely determine parameter x in
736[error] | case x *: _ => x
737[error] | The computed bounds for the parameter are:
738[error] | x <: F
739[error] |Note that implicit conversions were not tried because the result of an implicit conversion
740[error] |must be more specific than f
741[error] |
742[error] | longer explanation available when compiling with `-explain`
743[warn] three warnings found
744[error] 8 errors found
745[error] (coreJVM / Compile / compileIncremental) Compilation failed
746[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
747[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
748[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
749[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
750[info] compiling 81 Scala sources to /build/repo/core/jvm/target/scala-3.7.0-RC1-20250310-f0284d0-SNAPSHOT/classes ...
751[warn] bad option '-target:jvm-1.8' was ignored
752[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldGetter.scala:12:110
753[error] 12 | given [ T, F, N <: FieldName, Field <: Field.OrLazy[ T, F, N ], RTail <: Tuple, RVHead, RVTail <: Tuple ] :
754[error] | ^
755[error] | '=>' expected, but ':' found
756[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:30:53
757[error] 30 | given [ N <: FieldName, T, F, S, Tail <: Tuple ] :
758[error] | ^
759[error] | '=>' expected, but ':' found
760[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:16
761[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
762[error] | ^^
763[error] | ']' expected, but '<:' found
764[error] -- Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:41:4
765[error] 41 | FieldRetriever.Aux[ N, LazyField[ T, F, N ] *: Tail, LazyField[ T, F, N ] ] = {
766[error] | ^^^^^^^^^^^^^^
767[error] | indented definitions expected, identifier FieldRetriever found
768[warn] -- Warning: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/ProductSchemaBuilder.scala:96:3
769[warn] 96 | def additionalFields[ NewAF ](
770[warn] | ^
771[warn] | Line is indented too far to the left, or a `}` is missing
772[warn] -- Warning: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/ProductSchemaBuilder.scala:102:3
773[warn] 102 | def construct(
774[warn] | ^
775[warn] | Line is indented too far to the left, or a `}` is missing
776[error] -- [E006] Not Found Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:10
777[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
778[error] | ^^
779[error] | Not found: type lz
780[error] |
781[error] | longer explanation available when compiling with `-explain`
782[error] -- [E006] Not Found Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:14
783[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
784[error] | ^
785[error] | Not found: type N
786[error] |
787[error] | longer explanation available when compiling with `-explain`
788[error] -- [E007] Type Mismatch Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldInjector.scala:23:51
789[error] 23 | val thisRes = injector.inject( fds.head, fvs.head, into )
790[error] | ^^^^^^^^
791[error] |Found: Tuple.Head[R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *:
792[error] | fs]
793[error] |Required: org.hungerford.generic.schema.product.field.Field[t, f, n, s]
794[error] |
795[error] |where: R is a type in method inject with bounds <: Tuple
796[error] | fs is a type in method inject with bounds <: Tuple
797[error] | n is a type in method inject with bounds <: org.hungerford.generic.schema.product.field.FieldName
798[error] |
799[error] |
800[error] |Note: a match type could not be fully reduced:
801[error] |
802[error] | trying to reduce Tuple.Head[
803[error] | R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *: fs]
804[error] | failed since selector R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *: fs
805[error] | does not uniquely determine parameter x in
806[error] | case x *: _ => x
807[error] | The computed bounds for the parameter are:
808[error] | x <: org.hungerford.generic.schema.product.field.Field[t, f, n, s]
809[error] |
810[error] | longer explanation available when compiling with `-explain`
811[error] -- [E007] Type Mismatch Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldInjector.scala:23:61
812[error] 23 | val thisRes = injector.inject( fds.head, fvs.head, into )
813[error] | ^^^^^^^^
814[error] |Found: Tuple.Head[RV & F *: vts]
815[error] |Required: f
816[error] |
817[error] |where: RV is a type in method inject with bounds <: Tuple
818[error] | vts is a type in method inject with bounds <: Tuple
819[error] |
820[error] |
821[error] |Note: a match type could not be fully reduced:
822[error] |
823[error] | trying to reduce Tuple.Head[RV & F *: vts]
824[error] | failed since selector RV & F *: vts
825[error] | does not uniquely determine parameter x in
826[error] | case x *: _ => x
827[error] | The computed bounds for the parameter are:
828[error] | x <: F
829[error] |Note that implicit conversions were not tried because the result of an implicit conversion
830[error] |must be more specific than f
831[error] |
832[error] | longer explanation available when compiling with `-explain`
833[warn] three warnings found
834[error] 8 errors found
835[error] (coreJVM / Compile / compileIncremental) Compilation failed
836[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
837[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
838[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
839[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
840[info] compiling 81 Scala sources to /build/repo/core/jvm/target/scala-3.7.0-RC1-20250310-f0284d0-SNAPSHOT/classes ...
841[warn] bad option '-target:jvm-1.8' was ignored
842[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldGetter.scala:12:110
843[error] 12 | given [ T, F, N <: FieldName, Field <: Field.OrLazy[ T, F, N ], RTail <: Tuple, RVHead, RVTail <: Tuple ] :
844[error] | ^
845[error] | '=>' expected, but ':' found
846[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:30:53
847[error] 30 | given [ N <: FieldName, T, F, S, Tail <: Tuple ] :
848[error] | ^
849[error] | '=>' expected, but ':' found
850[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:16
851[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
852[error] | ^^
853[error] | ']' expected, but '<:' found
854[error] -- Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:41:4
855[error] 41 | FieldRetriever.Aux[ N, LazyField[ T, F, N ] *: Tail, LazyField[ T, F, N ] ] = {
856[error] | ^^^^^^^^^^^^^^
857[error] | indented definitions expected, identifier FieldRetriever found
858[warn] -- Warning: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/ProductSchemaBuilder.scala:96:3
859[warn] 96 | def additionalFields[ NewAF ](
860[warn] | ^
861[warn] | Line is indented too far to the left, or a `}` is missing
862[warn] -- Warning: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/ProductSchemaBuilder.scala:102:3
863[warn] 102 | def construct(
864[warn] | ^
865[warn] | Line is indented too far to the left, or a `}` is missing
866[error] -- [E006] Not Found Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:10
867[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
868[error] | ^^
869[error] | Not found: type lz
870[error] |
871[error] | longer explanation available when compiling with `-explain`
872[error] -- [E006] Not Found Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:14
873[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
874[error] | ^
875[error] | Not found: type N
876[error] |
877[error] | longer explanation available when compiling with `-explain`
878[error] -- [E007] Type Mismatch Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldInjector.scala:23:51
879[error] 23 | val thisRes = injector.inject( fds.head, fvs.head, into )
880[error] | ^^^^^^^^
881[error] |Found: Tuple.Head[R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *:
882[error] | fs]
883[error] |Required: org.hungerford.generic.schema.product.field.Field[t, f, n, s]
884[error] |
885[error] |where: R is a type in method inject with bounds <: Tuple
886[error] | fs is a type in method inject with bounds <: Tuple
887[error] | n is a type in method inject with bounds <: org.hungerford.generic.schema.product.field.FieldName
888[error] |
889[error] |
890[error] |Note: a match type could not be fully reduced:
891[error] |
892[error] | trying to reduce Tuple.Head[
893[error] | R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *: fs]
894[error] | failed since selector R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *: fs
895[error] | does not uniquely determine parameter x in
896[error] | case x *: _ => x
897[error] | The computed bounds for the parameter are:
898[error] | x <: org.hungerford.generic.schema.product.field.Field[t, f, n, s]
899[error] |
900[error] | longer explanation available when compiling with `-explain`
901[error] -- [E007] Type Mismatch Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldInjector.scala:23:61
902[error] 23 | val thisRes = injector.inject( fds.head, fvs.head, into )
903[error] | ^^^^^^^^
904[error] |Found: Tuple.Head[RV & F *: vts]
905[error] |Required: f
906[error] |
907[error] |where: RV is a type in method inject with bounds <: Tuple
908[error] | vts is a type in method inject with bounds <: Tuple
909[error] |
910[error] |
911[error] |Note: a match type could not be fully reduced:
912[error] |
913[error] | trying to reduce Tuple.Head[RV & F *: vts]
914[error] | failed since selector RV & F *: vts
915[error] | does not uniquely determine parameter x in
916[error] | case x *: _ => x
917[error] | The computed bounds for the parameter are:
918[error] | x <: F
919[error] |Note that implicit conversions were not tried because the result of an implicit conversion
920[error] |must be more specific than f
921[error] |
922[error] | longer explanation available when compiling with `-explain`
923[warn] three warnings found
924[error] 8 errors found
925[error] (coreJVM / Compile / compileIncremental) Compilation failed
926Starting build for ProjectRef(file:/build/repo/,gsCirceJVM) (gs-circe)...
927[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
928[info] Out of 1 candidates we found for org.scala-lang#scala3-library_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
929[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
930[info] Out of 1 candidates we found for org.scala-lang#scala3-compiler_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
931[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
932[info] Out of 1 candidates we found for org.scala-lang#scala3-interfaces;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
933[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
934[info] Out of 1 candidates we found for org.scala-lang#tasty-core_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
935[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
936[info] Out of 1 candidates we found for org.scala-lang#scaladoc_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
937[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
938[info] Out of 1 candidates we found for org.scala-lang#scala3-tasty-inspector_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
939[info] downloading https://repo1.maven.org/maven2/io/circe/circe-core_3/0.14.1/circe-core_3-0.14.1.jar ...
940[info] downloading https://repo1.maven.org/maven2/io/circe/circe-numbers_3/0.14.1/circe-numbers_3-0.14.1.jar ...
941[info] downloading https://repo1.maven.org/maven2/org/typelevel/cats-core_3/2.6.1/cats-core_3-2.6.1.jar ...
942[info] downloading https://repo1.maven.org/maven2/org/typelevel/cats-kernel_3/2.6.1/cats-kernel_3-2.6.1.jar ...
943[info] downloading https://repo1.maven.org/maven2/org/typelevel/simulacrum-scalafix-annotations_3/0.5.4/simulacrum-scalafix-annotations_3-0.5.4.jar ...
944[info] downloading https://repo1.maven.org/maven2/io/circe/circe-parser_3/0.14.1/circe-parser_3-0.14.1.jar ...
945[info] [SUCCESSFUL ] io.circe#circe-numbers_3;0.14.1!circe-numbers_3.jar (27ms)
946[info] downloading https://repo1.maven.org/maven2/io/circe/circe-jawn_3/0.14.1/circe-jawn_3-0.14.1.jar ...
947[info] [SUCCESSFUL ] io.circe#circe-parser_3;0.14.1!circe-parser_3.jar (20ms)
948[info] downloading https://repo1.maven.org/maven2/org/typelevel/jawn-parser_3/1.1.2/jawn-parser_3-1.1.2.jar ...
949[info] [SUCCESSFUL ] org.typelevel#simulacrum-scalafix-annotations_3;0.5.4!simulacrum-scalafix-annotations_3.jar (29ms)
950[info] [SUCCESSFUL ] io.circe#circe-core_3;0.14.1!circe-core_3.jar (38ms)
951[info] [SUCCESSFUL ] io.circe#circe-jawn_3;0.14.1!circe-jawn_3.jar (18ms)
952[info] [SUCCESSFUL ] org.typelevel#jawn-parser_3;1.1.2!jawn-parser_3.jar (23ms)
953[info] [SUCCESSFUL ] org.typelevel#cats-kernel_3;2.6.1!cats-kernel_3.jar (85ms)
954[info] [SUCCESSFUL ] org.typelevel#cats-core_3;2.6.1!cats-core_3.jar (127ms)
955Compile scalacOptions: List(-target:jvm-1.8, -source:3.7-migration, -Wconf:msg=can be rewritten automatically under:s)
956[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
957[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
958[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
959[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
960[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
961[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
962[info] compiling 81 Scala sources to /build/repo/core/jvm/target/scala-3.7.0-RC1-20250310-f0284d0-SNAPSHOT/classes ...
963[warn] bad option '-target:jvm-1.8' was ignored
964[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldGetter.scala:12:110
965[error] 12 | given [ T, F, N <: FieldName, Field <: Field.OrLazy[ T, F, N ], RTail <: Tuple, RVHead, RVTail <: Tuple ] :
966[error] | ^
967[error] | '=>' expected, but ':' found
968[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:30:53
969[error] 30 | given [ N <: FieldName, T, F, S, Tail <: Tuple ] :
970[error] | ^
971[error] | '=>' expected, but ':' found
972[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:16
973[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
974[error] | ^^
975[error] | ']' expected, but '<:' found
976[error] -- Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:41:4
977[error] 41 | FieldRetriever.Aux[ N, LazyField[ T, F, N ] *: Tail, LazyField[ T, F, N ] ] = {
978[error] | ^^^^^^^^^^^^^^
979[error] | indented definitions expected, identifier FieldRetriever found
980[warn] -- Warning: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/ProductSchemaBuilder.scala:96:3
981[warn] 96 | def additionalFields[ NewAF ](
982[warn] | ^
983[warn] | Line is indented too far to the left, or a `}` is missing
984[warn] -- Warning: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/ProductSchemaBuilder.scala:102:3
985[warn] 102 | def construct(
986[warn] | ^
987[warn] | Line is indented too far to the left, or a `}` is missing
988[error] -- [E006] Not Found Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:10
989[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
990[error] | ^^
991[error] | Not found: type lz
992[error] |
993[error] | longer explanation available when compiling with `-explain`
994[error] -- [E006] Not Found Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:14
995[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
996[error] | ^
997[error] | Not found: type N
998[error] |
999[error] | longer explanation available when compiling with `-explain`
1000[error] -- [E007] Type Mismatch Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldInjector.scala:23:51
1001[error] 23 | val thisRes = injector.inject( fds.head, fvs.head, into )
1002[error] | ^^^^^^^^
1003[error] |Found: Tuple.Head[R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *:
1004[error] | fs]
1005[error] |Required: org.hungerford.generic.schema.product.field.Field[t, f, n, s]
1006[error] |
1007[error] |where: R is a type in method inject with bounds <: Tuple
1008[error] | fs is a type in method inject with bounds <: Tuple
1009[error] | n is a type in method inject with bounds <: org.hungerford.generic.schema.product.field.FieldName
1010[error] |
1011[error] |
1012[error] |Note: a match type could not be fully reduced:
1013[error] |
1014[error] | trying to reduce Tuple.Head[
1015[error] | R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *: fs]
1016[error] | failed since selector R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *: fs
1017[error] | does not uniquely determine parameter x in
1018[error] | case x *: _ => x
1019[error] | The computed bounds for the parameter are:
1020[error] | x <: org.hungerford.generic.schema.product.field.Field[t, f, n, s]
1021[error] |
1022[error] | longer explanation available when compiling with `-explain`
1023[error] -- [E007] Type Mismatch Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldInjector.scala:23:61
1024[error] 23 | val thisRes = injector.inject( fds.head, fvs.head, into )
1025[error] | ^^^^^^^^
1026[error] |Found: Tuple.Head[RV & F *: vts]
1027[error] |Required: f
1028[error] |
1029[error] |where: RV is a type in method inject with bounds <: Tuple
1030[error] | vts is a type in method inject with bounds <: Tuple
1031[error] |
1032[error] |
1033[error] |Note: a match type could not be fully reduced:
1034[error] |
1035[error] | trying to reduce Tuple.Head[RV & F *: vts]
1036[error] | failed since selector RV & F *: vts
1037[error] | does not uniquely determine parameter x in
1038[error] | case x *: _ => x
1039[error] | The computed bounds for the parameter are:
1040[error] | x <: F
1041[error] |Note that implicit conversions were not tried because the result of an implicit conversion
1042[error] |must be more specific than f
1043[error] |
1044[error] | longer explanation available when compiling with `-explain`
1045[warn] three warnings found
1046[error] 8 errors found
1047[error] (coreJVM / Compile / compileIncremental) Compilation failed
1048[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
1049[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
1050[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
1051[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
1052[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
1053[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
1054[info] compiling 81 Scala sources to /build/repo/core/jvm/target/scala-3.7.0-RC1-20250310-f0284d0-SNAPSHOT/classes ...
1055[warn] bad option '-target:jvm-1.8' was ignored
1056[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldGetter.scala:12:110
1057[error] 12 | given [ T, F, N <: FieldName, Field <: Field.OrLazy[ T, F, N ], RTail <: Tuple, RVHead, RVTail <: Tuple ] :
1058[error] | ^
1059[error] | '=>' expected, but ':' found
1060[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:30:53
1061[error] 30 | given [ N <: FieldName, T, F, S, Tail <: Tuple ] :
1062[error] | ^
1063[error] | '=>' expected, but ':' found
1064[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:16
1065[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
1066[error] | ^^
1067[error] | ']' expected, but '<:' found
1068[error] -- Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:41:4
1069[error] 41 | FieldRetriever.Aux[ N, LazyField[ T, F, N ] *: Tail, LazyField[ T, F, N ] ] = {
1070[error] | ^^^^^^^^^^^^^^
1071[error] | indented definitions expected, identifier FieldRetriever found
1072[warn] -- Warning: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/ProductSchemaBuilder.scala:96:3
1073[warn] 96 | def additionalFields[ NewAF ](
1074[warn] | ^
1075[warn] | Line is indented too far to the left, or a `}` is missing
1076[warn] -- Warning: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/ProductSchemaBuilder.scala:102:3
1077[warn] 102 | def construct(
1078[warn] | ^
1079[warn] | Line is indented too far to the left, or a `}` is missing
1080[error] -- [E006] Not Found Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:10
1081[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
1082[error] | ^^
1083[error] | Not found: type lz
1084[error] |
1085[error] | longer explanation available when compiling with `-explain`
1086[error] -- [E006] Not Found Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:14
1087[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
1088[error] | ^
1089[error] | Not found: type N
1090[error] |
1091[error] | longer explanation available when compiling with `-explain`
1092[error] -- [E007] Type Mismatch Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldInjector.scala:23:51
1093[error] 23 | val thisRes = injector.inject( fds.head, fvs.head, into )
1094[error] | ^^^^^^^^
1095[error] |Found: Tuple.Head[R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *:
1096[error] | fs]
1097[error] |Required: org.hungerford.generic.schema.product.field.Field[t, f, n, s]
1098[error] |
1099[error] |where: R is a type in method inject with bounds <: Tuple
1100[error] | fs is a type in method inject with bounds <: Tuple
1101[error] | n is a type in method inject with bounds <: org.hungerford.generic.schema.product.field.FieldName
1102[error] |
1103[error] |
1104[error] |Note: a match type could not be fully reduced:
1105[error] |
1106[error] | trying to reduce Tuple.Head[
1107[error] | R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *: fs]
1108[error] | failed since selector R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *: fs
1109[error] | does not uniquely determine parameter x in
1110[error] | case x *: _ => x
1111[error] | The computed bounds for the parameter are:
1112[error] | x <: org.hungerford.generic.schema.product.field.Field[t, f, n, s]
1113[error] |
1114[error] | longer explanation available when compiling with `-explain`
1115[error] -- [E007] Type Mismatch Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldInjector.scala:23:61
1116[error] 23 | val thisRes = injector.inject( fds.head, fvs.head, into )
1117[error] | ^^^^^^^^
1118[error] |Found: Tuple.Head[RV & F *: vts]
1119[error] |Required: f
1120[error] |
1121[error] |where: RV is a type in method inject with bounds <: Tuple
1122[error] | vts is a type in method inject with bounds <: Tuple
1123[error] |
1124[error] |
1125[error] |Note: a match type could not be fully reduced:
1126[error] |
1127[error] | trying to reduce Tuple.Head[RV & F *: vts]
1128[error] | failed since selector RV & F *: vts
1129[error] | does not uniquely determine parameter x in
1130[error] | case x *: _ => x
1131[error] | The computed bounds for the parameter are:
1132[error] | x <: F
1133[error] |Note that implicit conversions were not tried because the result of an implicit conversion
1134[error] |must be more specific than f
1135[error] |
1136[error] | longer explanation available when compiling with `-explain`
1137[warn] three warnings found
1138[error] 8 errors found
1139[error] (coreJVM / Compile / compileIncremental) Compilation failed
1140[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
1141[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
1142[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
1143[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
1144[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
1145[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
1146[info] compiling 81 Scala sources to /build/repo/core/jvm/target/scala-3.7.0-RC1-20250310-f0284d0-SNAPSHOT/classes ...
1147[warn] bad option '-target:jvm-1.8' was ignored
1148[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldGetter.scala:12:110
1149[error] 12 | given [ T, F, N <: FieldName, Field <: Field.OrLazy[ T, F, N ], RTail <: Tuple, RVHead, RVTail <: Tuple ] :
1150[error] | ^
1151[error] | '=>' expected, but ':' found
1152[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:30:53
1153[error] 30 | given [ N <: FieldName, T, F, S, Tail <: Tuple ] :
1154[error] | ^
1155[error] | '=>' expected, but ':' found
1156[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:16
1157[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
1158[error] | ^^
1159[error] | ']' expected, but '<:' found
1160[error] -- Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:41:4
1161[error] 41 | FieldRetriever.Aux[ N, LazyField[ T, F, N ] *: Tail, LazyField[ T, F, N ] ] = {
1162[error] | ^^^^^^^^^^^^^^
1163[error] | indented definitions expected, identifier FieldRetriever found
1164[warn] -- Warning: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/ProductSchemaBuilder.scala:96:3
1165[warn] 96 | def additionalFields[ NewAF ](
1166[warn] | ^
1167[warn] | Line is indented too far to the left, or a `}` is missing
1168[warn] -- Warning: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/ProductSchemaBuilder.scala:102:3
1169[warn] 102 | def construct(
1170[warn] | ^
1171[warn] | Line is indented too far to the left, or a `}` is missing
1172[error] -- [E006] Not Found Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:10
1173[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
1174[error] | ^^
1175[error] | Not found: type lz
1176[error] |
1177[error] | longer explanation available when compiling with `-explain`
1178[error] -- [E006] Not Found Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:14
1179[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
1180[error] | ^
1181[error] | Not found: type N
1182[error] |
1183[error] | longer explanation available when compiling with `-explain`
1184[error] -- [E007] Type Mismatch Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldInjector.scala:23:51
1185[error] 23 | val thisRes = injector.inject( fds.head, fvs.head, into )
1186[error] | ^^^^^^^^
1187[error] |Found: Tuple.Head[R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *:
1188[error] | fs]
1189[error] |Required: org.hungerford.generic.schema.product.field.Field[t, f, n, s]
1190[error] |
1191[error] |where: R is a type in method inject with bounds <: Tuple
1192[error] | fs is a type in method inject with bounds <: Tuple
1193[error] | n is a type in method inject with bounds <: org.hungerford.generic.schema.product.field.FieldName
1194[error] |
1195[error] |
1196[error] |Note: a match type could not be fully reduced:
1197[error] |
1198[error] | trying to reduce Tuple.Head[
1199[error] | R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *: fs]
1200[error] | failed since selector R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *: fs
1201[error] | does not uniquely determine parameter x in
1202[error] | case x *: _ => x
1203[error] | The computed bounds for the parameter are:
1204[error] | x <: org.hungerford.generic.schema.product.field.Field[t, f, n, s]
1205[error] |
1206[error] | longer explanation available when compiling with `-explain`
1207[error] -- [E007] Type Mismatch Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldInjector.scala:23:61
1208[error] 23 | val thisRes = injector.inject( fds.head, fvs.head, into )
1209[error] | ^^^^^^^^
1210[error] |Found: Tuple.Head[RV & F *: vts]
1211[error] |Required: f
1212[error] |
1213[error] |where: RV is a type in method inject with bounds <: Tuple
1214[error] | vts is a type in method inject with bounds <: Tuple
1215[error] |
1216[error] |
1217[error] |Note: a match type could not be fully reduced:
1218[error] |
1219[error] | trying to reduce Tuple.Head[RV & F *: vts]
1220[error] | failed since selector RV & F *: vts
1221[error] | does not uniquely determine parameter x in
1222[error] | case x *: _ => x
1223[error] | The computed bounds for the parameter are:
1224[error] | x <: F
1225[error] |Note that implicit conversions were not tried because the result of an implicit conversion
1226[error] |must be more specific than f
1227[error] |
1228[error] | longer explanation available when compiling with `-explain`
1229[warn] three warnings found
1230[error] 8 errors found
1231[error] (coreJVM / Compile / compileIncremental) Compilation failed
1232Starting build for ProjectRef(file:/build/repo/,gsUPickleJVM) (gs-upickle)...
1233[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
1234[info] Out of 1 candidates we found for org.scala-lang#scala3-library_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
1235[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
1236[info] Out of 1 candidates we found for org.scala-lang#scala3-compiler_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
1237[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
1238[info] Out of 1 candidates we found for org.scala-lang#scala3-interfaces;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
1239[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
1240[info] Out of 1 candidates we found for org.scala-lang#tasty-core_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
1241[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
1242[info] Out of 1 candidates we found for org.scala-lang#scaladoc_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
1243[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
1244[info] Out of 1 candidates we found for org.scala-lang#scala3-tasty-inspector_3;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
1245[info] downloading https://repo1.maven.org/maven2/com/lihaoyi/upickle_3/1.4.2/upickle_3-1.4.2.jar ...
1246[info] downloading https://repo1.maven.org/maven2/com/lihaoyi/ujson_3/1.4.2/ujson_3-1.4.2.jar ...
1247[info] downloading https://repo1.maven.org/maven2/com/lihaoyi/upack_3/1.4.2/upack_3-1.4.2.jar ...
1248[info] downloading https://repo1.maven.org/maven2/com/lihaoyi/upickle-implicits_3/1.4.2/upickle-implicits_3-1.4.2.jar ...
1249[info] downloading https://repo1.maven.org/maven2/com/lihaoyi/upickle-core_3/1.4.2/upickle-core_3-1.4.2.jar ...
1250[info] downloading https://repo1.maven.org/maven2/com/lihaoyi/geny_3/0.6.10/geny_3-0.6.10.jar ...
1251[info] [SUCCESSFUL ] com.lihaoyi#upickle-core_3;1.4.2!upickle-core_3.jar (21ms)
1252[info] [SUCCESSFUL ] com.lihaoyi#geny_3;0.6.10!geny_3.jar (22ms)
1253[info] [SUCCESSFUL ] com.lihaoyi#upickle_3;1.4.2!upickle_3.jar (26ms)
1254[info] [SUCCESSFUL ] com.lihaoyi#upickle-implicits_3;1.4.2!upickle-implicits_3.jar (25ms)
1255[info] [SUCCESSFUL ] com.lihaoyi#ujson_3;1.4.2!ujson_3.jar (28ms)
1256[info] [SUCCESSFUL ] com.lihaoyi#upack_3;1.4.2!upack_3.jar (29ms)
1257Compile scalacOptions: List(-target:jvm-1.8, -source:3.7-migration, -Wconf:msg=can be rewritten automatically under:s)
1258[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
1259[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
1260[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
1261[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
1262[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
1263[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
1264[info] compiling 81 Scala sources to /build/repo/core/jvm/target/scala-3.7.0-RC1-20250310-f0284d0-SNAPSHOT/classes ...
1265[warn] bad option '-target:jvm-1.8' was ignored
1266[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldGetter.scala:12:110
1267[error] 12 | given [ T, F, N <: FieldName, Field <: Field.OrLazy[ T, F, N ], RTail <: Tuple, RVHead, RVTail <: Tuple ] :
1268[error] | ^
1269[error] | '=>' expected, but ':' found
1270[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:30:53
1271[error] 30 | given [ N <: FieldName, T, F, S, Tail <: Tuple ] :
1272[error] | ^
1273[error] | '=>' expected, but ':' found
1274[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:16
1275[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
1276[error] | ^^
1277[error] | ']' expected, but '<:' found
1278[error] -- Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:41:4
1279[error] 41 | FieldRetriever.Aux[ N, LazyField[ T, F, N ] *: Tail, LazyField[ T, F, N ] ] = {
1280[error] | ^^^^^^^^^^^^^^
1281[error] | indented definitions expected, identifier FieldRetriever found
1282[warn] -- Warning: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/ProductSchemaBuilder.scala:96:3
1283[warn] 96 | def additionalFields[ NewAF ](
1284[warn] | ^
1285[warn] | Line is indented too far to the left, or a `}` is missing
1286[warn] -- Warning: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/ProductSchemaBuilder.scala:102:3
1287[warn] 102 | def construct(
1288[warn] | ^
1289[warn] | Line is indented too far to the left, or a `}` is missing
1290[error] -- [E006] Not Found Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:10
1291[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
1292[error] | ^^
1293[error] | Not found: type lz
1294[error] |
1295[error] | longer explanation available when compiling with `-explain`
1296[error] -- [E006] Not Found Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:14
1297[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
1298[error] | ^
1299[error] | Not found: type N
1300[error] |
1301[error] | longer explanation available when compiling with `-explain`
1302[error] -- [E007] Type Mismatch Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldInjector.scala:23:51
1303[error] 23 | val thisRes = injector.inject( fds.head, fvs.head, into )
1304[error] | ^^^^^^^^
1305[error] |Found: Tuple.Head[R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *:
1306[error] | fs]
1307[error] |Required: org.hungerford.generic.schema.product.field.Field[t, f, n, s]
1308[error] |
1309[error] |where: R is a type in method inject with bounds <: Tuple
1310[error] | fs is a type in method inject with bounds <: Tuple
1311[error] | n is a type in method inject with bounds <: org.hungerford.generic.schema.product.field.FieldName
1312[error] |
1313[error] |
1314[error] |Note: a match type could not be fully reduced:
1315[error] |
1316[error] | trying to reduce Tuple.Head[
1317[error] | R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *: fs]
1318[error] | failed since selector R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *: fs
1319[error] | does not uniquely determine parameter x in
1320[error] | case x *: _ => x
1321[error] | The computed bounds for the parameter are:
1322[error] | x <: org.hungerford.generic.schema.product.field.Field[t, f, n, s]
1323[error] |
1324[error] | longer explanation available when compiling with `-explain`
1325[error] -- [E007] Type Mismatch Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldInjector.scala:23:61
1326[error] 23 | val thisRes = injector.inject( fds.head, fvs.head, into )
1327[error] | ^^^^^^^^
1328[error] |Found: Tuple.Head[RV & F *: vts]
1329[error] |Required: f
1330[error] |
1331[error] |where: RV is a type in method inject with bounds <: Tuple
1332[error] | vts is a type in method inject with bounds <: Tuple
1333[error] |
1334[error] |
1335[error] |Note: a match type could not be fully reduced:
1336[error] |
1337[error] | trying to reduce Tuple.Head[RV & F *: vts]
1338[error] | failed since selector RV & F *: vts
1339[error] | does not uniquely determine parameter x in
1340[error] | case x *: _ => x
1341[error] | The computed bounds for the parameter are:
1342[error] | x <: F
1343[error] |Note that implicit conversions were not tried because the result of an implicit conversion
1344[error] |must be more specific than f
1345[error] |
1346[error] | longer explanation available when compiling with `-explain`
1347[warn] three warnings found
1348[error] 8 errors found
1349[error] (coreJVM / Compile / compileIncremental) Compilation failed
1350[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
1351[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
1352[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
1353[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
1354[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
1355[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
1356[info] compiling 81 Scala sources to /build/repo/core/jvm/target/scala-3.7.0-RC1-20250310-f0284d0-SNAPSHOT/classes ...
1357[warn] bad option '-target:jvm-1.8' was ignored
1358[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldGetter.scala:12:110
1359[error] 12 | given [ T, F, N <: FieldName, Field <: Field.OrLazy[ T, F, N ], RTail <: Tuple, RVHead, RVTail <: Tuple ] :
1360[error] | ^
1361[error] | '=>' expected, but ':' found
1362[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:30:53
1363[error] 30 | given [ N <: FieldName, T, F, S, Tail <: Tuple ] :
1364[error] | ^
1365[error] | '=>' expected, but ':' found
1366[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:16
1367[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
1368[error] | ^^
1369[error] | ']' expected, but '<:' found
1370[error] -- Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:41:4
1371[error] 41 | FieldRetriever.Aux[ N, LazyField[ T, F, N ] *: Tail, LazyField[ T, F, N ] ] = {
1372[error] | ^^^^^^^^^^^^^^
1373[error] | indented definitions expected, identifier FieldRetriever found
1374[warn] -- Warning: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/ProductSchemaBuilder.scala:96:3
1375[warn] 96 | def additionalFields[ NewAF ](
1376[warn] | ^
1377[warn] | Line is indented too far to the left, or a `}` is missing
1378[warn] -- Warning: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/ProductSchemaBuilder.scala:102:3
1379[warn] 102 | def construct(
1380[warn] | ^
1381[warn] | Line is indented too far to the left, or a `}` is missing
1382[error] -- [E006] Not Found Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:10
1383[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
1384[error] | ^^
1385[error] | Not found: type lz
1386[error] |
1387[error] | longer explanation available when compiling with `-explain`
1388[error] -- [E006] Not Found Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:14
1389[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
1390[error] | ^
1391[error] | Not found: type N
1392[error] |
1393[error] | longer explanation available when compiling with `-explain`
1394[error] -- [E007] Type Mismatch Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldInjector.scala:23:51
1395[error] 23 | val thisRes = injector.inject( fds.head, fvs.head, into )
1396[error] | ^^^^^^^^
1397[error] |Found: Tuple.Head[R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *:
1398[error] | fs]
1399[error] |Required: org.hungerford.generic.schema.product.field.Field[t, f, n, s]
1400[error] |
1401[error] |where: R is a type in method inject with bounds <: Tuple
1402[error] | fs is a type in method inject with bounds <: Tuple
1403[error] | n is a type in method inject with bounds <: org.hungerford.generic.schema.product.field.FieldName
1404[error] |
1405[error] |
1406[error] |Note: a match type could not be fully reduced:
1407[error] |
1408[error] | trying to reduce Tuple.Head[
1409[error] | R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *: fs]
1410[error] | failed since selector R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *: fs
1411[error] | does not uniquely determine parameter x in
1412[error] | case x *: _ => x
1413[error] | The computed bounds for the parameter are:
1414[error] | x <: org.hungerford.generic.schema.product.field.Field[t, f, n, s]
1415[error] |
1416[error] | longer explanation available when compiling with `-explain`
1417[error] -- [E007] Type Mismatch Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldInjector.scala:23:61
1418[error] 23 | val thisRes = injector.inject( fds.head, fvs.head, into )
1419[error] | ^^^^^^^^
1420[error] |Found: Tuple.Head[RV & F *: vts]
1421[error] |Required: f
1422[error] |
1423[error] |where: RV is a type in method inject with bounds <: Tuple
1424[error] | vts is a type in method inject with bounds <: Tuple
1425[error] |
1426[error] |
1427[error] |Note: a match type could not be fully reduced:
1428[error] |
1429[error] | trying to reduce Tuple.Head[RV & F *: vts]
1430[error] | failed since selector RV & F *: vts
1431[error] | does not uniquely determine parameter x in
1432[error] | case x *: _ => x
1433[error] | The computed bounds for the parameter are:
1434[error] | x <: F
1435[error] |Note that implicit conversions were not tried because the result of an implicit conversion
1436[error] |must be more specific than f
1437[error] |
1438[error] | longer explanation available when compiling with `-explain`
1439[warn] three warnings found
1440[error] 8 errors found
1441[error] (coreJVM / Compile / compileIncremental) Compilation failed
1442[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
1443[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
1444[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
1445[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
1446[warn] Resolving a snapshot version. It's going to be slow unless you use `updateOptions := updateOptions.value.withLatestSnapshots(false)` options.
1447[info] Out of 1 candidates we found for org.scala-lang#scala3-sbt-bridge;3.7.0-RC1-20250310-f0284d0-SNAPSHOT in Community Build Repo, we are choosing Community Build Repo.
1448[info] compiling 81 Scala sources to /build/repo/core/jvm/target/scala-3.7.0-RC1-20250310-f0284d0-SNAPSHOT/classes ...
1449[warn] bad option '-target:jvm-1.8' was ignored
1450[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldGetter.scala:12:110
1451[error] 12 | given [ T, F, N <: FieldName, Field <: Field.OrLazy[ T, F, N ], RTail <: Tuple, RVHead, RVTail <: Tuple ] :
1452[error] | ^
1453[error] | '=>' expected, but ':' found
1454[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:30:53
1455[error] 30 | given [ N <: FieldName, T, F, S, Tail <: Tuple ] :
1456[error] | ^
1457[error] | '=>' expected, but ':' found
1458[error] -- [E040] Syntax Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:16
1459[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
1460[error] | ^^
1461[error] | ']' expected, but '<:' found
1462[error] -- Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:41:4
1463[error] 41 | FieldRetriever.Aux[ N, LazyField[ T, F, N ] *: Tail, LazyField[ T, F, N ] ] = {
1464[error] | ^^^^^^^^^^^^^^
1465[error] | indented definitions expected, identifier FieldRetriever found
1466[warn] -- Warning: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/ProductSchemaBuilder.scala:96:3
1467[warn] 96 | def additionalFields[ NewAF ](
1468[warn] | ^
1469[warn] | Line is indented too far to the left, or a `}` is missing
1470[warn] -- Warning: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/ProductSchemaBuilder.scala:102:3
1471[warn] 102 | def construct(
1472[warn] | ^
1473[warn] | Line is indented too far to the left, or a `}` is missing
1474[error] -- [E006] Not Found Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:10
1475[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
1476[error] | ^^
1477[error] | Not found: type lz
1478[error] |
1479[error] | longer explanation available when compiling with `-explain`
1480[error] -- [E006] Not Found Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldRetriever.scala:40:14
1481[error] 40 | given lz[ N <: FieldName, T, F, Tail <: Tuple ] :
1482[error] | ^
1483[error] | Not found: type N
1484[error] |
1485[error] | longer explanation available when compiling with `-explain`
1486[error] -- [E007] Type Mismatch Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldInjector.scala:23:51
1487[error] 23 | val thisRes = injector.inject( fds.head, fvs.head, into )
1488[error] | ^^^^^^^^
1489[error] |Found: Tuple.Head[R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *:
1490[error] | fs]
1491[error] |Required: org.hungerford.generic.schema.product.field.Field[t, f, n, s]
1492[error] |
1493[error] |where: R is a type in method inject with bounds <: Tuple
1494[error] | fs is a type in method inject with bounds <: Tuple
1495[error] | n is a type in method inject with bounds <: org.hungerford.generic.schema.product.field.FieldName
1496[error] |
1497[error] |
1498[error] |Note: a match type could not be fully reduced:
1499[error] |
1500[error] | trying to reduce Tuple.Head[
1501[error] | R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *: fs]
1502[error] | failed since selector R & org.hungerford.generic.schema.product.field.Field[t, f, n, s] *: fs
1503[error] | does not uniquely determine parameter x in
1504[error] | case x *: _ => x
1505[error] | The computed bounds for the parameter are:
1506[error] | x <: org.hungerford.generic.schema.product.field.Field[t, f, n, s]
1507[error] |
1508[error] | longer explanation available when compiling with `-explain`
1509[error] -- [E007] Type Mismatch Error: /build/repo/core/shared/src/main/scala/org/hungerford/generic/schema/product/field/FieldInjector.scala:23:61
1510[error] 23 | val thisRes = injector.inject( fds.head, fvs.head, into )
1511[error] | ^^^^^^^^
1512[error] |Found: Tuple.Head[RV & F *: vts]
1513[error] |Required: f
1514[error] |
1515[error] |where: RV is a type in method inject with bounds <: Tuple
1516[error] | vts is a type in method inject with bounds <: Tuple
1517[error] |
1518[error] |
1519[error] |Note: a match type could not be fully reduced:
1520[error] |
1521[error] | trying to reduce Tuple.Head[RV & F *: vts]
1522[error] | failed since selector RV & F *: vts
1523[error] | does not uniquely determine parameter x in
1524[error] | case x *: _ => x
1525[error] | The computed bounds for the parameter are:
1526[error] | x <: F
1527[error] |Note that implicit conversions were not tried because the result of an implicit conversion
1528[error] |must be more specific than f
1529[error] |
1530[error] | longer explanation available when compiling with `-explain`
1531[warn] three warnings found
1532[error] 8 errors found
1533[error] (coreJVM / Compile / compileIncremental) Compilation failed
1534
1535************************
1536Build summary:
1537[{
1538 "module": "gs-tapir",
1539 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["Compilation failed"]}, "tookMs": 18775, "warnings": 3, "errors": 8, "sourceVersion": "3.7-migration"},
1540 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1541 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
1542 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1543 "publish": {"status": "skipped", "tookMs": 0},
1544 "metadata": {
1545 "crossScalaVersions": ["2.12.15"]
1546}
1547},{
1548 "module": "core-macros",
1549 "compile": {"status": "ok", "tookMs": 1329, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1550 "doc": {"status": "ok", "tookMs": 2079, "files": 336, "totalSizeKb": 6279},
1551 "test-compile": {"status": "ok", "tookMs": 1243, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1552 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1553 "publish": {"status": "ok", "tookMs": 1762},
1554 "metadata": {
1555 "crossScalaVersions": ["2.12.15"]
1556}
1557},{
1558 "module": "core",
1559 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["Compilation failed"]}, "tookMs": 8400, "warnings": 3, "errors": 8, "sourceVersion": "3.7-migration"},
1560 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1561 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
1562 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1563 "publish": {"status": "skipped", "tookMs": 0},
1564 "metadata": {
1565 "crossScalaVersions": ["2.12.15"]
1566}
1567},{
1568 "module": "gs-circe",
1569 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["Compilation failed"]}, "tookMs": 8928, "warnings": 3, "errors": 8, "sourceVersion": "3.7-migration"},
1570 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1571 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
1572 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1573 "publish": {"status": "skipped", "tookMs": 0},
1574 "metadata": {
1575 "crossScalaVersions": ["2.12.15"]
1576}
1577},{
1578 "module": "gs-upickle",
1579 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["Compilation failed"]}, "tookMs": 8621, "warnings": 3, "errors": 8, "sourceVersion": "3.7-migration"},
1580 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1581 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
1582 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1583 "publish": {"status": "skipped", "tookMs": 0},
1584 "metadata": {
1585 "crossScalaVersions": ["2.12.15"]
1586}
1587}]
1588************************
1589[error] Scala3CommunityBuild$ProjectBuildFailureException: 4 module(s) finished with failures: gs-tapir, core, gs-circe, gs-upickle
1590[error] (Global / runBuild) Scala3CommunityBuild$ProjectBuildFailureException: 4 module(s) finished with failures: gs-tapir, core, gs-circe, gs-upickle
1591[error] Total time: 208 s (03:28), completed Mar 11, 2025, 8:58:01 PM
1592Build failed, not retrying.