Build Logs
disneystreaming/alloy • 3.8.0-RC4:2025-12-22
Errors
1
Warnings
160
Total Lines
323
1##################################
2Clonning https://github.com/disneystreaming/alloy.git into /build/repo using revision v0.3.35
3##################################
4Note: switching to '289266fb098a3bcec880d4a44988b609a47d4431'.
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.0-RC4
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: build.sc
33Pattern: "3" -> "3\.\d\.\d"
34Replacement: "3" -> "3.8.0-RC4"
35Starting compilation server
36Compiling project (Scala 3.7.3, JVM (17))
37Compiled project (Scala 3.7.3, JVM (17))
38Successfully applied pattern '"3" -> "3\.\d\.\d"' in build.sc
39----
40Starting build for 3.8.0-RC4
41Execute tests: true
42Mill project found:
43Found explicit mill version 0.12.10 in ./mill-version
44Force upgrade of millVersion 0.12.10 to 0.12.16
45Detected mill version=0.12.16, binary version: 0.12
46No prepare script found for project disneystreaming/alloy
47No mill build directory found
48Apply scalafix rules to ./build.sc
49Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
50Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
51Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
52Successfully applied pattern 'package build\n' in /build/repo/MillVersionCompat.sc
53##################################
54Scala version: 3.8.0-RC4
55Targets: com.disneystreaming.alloy%alloy-openapi
56Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sc","pattern":"\"3\" -> \"3\\.\\d\\.\\d\"","replaceWith":"\"3\" -> \"<SCALA_VERSION>\""}]}
57##################################
58Downloading mill 0.12.16 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.16/mill-dist-0.12.16.jar ...
59 % Total % Received % Xferd Average Speed Time Time Time Current
60 Dload Upload Total Spent Left Speed
61
62 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
63 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
64 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
65curl: (22) The requested URL returned error: 404
66Mill launcher ./mill failed to launch, skipping
67Downloading mill 0.12.16 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.16/mill-dist-0.12.16.exe ...
68 % Total % Received % Xferd Average Speed Time Time Time Current
69 Dload Upload Total Spent Left Speed
70
71 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
72 54 72.6M 54 39.4M 0 0 41.4M 0 0:00:01 --:--:-- 0:00:01 41.4M
73100 72.6M 100 72.6M 0 0 48.1M 0 0:00:01 0:00:01 --:--:-- 48.1M
74============================== resolve _ ==============================
75[build.sc-61/65] compile
76[build.sc-61] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
77[build.sc-61] [warn] /build/repo/build.sc:26:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
78[build.sc-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
79[build.sc-61] [warn] ^
80[build.sc-61] [warn] /build/repo/build.sc:37:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
81[build.sc-61] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
82[build.sc-61] [warn] ^
83[build.sc-61] [warn] /build/repo/build.sc:38:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
84[build.sc-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
85[build.sc-61] [warn] ^
86[build.sc-61] [warn] /build/repo/build.sc:92:49: trait SonatypeCentralPublishModule in package sonatypecentral is deprecated (since Mill 0.12.15): Use mill.scalalib.SonatypeCentralPublishModule instead
87[build.sc-61] [warn] trait BasePublishModule extends BaseModule with SonatypeCentralPublishModule {
88[build.sc-61] [warn] ^
89[build.sc-61] [warn] /build/repo/build.sc:118:39: type Target in package mill is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
90[build.sc-61] [warn] override def mimaPreviousArtifacts: Target[Agg[Dep]] = {
91[build.sc-61] [warn] ^
92[build.sc-61] [warn] /build/repo/build.sc:174:27: type Target in package mill is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
93[build.sc-61] [warn] override def ivyDeps: Target[Agg[Dep]] = super.ivyDeps() ++ Seq(Deps.oslib)
94[build.sc-61] [warn] ^
95[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
96[build.sc-61] [warn] .iterator()
97[build.sc-61] [warn] ^
98[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
99[build.sc-61] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
100[build.sc-61] [warn] ^
101[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
102[build.sc-61] [warn] val testModule = module.millInternal.modules.toList
103[build.sc-61] [warn] ^
104[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
105[build.sc-61] [warn] ctx.root.millInternal.modules.flatMap {
106[build.sc-61] [warn] ^
107[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
108[build.sc-61] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
109[build.sc-61] [warn] ^
110[build.sc-61] [warn] 9 feature warnings; re-run with -feature for details
111[build.sc-61] [warn] 12 warnings found
112[build.sc-61] [info] done compiling
113[1/1] resolve
114[0J[1A
115[0J[1A
116[1/1] ============================== resolve _ ============================== 21s
117Try build using /opencb/project-builder/mill/millw
118--disable-ticker will be removed in Mill 1.0.0, use `--ticker false`
119[build.sc] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
120[build.sc] [warn] /build/repo/build.sc:26:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
121[build.sc] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
122[build.sc] [warn] ^
123[build.sc] [warn] /build/repo/build.sc:37:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
124[build.sc] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
125[build.sc] [warn] ^
126[build.sc] [warn] /build/repo/build.sc:38:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
127[build.sc] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
128[build.sc] [warn] ^
129[build.sc] [warn] /build/repo/build.sc:92:49: trait SonatypeCentralPublishModule in package sonatypecentral is deprecated (since Mill 0.12.15): Use mill.scalalib.SonatypeCentralPublishModule instead
130[build.sc] [warn] trait BasePublishModule extends BaseModule with SonatypeCentralPublishModule {
131[build.sc] [warn] ^
132[build.sc] [warn] /build/repo/build.sc:118:39: type Target in package mill is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
133[build.sc] [warn] override def mimaPreviousArtifacts: Target[Agg[Dep]] = {
134[build.sc] [warn] ^
135[build.sc] [warn] /build/repo/build.sc:174:27: type Target in package mill is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
136[build.sc] [warn] override def ivyDeps: Target[Agg[Dep]] = super.ivyDeps() ++ Seq(Deps.oslib)
137[build.sc] [warn] ^
138[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
139[build.sc] [warn] .iterator()
140[build.sc] [warn] ^
141[build.sc] [warn] /build/repo/MillCommunityBuild.sc:221:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
142[build.sc] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
143[build.sc] [warn] ^
144[build.sc] [warn] /build/repo/MillCommunityBuild.sc:262:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
145[build.sc] [warn] val testModule = module.millInternal.modules.toList
146[build.sc] [warn] ^
147[build.sc] [warn] /build/repo/MillCommunityBuild.sc:397:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
148[build.sc] [warn] ctx.root.millInternal.modules.flatMap {
149[build.sc] [warn] ^
150[build.sc] [warn] /build/repo/MillVersionCompat.sc:7:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
151[build.sc] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
152[build.sc] [warn] ^
153[build.sc] [warn] 9 feature warnings; re-run with -feature for details
154[build.sc] [warn] 12 warnings found
155[build.sc] [info] done compiling
156Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sc","pattern":"\"3\" -> \"3\\.\\d\\.\\d\"","replaceWith":"\"3\" -> \"<SCALA_VERSION>\""}]}
157Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),Full)
158
159Starting build for alloy-openapi - [0/2]
160Failed to resolve scalaVersion, assume it's Scala 3 project
161OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
162OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
163OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
164[info] compiling 66 Java sources to /build/repo/out/core/compile.dest/classes ...
165[info] done compiling
166[info] compiling 20 Scala sources to /build/repo/out/openapi/3/compile.dest/classes ...
167[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/AddTags.scala:30:23 --
168[warn] 30 | context: Context[_ <: Trait],
169[warn] | ^
170[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
171[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
172[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/AlloyOpenApiExtension.scala:30:55
173[warn] 30 | override def getProtocols(): ju.List[OpenApiProtocol[_]] = List(
174[warn] | ^
175[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
176[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
177[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/AlloyOpenApiExtension.scala:32:48
178[warn] 32 | ).asJava.asInstanceOf[ju.List[OpenApiProtocol[_]]]
179[warn] | ^
180[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
181[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
182[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/DateTimeFormatMapper.scala:42:33
183[warn] 42 | private val mapping: Map[Class[_ <: Trait], String] = Map(
184[warn] | ^
185[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
186[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
187[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/DiscriminatedUnionMemberComponents.scala:38:23
188[warn] 38 | context: Context[_ <: Trait],
189[warn] | ^
190[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
191[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
192[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/ExternalDocumentationMapper.scala:36:38
193[warn] 36 | override def after(context: Context[_ <: Trait], openapi: OpenApi): OpenApi =
194[warn] | ^
195[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
196[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
197[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/ExternalDocumentationMapper.scala:65:23
198[warn] 65 | context: Context[_ <: Trait],
199[warn] | ^
200[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
201[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
202[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/MakeHeadersOptionalMapper.scala:37:23
203[warn] 37 | context: Context[_ <: Trait],
204[warn] | ^
205[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
206[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
207[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/OpenEnums.scala:42:61
208[warn] 42 | Some(Node.arrayNode(values.map(Node.from(_)).toList: _*))
209[warn] | ^
210[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
211[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
212[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/OpenEnums.scala:45:61
213[warn] 45 | Some(Node.arrayNode(values.map(Node.from(_)).toList: _*))
214[warn] | ^
215[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
216[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
217[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/SummaryMapper.scala:26:23
218[warn] 26 | context: Context[_ <: Trait],
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/openapi/src/alloy/openapi/package.scala:49:41 --
223[warn] 49 | val openapiAwareTraits: Set[TraitKey[_]] = ServiceLoader
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/openapi/src/software/amazon/smithy/openapi/fromsmithy/protocols/AlloyAbstractRestProtocol.scala:249:23
228[warn] 249 | context: Context[_ <: Trait],
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/openapi/src/software/amazon/smithy/openapi/fromsmithy/protocols/AlloyAbstractRestProtocol.scala:516:68
233[warn] 516 | (Shape.shapeToBuilder(operationOrError): AbstractShapeBuilder[_, _])
234[warn] | ^
235[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
236[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
237[warn] -- Warning: /build/repo/modules/openapi/src/software/amazon/smithy/openapi/fromsmithy/protocols/AlloyAbstractRestProtocol.scala:516:71
238[warn] 516 | (Shape.shapeToBuilder(operationOrError): AbstractShapeBuilder[_, _])
239[warn] | ^
240[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
241[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
242[warn] 15 warnings found
243[info] done compiling
244Successfully evaluated openapi[3].compile
245Option -classpath was updated
2461 warning found
247Successfully evaluated openapi[3].docJar
248Failed to resolve scalaVersion, assume it's Scala 3 project
249[info] compiling 3 Scala sources and 1 Java source to /build/repo/out/openapi/3/test/compile.dest/classes ...
250[warn] -- Warning: /build/repo/modules/openapi/test/src/alloy/openapi/OpenApiExtensionTest.scala:30:55
251[warn] 30 | override def getProtocols(): ju.List[OpenApiProtocol[_]] = List(
252[warn] | ^
253[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
254[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
255[warn] -- Warning: /build/repo/modules/openapi/test/src/alloy/openapi/OpenApiExtensionTest.scala:32:48
256[warn] 32 | ).asJava.asInstanceOf[ju.List[OpenApiProtocol[_]]]
257[warn] | ^
258[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
259[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
260[warn] two warnings found
261[info] done compiling
262Successfully evaluated openapi[3].test.compile
263Dec 22, 2025 6:52:35 PM software.amazon.smithy.openapi.fromsmithy.mappers.RemoveUnusedComponents removalRound
264INFO: Removing unused OpenAPI components: [#/components/schemas/GetUnionResponse, #/components/schemas/Person, #/components/schemas/Greeting, #/components/schemas/ValuesResponse, #/components/schemas/GeneralServerError, #/components/schemas/GetEnumsOutput, #/components/schemas/Attributes, #/components/schemas/NotFound, #/components/schemas/GreetErrorOne, #/components/schemas/TestErrorsInExamplesInput, #/components/schemas/GreetErrorTwo, #/components/schemas/TestErrorsInExamplesOutput, #/components/schemas/NotFoundTwo]
265Dec 22, 2025 6:52:36 PM software.amazon.smithy.openapi.fromsmithy.mappers.RemoveUnusedComponents removalRound
266INFO: Removing unused OpenAPI components: [#/components/schemas/GetUnionResponse, #/components/schemas/Person, #/components/schemas/Greeting, #/components/schemas/ValuesResponse, #/components/schemas/GeneralServerError, #/components/schemas/GetEnumsOutput, #/components/schemas/Attributes, #/components/schemas/NotFound, #/components/schemas/GreetErrorOne, #/components/schemas/TestErrorsInExamplesInput, #/components/schemas/GreetErrorTwo, #/components/schemas/TestErrorsInExamplesOutput, #/components/schemas/NotFoundTwo]
267Dec 22, 2025 6:52:36 PM software.amazon.smithy.openapi.fromsmithy.mappers.RemoveUnusedComponents removalRound
268INFO: Removing unused OpenAPI components: [#/components/schemas/BarOpOutput]
269Dec 22, 2025 6:52:36 PM software.amazon.smithy.openapi.fromsmithy.mappers.RemoveUnusedComponents removalRound
270INFO: Removing unused OpenAPI components: [#/components/schemas/GetUnionResponse, #/components/schemas/Person, #/components/schemas/Greeting, #/components/schemas/ValuesResponse, #/components/schemas/GeneralServerError, #/components/schemas/GetEnumsOutput, #/components/schemas/Attributes, #/components/schemas/NotFound, #/components/schemas/GreetErrorOne, #/components/schemas/TestErrorsInExamplesInput, #/components/schemas/GreetErrorTwo, #/components/schemas/TestErrorsInExamplesOutput, #/components/schemas/NotFoundTwo]
271Dec 22, 2025 6:52:36 PM software.amazon.smithy.openapi.fromsmithy.mappers.RemoveUnusedComponents removalRound
272INFO: Removing unused OpenAPI components: [#/components/schemas/GetUnionResponse, #/components/schemas/Person, #/components/schemas/Greeting, #/components/schemas/ValuesResponse, #/components/schemas/GeneralServerError, #/components/schemas/GetEnumsOutput, #/components/schemas/Attributes, #/components/schemas/NotFound, #/components/schemas/GreetErrorOne, #/components/schemas/TestErrorsInExamplesInput, #/components/schemas/GreetErrorTwo, #/components/schemas/TestErrorsInExamplesOutput, #/components/schemas/NotFoundTwo]
273Dec 22, 2025 6:52:36 PM software.amazon.smithy.openapi.fromsmithy.mappers.OpenApiJsonSubstitutions updateNode
274WARNING: Using `substitutions` is discouraged. DO NOT use placeholders in your Smithy model for properties that are used by other tools like SDKs or service frameworks; placeholders should only ever be used in models for metadata that is specific to generating OpenAPI artifacts.
275
276Prefer safer alternatives like `jsonAdd`
277Dec 22, 2025 6:52:36 PM software.amazon.smithy.openapi.fromsmithy.mappers.OpenApiJsonSubstitutions updateNode
278WARNING: Using `substitutions` is discouraged. DO NOT use placeholders in your Smithy model for properties that are used by other tools like SDKs or service frameworks; placeholders should only ever be used in models for metadata that is specific to generating OpenAPI artifacts.
279
280Prefer safer alternatives like `jsonAdd`
281Dec 22, 2025 6:52:36 PM software.amazon.smithy.openapi.fromsmithy.mappers.OpenApiJsonSubstitutions updateNode
282WARNING: Using `substitutions` is discouraged. DO NOT use placeholders in your Smithy model for properties that are used by other tools like SDKs or service frameworks; placeholders should only ever be used in models for metadata that is specific to generating OpenAPI artifacts.
283
284Prefer safer alternatives like `jsonAdd`
285Dec 22, 2025 6:52:36 PM software.amazon.smithy.openapi.fromsmithy.mappers.OpenApiJsonAdd updateNode
286INFO: OpenAPI `jsonAdd`: adding `/info/title`
287Dec 22, 2025 6:52:36 PM software.amazon.smithy.openapi.fromsmithy.mappers.OpenApiJsonAdd updateNode
288INFO: OpenAPI `jsonAdd`: adding `/info/title`
289Dec 22, 2025 6:52:36 PM software.amazon.smithy.openapi.fromsmithy.mappers.OpenApiJsonAdd updateNode
290INFO: OpenAPI `jsonAdd`: adding `/info/title`
291Dec 22, 2025 6:52:36 PM software.amazon.smithy.openapi.fromsmithy.mappers.RemoveUnusedComponents removalRound
292INFO: Removing unused OpenAPI components: [#/components/schemas/DateTimeOpOutput]
293alloy.openapi.OpenApiConversionSpec:
294 + OpenAPI conversion from alloy#simpleRestJson protocol 0.881s
295 + OpenAPI conversion from alloy#simpleRestJson protocol (3.1.0 with optional feature flags) 0.134s
296 + OpenAPI conversion from alloy#simpleRestJson protocol with multiple namespaces 0.087s
297 + OpenAPI conversion with one namespace excluded and one included 0.058s
298 + OpenAPI conversion from testJson protocol 0.049s
299 + OpenAPI conversion configuring the version 0.092s
300 + OpenAPI conversion with JSON manipulating config 0.097s
301 + OpenAPI conversion of date time types 0.049s
302Successfully evaluated openapi[3].test.test
303Module openapi[3] is not a publish module, skipping publishing
304
305************************
306Build summary:
307[{
308 "module": "alloy-openapi",
309 "compile": {"status": "ok", "tookMs": 13120, "warnings": 0, "errors": 0},
310 "doc": {"status": "ok", "tookMs": 5309, "files": 1, "totalSizeKb": 2763},
311 "test-compile": {"status": "ok", "tookMs": 6426, "warnings": 0, "errors": 0},
312 "test": {"status": "ok", "tookMs": 4427, "passed": 8, "failed": 0, "ignored": 0, "skipped": 0, "total": 8, "byFramework": []},
313 "publish": {"status": "skipped", "tookMs": 0},
314 "metadata": {
315 "crossScalaVersions": []
316}
317}]
318************************"
319
320Checking patch build.sc...
321Checking patch .mill-version...
322Applied patch build.sc cleanly.
323Applied patch .mill-version cleanly.