Build Logs
disneystreaming/smithy-translate • scheduled_3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY
Errors
1
Warnings
519
Total Lines
801
1##################################
2Clonning https://github.com/disneystreaming/smithy-translate.git into /build/repo using revision v0.7.5
3##################################
4Note: switching to 'f20688fa66eb5e2054505af45998dab61762c26b'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21----
22Preparing build for 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30
31Try apply source patch:
32Path: buildSetup.sc
33Pattern: case ZincWorkerUtil.DottyVersion("0",
34Replacement: case ZincWorkerUtil.Scala3Version(
35Starting compilation server
36Compiling project (Scala 3.7.3, JVM (21))
37Compiled project (Scala 3.7.3, JVM (21))
38Successfully applied pattern 'case ZincWorkerUtil.DottyVersion("0",' in buildSetup.sc
39
40Try apply source patch:
41Path: buildSetup.sc
42Pattern: -java-output-version:11
43Replacement: -java-output-version:21
44Successfully applied pattern '-java-output-version:11' in buildSetup.sc
45----
46Starting build for 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY
47Execute tests: false
48Mill project found:
49Found explicit mill version 0.12.10 in ./mill-version
50Force upgrade of millVersion 0.12.10 to 0.12.16
51Detected mill version=0.12.16, binary version: 0.12
52No prepare script found for project disneystreaming/smithy-translate
53No mill build directory found
54Apply scalafix rules to ./build.sc
55Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
56Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
57Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
58Successfully applied pattern 'package build\n' in /build/repo/MillVersionCompat.sc
59##################################
60Scala version: 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY
61Targets: com.disneystreaming.smithy%smithytranslate-compiler-core com.disneystreaming.smithy%smithytranslate-formatter com.disneystreaming.smithy%smithytranslate-json-schema com.disneystreaming.smithy%smithytranslate-openapi com.disneystreaming.smithy%smithytranslate-proto com.disneystreaming.smithy%smithytranslate-runners com.disneystreaming.smithy%smithytranslate-transitive
62Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"buildSetup.sc","pattern":"case ZincWorkerUtil.DottyVersion(\"0\",","replaceWith":"case ZincWorkerUtil.Scala3Version("},{"path":"buildSetup.sc","pattern":"-java-output-version:11","replaceWith":"-java-output-version:21"}]}
63##################################
64Downloading mill 0.12.16 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.16/mill-dist-0.12.16.jar ...
65 % Total % Received % Xferd Average Speed Time Time Time Current
66 Dload Upload Total Spent Left Speed
67
68 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
69 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
70curl: (22) The requested URL returned error: 404
71Mill launcher ./mill failed to launch, skipping
72Downloading mill 0.12.16 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.16/mill-dist-0.12.16.exe ...
73 % Total % Received % Xferd Average Speed Time Time Time Current
74 Dload Upload Total Spent Left Speed
75
76 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
77 22 72.6M 22 16.6M 0 0 29.2M 0 0:00:02 --:--:-- 0:00:02 29.2M
78100 72.6M 100 72.6M 0 0 53.1M 0 0:00:01 0:00:01 --:--:-- 53.1M
79============================== resolve _ ==============================
80[build.sc-61/65] compile
81[build.sc-61] [info] compiling 6 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
82[build.sc-61] [warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
83[build.sc-61] [warn] .iterator()
84[build.sc-61] [warn] ^
85[build.sc-61] [warn] /build/repo/MillCommunityBuild.sc:221:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
86[build.sc-61] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
87[build.sc-61] [warn] ^
88[build.sc-61] [warn] /build/repo/MillCommunityBuild.sc:262:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
89[build.sc-61] [warn] val testModule = module.millInternal.modules.toList
90[build.sc-61] [warn] ^
91[build.sc-61] [warn] /build/repo/MillCommunityBuild.sc:397:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
92[build.sc-61] [warn] ctx.root.millInternal.modules.flatMap {
93[build.sc-61] [warn] ^
94[build.sc-61] [warn] /build/repo/MillVersionCompat.sc:7:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
95[build.sc-61] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
96[build.sc-61] [warn] ^
97[build.sc-61] [warn] /build/repo/build.sc:9:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
98[build.sc-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
99[build.sc-61] [warn] ^
100[build.sc-61] [warn] /build/repo/build.sc:20:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
101[build.sc-61] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
102[build.sc-61] [warn] ^
103[build.sc-61] [warn] /build/repo/build.sc:21:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
104[build.sc-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
105[build.sc-61] [warn] ^
106[build.sc-61] [warn] /build/repo/build.sc:182:62: method publishSelfDependency in trait PublishModule is deprecated (since 0.12.12): Use artifactMetadata instead
107[build.sc-61] [warn] Agg(mill.scalalib.publish.Dependency(jvmOuter.shaded.publishSelfDependency(), Scope.Compile))
108[build.sc-61] [warn] ^
109[build.sc-61] [warn] /build/repo/buildSetup.sc:60:49: trait SonatypeCentralPublishModule in package sonatypecentral is deprecated (since Mill 0.12.15): Use mill.scalalib.SonatypeCentralPublishModule instead
110[build.sc-61] [warn] trait BasePublishModule extends BaseModule with SonatypeCentralPublishModule {
111[build.sc-61] [warn] ^
112[build.sc-61] [warn] /build/repo/buildSetup.sc:199:10: object ZincWorkerUtil in package api is deprecated (since Mill 0.12.11): Use JvmWorkerUtil instead
113[build.sc-61] [warn] case ZincWorkerUtil.ReleaseVersion(major, minor, patch) =>
114[build.sc-61] [warn] ^
115[build.sc-61] [warn] /build/repo/buildSetup.sc:205:10: object ZincWorkerUtil in package api is deprecated (since Mill 0.12.11): Use JvmWorkerUtil instead
116[build.sc-61] [warn] case ZincWorkerUtil.ReleaseVersion(major, minor, patch) =>
117[build.sc-61] [warn] ^
118[build.sc-61] [warn] /build/repo/buildSetup.sc:207:10: object ZincWorkerUtil in package api is deprecated (since Mill 0.12.11): Use JvmWorkerUtil instead
119[build.sc-61] [warn] case ZincWorkerUtil.MinorSnapshotVersion(major, minor, patch) =>
120[build.sc-61] [warn] ^
121[build.sc-61] [warn] /build/repo/buildSetup.sc:209:10: object ZincWorkerUtil in package api is deprecated (since Mill 0.12.11): Use JvmWorkerUtil instead
122[build.sc-61] [warn] case ZincWorkerUtil.Scala3Version( minor, patch) =>
123[build.sc-61] [warn] ^
124[build.sc-61] [warn] 14 warnings found
125[build.sc-61] [info] done compiling
126[1/1] resolve
127[0J[1A
128[0J[1A
129[1/1] ============================== resolve _ ============================== 25s
130Try build using /opencb/project-builder/mill/millw
131--disable-ticker will be removed in Mill 1.0.0, use `--ticker false`
132[build.sc] [info] compiling 6 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
133[build.sc] [warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
134[build.sc] [warn] .iterator()
135[build.sc] [warn] ^
136[build.sc] [warn] /build/repo/MillCommunityBuild.sc:221:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
137[build.sc] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
138[build.sc] [warn] ^
139[build.sc] [warn] /build/repo/MillCommunityBuild.sc:262:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
140[build.sc] [warn] val testModule = module.millInternal.modules.toList
141[build.sc] [warn] ^
142[build.sc] [warn] /build/repo/MillCommunityBuild.sc:397:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
143[build.sc] [warn] ctx.root.millInternal.modules.flatMap {
144[build.sc] [warn] ^
145[build.sc] [warn] /build/repo/MillVersionCompat.sc:7:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
146[build.sc] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
147[build.sc] [warn] ^
148[build.sc] [warn] /build/repo/build.sc:9:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
149[build.sc] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
150[build.sc] [warn] ^
151[build.sc] [warn] /build/repo/build.sc:20:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
152[build.sc] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
153[build.sc] [warn] ^
154[build.sc] [warn] /build/repo/build.sc:21:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
155[build.sc] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
156[build.sc] [warn] ^
157[build.sc] [warn] /build/repo/build.sc:182:62: method publishSelfDependency in trait PublishModule is deprecated (since 0.12.12): Use artifactMetadata instead
158[build.sc] [warn] Agg(mill.scalalib.publish.Dependency(jvmOuter.shaded.publishSelfDependency(), Scope.Compile))
159[build.sc] [warn] ^
160[build.sc] [warn] /build/repo/buildSetup.sc:60:49: trait SonatypeCentralPublishModule in package sonatypecentral is deprecated (since Mill 0.12.15): Use mill.scalalib.SonatypeCentralPublishModule instead
161[build.sc] [warn] trait BasePublishModule extends BaseModule with SonatypeCentralPublishModule {
162[build.sc] [warn] ^
163[build.sc] [warn] /build/repo/buildSetup.sc:199:10: object ZincWorkerUtil in package api is deprecated (since Mill 0.12.11): Use JvmWorkerUtil instead
164[build.sc] [warn] case ZincWorkerUtil.ReleaseVersion(major, minor, patch) =>
165[build.sc] [warn] ^
166[build.sc] [warn] /build/repo/buildSetup.sc:205:10: object ZincWorkerUtil in package api is deprecated (since Mill 0.12.11): Use JvmWorkerUtil instead
167[build.sc] [warn] case ZincWorkerUtil.ReleaseVersion(major, minor, patch) =>
168[build.sc] [warn] ^
169[build.sc] [warn] /build/repo/buildSetup.sc:207:10: object ZincWorkerUtil in package api is deprecated (since Mill 0.12.11): Use JvmWorkerUtil instead
170[build.sc] [warn] case ZincWorkerUtil.MinorSnapshotVersion(major, minor, patch) =>
171[build.sc] [warn] ^
172[build.sc] [warn] /build/repo/buildSetup.sc:209:10: object ZincWorkerUtil in package api is deprecated (since Mill 0.12.11): Use JvmWorkerUtil instead
173[build.sc] [warn] case ZincWorkerUtil.Scala3Version( minor, patch) =>
174[build.sc] [warn] ^
175[build.sc] [warn] 14 warnings found
176[build.sc] [info] done compiling
177Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"buildSetup.sc","pattern":"case ZincWorkerUtil.DottyVersion(\"0\",","replaceWith":"case ZincWorkerUtil.Scala3Version("},{"path":"buildSetup.sc","pattern":"-java-output-version:11","replaceWith":"-java-output-version:21"}]}
178Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
179OpenCB::Use cross-version 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY instead of 3.3.6
180
181Starting build for smithytranslate-json-schema - [1/8]
182Failed to resolve scalaVersion, assume it's Scala 3 project
183OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
184OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
185Failed to resolve scalaVersion, assume it's Scala 3 project
186[info] compiling 6 Java sources to /build/repo/out/traits/compile.dest/classes ...
187[warn] source value 8 is obsolete and will be removed in a future release
188[warn] target value 8 is obsolete and will be removed in a future release
189[warn] To suppress warnings about obsolete options, use -Xlint:-options.
190[info] done compiling
191[info] compiling 41 Scala sources to /build/repo/out/compiler-core/3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/compile.dest/classes ...
192[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
193[warn] -- Warning: /build/repo/modules/compiler-core/src/internals/IModel.scala:113:30
194[warn] 113 | NonEmptyChain(head, tail: _*)
195[warn] | ^
196[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
197[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
198[warn] -- Warning: /build/repo/modules/compiler-core/src/internals/IModelPostProcessor.scala:23:9
199[warn] 23 | private[this] val defaultTransformers: List[IModelPostProcessor] = List(
200[warn] | ^^^^^^
201[warn] |Ignoring [this] qualifier.
202[warn] |The syntax `private[this]` will be deprecated in the future; just write `private` instead.
203[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
204[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
205[warn] -- Warning: /build/repo/modules/compiler-core/src/internals/IModelPostProcessor.scala:38:9
206[warn] 38 | private[this] def transform(
207[warn] | ^^^^^^
208[warn] |Ignoring [this] qualifier.
209[warn] |The syntax `private[this]` will be deprecated in the future; just write `private` instead.
210[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
211[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
212[warn] -- Warning: /build/repo/modules/compiler-core/src/internals/IModelToSmithy.scala:147:31
213[warn] 147 | : AbstractShapeBuilder[_ <: AbstractShapeBuilder[_, _], _ <: JShape] =
214[warn] | ^
215[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
216[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
217[warn] -- Warning: /build/repo/modules/compiler-core/src/internals/IModelToSmithy.scala:147:57
218[warn] 147 | : AbstractShapeBuilder[_ <: AbstractShapeBuilder[_, _], _ <: JShape] =
219[warn] | ^
220[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
221[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
222[warn] -- Warning: /build/repo/modules/compiler-core/src/internals/IModelToSmithy.scala:147:60
223[warn] 147 | : AbstractShapeBuilder[_ <: AbstractShapeBuilder[_, _], _ <: JShape] =
224[warn] | ^
225[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
226[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
227[warn] -- Warning: /build/repo/modules/compiler-core/src/internals/IModelToSmithy.scala:147:64
228[warn] 147 | : AbstractShapeBuilder[_ <: AbstractShapeBuilder[_, _], _ <: JShape] =
229[warn] | ^
230[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
231[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
232[warn] -- Warning: /build/repo/modules/compiler-core/src/internals/IModelToSmithy.scala:250:11
233[warn] 250 | }: _*
234[warn] | ^
235[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
236[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
237[warn] -- Warning: /build/repo/modules/compiler-core/src/internals/recursion.scala:106:61
238[warn] 106 | refoldPar[F, PatternWithLabel, A, B](unfold, (fold.apply _).tupled)(a)
239[warn] | ^^^^^^^^^^^^
240[warn] |The syntax `<function> _` is no longer supported;
241[warn] |you can simply leave out the trailing ` _`
242[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
243[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/modules/compiler-core/src/internals/RefParser.scala:76:4
244[warn] 76 | (uri.getPath(), uri.getFragment()) match {
245[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
246[warn] | match may not be exhaustive.
247[warn] |
248[warn] | It would fail on pattern case: (_, _)
249[warn] |----------------------------------------------------------------------------
250[warn] | Explanation (enabled by `-explain`)
251[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
252[warn] | There are several ways to make the match exhaustive:
253[warn] | - Add missing cases as shown in the warning
254[warn] | - If an extractor always return Some(...), write Some[X] for its return type
255[warn] | - Add a case _ => ... at the end to match all remaining cases
256[warn] ----------------------------------------------------------------------------
257[warn] there was 1 deprecation warning; re-run with -deprecation for details
258[warn] 12 warnings found
259[info] done compiling
260[info] compiling 10 Scala sources to /build/repo/out/json-schema/3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/compile.dest/classes ...
261[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
262[warn] -- Warning: /build/repo/modules/json-schema/src/internals/JsonSchemaToIModel.scala:79:74
263[warn] 79 | private def fold = new PatternFolder[F](compilationUnit.namespace).fold _
264[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
265[warn] |The syntax `<function> _` is no longer supported;
266[warn] |you can simply leave out the trailing ` _`
267[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
268[warn] -- Warning: /build/repo/modules/json-schema/src/internals/JsonSchemaToIModel.scala:88:41
269[warn] 88 | recursion.refoldPar(unfoldAndAddExts _, fold)(start)
270[warn] | ^^^^^^^^^^^^^^^^^^
271[warn] |The syntax `<function> _` is no longer supported;
272[warn] |you can simply leave out the trailing ` _`
273[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
274[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/modules/json-schema/src/internals/Extractors.scala:361:30
275[warn] 361 | m.asScala.foreach { case (k: String, v: Object) =>
276[warn] | ^
277[warn] | match may not be exhaustive.
278[warn] |
279[warn] | It would fail on pattern case: (_, _)
280[warn] |---------------------------------------------------------------------------
281[warn] | Explanation (enabled by `-explain`)
282[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
283[warn] | There are several ways to make the match exhaustive:
284[warn] | - Add missing cases as shown in the warning
285[warn] | - If an extractor always return Some(...), write Some[X] for its return type
286[warn] | - Add a case _ => ... at the end to match all remaining cases
287[warn] ---------------------------------------------------------------------------
288[warn] four warnings found
289[info] done compiling
290Successfully evaluated json-schema[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY].compile
291Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
292Skipping unused scalacOptions: -Xkind-projector
293Option -classpath was updated
2942 warnings found
295Successfully evaluated json-schema[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY].docJar
296[info] compiling 3 Scala sources to /build/repo/out/compiler-core/3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/test/compile.dest/classes ...
297[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
298[warn] -- Warning: /build/repo/modules/compiler-core/test/src/ModelWrapper.scala:107:33
299[warn] 107 | Node.arrayNode(elements: _*)
300[warn] | ^
301[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
302[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
303[warn] two warnings found
304[info] done compiling
305[info] compiling 18 Scala sources to /build/repo/out/json-schema/3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/test/compile.dest/classes ...
306[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
307[warn] -- Warning: /build/repo/modules/json-schema/test/src/TestUtils.scala:107:56 ----
308[warn] 107 | ): Unit = runConversionTest(inputs.head, inputs.tail: _*)
309[warn] | ^
310[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
311[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
312[warn] -- Warning: /build/repo/modules/json-schema/test/src/TestUtils.scala:126:15 ----
313[warn] 126 | remaining: _*
314[warn] | ^
315[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
316[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
317[warn] -- Warning: /build/repo/modules/json-schema/test/src/TestUtils.scala:151:70 ----
318[warn] 151 | ): Unit = runConversionTestWithOpts(opts, inputs.head, inputs.tail: _*)
319[warn] | ^
320[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
321[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
322[warn] -- Warning: /build/repo/modules/json-schema/test/src/TestUtils.scala:163:17 ----
323[warn] 163 | remaining: _*
324[warn] | ^
325[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
326[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
327[warn] 5 warnings found
328[info] done compiling
329Successfully evaluated json-schema[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY].test.compile
330Module json-schema[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY] is not a publish module, skipping publishing
331
332Starting build for smithytranslate-compiler-core - [2/8]
333Successfully evaluated compiler-core[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY].compile
334Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
335Skipping unused scalacOptions: -Xkind-projector
336Option -classpath was updated
3372 warnings found
338Successfully evaluated compiler-core[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY].docJar
339Successfully evaluated compiler-core[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY].test.compile
340Module compiler-core[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY] is not a publish module, skipping publishing
341
342Starting build for smithytranslate-proto - [3/8]
343Failed to resolve scalaVersion, assume it's Scala 3 project
344Failed to resolve scalaVersion, assume it's Scala 3 project
345[info] compiling 4 Scala sources to /build/repo/out/transitive/3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/compile.dest/classes ...
346[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
347[warn] -- Warning: /build/repo/modules/transitive/src/closure/TransitiveModel.scala:121:16
348[warn] 121 | shapes: _*
349[warn] | ^
350[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
351[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
352[warn] two warnings found
353[info] done compiling
354[info] compiling 9 Scala sources to /build/repo/out/proto/3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/compile.dest/classes ...
355[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
356[warn] one warning found
357[info] done compiling
358Successfully evaluated proto[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY].compile
359Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
360Skipping unused scalacOptions: -Xkind-projector
361Option -classpath was updated
3622 warnings found
363Successfully evaluated proto[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY].docJar
364[info] compiling 6 Scala sources to /build/repo/out/proto/3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/test/compile.dest/classes ...
365[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
366[warn] -- Warning: /build/repo/modules/proto/test/src/smithytranslate/proto3/internals/CompilerRendererSuite.scala:2003:44
367[warn] 2003 | ProtoValidator.run(renderedFiles.toSeq: _*)
368[warn] | ^
369[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
370[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
371[warn] two warnings found
372[info] done compiling
373Successfully evaluated proto[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY].test.compile
374Module proto[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY] is not a publish module, skipping publishing
375
376Starting build for smithytranslate-runners - [4/8]
377No test module defined in runners[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY]
378Failed to resolve scalaVersion, assume it's Scala 3 project
379Failed to resolve scalaVersion, assume it's Scala 3 project
380Failed to resolve scalaVersion, assume it's Scala 3 project
381[info] compiling 30 Scala sources to /build/repo/out/formatter/jvm/3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/compile.dest/classes ...
382[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
383[info] compiling 17 Scala sources to /build/repo/out/openapi/3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/compile.dest/classes ...
384[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
385[warn] -- Warning: /build/repo/modules/formatter/src/parsers/NodeParser.scala:111:61 --
386[warn] 111 | val valueP = (node_value ~ ws).map((NodeArrayValue.apply _).tupled)
387[warn] | ^^^^^^^^^^^^^^^^^^^^^^
388[warn] |The syntax `<function> _` is no longer supported;
389[warn] |you can simply leave out the trailing ` _`
390[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
391[warn] -- Warning: /build/repo/modules/formatter/src/parsers/ShapeIdParser.scala:38:63
392[warn] 38 | (underscore.rep0.with1 ~ alpha).map((IdentifierStart.apply _).tupled)
393[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
394[warn] |The syntax `<function> _` is no longer supported;
395[warn] |you can simply leave out the trailing ` _`
396[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
397[warn] -- Warning: /build/repo/modules/formatter/src/parsers/ShapeIdParser.scala:40:69
398[warn] 40 | (identifier_start ~ identifier_chars.rep0).map((Identifier.apply _).tupled)
399[warn] | ^^^^^^^^^^^^^^^^^^
400[warn] |The syntax `<function> _` is no longer supported;
401[warn] |you can simply leave out the trailing ` _`
402[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
403[warn] -- Warning: /build/repo/modules/formatter/src/parsers/ShapeIdParser.scala:45:28
404[warn] 45 | .map((Namespace.apply _).tupled)
405[warn] | ^^^^^^^^^^^^^^^^^
406[warn] |The syntax `<function> _` is no longer supported;
407[warn] |you can simply leave out the trailing ` _`
408[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
409[warn] -- Warning: /build/repo/modules/formatter/src/parsers/ShapeIdParser.scala:54:69
410[warn] 54 | (root_shape_id ~ shape_id_member.backtrack.?).map((ShapeId.apply _).tupled)
411[warn] | ^^^^^^^^^^^^^^^
412[warn] |The syntax `<function> _` is no longer supported;
413[warn] |you can simply leave out the trailing ` _`
414[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
415[warn] -- Warning: /build/repo/modules/formatter/src/parsers/ShapeParser.scala:209:44 -
416[warn] 209 | .map((ExplicitStructureMember.apply _).tupled)
417[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
418[warn] |The syntax `<function> _` is no longer supported;
419[warn] |you can simply leave out the trailing ` _`
420[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
421[warn] -- Warning: /build/repo/modules/formatter/src/parsers/SmithyTraitParser.scala:42:33
422[warn] 42 | .map((TraitStructure.apply _).tupled)
423[warn] | ^^^^^^^^^^^^^^^^^^^^^^
424[warn] |The syntax `<function> _` is no longer supported;
425[warn] |you can simply leave out the trailing ` _`
426[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
427[warn] -- Warning: /build/repo/modules/formatter/src/parsers/SmithyTraitParser.scala:57:25
428[warn] 57 | (SmithyTrait.apply _).tupled
429[warn] | ^^^^^^^^^^^^^^^^^^^
430[warn] |The syntax `<function> _` is no longer supported;
431[warn] |you can simply leave out the trailing ` _`
432[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
433[warn] -- Warning: /build/repo/modules/openapi/src/internals/ContentToSchemaOpt.scala:26:43
434[warn] 26 | extends (Content => Map[String, Schema[_]]) {
435[warn] | ^
436[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
437[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
438[warn] -- Warning: /build/repo/modules/openapi/src/internals/ContentToSchemaOpt.scala:28:44
439[warn] 28 | def apply(c: Content): Map[String, Schema[_]] =
440[warn] | ^
441[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
442[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
443[warn] -- Warning: /build/repo/modules/openapi/src/internals/ContentTypeDiscriminatedSchema.scala:22:32
444[warn] 22 | members: Map[String, Schema[_]]
445[warn] | ^
446[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
447[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
448[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:27:26 ---
449[warn] 27 | def unapply(sch: Schema[_]): Option[Vector[String]] = sch match {
450[warn] | ^
451[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
452[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
453[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:35:26 ---
454[warn] 35 | def unapply(sch: Schema[_]): Option[Schema[_]] = {
455[warn] | ^
456[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
457[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
458[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:35:45 ---
459[warn] 35 | def unapply(sch: Schema[_]): Option[Schema[_]] = {
460[warn] | ^
461[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
462[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
463[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:47:26 ---
464[warn] 47 | def unapply(sch: Schema[_]): Boolean = {
465[warn] | ^
466[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
467[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
468[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:60:26 ---
469[warn] 60 | def unapply(sch: Schema[_]): Option[String] = Option(sch.getFormat())
470[warn] | ^
471[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
472[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
473[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:64:26 ---
474[warn] 64 | def unapply(sch: Schema[_]): Option[String] =
475[warn] | ^
476[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
477[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
478[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:71:26 ---
479[warn] 71 | def unapply(sch: Schema[_]): Boolean = Option(sch.getFormat()).isEmpty
480[warn] | ^
481[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
482[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
483[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:79:26 ---
484[warn] 79 | def unapply(sch: Schema[_]): Option[Vector[Schema[_]]] = sch match {
485[warn] | ^
486[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
487[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
488[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:79:52 ---
489[warn] 79 | def unapply(sch: Schema[_]): Option[Vector[Schema[_]]] = sch match {
490[warn] | ^
491[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
492[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
493[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:87:26 ---
494[warn] 87 | def unapply(sch: Schema[_]): Option[Vector[Schema[_]]] = sch match {
495[warn] | ^
496[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
497[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
498[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:87:52 ---
499[warn] 87 | def unapply(sch: Schema[_]): Option[Vector[Schema[_]]] = sch match {
500[warn] | ^
501[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
502[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
503[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:95:26 ---
504[warn] 95 | def unapply(sch: Schema[_]): Option[Schema[_]] = sch match {
505[warn] | ^
506[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
507[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
508[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:95:45 ---
509[warn] 95 | def unapply(sch: Schema[_]): Option[Schema[_]] = sch match {
510[warn] | ^
511[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
512[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
513[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:111:26 --
514[warn] 111 | def unapply(sch: Schema[_]): Option[Primitive] = sch match {
515[warn] | ^
516[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
517[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
518[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:262:26 --
519[warn] 262 | def unapply(sch: Schema[_]): Option[Either[ToSmithyError, ParsedRef]] =
520[warn] | ^
521[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
522[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
523[warn] -- Warning: /build/repo/modules/openapi/src/internals/Local.scala:25:19 --------
524[warn] 25 | schema: Schema[_]
525[warn] | ^
526[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
527[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
528[warn] -- Warning: /build/repo/modules/openapi/src/internals/Local.scala:39:39 --------
529[warn] 39 | def apply(path: Name, schema: Schema[_]): Local =
530[warn] | ^
531[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
532[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
533[warn] -- Warning: /build/repo/modules/openapi/src/internals/Local.scala:42:42 --------
534[warn] 42 | def apply(path: Segment, schema: Schema[_]): Local =
535[warn] | ^
536[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
537[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
538[warn] -- Warning: /build/repo/modules/openapi/src/internals/OpenApiToIModel.scala:361:18
539[warn] 361 | sch: Schema[_]
540[warn] | ^
541[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
542[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
543[warn] -- Warning: /build/repo/modules/openapi/src/internals/OpenApiToIModel.scala:426:45
544[warn] 426 | private def getExamplesHint(schema: Schema[_]): Option[Hint.Examples] =
545[warn] | ^
546[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
547[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
548[warn] -- Warning: /build/repo/modules/openapi/src/internals/OpenApiToIModel.scala:432:21
549[warn] 432 | schema: Schema[_]
550[warn] | ^
551[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
552[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
553[warn] -- Warning: /build/repo/modules/openapi/src/internals/OpenApiToIModel.scala:192:58
554[warn] 192 | private def fold = new PatternFolder[F](namespace).fold _
555[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
556[warn] |The syntax `<function> _` is no longer supported;
557[warn] |you can simply leave out the trailing ` _`
558[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
559[warn] -- Warning: /build/repo/modules/openapi/src/internals/OpenApiToIModel.scala:201:41
560[warn] 201 | recursion.refoldPar(unfoldAndAddExts _, fold)(start)
561[warn] | ^^^^^^^^^^^^^^^^^^
562[warn] |The syntax `<function> _` is no longer supported;
563[warn] |you can simply leave out the trailing ` _`
564[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
565[warn] -- Warning: /build/repo/modules/openapi/src/internals/Param.scala:23:30 --------
566[warn] 23 | refOrSchema: RefOr[Schema[_]],
567[warn] | ^
568[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
569[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
570[warn] -- Warning: /build/repo/modules/openapi/src/internals/RefParser.scala:21:36 ----
571[warn] 21 | def toSchema(ref: String): Schema[_] = {
572[warn] | ^
573[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
574[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
575[warn] 9 warnings found
576[info] done compiling
577[warn] 29 warnings found
578[info] done compiling
579[info] compiling 11 Scala sources to /build/repo/out/runners/3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/compile.dest/classes ...
580[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
581[warn] -- Warning: /build/repo/modules/runners/src/OpenApi.scala:84:60 ----------------
582[warn] 84 | val report = ReportResult(outputPath, outputJson).apply _
583[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
584[warn] |The syntax `<function> _` is no longer supported;
585[warn] |you can simply leave out the trailing ` _`
586[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
587[warn] -- Warning: /build/repo/modules/runners/src/OpenApi.scala:135:60 ---------------
588[warn] 135 | val report = ReportResult(outputPath, outputJson).apply _
589[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
590[warn] |The syntax `<function> _` is no longer supported;
591[warn] |you can simply leave out the trailing ` _`
592[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
593[warn] -- Warning: /build/repo/modules/runners/src/Proto.scala:118:44 -----------------
594[warn] 118 | Fetch().addRepositories(validRepos: _*).addDependencies(validDeps: _*)
595[warn] | ^
596[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
597[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
598[warn] -- Warning: /build/repo/modules/runners/src/Proto.scala:118:75 -----------------
599[warn] 118 | Fetch().addRepositories(validRepos: _*).addDependencies(validDeps: _*)
600[warn] | ^
601[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
602[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
603[warn] 5 warnings found
604[info] done compiling
605Successfully evaluated runners[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY].compile
606Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
607Skipping unused scalacOptions: -Xkind-projector
608Option -classpath was updated
6092 warnings found
610Successfully evaluated runners[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY].docJar
611Module runners[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY] is not a publish module, skipping publishing
612
613Starting build for smithytranslate-formatter - [5/8]
614Successfully evaluated formatter.jvm[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY].compile
615Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
616Skipping unused scalacOptions: -Xkind-projector
617Option -classpath was updated
6182 warnings found
619Successfully evaluated formatter.jvm[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY].docJar
620[info] compiling 2 Scala sources to /build/repo/out/formatter/jvm/3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/test/compile.dest/classes ...
621[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
622[warn] one warning found
623[info] done compiling
624Successfully evaluated formatter.jvm[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY].test.compile
625Module formatter.jvm[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY] is not a publish module, skipping publishing
626
627Starting build for smithytranslate-transitive - [6/8]
628Successfully evaluated transitive[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY].compile
629Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
630Skipping unused scalacOptions: -Xkind-projector
631Option -classpath was updated
6322 warnings found
633Successfully evaluated transitive[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY].docJar
634[info] compiling 2 Scala sources to /build/repo/out/transitive/3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/test/compile.dest/classes ...
635[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
636[warn] one warning found
637[info] done compiling
638Successfully evaluated transitive[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY].test.compile
639Module transitive[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY] is not a publish module, skipping publishing
640
641Starting build for smithytranslate-openapi - [7/8]
642Successfully evaluated openapi[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY].compile
643Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
644Skipping unused scalacOptions: -Xkind-projector
645Option -classpath was updated
6462 warnings found
647Successfully evaluated openapi[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY].docJar
648[info] compiling 28 Scala sources to /build/repo/out/openapi/3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/test/compile.dest/classes ...
649[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
650[warn] -- Warning: /build/repo/modules/openapi/test/src/ConstraintSpec.scala:251:29 ---
651[warn] 251 | TestUtils.runConversion(input)
652[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
653[warn] |pattern's type smithytranslate.compiler.ToSmithyResult.Success[A$1] is more specialized than the right hand side expression's type smithytranslate.compiler.ToSmithyResult[smithytranslate.compiler.ModelWrapper]
654[warn] |
655[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
656[warn] |which may result in a MatchError at runtime.
657[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
658[warn] -- Warning: /build/repo/modules/openapi/test/src/MultiFileSpec.scala:407:29 ----
659[warn] 407 | TestUtils.runConversion(inOne, inTwo)
660[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
661[warn] |pattern's type smithytranslate.compiler.ToSmithyResult.Success[A$1] is more specialized than the right hand side expression's type smithytranslate.compiler.ToSmithyResult[smithytranslate.compiler.ModelWrapper]
662[warn] |
663[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
664[warn] |which may result in a MatchError at runtime.
665[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
666[warn] -- Warning: /build/repo/modules/openapi/test/src/OperationMultipleSuccessSpec.scala:114:29
667[warn] 114 | TestUtils.runConversion(input)
668[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
669[warn] |pattern's type smithytranslate.compiler.ToSmithyResult.Success[A$1] is more specialized than the right hand side expression's type smithytranslate.compiler.ToSmithyResult[smithytranslate.compiler.ModelWrapper]
670[warn] |
671[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
672[warn] |which may result in a MatchError at runtime.
673[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
674[warn] -- Warning: /build/repo/modules/openapi/test/src/OperationMultipleSuccessSpec.scala:214:29
675[warn] 214 | TestUtils.runConversion(input)
676[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
677[warn] |pattern's type smithytranslate.compiler.ToSmithyResult.Success[A$2] is more specialized than the right hand side expression's type smithytranslate.compiler.ToSmithyResult[smithytranslate.compiler.ModelWrapper]
678[warn] |
679[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
680[warn] |which may result in a MatchError at runtime.
681[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
682[warn] -- Warning: /build/repo/modules/openapi/test/src/OutputValidationSpec.scala:64:55
683[warn] 64 | assert(resultExpectingSuccess.isInstanceOf[Success[_]])
684[warn] | ^
685[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
686[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
687[warn] -- Warning: /build/repo/modules/openapi/test/src/SecuritySchemesSpec.scala:605:29
688[warn] 605 | TestUtils.runConversion(input)
689[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
690[warn] |pattern's type smithytranslate.compiler.ToSmithyResult.Success[A$1] is more specialized than the right hand side expression's type smithytranslate.compiler.ToSmithyResult[smithytranslate.compiler.ModelWrapper]
691[warn] |
692[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
693[warn] |which may result in a MatchError at runtime.
694[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
695[warn] -- Warning: /build/repo/modules/openapi/test/src/SecuritySchemesSpec.scala:766:29
696[warn] 766 | TestUtils.runConversion(input)
697[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
698[warn] |pattern's type smithytranslate.compiler.ToSmithyResult.Success[A$2] is more specialized than the right hand side expression's type smithytranslate.compiler.ToSmithyResult[smithytranslate.compiler.ModelWrapper]
699[warn] |
700[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
701[warn] |which may result in a MatchError at runtime.
702[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
703[warn] -- Warning: /build/repo/modules/openapi/test/src/SecuritySchemesSpec.scala:862:29
704[warn] 862 | TestUtils.runConversion(input)
705[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
706[warn] |pattern's type smithytranslate.compiler.ToSmithyResult.Success[A$3] is more specialized than the right hand side expression's type smithytranslate.compiler.ToSmithyResult[smithytranslate.compiler.ModelWrapper]
707[warn] |
708[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
709[warn] |which may result in a MatchError at runtime.
710[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
711[warn] -- Warning: /build/repo/modules/openapi/test/src/TestUtils.scala:146:17 --------
712[warn] 146 | remaining: _*
713[warn] | ^
714[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
715[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
716[warn] 10 warnings found
717[info] done compiling
718Successfully evaluated openapi[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY].test.compile
719Module openapi[3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY] is not a publish module, skipping publishing
720
721************************
722Build summary:
723[{
724 "module": "smithytranslate-json-schema",
725 "compile": {"status": "ok", "tookMs": 30832, "warnings": 0, "errors": 0},
726 "doc": {"status": "ok", "tookMs": 6755, "files": 1, "totalSizeKb": 2666},
727 "test-compile": {"status": "ok", "tookMs": 5245, "warnings": 0, "errors": 0},
728 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
729 "publish": {"status": "skipped", "tookMs": 0},
730 "metadata": {
731 "crossScalaVersions": ["3.3.6", "2.13.16", "2.12.20"]
732}
733},{
734 "module": "smithytranslate-compiler-core",
735 "compile": {"status": "ok", "tookMs": 46, "warnings": 0, "errors": 0},
736 "doc": {"status": "ok", "tookMs": 5214, "files": 1, "totalSizeKb": 2775},
737 "test-compile": {"status": "ok", "tookMs": 57, "warnings": 0, "errors": 0},
738 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
739 "publish": {"status": "skipped", "tookMs": 0},
740 "metadata": {
741 "crossScalaVersions": ["3.3.6", "2.13.16", "2.12.20"]
742}
743},{
744 "module": "smithytranslate-proto",
745 "compile": {"status": "ok", "tookMs": 12644, "warnings": 0, "errors": 0},
746 "doc": {"status": "ok", "tookMs": 3596, "files": 1, "totalSizeKb": 2661},
747 "test-compile": {"status": "ok", "tookMs": 3713, "warnings": 0, "errors": 0},
748 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
749 "publish": {"status": "skipped", "tookMs": 0},
750 "metadata": {
751 "crossScalaVersions": ["3.3.6", "2.13.16", "2.12.20"]
752}
753},{
754 "module": "smithytranslate-runners",
755 "compile": {"status": "ok", "tookMs": 26408, "warnings": 0, "errors": 0},
756 "doc": {"status": "ok", "tookMs": 4609, "files": 1, "totalSizeKb": 2728},
757 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
758 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
759 "publish": {"status": "skipped", "tookMs": 0},
760 "metadata": {
761 "crossScalaVersions": ["3.3.6", "2.13.16", "2.12.20"]
762}
763},{
764 "module": "smithytranslate-formatter",
765 "compile": {"status": "ok", "tookMs": 22, "warnings": 0, "errors": 0},
766 "doc": {"status": "ok", "tookMs": 6443, "files": 1, "totalSizeKb": 3493},
767 "test-compile": {"status": "ok", "tookMs": 2539, "warnings": 0, "errors": 0},
768 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
769 "publish": {"status": "skipped", "tookMs": 0},
770 "metadata": {
771 "crossScalaVersions": ["3.3.6", "2.13.16", "2.12.20"]
772}
773},{
774 "module": "smithytranslate-transitive",
775 "compile": {"status": "ok", "tookMs": 22, "warnings": 0, "errors": 0},
776 "doc": {"status": "ok", "tookMs": 3253, "files": 1, "totalSizeKb": 2665},
777 "test-compile": {"status": "ok", "tookMs": 2820, "warnings": 0, "errors": 0},
778 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
779 "publish": {"status": "skipped", "tookMs": 0},
780 "metadata": {
781 "crossScalaVersions": ["3.3.6", "2.13.16", "2.12.20"]
782}
783},{
784 "module": "smithytranslate-openapi",
785 "compile": {"status": "ok", "tookMs": 50, "warnings": 0, "errors": 0},
786 "doc": {"status": "ok", "tookMs": 4720, "files": 1, "totalSizeKb": 2662},
787 "test-compile": {"status": "ok", "tookMs": 5799, "warnings": 0, "errors": 0},
788 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
789 "publish": {"status": "skipped", "tookMs": 0},
790 "metadata": {
791 "crossScalaVersions": ["3.3.6", "2.13.16", "2.12.20"]
792}
793}]
794************************"
795
796Checking patch buildSetup.sc...
797Checking patch build.sc...
798Checking patch .mill-version...
799Applied patch buildSetup.sc cleanly.
800Applied patch build.sc cleanly.
801Applied patch .mill-version cleanly.