The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-html-rendering, reference 0.1.15 (2ff2b3), with Swift 6.2 for macOS (SPM) on 23 Dec 2025 17:56:02 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.EmbedFallback {
   |                                `- warning: 'EmbedFallback' is deprecated: The <noembed> element is deprecated. Modern browsers support <embed>. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/noframes Frame Fallback.swift:11:32: warning: 'FrameFallback' is deprecated: The noframes element is obsolete. Use modern layout techniques instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.FrameFallback {
   |                                `- warning: 'FrameFallback' is deprecated: The noframes element is obsolete. Use modern layout techniques instead. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1614/1713] Compiling HTML_Elements_Rendering meta Metadata.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/meta Metadata.swift:11:1: warning: extension declares a conformance of imported type 'Meta' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Meta: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Meta' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/noembed Embed Fallback.swift:11:32: warning: 'EmbedFallback' is deprecated: The <noembed> element is deprecated. Modern browsers support <embed>. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.EmbedFallback {
   |                                `- warning: 'EmbedFallback' is deprecated: The <noembed> element is deprecated. Modern browsers support <embed>. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/noframes Frame Fallback.swift:11:32: warning: 'FrameFallback' is deprecated: The noframes element is obsolete. Use modern layout techniques instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.FrameFallback {
   |                                `- warning: 'FrameFallback' is deprecated: The noframes element is obsolete. Use modern layout techniques instead. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1615/1713] Compiling HTML_Elements_Rendering meter Meter.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/meta Metadata.swift:11:1: warning: extension declares a conformance of imported type 'Meta' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Meta: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Meta' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/noembed Embed Fallback.swift:11:32: warning: 'EmbedFallback' is deprecated: The <noembed> element is deprecated. Modern browsers support <embed>. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.EmbedFallback {
   |                                `- warning: 'EmbedFallback' is deprecated: The <noembed> element is deprecated. Modern browsers support <embed>. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/noframes Frame Fallback.swift:11:32: warning: 'FrameFallback' is deprecated: The noframes element is obsolete. Use modern layout techniques instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.FrameFallback {
   |                                `- warning: 'FrameFallback' is deprecated: The noframes element is obsolete. Use modern layout techniques instead. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1616/1713] Compiling HTML_Elements_Rendering nav Navigation Section.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/meta Metadata.swift:11:1: warning: extension declares a conformance of imported type 'Meta' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Meta: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Meta' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/noembed Embed Fallback.swift:11:32: warning: 'EmbedFallback' is deprecated: The <noembed> element is deprecated. Modern browsers support <embed>. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.EmbedFallback {
   |                                `- warning: 'EmbedFallback' is deprecated: The <noembed> element is deprecated. Modern browsers support <embed>. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/noframes Frame Fallback.swift:11:32: warning: 'FrameFallback' is deprecated: The noframes element is obsolete. Use modern layout techniques instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.FrameFallback {
   |                                `- warning: 'FrameFallback' is deprecated: The noframes element is obsolete. Use modern layout techniques instead. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1617/1713] Compiling HTML_Elements_Rendering nobr Non-Breaking Text.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/meta Metadata.swift:11:1: warning: extension declares a conformance of imported type 'Meta' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Meta: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Meta' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/noembed Embed Fallback.swift:11:32: warning: 'EmbedFallback' is deprecated: The <noembed> element is deprecated. Modern browsers support <embed>. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.EmbedFallback {
   |                                `- warning: 'EmbedFallback' is deprecated: The <noembed> element is deprecated. Modern browsers support <embed>. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/noframes Frame Fallback.swift:11:32: warning: 'FrameFallback' is deprecated: The noframes element is obsolete. Use modern layout techniques instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.FrameFallback {
   |                                `- warning: 'FrameFallback' is deprecated: The noframes element is obsolete. Use modern layout techniques instead. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1618/1713] Compiling HTML_Elements_Rendering noembed Embed Fallback.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/meta Metadata.swift:11:1: warning: extension declares a conformance of imported type 'Meta' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Meta: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Meta' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/noembed Embed Fallback.swift:11:32: warning: 'EmbedFallback' is deprecated: The <noembed> element is deprecated. Modern browsers support <embed>. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.EmbedFallback {
   |                                `- warning: 'EmbedFallback' is deprecated: The <noembed> element is deprecated. Modern browsers support <embed>. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/noframes Frame Fallback.swift:11:32: warning: 'FrameFallback' is deprecated: The noframes element is obsolete. Use modern layout techniques instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.FrameFallback {
   |                                `- warning: 'FrameFallback' is deprecated: The noframes element is obsolete. Use modern layout techniques instead. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1619/1713] Compiling HTML_Elements_Rendering noframes Frame Fallback.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/meta Metadata.swift:11:1: warning: extension declares a conformance of imported type 'Meta' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Meta: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Meta' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/noembed Embed Fallback.swift:11:32: warning: 'EmbedFallback' is deprecated: The <noembed> element is deprecated. Modern browsers support <embed>. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.EmbedFallback {
   |                                `- warning: 'EmbedFallback' is deprecated: The <noembed> element is deprecated. Modern browsers support <embed>. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/noframes Frame Fallback.swift:11:32: warning: 'FrameFallback' is deprecated: The noframes element is obsolete. Use modern layout techniques instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.FrameFallback {
   |                                `- warning: 'FrameFallback' is deprecated: The noframes element is obsolete. Use modern layout techniques instead. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1620/1713] Compiling HTML_Elements_Rendering noscript Noscript.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/meta Metadata.swift:11:1: warning: extension declares a conformance of imported type 'Meta' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Meta: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Meta' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/noembed Embed Fallback.swift:11:32: warning: 'EmbedFallback' is deprecated: The <noembed> element is deprecated. Modern browsers support <embed>. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.EmbedFallback {
   |                                `- warning: 'EmbedFallback' is deprecated: The <noembed> element is deprecated. Modern browsers support <embed>. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/noframes Frame Fallback.swift:11:32: warning: 'FrameFallback' is deprecated: The noframes element is obsolete. Use modern layout techniques instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.FrameFallback {
   |                                `- warning: 'FrameFallback' is deprecated: The noframes element is obsolete. Use modern layout techniques instead. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1621/1713] Compiling HTML_Elements_Rendering object External Object.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/meta Metadata.swift:11:1: warning: extension declares a conformance of imported type 'Meta' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Meta: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Meta' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/noembed Embed Fallback.swift:11:32: warning: 'EmbedFallback' is deprecated: The <noembed> element is deprecated. Modern browsers support <embed>. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.EmbedFallback {
   |                                `- warning: 'EmbedFallback' is deprecated: The <noembed> element is deprecated. Modern browsers support <embed>. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/noframes Frame Fallback.swift:11:32: warning: 'FrameFallback' is deprecated: The noframes element is obsolete. Use modern layout techniques instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.FrameFallback {
   |                                `- warning: 'FrameFallback' is deprecated: The noframes element is obsolete. Use modern layout techniques instead. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1622/1713] Compiling HTML_Elements_Rendering ol Ordered List.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/meta Metadata.swift:11:1: warning: extension declares a conformance of imported type 'Meta' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Meta: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Meta' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/noembed Embed Fallback.swift:11:32: warning: 'EmbedFallback' is deprecated: The <noembed> element is deprecated. Modern browsers support <embed>. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.EmbedFallback {
   |                                `- warning: 'EmbedFallback' is deprecated: The <noembed> element is deprecated. Modern browsers support <embed>. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/noframes Frame Fallback.swift:11:32: warning: 'FrameFallback' is deprecated: The noframes element is obsolete. Use modern layout techniques instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.FrameFallback {
   |                                `- warning: 'FrameFallback' is deprecated: The noframes element is obsolete. Use modern layout techniques instead. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1623/1713] Compiling HTML_Elements_Rendering HTMLElementNoAttributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/area Image Map Area.swift:11:1: warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import WHATWG_HTML_Embedded
10 |
11 | extension WHATWG_HTML_Embedded.Area: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1624/1713] Compiling HTML_Elements_Rendering HTMLVoidElement.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/area Image Map Area.swift:11:1: warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import WHATWG_HTML_Embedded
10 |
11 | extension WHATWG_HTML_Embedded.Area: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1625/1713] Compiling HTML_Elements_Rendering exports.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/area Image Map Area.swift:11:1: warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import WHATWG_HTML_Embedded
10 |
11 | extension WHATWG_HTML_Embedded.Area: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1626/1713] Compiling HTML_Elements_Rendering a Anchor.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/area Image Map Area.swift:11:1: warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import WHATWG_HTML_Embedded
10 |
11 | extension WHATWG_HTML_Embedded.Area: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1627/1713] Compiling HTML_Elements_Rendering abbr Abbreviation.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/area Image Map Area.swift:11:1: warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import WHATWG_HTML_Embedded
10 |
11 | extension WHATWG_HTML_Embedded.Area: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1628/1713] Compiling HTML_Elements_Rendering address Contact Address.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/area Image Map Area.swift:11:1: warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import WHATWG_HTML_Embedded
10 |
11 | extension WHATWG_HTML_Embedded.Area: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1629/1713] Compiling HTML_Elements_Rendering area Image Map Area.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/area Image Map Area.swift:11:1: warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import WHATWG_HTML_Embedded
10 |
11 | extension WHATWG_HTML_Embedded.Area: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1630/1713] Compiling HTML_Elements_Rendering article Article Contents.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/area Image Map Area.swift:11:1: warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import WHATWG_HTML_Embedded
10 |
11 | extension WHATWG_HTML_Embedded.Area: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1631/1713] Compiling HTML_Elements_Rendering aside Aside.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/area Image Map Area.swift:11:1: warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import WHATWG_HTML_Embedded
10 |
11 | extension WHATWG_HTML_Embedded.Area: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1632/1713] Compiling HTML_Elements_Rendering audio Embed Audio.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/area Image Map Area.swift:11:1: warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import WHATWG_HTML_Embedded
10 |
11 | extension WHATWG_HTML_Embedded.Area: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1633/1713] Compiling HTML_Elements_Rendering b Bring Attention To.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/area Image Map Area.swift:11:1: warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import WHATWG_HTML_Embedded
10 |
11 | extension WHATWG_HTML_Embedded.Area: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1634/1713] Compiling HTML_Elements_Rendering base Document Base URL.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/area Image Map Area.swift:11:1: warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import WHATWG_HTML_Embedded
10 |
11 | extension WHATWG_HTML_Embedded.Area: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1635/1713] Compiling HTML_Elements_Rendering bdi Bidirectional Isolate.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/area Image Map Area.swift:11:1: warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import WHATWG_HTML_Embedded
10 |
11 | extension WHATWG_HTML_Embedded.Area: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1636/1713] Emitting module HTML_Elements_Rendering
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/area Image Map Area.swift:11:1: warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import WHATWG_HTML_Embedded
10 |
11 | extension WHATWG_HTML_Embedded.Area: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Area' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/br Line Break.swift:11:1: warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.BR: HTML.View {
   | |- warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/hr Thematic Break (Horizontal Rule).swift:11:1: warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.ThematicBreak: HTML.View {
   | |- warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/img Image Embed.swift:11:1: warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Image: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/input Input.swift:13:1: warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 11 | import HTML_Standard_Elements
 12 |
 13 | extension HTML_Standard.Input: HTML.View {}
    | |- warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 14 |
 15 | extension HTML_Standard.Input {
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/link External Resource Link.swift:11:1: warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Link: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/meta Metadata.swift:11:1: warning: extension declares a conformance of imported type 'Meta' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Meta: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Meta' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/noembed Embed Fallback.swift:11:32: warning: 'EmbedFallback' is deprecated: The <noembed> element is deprecated. Modern browsers support <embed>. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.EmbedFallback {
   |                                `- warning: 'EmbedFallback' is deprecated: The <noembed> element is deprecated. Modern browsers support <embed>. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/noframes Frame Fallback.swift:11:32: warning: 'FrameFallback' is deprecated: The noframes element is obsolete. Use modern layout techniques instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.FrameFallback {
   |                                `- warning: 'FrameFallback' is deprecated: The noframes element is obsolete. Use modern layout techniques instead. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/option Option.swift:11:1: warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Option: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:1: warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:32: warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   |                                `- warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/plaintext Plain Text.swift:11:32: warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.PlainText {
   |                                `- warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/script Script.swift:50:1: warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
48 | }
49 |
50 | extension HTML_Standard_Elements.Script: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
51 |     public var body: some HTML.View {
52 |         Script(
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/source Media or Image Source.swift:11:1: warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Source: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/track Embed Text Track.swift:11:1: warning: extension declares a conformance of imported type 'Track' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Track: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Track' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/wbr Line Break Opportunity.swift:11:1: warning: extension declares a conformance of imported type 'LineBreakOpportunity' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.LineBreakOpportunity: HTML.View {
   | |- warning: extension declares a conformance of imported type 'LineBreakOpportunity' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1637/1713] Compiling HTML_Elements_Rendering rtc Ruby Text Container.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/script Script.swift:50:1: warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
48 | }
49 |
50 | extension HTML_Standard_Elements.Script: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
51 |     public var body: some HTML.View {
52 |         Script(
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/source Media or Image Source.swift:11:1: warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Source: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1638/1713] Compiling HTML_Elements_Rendering ruby Ruby Annotation.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/script Script.swift:50:1: warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
48 | }
49 |
50 | extension HTML_Standard_Elements.Script: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
51 |     public var body: some HTML.View {
52 |         Script(
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/source Media or Image Source.swift:11:1: warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Source: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1639/1713] Compiling HTML_Elements_Rendering s Strikethrough.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/script Script.swift:50:1: warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
48 | }
49 |
50 | extension HTML_Standard_Elements.Script: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
51 |     public var body: some HTML.View {
52 |         Script(
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/source Media or Image Source.swift:11:1: warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Source: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1640/1713] Compiling HTML_Elements_Rendering samp Sample Output.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/script Script.swift:50:1: warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
48 | }
49 |
50 | extension HTML_Standard_Elements.Script: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
51 |     public var body: some HTML.View {
52 |         Script(
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/source Media or Image Source.swift:11:1: warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Source: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1641/1713] Compiling HTML_Elements_Rendering script Script.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/script Script.swift:50:1: warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
48 | }
49 |
50 | extension HTML_Standard_Elements.Script: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
51 |     public var body: some HTML.View {
52 |         Script(
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/source Media or Image Source.swift:11:1: warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Source: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1642/1713] Compiling HTML_Elements_Rendering search Search.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/script Script.swift:50:1: warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
48 | }
49 |
50 | extension HTML_Standard_Elements.Script: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
51 |     public var body: some HTML.View {
52 |         Script(
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/source Media or Image Source.swift:11:1: warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Source: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1643/1713] Compiling HTML_Elements_Rendering section Generic Section.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/script Script.swift:50:1: warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
48 | }
49 |
50 | extension HTML_Standard_Elements.Script: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
51 |     public var body: some HTML.View {
52 |         Script(
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/source Media or Image Source.swift:11:1: warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Source: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1644/1713] Compiling HTML_Elements_Rendering select Selected Option Display.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/script Script.swift:50:1: warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
48 | }
49 |
50 | extension HTML_Standard_Elements.Script: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
51 |     public var body: some HTML.View {
52 |         Script(
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/source Media or Image Source.swift:11:1: warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Source: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1645/1713] Compiling HTML_Elements_Rendering slot Web Component Slot.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/script Script.swift:50:1: warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
48 | }
49 |
50 | extension HTML_Standard_Elements.Script: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
51 |     public var body: some HTML.View {
52 |         Script(
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/source Media or Image Source.swift:11:1: warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Source: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1646/1713] Compiling HTML_Elements_Rendering small Side Comment.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/script Script.swift:50:1: warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
48 | }
49 |
50 | extension HTML_Standard_Elements.Script: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
51 |     public var body: some HTML.View {
52 |         Script(
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/source Media or Image Source.swift:11:1: warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Source: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1647/1713] Compiling HTML_Elements_Rendering source Media or Image Source.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/script Script.swift:50:1: warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
48 | }
49 |
50 | extension HTML_Standard_Elements.Script: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
51 |     public var body: some HTML.View {
52 |         Script(
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/source Media or Image Source.swift:11:1: warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Source: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1648/1713] Compiling HTML_Elements_Rendering span Content Span.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/script Script.swift:50:1: warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
48 | }
49 |
50 | extension HTML_Standard_Elements.Script: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
51 |     public var body: some HTML.View {
52 |         Script(
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/source Media or Image Source.swift:11:1: warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Source: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1649/1713] Compiling HTML_Elements_Rendering strike Strike.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/script Script.swift:50:1: warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
48 | }
49 |
50 | extension HTML_Standard_Elements.Script: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Script' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Scripting' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
51 |     public var body: some HTML.View {
52 |         Script(
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/source Media or Image Source.swift:11:1: warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Source: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Source' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1650/1713] Compiling HTML_Elements_Rendering data Data.swift
[1651/1713] Compiling HTML_Elements_Rendering datalist HTML Data List.swift
[1652/1713] Compiling HTML_Elements_Rendering dd Description Details.swift
[1653/1713] Compiling HTML_Elements_Rendering del Deleted Text.swift
[1654/1713] Compiling HTML_Elements_Rendering details Details disclosure.swift
[1655/1713] Compiling HTML_Elements_Rendering dfn Definition.swift
[1656/1713] Compiling HTML_Elements_Rendering dialog Dialog.swift
[1657/1713] Compiling HTML_Elements_Rendering dir Directory.swift
[1658/1713] Compiling HTML_Elements_Rendering div Content Division.swift
[1659/1713] Compiling HTML_Elements_Rendering dl Description List.swift
[1660/1713] Compiling HTML_Elements_Rendering dt Description Term.swift
[1661/1713] Compiling HTML_Elements_Rendering em Emphasis.swift
[1662/1713] Compiling HTML_Elements_Rendering embed Embed External Content.swift
[1663/1713] Compiling HTML_Elements_Rendering hr Thematic Break (Horizontal Rule).swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/hr Thematic Break (Horizontal Rule).swift:11:1: warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.ThematicBreak: HTML.View {
   | |- warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/img Image Embed.swift:11:1: warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Image: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/input Input.swift:13:1: warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 11 | import HTML_Standard_Elements
 12 |
 13 | extension HTML_Standard.Input: HTML.View {}
    | |- warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 14 |
 15 | extension HTML_Standard.Input {
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/link External Resource Link.swift:11:1: warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Link: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1664/1713] Compiling HTML_Elements_Rendering html HTML Document Root element.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/hr Thematic Break (Horizontal Rule).swift:11:1: warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.ThematicBreak: HTML.View {
   | |- warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/img Image Embed.swift:11:1: warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Image: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/input Input.swift:13:1: warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 11 | import HTML_Standard_Elements
 12 |
 13 | extension HTML_Standard.Input: HTML.View {}
    | |- warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 14 |
 15 | extension HTML_Standard.Input {
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/link External Resource Link.swift:11:1: warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Link: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1665/1713] Compiling HTML_Elements_Rendering i Idiomatic Text.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/hr Thematic Break (Horizontal Rule).swift:11:1: warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.ThematicBreak: HTML.View {
   | |- warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/img Image Embed.swift:11:1: warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Image: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/input Input.swift:13:1: warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 11 | import HTML_Standard_Elements
 12 |
 13 | extension HTML_Standard.Input: HTML.View {}
    | |- warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 14 |
 15 | extension HTML_Standard.Input {
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/link External Resource Link.swift:11:1: warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Link: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1666/1713] Compiling HTML_Elements_Rendering iframe Inline Frame.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/hr Thematic Break (Horizontal Rule).swift:11:1: warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.ThematicBreak: HTML.View {
   | |- warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/img Image Embed.swift:11:1: warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Image: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/input Input.swift:13:1: warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 11 | import HTML_Standard_Elements
 12 |
 13 | extension HTML_Standard.Input: HTML.View {}
    | |- warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 14 |
 15 | extension HTML_Standard.Input {
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/link External Resource Link.swift:11:1: warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Link: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1667/1713] Compiling HTML_Elements_Rendering img Image Embed.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/hr Thematic Break (Horizontal Rule).swift:11:1: warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.ThematicBreak: HTML.View {
   | |- warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/img Image Embed.swift:11:1: warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Image: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/input Input.swift:13:1: warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 11 | import HTML_Standard_Elements
 12 |
 13 | extension HTML_Standard.Input: HTML.View {}
    | |- warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 14 |
 15 | extension HTML_Standard.Input {
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/link External Resource Link.swift:11:1: warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Link: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1668/1713] Compiling HTML_Elements_Rendering input Input.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/hr Thematic Break (Horizontal Rule).swift:11:1: warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.ThematicBreak: HTML.View {
   | |- warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/img Image Embed.swift:11:1: warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Image: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/input Input.swift:13:1: warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 11 | import HTML_Standard_Elements
 12 |
 13 | extension HTML_Standard.Input: HTML.View {}
    | |- warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 14 |
 15 | extension HTML_Standard.Input {
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/link External Resource Link.swift:11:1: warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Link: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1669/1713] Compiling HTML_Elements_Rendering ins Inserted Text.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/hr Thematic Break (Horizontal Rule).swift:11:1: warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.ThematicBreak: HTML.View {
   | |- warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/img Image Embed.swift:11:1: warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Image: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/input Input.swift:13:1: warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 11 | import HTML_Standard_Elements
 12 |
 13 | extension HTML_Standard.Input: HTML.View {}
    | |- warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 14 |
 15 | extension HTML_Standard.Input {
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/link External Resource Link.swift:11:1: warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Link: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1670/1713] Compiling HTML_Elements_Rendering kbd Keyboard Input.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/hr Thematic Break (Horizontal Rule).swift:11:1: warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.ThematicBreak: HTML.View {
   | |- warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/img Image Embed.swift:11:1: warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Image: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/input Input.swift:13:1: warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 11 | import HTML_Standard_Elements
 12 |
 13 | extension HTML_Standard.Input: HTML.View {}
    | |- warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 14 |
 15 | extension HTML_Standard.Input {
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/link External Resource Link.swift:11:1: warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Link: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1671/1713] Compiling HTML_Elements_Rendering label Label.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/hr Thematic Break (Horizontal Rule).swift:11:1: warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.ThematicBreak: HTML.View {
   | |- warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/img Image Embed.swift:11:1: warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Image: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/input Input.swift:13:1: warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 11 | import HTML_Standard_Elements
 12 |
 13 | extension HTML_Standard.Input: HTML.View {}
    | |- warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 14 |
 15 | extension HTML_Standard.Input {
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/link External Resource Link.swift:11:1: warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Link: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1672/1713] Compiling HTML_Elements_Rendering legend Field Set Legend.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/hr Thematic Break (Horizontal Rule).swift:11:1: warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.ThematicBreak: HTML.View {
   | |- warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/img Image Embed.swift:11:1: warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Image: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/input Input.swift:13:1: warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 11 | import HTML_Standard_Elements
 12 |
 13 | extension HTML_Standard.Input: HTML.View {}
    | |- warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 14 |
 15 | extension HTML_Standard.Input {
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/link External Resource Link.swift:11:1: warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Link: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1673/1713] Compiling HTML_Elements_Rendering li List Item.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/hr Thematic Break (Horizontal Rule).swift:11:1: warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.ThematicBreak: HTML.View {
   | |- warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/img Image Embed.swift:11:1: warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Image: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/input Input.swift:13:1: warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 11 | import HTML_Standard_Elements
 12 |
 13 | extension HTML_Standard.Input: HTML.View {}
    | |- warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 14 |
 15 | extension HTML_Standard.Input {
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/link External Resource Link.swift:11:1: warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Link: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1674/1713] Compiling HTML_Elements_Rendering link External Resource Link.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/hr Thematic Break (Horizontal Rule).swift:11:1: warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.ThematicBreak: HTML.View {
   | |- warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/img Image Embed.swift:11:1: warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Image: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/input Input.swift:13:1: warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 11 | import HTML_Standard_Elements
 12 |
 13 | extension HTML_Standard.Input: HTML.View {}
    | |- warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 14 |
 15 | extension HTML_Standard.Input {
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/link External Resource Link.swift:11:1: warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Link: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1675/1713] Compiling HTML_Elements_Rendering main Main.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/hr Thematic Break (Horizontal Rule).swift:11:1: warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.ThematicBreak: HTML.View {
   | |- warning: extension declares a conformance of imported type 'ThematicBreak' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Grouping' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/img Image Embed.swift:11:1: warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Image: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Image' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/input Input.swift:13:1: warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 11 | import HTML_Standard_Elements
 12 |
 13 | extension HTML_Standard.Input: HTML.View {}
    | |- warning: extension declares a conformance of imported type 'Input' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 14 |
 15 | extension HTML_Standard.Input {
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/link External Resource Link.swift:11:1: warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Link: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Link' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Metadata' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1676/1713] Compiling HTML_Elements_Rendering bdo Bidirectional Text Override.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/br Line Break.swift:11:1: warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.BR: HTML.View {
   | |- warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1677/1713] Compiling HTML_Elements_Rendering big Bigger Text.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/br Line Break.swift:11:1: warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.BR: HTML.View {
   | |- warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1678/1713] Compiling HTML_Elements_Rendering blockquote Block Quotation.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/br Line Break.swift:11:1: warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.BR: HTML.View {
   | |- warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1679/1713] Compiling HTML_Elements_Rendering body Document Body.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/br Line Break.swift:11:1: warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.BR: HTML.View {
   | |- warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1680/1713] Compiling HTML_Elements_Rendering br Line Break.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/br Line Break.swift:11:1: warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.BR: HTML.View {
   | |- warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1681/1713] Compiling HTML_Elements_Rendering button Button.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/br Line Break.swift:11:1: warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.BR: HTML.View {
   | |- warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1682/1713] Compiling HTML_Elements_Rendering canvas Graphics Canvas.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/br Line Break.swift:11:1: warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.BR: HTML.View {
   | |- warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1683/1713] Compiling HTML_Elements_Rendering caption Table Caption.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/br Line Break.swift:11:1: warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.BR: HTML.View {
   | |- warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1684/1713] Compiling HTML_Elements_Rendering center Centered Text.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/br Line Break.swift:11:1: warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.BR: HTML.View {
   | |- warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1685/1713] Compiling HTML_Elements_Rendering cite Citation.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/br Line Break.swift:11:1: warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.BR: HTML.View {
   | |- warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1686/1713] Compiling HTML_Elements_Rendering code Inline Code.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/br Line Break.swift:11:1: warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.BR: HTML.View {
   | |- warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1687/1713] Compiling HTML_Elements_Rendering col Table Column.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/br Line Break.swift:11:1: warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.BR: HTML.View {
   | |- warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1688/1713] Compiling HTML_Elements_Rendering colgroup Table Column Group.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/br Line Break.swift:11:1: warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.BR: HTML.View {
   | |- warning: extension declares a conformance of imported type 'BR' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1689/1713] Compiling HTML_Elements_Rendering optgroup Option Group.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/option Option.swift:11:1: warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Option: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:1: warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:32: warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   |                                `- warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/plaintext Plain Text.swift:11:32: warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.PlainText {
   |                                `- warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1690/1713] Compiling HTML_Elements_Rendering option Option.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/option Option.swift:11:1: warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Option: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:1: warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:32: warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   |                                `- warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/plaintext Plain Text.swift:11:32: warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.PlainText {
   |                                `- warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1691/1713] Compiling HTML_Elements_Rendering output Output.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/option Option.swift:11:1: warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Option: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:1: warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:32: warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   |                                `- warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/plaintext Plain Text.swift:11:32: warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.PlainText {
   |                                `- warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1692/1713] Compiling HTML_Elements_Rendering p Paragraph.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/option Option.swift:11:1: warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Option: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:1: warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:32: warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   |                                `- warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/plaintext Plain Text.swift:11:32: warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.PlainText {
   |                                `- warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1693/1713] Compiling HTML_Elements_Rendering param Object Parameter.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/option Option.swift:11:1: warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Option: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:1: warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:32: warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   |                                `- warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/plaintext Plain Text.swift:11:32: warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.PlainText {
   |                                `- warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1694/1713] Compiling HTML_Elements_Rendering picture Picture.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/option Option.swift:11:1: warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Option: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:1: warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:32: warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   |                                `- warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/plaintext Plain Text.swift:11:32: warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.PlainText {
   |                                `- warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1695/1713] Compiling HTML_Elements_Rendering plaintext Plain Text.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/option Option.swift:11:1: warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Option: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:1: warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:32: warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   |                                `- warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/plaintext Plain Text.swift:11:32: warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.PlainText {
   |                                `- warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1696/1713] Compiling HTML_Elements_Rendering pre Preformatted Text.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/option Option.swift:11:1: warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Option: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:1: warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:32: warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   |                                `- warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/plaintext Plain Text.swift:11:32: warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.PlainText {
   |                                `- warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1697/1713] Compiling HTML_Elements_Rendering progress Progress Indicator.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/option Option.swift:11:1: warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Option: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:1: warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:32: warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   |                                `- warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/plaintext Plain Text.swift:11:32: warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.PlainText {
   |                                `- warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1698/1713] Compiling HTML_Elements_Rendering q Inline Quotation.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/option Option.swift:11:1: warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Option: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:1: warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:32: warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   |                                `- warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/plaintext Plain Text.swift:11:32: warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.PlainText {
   |                                `- warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1699/1713] Compiling HTML_Elements_Rendering rb Ruby Base.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/option Option.swift:11:1: warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Option: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:1: warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:32: warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   |                                `- warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/plaintext Plain Text.swift:11:32: warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.PlainText {
   |                                `- warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1700/1713] Compiling HTML_Elements_Rendering rp Ruby Fallback Parenthesis.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/option Option.swift:11:1: warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Option: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:1: warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:32: warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   |                                `- warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/plaintext Plain Text.swift:11:32: warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.PlainText {
   |                                `- warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1701/1713] Compiling HTML_Elements_Rendering rt Ruby Text.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/option Option.swift:11:1: warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Option: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Option' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Forms' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:1: warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Param' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Obsolete' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/param Object Parameter.swift:11:32: warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.Param: HTML.View {
   |                                `- warning: 'Param' is deprecated: Plugin-based content is deprecated. Use modern web standards instead. [#DeprecatedDeclaration]
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/plaintext Plain Text.swift:11:32: warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
 9 | import HTML_Standard_Elements
10 |
11 | extension WHATWG_HTML_Obsolete.PlainText {
   |                                `- warning: 'PlainText' is deprecated: The <plaintext> element is deprecated. Use <pre> or <code> instead. [#DeprecatedDeclaration]
12 |     public func callAsFunction<Content: HTML.View>(
13 |         @HTML.Builder _ content: () -> Content
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1702/1713] Compiling HTML_Elements_Rendering thead Table Head.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/track Embed Text Track.swift:11:1: warning: extension declares a conformance of imported type 'Track' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Track: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Track' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/wbr Line Break Opportunity.swift:11:1: warning: extension declares a conformance of imported type 'LineBreakOpportunity' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.LineBreakOpportunity: HTML.View {
   | |- warning: extension declares a conformance of imported type 'LineBreakOpportunity' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1703/1713] Compiling HTML_Elements_Rendering time (Date) Time.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/track Embed Text Track.swift:11:1: warning: extension declares a conformance of imported type 'Track' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Track: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Track' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/wbr Line Break Opportunity.swift:11:1: warning: extension declares a conformance of imported type 'LineBreakOpportunity' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.LineBreakOpportunity: HTML.View {
   | |- warning: extension declares a conformance of imported type 'LineBreakOpportunity' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1704/1713] Compiling HTML_Elements_Rendering title Document Title.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/track Embed Text Track.swift:11:1: warning: extension declares a conformance of imported type 'Track' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Track: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Track' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/wbr Line Break Opportunity.swift:11:1: warning: extension declares a conformance of imported type 'LineBreakOpportunity' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.LineBreakOpportunity: HTML.View {
   | |- warning: extension declares a conformance of imported type 'LineBreakOpportunity' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1705/1713] Compiling HTML_Elements_Rendering tr Table Row.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/track Embed Text Track.swift:11:1: warning: extension declares a conformance of imported type 'Track' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Track: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Track' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/wbr Line Break Opportunity.swift:11:1: warning: extension declares a conformance of imported type 'LineBreakOpportunity' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.LineBreakOpportunity: HTML.View {
   | |- warning: extension declares a conformance of imported type 'LineBreakOpportunity' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1706/1713] Compiling HTML_Elements_Rendering track Embed Text Track.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/track Embed Text Track.swift:11:1: warning: extension declares a conformance of imported type 'Track' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Track: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Track' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/wbr Line Break Opportunity.swift:11:1: warning: extension declares a conformance of imported type 'LineBreakOpportunity' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.LineBreakOpportunity: HTML.View {
   | |- warning: extension declares a conformance of imported type 'LineBreakOpportunity' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1707/1713] Compiling HTML_Elements_Rendering tt Teletype Text.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/track Embed Text Track.swift:11:1: warning: extension declares a conformance of imported type 'Track' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Track: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Track' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/wbr Line Break Opportunity.swift:11:1: warning: extension declares a conformance of imported type 'LineBreakOpportunity' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.LineBreakOpportunity: HTML.View {
   | |- warning: extension declares a conformance of imported type 'LineBreakOpportunity' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1708/1713] Compiling HTML_Elements_Rendering u Unarticulated Annotation (Underline).swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/track Embed Text Track.swift:11:1: warning: extension declares a conformance of imported type 'Track' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Track: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Track' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/wbr Line Break Opportunity.swift:11:1: warning: extension declares a conformance of imported type 'LineBreakOpportunity' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.LineBreakOpportunity: HTML.View {
   | |- warning: extension declares a conformance of imported type 'LineBreakOpportunity' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1709/1713] Compiling HTML_Elements_Rendering ul Unordered List.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/track Embed Text Track.swift:11:1: warning: extension declares a conformance of imported type 'Track' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Track: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Track' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/wbr Line Break Opportunity.swift:11:1: warning: extension declares a conformance of imported type 'LineBreakOpportunity' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.LineBreakOpportunity: HTML.View {
   | |- warning: extension declares a conformance of imported type 'LineBreakOpportunity' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1710/1713] Compiling HTML_Elements_Rendering var Variable.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/track Embed Text Track.swift:11:1: warning: extension declares a conformance of imported type 'Track' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Track: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Track' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/wbr Line Break Opportunity.swift:11:1: warning: extension declares a conformance of imported type 'LineBreakOpportunity' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.LineBreakOpportunity: HTML.View {
   | |- warning: extension declares a conformance of imported type 'LineBreakOpportunity' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1711/1713] Compiling HTML_Elements_Rendering video Video Embed.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/track Embed Text Track.swift:11:1: warning: extension declares a conformance of imported type 'Track' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Track: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Track' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/wbr Line Break Opportunity.swift:11:1: warning: extension declares a conformance of imported type 'LineBreakOpportunity' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.LineBreakOpportunity: HTML.View {
   | |- warning: extension declares a conformance of imported type 'LineBreakOpportunity' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1712/1713] Compiling HTML_Elements_Rendering wbr Line Break Opportunity.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/track Embed Text Track.swift:11:1: warning: extension declares a conformance of imported type 'Track' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Track: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Track' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/wbr Line Break Opportunity.swift:11:1: warning: extension declares a conformance of imported type 'LineBreakOpportunity' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.LineBreakOpportunity: HTML.View {
   | |- warning: extension declares a conformance of imported type 'LineBreakOpportunity' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1713/1713] Compiling HTML_Elements_Rendering xmp xmp.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/track Embed Text Track.swift:11:1: warning: extension declares a conformance of imported type 'Track' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.Track: HTML.View {
   | |- warning: extension declares a conformance of imported type 'Track' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_Embedded' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: some HTML.View {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
/Users/admin/builder/spi-builder-workspace/Sources/HTML Elements Rendering/wbr Line Break Opportunity.swift:11:1: warning: extension declares a conformance of imported type 'LineBreakOpportunity' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
 9 | import HTML_Standard_Elements
10 |
11 | extension HTML_Standard_Elements.LineBreakOpportunity: HTML.View {
   | |- warning: extension declares a conformance of imported type 'LineBreakOpportunity' to imported protocol 'Protocol'; this will not behave correctly if the owners of 'WHATWG_HTML_TextSemantics' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var body: HTML.Element.Tag<HTML.Empty> {
13 |         HTML.Element.Tag(for: Self.self) { HTML.Empty() }
[1714/1715] Emitting module HTML_Rendering
[1715/1715] Compiling HTML_Rendering HTML Rendering.swift
Build complete! (84.77s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-renderable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.2.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/coenttb/swift-renderable"
    },
    {
      "identity" : "swift-async-algorithms-fork",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/coenttb/swift-async-algorithms-fork.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.18.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    },
    {
      "identity" : "swift-incits-4-1986",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-standards/swift-incits-4-1986"
    },
    {
      "identity" : "swift-standards",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.16.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-standards/swift-standards"
    },
    {
      "identity" : "swift-iso-9899",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-standards/swift-iso-9899"
    },
    {
      "identity" : "swift-html-standard",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.6",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-standards/swift-html-standard"
    },
    {
      "identity" : "swift-w3c-css",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-standards/swift-w3c-css"
    }
  ],
  "manifest_display_name" : "swift-html-rendering",
  "name" : "swift-html-rendering",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "26.0"
    },
    {
      "name" : "macos",
      "version" : "26.0"
    },
    {
      "name" : "tvos",
      "version" : "26.0"
    },
    {
      "name" : "watchos",
      "version" : "26.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "26.0"
    }
  ],
  "products" : [
    {
      "name" : "HTML Renderable",
      "targets" : [
        "HTML Renderable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTML Attributes Rendering",
      "targets" : [
        "HTML Attributes Rendering"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTML Elements Rendering",
      "targets" : [
        "HTML Elements Rendering"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTML Rendering",
      "targets" : [
        "HTML Rendering"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTML Rendering TestSupport",
      "targets" : [
        "HTML Rendering TestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "HTML_Rendering_TestSupport",
      "module_type" : "SwiftTarget",
      "name" : "HTML Rendering TestSupport",
      "path" : "Sources/HTML Rendering TestSupport",
      "product_dependencies" : [
        "Rendering TestSupport",
        "InlineSnapshotTesting"
      ],
      "product_memberships" : [
        "HTML Rendering TestSupport"
      ],
      "sources" : [
        "DynamicElement.swift",
        "RenderingHTML+SnapshotTesting.swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "HTML Renderable"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTML_Rendering",
      "module_type" : "SwiftTarget",
      "name" : "HTML Rendering",
      "path" : "Sources/HTML Rendering",
      "product_dependencies" : [
        "HTML Standard"
      ],
      "product_memberships" : [
        "HTML Rendering"
      ],
      "sources" : [
        "HTML Rendering.swift"
      ],
      "target_dependencies" : [
        "HTML Attributes Rendering",
        "HTML Elements Rendering"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTML_Renderable_Tests",
      "module_type" : "SwiftTarget",
      "name" : "HTML Renderable Tests",
      "path" : "Tests/HTML Renderable Tests",
      "sources" : [
        "AnyHTML Tests.swift",
        "Async Tests.swift",
        "AsyncChannel Tests.swift",
        "AtRule Media Tests.swift",
        "AtRule Tests.swift",
        "Capacity Optimization Performance Tests.swift",
        "ContiguousArray UInt8  Tests.swift",
        "CustomStringConvertible Tests.swift",
        "Doctype Tests.swift",
        "Document Tests.swift",
        "Edge Cases Tests.swift",
        "HTML Tests.swift",
        "HTML.Style Tests.swift",
        "HTMLBuilder Tests.swift",
        "HTMLContext Tests.swift",
        "HTMLContext.Rendering Tests.swift",
        "HTMLContext.Rendering.Error Tests.swift",
        "HTMLDocument Tests.swift",
        "HTMLDocumentProtocol Tests.swift",
        "HTMLElement AttributeEscaping Performance Tests.swift",
        "HTMLElement Tests.swift",
        "HTMLEmpty Tests.swift",
        "HTMLForEach Tests.swift",
        "HTMLGroup Tests.swift",
        "HTMLRaw Tests.swift",
        "HTMLStyled Tests.swift",
        "HTMLTag Tests.swift",
        "HTMLText Tests.swift",
        "HTMLTextTag Tests.swift",
        "HTMLVoidTag Tests.swift",
        "Integration Tests.swift",
        "Never Tests.swift",
        "Optional Tests.swift",
        "Pseudo Tests.swift",
        "RangeReplaceableCollection UInt8 +HTML Tests.swift",
        "ReadmeVerificationTests.swift",
        "Rendering Tests.swift",
        "Security Tests.swift",
        "Selector Tests.swift",
        "Set String  Tests.swift",
        "String Tests.swift",
        "Support/Performance Tests.swift",
        "Support/Snapshot Tests.swift",
        "Unicode Tests.swift",
        "[UInt8] Tests.swift",
        "_HTMLArray Tests.swift",
        "_HTMLAttributes Tests.swift",
        "_HTMLConditional Tests.swift",
        "_HTMLTuple Tests.swift",
        "inlineStyle Tests.swift"
      ],
      "target_dependencies" : [
        "HTML Renderable",
        "HTML Rendering TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTML_Renderable",
      "module_type" : "SwiftTarget",
      "name" : "HTML Renderable",
      "path" : "Sources/HTML Renderable",
      "product_dependencies" : [
        "Rendering",
        "RenderingAsync",
        "AsyncAlgorithms",
        "OrderedCollections",
        "INCITS 4 1986",
        "Standards",
        "ISO 9899",
        "W3C CSS Shared",
        "HTML Standard"
      ],
      "product_memberships" : [
        "HTML Renderable",
        "HTML Attributes Rendering",
        "HTML Elements Rendering",
        "HTML Rendering",
        "HTML Rendering TestSupport"
      ],
      "sources" : [
        "AsyncChannel+HTML.swift",
        "Collection UInt8 +HTML.swift",
        "ForEach+HTML.swift",
        "HTML.AnyView.swift",
        "HTML.AtRule.Media.swift",
        "HTML.AtRule.swift",
        "HTML.Builder.swift",
        "HTML.Context.Configuration.swift",
        "HTML.Context.swift",
        "HTML.Doctype.swift",
        "HTML.Document+ViewRepresentable.swift",
        "HTML.Document.Protocol.swift",
        "HTML.Document.swift",
        "HTML.Element.swift",
        "HTML.Empty.swift",
        "HTML.Group.swift",
        "HTML.Pseudo.swift",
        "HTML.Raw.swift",
        "HTML.Selector.swift",
        "HTML.Style.Context.swift",
        "HTML.Style.swift",
        "HTML.Styled.swift",
        "HTML.Tag.swift",
        "HTML.Text.swift",
        "HTML.View.swift",
        "HTML._Attributes.swift",
        "HTML.swift",
        "Never+HTML.swift",
        "Optional+HTML.swift",
        "RangeReplaceableCollection UInt8 +HTML.swift",
        "String+HTML.swift",
        "StringProtocol+HTML.swift",
        "_Array+HTML.swift",
        "_Conditional+HTML.swift",
        "_Tuple+HTML.swift",
        "_deprecations.swift",
        "exports.swift",
        "tag.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTML_Elements_Rendering",
      "module_type" : "SwiftTarget",
      "name" : "HTML Elements Rendering",
      "path" : "Sources/HTML Elements Rendering",
      "product_dependencies" : [
        "HTML Standard",
        "HTML Standard Elements"
      ],
      "product_memberships" : [
        "HTML Elements Rendering",
        "HTML Rendering"
      ],
      "sources" : [
        "Internal/HTMLElementNoAttributes.swift",
        "Internal/HTMLVoidElement.swift",
        "Internal/exports.swift",
        "a Anchor.swift",
        "abbr Abbreviation.swift",
        "address Contact Address.swift",
        "area Image Map Area.swift",
        "article Article Contents.swift",
        "aside Aside.swift",
        "audio Embed Audio.swift",
        "b Bring Attention To.swift",
        "base Document Base URL.swift",
        "bdi Bidirectional Isolate.swift",
        "bdo Bidirectional Text Override.swift",
        "big Bigger Text.swift",
        "blockquote Block Quotation.swift",
        "body Document Body.swift",
        "br Line Break.swift",
        "button Button.swift",
        "canvas Graphics Canvas.swift",
        "caption Table Caption.swift",
        "center Centered Text.swift",
        "cite Citation.swift",
        "code Inline Code.swift",
        "col Table Column.swift",
        "colgroup Table Column Group.swift",
        "data Data.swift",
        "datalist HTML Data List.swift",
        "dd Description Details.swift",
        "del Deleted Text.swift",
        "details Details disclosure.swift",
        "dfn Definition.swift",
        "dialog Dialog.swift",
        "dir Directory.swift",
        "div Content Division.swift",
        "dl Description List.swift",
        "dt Description Term.swift",
        "em Emphasis.swift",
        "embed Embed External Content.swift",
        "fencedframe Fenced Frame.swift",
        "fieldset Field Set.swift",
        "figcaption Figure Caption.swift",
        "figure Figure with Optional Caption.swift",
        "font Font.swift",
        "footer Footer.swift",
        "form Form.swift",
        "frame Frame.swift",
        "frameset Frameset.swift",
        "h1-h6 HTML Section Heading.swift",
        "head Document Metadata (Header).swift",
        "header Header.swift",
        "hgroup Heading Group.swift",
        "hr Thematic Break (Horizontal Rule).swift",
        "html HTML Document Root element.swift",
        "i Idiomatic Text.swift",
        "iframe Inline Frame.swift",
        "img Image Embed.swift",
        "input Input.swift",
        "ins Inserted Text.swift",
        "kbd Keyboard Input.swift",
        "label Label.swift",
        "legend Field Set Legend.swift",
        "li List Item.swift",
        "link External Resource Link.swift",
        "main Main.swift",
        "map Image Map.swift",
        "mark Mark Text.swift",
        "marquee Marquee.swift",
        "menu Menu.swift",
        "meta Metadata.swift",
        "meter Meter.swift",
        "nav Navigation Section.swift",
        "nobr Non-Breaking Text.swift",
        "noembed Embed Fallback.swift",
        "noframes Frame Fallback.swift",
        "noscript Noscript.swift",
        "object External Object.swift",
        "ol Ordered List.swift",
        "optgroup Option Group.swift",
        "option Option.swift",
        "output Output.swift",
        "p Paragraph.swift",
        "param Object Parameter.swift",
        "picture Picture.swift",
        "plaintext Plain Text.swift",
        "pre Preformatted Text.swift",
        "progress Progress Indicator.swift",
        "q Inline Quotation.swift",
        "rb Ruby Base.swift",
        "rp Ruby Fallback Parenthesis.swift",
        "rt Ruby Text.swift",
        "rtc Ruby Text Container.swift",
        "ruby Ruby Annotation.swift",
        "s Strikethrough.swift",
        "samp Sample Output.swift",
        "script Script.swift",
        "search Search.swift",
        "section Generic Section.swift",
        "select Selected Option Display.swift",
        "slot Web Component Slot.swift",
        "small Side Comment.swift",
        "source Media or Image Source.swift",
        "span Content Span.swift",
        "strike Strike.swift",
        "strong Strong Importance.swift",
        "style Style Information.swift",
        "sub Subscript.swift",
        "summary Disclosure Summary.swift",
        "sup Superscript.swift",
        "table Table.swift",
        "tbody Table Body.swift",
        "td Table Data Cell.swift",
        "template Content Template.swift",
        "textarea Textarea.swift",
        "tfoot Table Foot.swift",
        "th Table Header.swift",
        "thead Table Head.swift",
        "time (Date) Time.swift",
        "title Document Title.swift",
        "tr Table Row.swift",
        "track Embed Text Track.swift",
        "tt Teletype Text.swift",
        "u Unarticulated Annotation (Underline).swift",
        "ul Unordered List.swift",
        "var Variable.swift",
        "video Video Embed.swift",
        "wbr Line Break Opportunity.swift",
        "xmp xmp.swift"
      ],
      "target_dependencies" : [
        "HTML Attributes Rendering"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTML_Attributes_Rendering",
      "module_type" : "SwiftTarget",
      "name" : "HTML Attributes Rendering",
      "path" : "Sources/HTML Attributes Rendering",
      "product_dependencies" : [
        "HTML Standard",
        "HTML Standard Attributes"
      ],
      "product_memberships" : [
        "HTML Attributes Rendering",
        "HTML Elements Rendering",
        "HTML Rendering"
      ],
      "sources" : [
        "Abbr.swift",
        "Accept.swift",
        "AcceptCharset.swift",
        "Action.swift",
        "Allow.swift",
        "Allowfullscreen.swift",
        "Alt.swift",
        "As.swift",
        "Async.swift",
        "AttributionSrc.swift",
        "Autocomplete.swift",
        "Autoplay.swift",
        "Behavior.swift",
        "Blocking.swift",
        "ButtonType.swift",
        "Capture.swift",
        "CharSet.swift",
        "Checked.swift",
        "Cite.swift",
        "ColSpan.swift",
        "Color.swift",
        "Cols.swift",
        "Compact.swift",
        "Content.swift",
        "Controls.swift",
        "ControlsList.swift",
        "Crossorigin.swift",
        "DateTime.swift",
        "Default.swift",
        "Defer.swift",
        "Direction.swift",
        "Dirname.swift",
        "DisablePictureInPicture.swift",
        "DisableRemotePlayback.swift",
        "Disabled.swift",
        "Download.swift",
        "Elementtiming.swift",
        "EncType.swift",
        "Face.swift",
        "FetchPriority.swift",
        "File.swift",
        "FontSize.swift",
        "For.swift",
        "Form.swift",
        "FormAction.swift",
        "FormEncType.swift",
        "FormMethod.swift",
        "FormNovalidate.swift",
        "FormTarget.swift",
        "FrameBorder.swift",
        "Global/Autocapitalize.swift",
        "Global/Autocorrect.swift",
        "Global/Autofocus.swift",
        "Global/Class.swift",
        "Global/Contenteditable.swift",
        "Global/DataAttribute.swift",
        "Global/Dir.swift",
        "Global/Draggable.swift",
        "Global/Enterkeyhint.swift",
        "Global/Exportparts.swift",
        "Global/Hidden.swift",
        "Global/Id.swift",
        "Global/Inert.swift",
        "Global/Inputmode.swift",
        "Global/Is.swift",
        "Global/Itemid.swift",
        "Global/Itemprop.swift",
        "Global/Itemref.swift",
        "Global/Itemscope.swift",
        "Global/Itemtype.swift",
        "Global/Lang.swift",
        "Global/Nonce.swift",
        "Global/Part.swift",
        "Global/Popover.swift",
        "Global/Slot.swift",
        "Global/Spellcheck.swift",
        "Global/Style.swift",
        "Global/Tabindex.swift",
        "Global/Title.swift",
        "Global/Translate.swift",
        "Global/Virtualkeyboardpolicy.swift",
        "Global/Writingsuggestions.swift",
        "HTTPEquiv.swift",
        "Headers.swift",
        "Height.swift",
        "High.swift",
        "Href.swift",
        "Hreflang.swift",
        "ImageSrcSet.swift",
        "Imagesizes.swift",
        "Integrity.swift",
        "Internal/_HTMLAttributes.swift",
        "Internal/exports.swift",
        "IsMap.swift",
        "Kind.swift",
        "Label.swift",
        "LinkType.swift",
        "List.swift",
        "ListType.swift",
        "Loading.swift",
        "Loop.swift",
        "Low.swift",
        "MarginHeight.swift",
        "MarginWidth.swift",
        "Max.swift",
        "Maxlength.swift",
        "Media.swift",
        "Method.swift",
        "Min.swift",
        "Minlength.swift",
        "Multiple.swift",
        "Muted.swift",
        "Name.swift",
        "NoResize.swift",
        "Nomodule.swift",
        "Novalidate.swift",
        "ObjectData.swift",
        "ObjectForm.swift",
        "ObjectType.swift",
        "Open.swift",
        "Optimum.swift",
        "Pattern.swift",
        "Ping.swift",
        "Placeholder.swift",
        "Playsinline.swift",
        "PopoverTarget.swift",
        "PopoverTargetAction.swift",
        "Poster.swift",
        "Preload.swift",
        "Readonly.swift",
        "ReferrerPolicy.swift",
        "Rel.swift",
        "Required.swift",
        "Reversed.swift",
        "RowSpan.swift",
        "Rows.swift",
        "Scope.swift",
        "ScriptType.swift",
        "Scrolling.swift",
        "Selected.swift",
        "ShadowRootClonable.swift",
        "ShadowRootDelegatesFocus.swift",
        "ShadowRootMode.swift",
        "Size.swift",
        "Sizes.swift",
        "SourceType.swift",
        "Span.swift",
        "Src.swift",
        "SrcLang.swift",
        "Start.swift",
        "Step.swift",
        "Target.swift",
        "TextareaWrap.swift",
        "Truespeed.swift",
        "Usemap.swift",
        "Value.swift",
        "Width.swift",
        "Wrap.swift",
        "Xmlns.swift"
      ],
      "target_dependencies" : [
        "HTML Renderable"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.