The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-html-types, reference 0.1.1 (64659f), with Swift 6.1 for Android on 17 Aug 2025 20:18:43 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/swift-html-types.git
Reference: 0.1.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/coenttb/swift-html-types
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at 64659fe add missing required parameter
Cloned https://github.com/coenttb/swift-html-types.git
Revision (git rev-parse @):
64659fe7a4e4fd341ae0c425776c061e44f89761
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-html-types.git at 0.1.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/coenttb/swift-html-types.git
https://github.com/coenttb/swift-html-types.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-html-types",
  "name" : "swift-html-types",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "HTMLTypes",
      "targets" : [
        "HTMLTypes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTMLTypesFoundation",
      "targets" : [
        "HTMLTypesFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTMLAttributeTypes",
      "targets" : [
        "HTMLAttributeTypes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTMLAttributeTypesFoundation",
      "targets" : [
        "HTMLAttributeTypesFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTMLElementTypes",
      "targets" : [
        "HTMLElementTypes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTMLElementTypesFoundation",
      "targets" : [
        "HTMLElementTypesFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "HTMLTypesFoundation_Tests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLTypesFoundation Tests",
      "path" : "Tests/HTMLTypesFoundation Tests",
      "sources" : [
        "HTMLTypesFoundation Tests.swift"
      ],
      "target_dependencies" : [
        "HTMLTypesFoundation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTMLTypesFoundation",
      "module_type" : "SwiftTarget",
      "name" : "HTMLTypesFoundation",
      "path" : "Sources/HTMLTypesFoundation",
      "product_memberships" : [
        "HTMLTypesFoundation"
      ],
      "sources" : [
        "exports.swift"
      ],
      "target_dependencies" : [
        "HTMLElementTypesFoundation",
        "HTMLAttributeTypesFoundation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTMLTypes",
      "module_type" : "SwiftTarget",
      "name" : "HTMLTypes",
      "path" : "Sources/HTMLTypes",
      "product_memberships" : [
        "HTMLTypes"
      ],
      "sources" : [
        "Conveniences/Input.Type.swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "HTMLAttributeTypes",
        "HTMLElementTypes"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTMLElementTypesFoundation_Tests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLElementTypesFoundation Tests",
      "path" : "Tests/HTMLElementTypesFoundation Tests",
      "sources" : [
        "Elements/<a> Anchor Tests.swift",
        "Elements/<abbr> Abbreviation Tests.swift",
        "Elements/<address> Contact Address Tests.swift",
        "Elements/<area> Image Map Area Tests.swift",
        "Elements/<article> Article Contents Tests.swift",
        "Elements/<aside> Aside Tests.swift",
        "Elements/<audio> Embed Audio Tests.swift",
        "Elements/<b> Bring Attention To Tests.swift",
        "Elements/<base> Document Base URL Tests.swift",
        "Elements/<bdi> Bidirectional Isolate Tests.swift",
        "Elements/<bdo> Bidirectional Text Override Tests.swift",
        "Elements/<big> Bigger Text Tests.swift",
        "Elements/<blockquote> Block Quotation Tests.swift",
        "Elements/<body> Document Body Tests.swift",
        "Elements/<br> Line Break Tests.swift",
        "Elements/<button> Button Tests.swift",
        "Elements/<canvas> Graphics Canvas Tests.swift",
        "Elements/<caption> Table Caption Tests.swift",
        "Elements/<center> Centered Text Tests.swift",
        "Elements/<cite> Citation Tests.swift",
        "Elements/<code> Inline Code Tests.swift",
        "Elements/<col> Table Column Tests.swift",
        "Elements/<colgroup> Table Column Group Tests.swift",
        "Elements/<data> Data Tests.swift",
        "Elements/<datalist> HTML Data List Tests.swift",
        "Elements/<dd> Description Details Tests.swift",
        "Elements/<del> Deleted Text Tests.swift",
        "Elements/<details> Details disclosure Tests.swift",
        "Elements/<dfn> Definition Tests.swift",
        "Elements/<dialog> Dialog Tests.swift",
        "Elements/<dir> Directory Tests.swift",
        "Elements/<div> Content Division Tests.swift",
        "Elements/<dl> Description List Tests.swift",
        "Elements/<dt> Description Term Tests.swift",
        "Elements/<em> Emphasis Tests.swift",
        "Elements/<embed> Embed External Content Tests.swift",
        "Elements/<fencedframe> Fenced Frame Tests.swift",
        "Elements/<fieldset> Field Set Tests.swift",
        "Elements/<figcaption> Figure Caption Tests.swift",
        "Elements/<figure> Figure with Optional Caption Tests.swift",
        "Elements/<font> Font Tests.swift",
        "Elements/<footer> Footer Tests.swift",
        "Elements/<form> Form Tests.swift",
        "Elements/<frame> Frame Tests.swift",
        "Elements/<frameset> Frameset Tests.swift",
        "Elements/<h1-h6> HTML Section Heading Tests.swift",
        "Elements/<head> Document Metadata (Header) Tests.swift",
        "Elements/<header> Header Tests.swift",
        "Elements/<hgroup> Heading Group Tests.swift",
        "Elements/<hr> Thematic Break (Horizontal Rule) Tests.swift",
        "Elements/<html> HTML Document Root element Tests.swift",
        "Elements/<i> Idiomatic Text Tests.swift",
        "Elements/<iframe> Inline Frame Tests.swift",
        "Elements/<img> Image Embed Tests.swift",
        "Elements/<img> Image Tests.swift",
        "Elements/<input> Input Tests.swift",
        "Elements/<ins> Inserted Text Tests.swift",
        "Elements/<kbd> Keyboard Input Tests.swift",
        "Elements/<label> Label Tests.swift",
        "Elements/<legend> Field Set Legend Tests.swift",
        "Elements/<li> List Item Tests.swift",
        "Elements/<link> External Resource Link Tests.swift",
        "Elements/<main> Main Tests.swift",
        "Elements/<map> Image Map Tests.swift",
        "Elements/<mark> Mark Text Tests.swift",
        "Elements/<marquee> Marquee Tests.swift",
        "Elements/<menu> Menu Tests.swift",
        "Elements/<meta> Metadata Tests.swift",
        "Elements/<meter> Meter Tests.swift",
        "Elements/<nav> Navigation Section Tests.swift",
        "Elements/<nobr> Non-Breaking Text Tests.swift",
        "Elements/<noembed> Embed Fallback Tests.swift",
        "Elements/<noframes> Frame Fallback Tests.swift",
        "Elements/<noscript> Noscript Tests.swift",
        "Elements/<object> External Object Tests.swift",
        "Elements/<ol> Ordered List Tests.swift",
        "Elements/<optgroup> Option Group Tests.swift",
        "Elements/<option> Option Tests.swift",
        "Elements/<output> Output Tests.swift",
        "Elements/<p> Paragraph Tests.swift",
        "Elements/<param> Object Parameter Tests.swift",
        "Elements/<picture> Picture Tests.swift",
        "Elements/<plaintext> Plain Text Tests.swift",
        "Elements/<pre> Preformatted Text Tests.swift",
        "Elements/<progress> Progress Indicator Tests.swift",
        "Elements/<q> Inline Quotation Tests.swift",
        "Elements/<rb> Ruby Base Tests.swift",
        "Elements/<rp> Ruby Fallback Parenthesis Tests.swift",
        "Elements/<rt> Ruby Text Tests.swift",
        "Elements/<rtc> Ruby Text Container Tests.swift",
        "Elements/<ruby> Ruby Annotation Tests.swift",
        "Elements/<s> Strikethrough Tests.swift",
        "Elements/<samp> Sample Output Tests.swift",
        "Elements/<script> Script Tests.swift",
        "Elements/<search> Search Tests.swift",
        "Elements/<section> Generic Section Tests.swift",
        "Elements/<select> Selected Option Display Tests.swift",
        "Elements/<slot> Web Component Slot Tests.swift",
        "Elements/<small> Side Comment Tests.swift",
        "Elements/<source> Media or Image Source Tests.swift",
        "Elements/<span> Content Span Tests.swift",
        "Elements/<strike> Strike Tests.swift",
        "Elements/<strong> Strong Importance Tests.swift",
        "Elements/<style> Style Information Tests.swift",
        "Elements/<sub> Subscript Tests.swift",
        "Elements/<summary> Disclosure Summary Tests.swift",
        "Elements/<sup> Superscript Tests.swift",
        "Elements/<table> Table Tests.swift",
        "Elements/<tbody> Table Body Tests.swift",
        "Elements/<td> Table Data Cell Tests.swift",
        "Elements/<template> Content Template Tests.swift",
        "Elements/<textarea> Textarea Tests.swift",
        "Elements/<tfoot> Table Foot Tests.swift",
        "Elements/<th> Table Header Tests.swift",
        "Elements/<thead> Table Head Tests.swift",
        "Elements/<time> (Date) Time Tests.swift",
        "Elements/<title> Document Title Tests.swift",
        "Elements/<tr> Table Row Tests.swift",
        "Elements/<track> Embed Text Track Tests.swift",
        "Elements/<tt> Teletype Text Tests.swift",
        "Elements/<u> Unarticulated Annotation (Underline) Tests.swift",
        "Elements/<ul> Unordered List Tests.swift",
        "Elements/<var> Variable Tests.swift",
        "Elements/<video> Video Embed Tests.swift",
        "Elements/<wbr> Line Break Opportunity Tests.swift",
        "Elements/<xmp> xmp Tests.swift",
        "Elements/Input.Types/Input.Button Tests.swift",
        "Elements/Input.Types/Input.Checkbox Tests.swift",
        "Elements/Input.Types/Input.Color Tests.swift",
        "Elements/Input.Types/Input.Date Tests.swift",
        "Elements/Input.Types/Input.DatetimeLocal Tests.swift",
        "Elements/Input.Types/Input.Email Tests.swift",
        "Elements/Input.Types/Input.File Tests.swift",
        "Elements/Input.Types/Input.Hidden Tests.swift",
        "Elements/Input.Types/Input.Image Tests.swift",
        "Elements/Input.Types/Input.Month Tests.swift",
        "Elements/Input.Types/Input.Number Tests.swift",
        "Elements/Input.Types/Input.Password Tests.swift",
        "Elements/Input.Types/Input.Radio Tests.swift",
        "Elements/Input.Types/Input.Range Tests.swift",
        "Elements/Input.Types/Input.Reset Tests.swift",
        "Elements/Input.Types/Input.Search Tests.swift",
        "Elements/Input.Types/Input.Submit Tests.swift",
        "Elements/Input.Types/Input.Tel Tests.swift",
        "Elements/Input.Types/Input.Text Tests.swift",
        "Elements/Input.Types/Input.Time Tests.swift",
        "Elements/Input.Types/Input.Type Tests.swift",
        "Elements/Input.Types/Input.Url Tests.swift",
        "Elements/Input.Types/Input.Week Tests.swift",
        "HTMLElement Tests.swift"
      ],
      "target_dependencies" : [
        "HTMLElementTypesFoundation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTMLElementTypesFoundation",
      "module_type" : "SwiftTarget",
      "name" : "HTMLElementTypesFoundation",
      "path" : "Sources/HTMLElementTypesFoundation",
      "product_memberships" : [
        "HTMLTypesFoundation",
        "HTMLElementTypesFoundation"
      ],
      "sources" : [
        "Elements/<a> Anchor.swift",
        "Elements/<abbr> Abbreviation.swift",
        "Elements/<address> Contact Address.swift",
        "Elements/<area> Image Map Area.swift",
        "Elements/<article> Article Contents.swift",
        "Elements/<aside> Aside.swift",
        "Elements/<audio> Embed Audio.swift",
        "Elements/<b> Bring Attention To.swift",
        "Elements/<base> Document Base URL.swift",
        "Elements/<bdi> Bidirectional Isolate.swift",
        "Elements/<bdo> Bidirectional Text Override.swift",
        "Elements/<big> Bigger Text.swift",
        "Elements/<blockquote> Block Quotation.swift",
        "Elements/<body> Document Body.swift",
        "Elements/<br> Line Break.swift",
        "Elements/<button> Button.swift",
        "Elements/<canvas> Graphics Canvas.swift",
        "Elements/<caption> Table Caption.swift",
        "Elements/<center> Centered Text.swift",
        "Elements/<cite> Citation.swift",
        "Elements/<code> Inline Code.swift",
        "Elements/<col> Table Column.swift",
        "Elements/<colgroup> Table Column Group.swift",
        "Elements/<data> Data.swift",
        "Elements/<datalist> HTML Data List.swift",
        "Elements/<dd> Description Details.swift",
        "Elements/<del> Deleted Text.swift",
        "Elements/<details> Details disclosure.swift",
        "Elements/<dfn> Definition.swift",
        "Elements/<dialog> Dialog.swift",
        "Elements/<dir> Directory.swift",
        "Elements/<div> Content Division.swift",
        "Elements/<dl> Description List.swift",
        "Elements/<dt> Description Term.swift",
        "Elements/<em> Emphasis.swift",
        "Elements/<embed> Embed External Content.swift",
        "Elements/<fencedframe> Fenced Frame.swift",
        "Elements/<fieldset> Field Set.swift",
        "Elements/<figcaption> Figure Caption.swift",
        "Elements/<figure> Figure with Optional Caption.swift",
        "Elements/<font> Font.swift",
        "Elements/<footer> Footer.swift",
        "Elements/<form> Form.swift",
        "Elements/<frame> Frame.swift",
        "Elements/<frameset> Frameset.swift",
        "Elements/<h1-h6> HTML Section Heading.swift",
        "Elements/<head> Document Metadata (Header).swift",
        "Elements/<header> Header.swift",
        "Elements/<hgroup> Heading Group.swift",
        "Elements/<hr> Thematic Break (Horizontal Rule).swift",
        "Elements/<html> HTML Document Root element.swift",
        "Elements/<i> Idiomatic Text.swift",
        "Elements/<iframe> Inline Frame.swift",
        "Elements/<img> Image Embed.swift",
        "Elements/<img> Image.swift",
        "Elements/<input> Input.swift",
        "Elements/<ins> Inserted Text.swift",
        "Elements/<kbd> Keyboard Input.swift",
        "Elements/<label> Label.swift",
        "Elements/<legend> Field Set Legend.swift",
        "Elements/<li> List Item.swift",
        "Elements/<link> External Resource Link.swift",
        "Elements/<main> Main.swift",
        "Elements/<map> Image Map.swift",
        "Elements/<mark> Mark Text.swift",
        "Elements/<marquee> Marquee.swift",
        "Elements/<menu> Menu.swift",
        "Elements/<meta> Metadata.swift",
        "Elements/<meter> Meter.swift",
        "Elements/<nav> Navigation Section.swift",
        "Elements/<nobr> Non-Breaking Text.swift",
        "Elements/<noembed> Embed Fallback.swift",
        "Elements/<noframes> Frame Fallback.swift",
        "Elements/<noscript> Noscript.swift",
        "Elements/<object> External Object.swift",
        "Elements/<ol> Ordered List.swift",
        "Elements/<optgroup> Option Group.swift",
        "Elements/<option> Option.swift",
        "Elements/<output> Output.swift",
        "Elements/<p> Paragraph.swift",
        "Elements/<param> Object Parameter.swift",
        "Elements/<picture> Picture.swift",
        "Elements/<plaintext> Plain Text.swift",
        "Elements/<pre> Preformatted Text.swift",
        "Elements/<progress> Progress Indicator.swift",
        "Elements/<q> Inline Quotation.swift",
        "Elements/<rb> Ruby Base.swift",
        "Elements/<rp> Ruby Fallback Parenthesis.swift",
        "Elements/<rt> Ruby Text.swift",
        "Elements/<rtc> Ruby Text Container.swift",
        "Elements/<ruby> Ruby Annotation.swift",
        "Elements/<s> Strikethrough.swift",
        "Elements/<samp> Sample Output.swift",
        "Elements/<script> Script.swift",
        "Elements/<search> Search.swift",
        "Elements/<section> Generic Section.swift",
        "Elements/<select> Selected Option Display.swift",
        "Elements/<slot> Web Component Slot.swift",
        "Elements/<small> Side Comment.swift",
        "Elements/<source> Media or Image Source.swift",
        "Elements/<span> Content Span.swift",
        "Elements/<strike> Strike.swift",
        "Elements/<strong> Strong Importance.swift",
        "Elements/<style> Style Information.swift",
        "Elements/<sub> Subscript.swift",
        "Elements/<summary> Disclosure Summary.swift",
        "Elements/<sup> Superscript.swift",
        "Elements/<table> Table.swift",
        "Elements/<tbody> Table Body.swift",
        "Elements/<td> Table Data Cell.swift",
        "Elements/<template> Content Template.swift",
        "Elements/<textarea> Textarea.swift",
        "Elements/<tfoot> Table Foot.swift",
        "Elements/<th> Table Header.swift",
        "Elements/<thead> Table Head.swift",
        "Elements/<time> (Date) Time.swift",
        "Elements/<title> Document Title.swift",
        "Elements/<tr> Table Row.swift",
        "Elements/<track> Embed Text Track.swift",
        "Elements/<tt> Teletype Text.swift",
        "Elements/<u> Unarticulated Annotation (Underline).swift",
        "Elements/<ul> Unordered List.swift",
        "Elements/<var> Variable.swift",
        "Elements/<video> Video Embed.swift",
        "Elements/<wbr> Line Break Opportunity.swift",
        "Elements/<xmp> xmp.swift",
        "Elements/Input.Types/Input.Button.swift",
        "Elements/Input.Types/Input.Checkbox.swift",
        "Elements/Input.Types/Input.Color.swift",
        "Elements/Input.Types/Input.Date.swift",
        "Elements/Input.Types/Input.DatetimeLocal.swift",
        "Elements/Input.Types/Input.Email.swift",
        "Elements/Input.Types/Input.File.swift",
        "Elements/Input.Types/Input.Hidden.swift",
        "Elements/Input.Types/Input.Image.swift",
        "Elements/Input.Types/Input.Month.swift",
        "Elements/Input.Types/Input.Number.swift",
        "Elements/Input.Types/Input.Password.swift",
        "Elements/Input.Types/Input.Radio.swift",
        "Elements/Input.Types/Input.Range.swift",
        "Elements/Input.Types/Input.Reset.swift",
        "Elements/Input.Types/Input.Search.swift",
        "Elements/Input.Types/Input.Submit.swift",
        "Elements/Input.Types/Input.Tel.swift",
        "Elements/Input.Types/Input.Text.swift",
        "Elements/Input.Types/Input.Time.swift",
        "Elements/Input.Types/Input.Type.swift",
        "Elements/Input.Types/Input.Url.swift",
        "Elements/Input.Types/Input.Week.swift",
        "Elements/xmp.swift",
        "HTMLElement.swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "HTMLElementTypes"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTMLElementTypes_Tests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLElementTypes Tests",
      "path" : "Tests/HTMLElementTypes Tests",
      "sources" : [
        "Elements/<a> Anchor Tests.swift",
        "Elements/<abbr> Abbreviation Tests.swift",
        "Elements/<address> Contact Address Tests.swift",
        "Elements/<area> Image Map Area Tests.swift",
        "Elements/<article> Article Contents Tests.swift",
        "Elements/<article> Article Tests.swift",
        "Elements/<aside> Aside Tests.swift",
        "Elements/<audio> Audio Tests.swift",
        "Elements/<audio> Embed Audio Tests.swift",
        "Elements/<b> Bring Attention To Tests.swift",
        "Elements/<base> Document Base URL Tests.swift",
        "Elements/<bdi> Bidirectional Isolate Tests.swift",
        "Elements/<bdo> Bidirectional Text Override Tests.swift",
        "Elements/<big> Bigger Text Tests.swift",
        "Elements/<blockquote> Block Quotation Tests.swift",
        "Elements/<body> Body Tests.swift",
        "Elements/<body> Document Body Tests.swift",
        "Elements/<br> Line Break Tests.swift",
        "Elements/<button> Button Tests.swift",
        "Elements/<canvas> Graphics Canvas Tests.swift",
        "Elements/<caption> Table Caption Tests.swift",
        "Elements/<center> Centered Text Tests.swift",
        "Elements/<cite> Citation Tests.swift",
        "Elements/<code> Inline Code Tests.swift",
        "Elements/<col> Table Column Tests.swift",
        "Elements/<colgroup> Table Column Group Tests.swift",
        "Elements/<data> Data Tests.swift",
        "Elements/<datalist> HTML Data List Tests.swift",
        "Elements/<dd> Description Details Tests.swift",
        "Elements/<del> Deleted Text Tests.swift",
        "Elements/<details> Details disclosure Tests.swift",
        "Elements/<dfn> Definition Tests.swift",
        "Elements/<dialog> Dialog Tests.swift",
        "Elements/<dir> Directory Tests.swift",
        "Elements/<div> Content Division Tests.swift",
        "Elements/<dl> Description List Tests.swift",
        "Elements/<dt> Description Term Tests.swift",
        "Elements/<em> Emphasis Tests.swift",
        "Elements/<embed> Embed External Content Tests.swift",
        "Elements/<fencedframe> Fenced Frame Tests.swift",
        "Elements/<fieldset> Field Set Tests.swift",
        "Elements/<figcaption> Figure Caption Tests.swift",
        "Elements/<figure> Figure with Optional Caption Tests.swift",
        "Elements/<font> Font Tests.swift",
        "Elements/<footer> Footer Tests.swift",
        "Elements/<form> Form Tests.swift",
        "Elements/<frame> Frame Tests.swift",
        "Elements/<frameset> Frameset Tests.swift",
        "Elements/<h1-h6> HTML Section Heading Tests.swift",
        "Elements/<head> Document Metadata (Header) Tests.swift",
        "Elements/<header> Header Tests.swift",
        "Elements/<hgroup> Heading Group Tests.swift",
        "Elements/<hr> Thematic Break (Horizontal Rule) Tests.swift",
        "Elements/<html> HTML Document Root element Tests.swift",
        "Elements/<i> Idiomatic Text Tests.swift",
        "Elements/<iframe> Inline Frame Tests.swift",
        "Elements/<img> Image Embed Tests.swift",
        "Elements/<img> Image Tests.swift",
        "Elements/<input> Input Tests.swift",
        "Elements/<ins> Inserted Text Tests.swift",
        "Elements/<kbd> Keyboard Input Tests.swift",
        "Elements/<label> Label Tests.swift",
        "Elements/<legend> Field Set Legend Tests.swift",
        "Elements/<li> List Item Tests.swift",
        "Elements/<link> External Resource Link Tests.swift",
        "Elements/<main> Main Tests.swift",
        "Elements/<map> Image Map Tests.swift",
        "Elements/<mark> Mark Text Tests.swift",
        "Elements/<marquee> Marquee Tests.swift",
        "Elements/<menu> Menu Tests.swift",
        "Elements/<meta> Meta Tests.swift",
        "Elements/<meta> Metadata Tests.swift",
        "Elements/<meter> Meter Tests.swift",
        "Elements/<nav> Navigation Section Tests.swift",
        "Elements/<nobr> Non-Breaking Text Tests.swift",
        "Elements/<noembed> Embed Fallback Tests.swift",
        "Elements/<noframes> Frame Fallback Tests.swift",
        "Elements/<noscript> Noscript Tests.swift",
        "Elements/<object> External Object Tests.swift",
        "Elements/<ol> Ordered List Tests.swift",
        "Elements/<optgroup> Option Group Tests.swift",
        "Elements/<option> Option Tests.swift",
        "Elements/<output> Output Tests.swift",
        "Elements/<p> Paragraph Tests.swift",
        "Elements/<param> Object Parameter Tests.swift",
        "Elements/<picture> Picture Tests.swift",
        "Elements/<plaintext> Plain Text Tests.swift",
        "Elements/<pre> Preformatted Text Tests.swift",
        "Elements/<progress> Progress Indicator Tests.swift",
        "Elements/<q> Inline Quotation Tests.swift",
        "Elements/<rb> Ruby Base Tests.swift",
        "Elements/<rp> Ruby Fallback Parenthesis Tests.swift",
        "Elements/<rt> Ruby Text Tests.swift",
        "Elements/<rtc> Ruby Text Container Tests.swift",
        "Elements/<ruby> Ruby Annotation Tests.swift",
        "Elements/<s> Strikethrough Tests.swift",
        "Elements/<samp> Sample Output Tests.swift",
        "Elements/<script> Script Tests.swift",
        "Elements/<search> Search Tests.swift",
        "Elements/<section> Generic Section Tests.swift",
        "Elements/<select> Selected Option Display Tests.swift",
        "Elements/<slot> Web Component Slot Tests.swift",
        "Elements/<small> Side Comment Tests.swift",
        "Elements/<source> Media or Image Source Tests.swift",
        "Elements/<span> Content Span Tests.swift",
        "Elements/<strike> Strike Tests.swift",
        "Elements/<strong> Strong Importance Tests.swift",
        "Elements/<style> Style Information Tests.swift",
        "Elements/<sub> Subscript Tests.swift",
        "Elements/<summary> Disclosure Summary Tests.swift",
        "Elements/<sup> Superscript Tests.swift",
        "Elements/<table> Table Tests.swift",
        "Elements/<tbody> Table Body Tests.swift",
        "Elements/<td> Table Data Cell Tests.swift",
        "Elements/<template> Content Template Tests.swift",
        "Elements/<textarea> Textarea Tests.swift",
        "Elements/<tfoot> Table Foot Tests.swift",
        "Elements/<th> Table Header Tests.swift",
        "Elements/<thead> Table Head Tests.swift",
        "Elements/<time> (Date) Time Tests.swift",
        "Elements/<title> Document Title Tests.swift",
        "Elements/<title> Title Tests.swift",
        "Elements/<tr> Table Row Tests.swift",
        "Elements/<track> Embed Text Track Tests.swift",
        "Elements/<tt> Teletype Text Tests.swift",
        "Elements/<u> Unarticulated Annotation (Underline) Tests.swift",
        "Elements/<ul> Unordered List Tests.swift",
        "Elements/<var> Variable Tests.swift",
        "Elements/<video> Video Embed Tests.swift",
        "Elements/<wbr> Line Break Opportunity Tests.swift",
        "Elements/<xmp> xmp Tests.swift",
        "Elements/Input.Types/Input.Button Tests.swift",
        "Elements/Input.Types/Input.Checkbox Tests.swift",
        "Elements/Input.Types/Input.Color Tests.swift",
        "Elements/Input.Types/Input.Date Tests.swift",
        "Elements/Input.Types/Input.DatetimeLocal Tests.swift",
        "Elements/Input.Types/Input.Email Tests.swift",
        "Elements/Input.Types/Input.File Tests.swift",
        "Elements/Input.Types/Input.Hidden Tests.swift",
        "Elements/Input.Types/Input.Image Tests.swift",
        "Elements/Input.Types/Input.Month Tests.swift",
        "Elements/Input.Types/Input.Number Tests.swift",
        "Elements/Input.Types/Input.Password Tests.swift",
        "Elements/Input.Types/Input.Radio Tests.swift",
        "Elements/Input.Types/Input.Range Tests.swift",
        "Elements/Input.Types/Input.Reset Tests.swift",
        "Elements/Input.Types/Input.Search Tests.swift",
        "Elements/Input.Types/Input.Submit Tests.swift",
        "Elements/Input.Types/Input.Tel Tests.swift",
        "Elements/Input.Types/Input.Text Tests.swift",
        "Elements/Input.Types/Input.Time Tests.swift",
        "Elements/Input.Types/Input.Type Tests.swift",
        "Elements/Input.Types/Input.Url Tests.swift",
        "Elements/Input.Types/Input.Week Tests.swift"
      ],
      "target_dependencies" : [
        "HTMLElementTypes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTMLElementTypes",
      "module_type" : "SwiftTarget",
      "name" : "HTMLElementTypes",
      "path" : "Sources/HTMLElementTypes",
      "product_memberships" : [
        "HTMLTypes",
        "HTMLTypesFoundation",
        "HTMLElementTypes",
        "HTMLElementTypesFoundation"
      ],
      "sources" : [
        "Elements/<a> Anchor.swift",
        "Elements/<abbr> Abbreviation.swift",
        "Elements/<address> Contact Address.swift",
        "Elements/<area> Image Map Area.swift",
        "Elements/<article> Article Contents.swift",
        "Elements/<aside> Aside.swift",
        "Elements/<audio> Embed Audio.swift",
        "Elements/<b> Bring Attention To.swift",
        "Elements/<base> Document Base URL.swift",
        "Elements/<bdi> Bidirectional Isolate.swift",
        "Elements/<bdo> Bidirectional Text Override.swift",
        "Elements/<big> Bigger Text.swift",
        "Elements/<blockquote> Block Quotation.swift",
        "Elements/<body> Document Body.swift",
        "Elements/<br> Line Break.swift",
        "Elements/<button> Button.swift",
        "Elements/<canvas> Graphics Canvas.swift",
        "Elements/<caption> Table Caption.swift",
        "Elements/<center> Centered Text.swift",
        "Elements/<cite> Citation.swift",
        "Elements/<code> Inline Code.swift",
        "Elements/<col> Table Column.swift",
        "Elements/<colgroup> Table Column Group.swift",
        "Elements/<data> Data.swift",
        "Elements/<datalist> HTML Data List.swift",
        "Elements/<dd> Description Details.swift",
        "Elements/<del> Deleted Text.swift",
        "Elements/<details> Details disclosure.swift",
        "Elements/<dfn> Definition.swift",
        "Elements/<dialog> Dialog.swift",
        "Elements/<dir> Directory.swift",
        "Elements/<div> Content Division.swift",
        "Elements/<dl> Description List.swift",
        "Elements/<dt> Description Term.swift",
        "Elements/<em> Emphasis.swift",
        "Elements/<embed> Embed External Content.swift",
        "Elements/<fencedframe> Fenced Frame.swift",
        "Elements/<fieldset> Field Set.swift",
        "Elements/<figcaption> Figure Caption.swift",
        "Elements/<figure> Figure with Optional Caption.swift",
        "Elements/<font> Font.swift",
        "Elements/<footer> Footer.swift",
        "Elements/<form> Form.swift",
        "Elements/<frame> Frame.swift",
        "Elements/<frameset> Frameset.swift",
        "Elements/<h1-h6> HTML Section Heading.swift",
        "Elements/<head> Document Metadata (Header).swift",
        "Elements/<header> Header.swift",
        "Elements/<hgroup> Heading Group.swift",
        "Elements/<hr> Thematic Break (Horizontal Rule).swift",
        "Elements/<html> HTML Document Root element.swift",
        "Elements/<i> Idiomatic Text.swift",
        "Elements/<iframe> Inline Frame.swift",
        "Elements/<img> Image Embed.swift",
        "Elements/<input> Input.swift",
        "Elements/<ins> Inserted Text.swift",
        "Elements/<kbd> Keyboard Input.swift",
        "Elements/<label> Label.swift",
        "Elements/<legend> Field Set Legend.swift",
        "Elements/<li> List Item.swift",
        "Elements/<link> External Resource Link.swift",
        "Elements/<main> Main.swift",
        "Elements/<map> Image Map.swift",
        "Elements/<mark> Mark Text.swift",
        "Elements/<marquee> Marquee.swift",
        "Elements/<menu> Menu.swift",
        "Elements/<meta> Metadata.swift",
        "Elements/<meter> Meter.swift",
        "Elements/<nav> Navigation Section.swift",
        "Elements/<nobr> Non-Breaking Text.swift",
        "Elements/<noembed> Embed Fallback.swift",
        "Elements/<noframes> Frame Fallback.swift",
        "Elements/<noscript> Noscript.swift",
        "Elements/<object> External Object.swift",
        "Elements/<ol> Ordered List.swift",
        "Elements/<optgroup> Option Group.swift",
        "Elements/<option> Option.swift",
        "Elements/<output> Output.swift",
        "Elements/<p> Paragraph.swift",
        "Elements/<param> Object Parameter.swift",
        "Elements/<picture> Picture.swift",
        "Elements/<plaintext> Plain Text.swift",
        "Elements/<pre> Preformatted Text.swift",
        "Elements/<progress> Progress Indicator.swift",
        "Elements/<q> Inline Quotation.swift",
        "Elements/<rb> Ruby Base.swift",
        "Elements/<rp> Ruby Fallback Parenthesis.swift",
        "Elements/<rt> Ruby Text.swift",
        "Elements/<rtc> Ruby Text Container.swift",
        "Elements/<ruby> Ruby Annotation.swift",
        "Elements/<s> Strikethrough.swift",
        "Elements/<samp> Sample Output.swift",
        "Elements/<script> Script.swift",
        "Elements/<search> Search.swift",
        "Elements/<section> Generic Section.swift",
        "Elements/<select> Selected Option Display.swift",
        "Elements/<slot> Web Component Slot.swift",
        "Elements/<small> Side Comment.swift",
        "Elements/<source> Media or Image Source.swift",
        "Elements/<span> Content Span.swift",
        "Elements/<strike> Strike.swift",
        "Elements/<strong> Strong Importance.swift",
        "Elements/<style> Style Information.swift",
        "Elements/<sub> Subscript.swift",
        "Elements/<summary> Disclosure Summary.swift",
        "Elements/<sup> Superscript.swift",
        "Elements/<table> Table.swift",
        "Elements/<tbody> Table Body.swift",
        "Elements/<td> Table Data Cell.swift",
        "Elements/<template> Content Template.swift",
        "Elements/<textarea> Textarea.swift",
        "Elements/<tfoot> Table Foot.swift",
        "Elements/<th> Table Header.swift",
        "Elements/<thead> Table Head.swift",
        "Elements/<time> (Date) Time.swift",
        "Elements/<title> Document Title.swift",
        "Elements/<tr> Table Row.swift",
        "Elements/<track> Embed Text Track.swift",
        "Elements/<tt> Teletype Text.swift",
        "Elements/<u> Unarticulated Annotation (Underline).swift",
        "Elements/<ul> Unordered List.swift",
        "Elements/<var> Variable.swift",
        "Elements/<video> Video Embed.swift",
        "Elements/<wbr> Line Break Opportunity.swift",
        "Elements/<xmp> xmp.swift",
        "Elements/Input.Types/Input.Button.swift",
        "Elements/Input.Types/Input.Checkbox.swift",
        "Elements/Input.Types/Input.Color.swift",
        "Elements/Input.Types/Input.Date.swift",
        "Elements/Input.Types/Input.DatetimeLocal.swift",
        "Elements/Input.Types/Input.Email.swift",
        "Elements/Input.Types/Input.File.swift",
        "Elements/Input.Types/Input.Hidden.swift",
        "Elements/Input.Types/Input.Image.swift",
        "Elements/Input.Types/Input.Month.swift",
        "Elements/Input.Types/Input.Number.swift",
        "Elements/Input.Types/Input.Password.swift",
        "Elements/Input.Types/Input.Radio.swift",
        "Elements/Input.Types/Input.Range.swift",
        "Elements/Input.Types/Input.Reset.swift",
        "Elements/Input.Types/Input.Search.swift",
        "Elements/Input.Types/Input.Submit.swift",
        "Elements/Input.Types/Input.Tel.swift",
        "Elements/Input.Types/Input.Text.swift",
        "Elements/Input.Types/Input.Time.swift",
        "Elements/Input.Types/Input.Type.swift",
        "Elements/Input.Types/Input.Url.swift",
        "Elements/Input.Types/Input.Week.swift",
        "HTMLElement.swift"
      ],
      "target_dependencies" : [
        "HTMLAttributeTypes"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTMLAttributeTypesFoundation_Tests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLAttributeTypesFoundation Tests",
      "path" : "Tests/HTMLAttributeTypesFoundation Tests",
      "sources" : [
        "Attributes/AcceptCharset Tests.swift",
        "Attributes/Action Tests.swift",
        "Attributes/Allow Tests.swift",
        "Attributes/Allowfullscreen Tests.swift",
        "Attributes/Alt Tests.swift",
        "Attributes/As Tests.swift",
        "Attributes/Async Tests.swift",
        "Attributes/Attribute Tests.swift",
        "Attributes/AttributionSrc Tests.swift",
        "Attributes/Autocomplete Tests.swift",
        "Attributes/Autoplay Tests.swift",
        "Attributes/Behavior Tests.swift",
        "Attributes/Blocking Tests.swift",
        "Attributes/BooleanAttribute Tests.swift",
        "Attributes/ButtonType Tests.swift",
        "Attributes/Capture Tests.swift",
        "Attributes/Checked Tests.swift",
        "Attributes/Cite Tests.swift",
        "Attributes/ColSpan Tests.swift",
        "Attributes/Color Tests.swift",
        "Attributes/Cols Tests.swift",
        "Attributes/Compact Tests.swift",
        "Attributes/Content Tests.swift",
        "Attributes/Controls Tests.swift",
        "Attributes/ControlsList Tests.swift",
        "Attributes/Crossorigin Tests.swift",
        "Attributes/DateTime Tests.swift",
        "Attributes/Default Tests.swift",
        "Attributes/Defer Tests.swift",
        "Attributes/Direction Tests.swift",
        "Attributes/Dirname Tests.swift",
        "Attributes/DisablePictureInPicture Tests.swift",
        "Attributes/DisableRemotePlayback Tests.swift",
        "Attributes/Disabled Tests.swift",
        "Attributes/Download Tests.swift",
        "Attributes/Elementtiming Tests.swift",
        "Attributes/Enctype Tests.swift",
        "Attributes/Face Tests.swift",
        "Attributes/Fetchpriority Tests.swift",
        "Attributes/FontSize Tests.swift",
        "Attributes/For Tests.swift",
        "Attributes/Form Tests.swift",
        "Attributes/FormAction Tests.swift",
        "Attributes/FormEncType Tests.swift",
        "Attributes/FormMethod Tests.swift",
        "Attributes/FormNovalidate Tests.swift",
        "Attributes/FormTarget Tests.swift",
        "Attributes/FrameBorder Tests.swift",
        "Attributes/Global/Autocapitalize Tests.swift",
        "Attributes/Global/Autocorrect Tests.swift",
        "Attributes/Global/Autofocus Tests.swift",
        "Attributes/Global/Class Tests.swift",
        "Attributes/Global/Contenteditable Tests.swift",
        "Attributes/Global/DataAttribute Tests.swift",
        "Attributes/Global/Dir Tests.swift",
        "Attributes/Global/Draggable Tests.swift",
        "Attributes/Global/Enterkeyhint Tests.swift",
        "Attributes/Global/Exportparts Tests.swift",
        "Attributes/Global/Hidden Tests.swift",
        "Attributes/Global/Id Tests.swift",
        "Attributes/Global/Inert Tests.swift",
        "Attributes/Global/Inputmode Tests.swift",
        "Attributes/Global/Is Tests.swift",
        "Attributes/Global/Itemid Tests.swift",
        "Attributes/Global/Itemprop Tests.swift",
        "Attributes/Global/Itemref Tests.swift",
        "Attributes/Global/Itemscope Tests.swift",
        "Attributes/Global/Itemtype Tests.swift",
        "Attributes/Global/Lang Tests.swift",
        "Attributes/Global/Nonce Tests.swift",
        "Attributes/Global/Part Tests.swift",
        "Attributes/Global/Popover Tests.swift",
        "Attributes/Global/Slot Tests.swift",
        "Attributes/Global/Spellcheck Tests.swift",
        "Attributes/Global/Style Tests.swift",
        "Attributes/Global/Tabindex Tests.swift",
        "Attributes/Global/Title Tests.swift",
        "Attributes/Global/Translate Tests.swift",
        "Attributes/Global/Virtualkeyboardpolicy Tests.swift",
        "Attributes/Global/Writingsuggestions Tests.swift",
        "Attributes/Headers Tests.swift",
        "Attributes/Height Tests.swift",
        "Attributes/High Tests.swift",
        "Attributes/Href Tests.swift",
        "Attributes/Hreflang Tests.swift",
        "Attributes/HttpEquiv Tests.swift",
        "Attributes/ImageSrcSet Tests.swift",
        "Attributes/Imagesizes Tests.swift",
        "Attributes/Integrity Tests.swift",
        "Attributes/Ismap Tests.swift",
        "Attributes/Kind Tests.swift",
        "Attributes/Label Tests.swift",
        "Attributes/LinkType Tests.swift",
        "Attributes/List Tests.swift",
        "Attributes/ListType Tests.swift",
        "Attributes/Loading Tests.swift",
        "Attributes/Loop Tests.swift",
        "Attributes/Low Tests.swift",
        "Attributes/MarginHeight Tests.swift",
        "Attributes/MarginWidth Tests.swift",
        "Attributes/Max Tests.swift",
        "Attributes/Maxlength Tests.swift",
        "Attributes/Media Tests.swift",
        "Attributes/MetaName Tests.swift",
        "Attributes/Method Tests.swift",
        "Attributes/Min Tests.swift",
        "Attributes/Minlength Tests.swift",
        "Attributes/Multiple Tests.swift",
        "Attributes/Muted Tests.swift",
        "Attributes/Name Tests.swift",
        "Attributes/NoResize Tests.swift",
        "Attributes/Nomodule Tests.swift",
        "Attributes/Novalidate Tests.swift",
        "Attributes/ObjectData Tests.swift",
        "Attributes/ObjectForm Tests.swift",
        "Attributes/ObjectType Tests.swift",
        "Attributes/Open Tests.swift",
        "Attributes/Optimum Tests.swift",
        "Attributes/Pattern Tests.swift",
        "Attributes/Ping Tests.swift",
        "Attributes/Placeholder Tests.swift",
        "Attributes/Playsinline Tests.swift",
        "Attributes/PopoverTarget Tests.swift",
        "Attributes/PopoverTargetAction Tests.swift",
        "Attributes/Poster Tests.swift",
        "Attributes/Preload Tests.swift",
        "Attributes/Readonly Tests.swift",
        "Attributes/ReferrerPolicy Tests.swift",
        "Attributes/Rel Tests.swift",
        "Attributes/Required Tests.swift",
        "Attributes/Reversed Tests.swift",
        "Attributes/RowSpan Tests.swift",
        "Attributes/Rows Tests.swift",
        "Attributes/Scope Tests.swift",
        "Attributes/ScriptType Tests.swift",
        "Attributes/Scrolling Tests.swift",
        "Attributes/Selected Tests.swift",
        "Attributes/ShadowRootClonable Tests.swift",
        "Attributes/Size Tests.swift",
        "Attributes/Sizes Tests.swift",
        "Attributes/Span Tests.swift",
        "Attributes/Src Tests.swift",
        "Attributes/SrcLang Tests.swift",
        "Attributes/Start Tests.swift",
        "Attributes/Step Tests.swift",
        "Attributes/StringAttribute Tests.swift",
        "Attributes/Target Tests.swift",
        "Attributes/Usemap Tests.swift",
        "Attributes/Value Tests.swift",
        "Attributes/Width Tests.swift"
      ],
      "target_dependencies" : [
        "HTMLAttributeTypesFoundation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTMLAttributeTypesFoundation",
      "module_type" : "SwiftTarget",
      "name" : "HTMLAttributeTypesFoundation",
      "path" : "Sources/HTMLAttributeTypesFoundation",
      "product_memberships" : [
        "HTMLTypesFoundation",
        "HTMLAttributeTypesFoundation"
      ],
      "sources" : [
        "Attributes/Accept.swift",
        "Attributes/AcceptCharset.swift",
        "Attributes/Action.swift",
        "Attributes/Allowfullscreen.swift",
        "Attributes/Alt.swift",
        "Attributes/As.swift",
        "Attributes/Async.swift",
        "Attributes/AttributionSrc.swift",
        "Attributes/Autocomplete.swift",
        "Attributes/Autoplay.swift",
        "Attributes/Behavior.swift",
        "Attributes/Blocking.swift",
        "Attributes/ButtonType.swift",
        "Attributes/Capture.swift",
        "Attributes/Checked.swift",
        "Attributes/Cite.swift",
        "Attributes/ColSpan.swift",
        "Attributes/Color.swift",
        "Attributes/Compact.swift",
        "Attributes/Controls.swift",
        "Attributes/ControlsList.swift",
        "Attributes/Crossorigin.swift",
        "Attributes/DateTime.swift",
        "Attributes/Default.swift",
        "Attributes/Defer.swift",
        "Attributes/Direction.swift",
        "Attributes/Dirname.swift",
        "Attributes/DisablePictureInPicture.swift",
        "Attributes/DisableRemotePlayback.swift",
        "Attributes/Disabled.swift",
        "Attributes/Download.swift",
        "Attributes/Elementtiming.swift",
        "Attributes/Enctype.swift",
        "Attributes/Face.swift",
        "Attributes/Fetchpriority.swift",
        "Attributes/FontSize.swift",
        "Attributes/For.swift",
        "Attributes/Form.swift",
        "Attributes/FormAction.swift",
        "Attributes/FormEncType.swift",
        "Attributes/FormMethod.swift",
        "Attributes/FormNovalidate.swift",
        "Attributes/FormTarget.swift",
        "Attributes/Global/Autocapitalize.swift",
        "Attributes/Global/Autocorrect.swift",
        "Attributes/Global/Autofocus.swift",
        "Attributes/Global/Class.swift",
        "Attributes/Global/Contenteditable.swift",
        "Attributes/Global/DataAttribute.swift",
        "Attributes/Global/Dir.swift",
        "Attributes/Global/Draggable.swift",
        "Attributes/Global/Enterkeyhint.swift",
        "Attributes/Global/Exportparts.swift",
        "Attributes/Global/Hidden.swift",
        "Attributes/Global/Id.swift",
        "Attributes/Global/Inert.swift",
        "Attributes/Global/Inputmode.swift",
        "Attributes/Global/Is.swift",
        "Attributes/Global/Itemid.swift",
        "Attributes/Global/Itemprop.swift",
        "Attributes/Global/Itemref.swift",
        "Attributes/Global/Itemscope.swift",
        "Attributes/Global/Itemtype.swift",
        "Attributes/Global/Lang.swift",
        "Attributes/Global/Nonce.swift",
        "Attributes/Global/Part.swift",
        "Attributes/Global/Popover.swift",
        "Attributes/Global/Slot.swift",
        "Attributes/Global/Spellcheck.swift",
        "Attributes/Global/Style.swift",
        "Attributes/Global/Tabindex.swift",
        "Attributes/Global/Title.swift",
        "Attributes/Global/Translate.swift",
        "Attributes/Global/Virtualkeyboardpolicy.swift",
        "Attributes/Global/Writingsuggestions.swift",
        "Attributes/Headers.swift",
        "Attributes/Height.swift",
        "Attributes/High.swift",
        "Attributes/Href.swift",
        "Attributes/Hreflang.swift",
        "Attributes/ImageSrcSet.swift",
        "Attributes/Imagesizes.swift",
        "Attributes/Integrity.swift",
        "Attributes/IsMap.swift",
        "Attributes/Kind.swift",
        "Attributes/LinkType.swift",
        "Attributes/List.swift",
        "Attributes/ListType.swift",
        "Attributes/Loop.swift",
        "Attributes/Low.swift",
        "Attributes/Max.swift",
        "Attributes/Maxlength.swift",
        "Attributes/Media.swift",
        "Attributes/Method.swift",
        "Attributes/Min.swift",
        "Attributes/Minlength.swift",
        "Attributes/Multiple.swift",
        "Attributes/Muted.swift",
        "Attributes/Name.swift",
        "Attributes/NoResize.swift",
        "Attributes/Nomodule.swift",
        "Attributes/Novalidate.swift",
        "Attributes/ObjectData.swift",
        "Attributes/ObjectForm.swift",
        "Attributes/ObjectType.swift",
        "Attributes/Open.swift",
        "Attributes/Optimum.swift",
        "Attributes/Pattern.swift",
        "Attributes/Ping.swift",
        "Attributes/Placeholder.swift",
        "Attributes/Playsinline.swift",
        "Attributes/PopoverTarget.swift",
        "Attributes/PopoverTargetAction.swift",
        "Attributes/Poster.swift",
        "Attributes/Preload.swift",
        "Attributes/Readonly.swift",
        "Attributes/ReferrerPolicy.swift",
        "Attributes/Rel.swift",
        "Attributes/Required.swift",
        "Attributes/Reversed.swift",
        "Attributes/RowSpan.swift",
        "Attributes/Scope.swift",
        "Attributes/ScriptType.swift",
        "Attributes/Selected.swift",
        "Attributes/ShadowRootClonable.swift",
        "Attributes/ShadowRootDelegatesFocus.swift",
        "Attributes/ShadowRootMode.swift",
        "Attributes/Size.swift",
        "Attributes/Sizes.swift",
        "Attributes/Span.swift",
        "Attributes/Src.swift",
        "Attributes/Start.swift",
        "Attributes/Step.swift",
        "Attributes/Target.swift",
        "Attributes/TextareaWrap.swift",
        "Attributes/Truespeed.swift",
        "Attributes/Usemap.swift",
        "Attributes/Value.swift",
        "Attributes/Width.swift",
        "Attributes/Xmlns.swift",
        "String.format.swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "HTMLAttributeTypes"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTMLAttributeTypes_Tests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLAttributeTypes Tests",
      "path" : "Tests/HTMLAttributeTypes Tests",
      "sources" : [
        "Attributes/AcceptCharset Tests.swift",
        "Attributes/Action Tests.swift",
        "Attributes/Allow Tests.swift",
        "Attributes/Allowfullscreen Tests.swift",
        "Attributes/Alt Tests.swift",
        "Attributes/As Tests.swift",
        "Attributes/Async Tests.swift",
        "Attributes/Attribute Tests.swift",
        "Attributes/AttributionSrc Tests.swift",
        "Attributes/Autocomplete Tests.swift",
        "Attributes/Autoplay Tests.swift",
        "Attributes/Behavior Tests.swift",
        "Attributes/Blocking Tests.swift",
        "Attributes/BooleanAttribute Tests.swift",
        "Attributes/ButtonType Tests.swift",
        "Attributes/Capture Tests.swift",
        "Attributes/Checked Tests.swift",
        "Attributes/Cite Tests.swift",
        "Attributes/ColSpan Tests.swift",
        "Attributes/Color Tests.swift",
        "Attributes/Cols Tests.swift",
        "Attributes/Compact Tests.swift",
        "Attributes/Content Tests.swift",
        "Attributes/Controls Tests.swift",
        "Attributes/ControlsList Tests.swift",
        "Attributes/Crossorigin Tests.swift",
        "Attributes/DateTime Tests.swift",
        "Attributes/Default Tests.swift",
        "Attributes/Defer Tests.swift",
        "Attributes/Direction Tests.swift",
        "Attributes/Dirname Tests.swift",
        "Attributes/DisablePictureInPicture Tests.swift",
        "Attributes/DisableRemotePlayback Tests.swift",
        "Attributes/Disabled Tests.swift",
        "Attributes/Download Tests.swift",
        "Attributes/Elementtiming Tests.swift",
        "Attributes/Enctype Tests.swift",
        "Attributes/Face Tests.swift",
        "Attributes/Fetchpriority Tests.swift",
        "Attributes/FontSize Tests.swift",
        "Attributes/For Tests.swift",
        "Attributes/Form Tests.swift",
        "Attributes/FormAction Tests.swift",
        "Attributes/FormEncType Tests.swift",
        "Attributes/FormMethod Tests.swift",
        "Attributes/FormNovalidate Tests.swift",
        "Attributes/FormTarget Tests.swift",
        "Attributes/FrameBorder Tests.swift",
        "Attributes/Global/Autocapitalize Tests.swift",
        "Attributes/Global/Autocorrect Tests.swift",
        "Attributes/Global/Autofocus Tests.swift",
        "Attributes/Global/Class Tests.swift",
        "Attributes/Global/Contenteditable Tests.swift",
        "Attributes/Global/DataAttribute Tests.swift",
        "Attributes/Global/Dir Tests.swift",
        "Attributes/Global/Draggable Tests.swift",
        "Attributes/Global/Enterkeyhint Tests.swift",
        "Attributes/Global/Exportparts Tests.swift",
        "Attributes/Global/Hidden Tests.swift",
        "Attributes/Global/Id Tests.swift",
        "Attributes/Global/Inert Tests.swift",
        "Attributes/Global/Inputmode Tests.swift",
        "Attributes/Global/Is Tests.swift",
        "Attributes/Global/Itemid Tests.swift",
        "Attributes/Global/Itemprop Tests.swift",
        "Attributes/Global/Itemref Tests.swift",
        "Attributes/Global/Itemscope Tests.swift",
        "Attributes/Global/Itemtype Tests.swift",
        "Attributes/Global/Lang Tests.swift",
        "Attributes/Global/Nonce Tests.swift",
        "Attributes/Global/Part Tests.swift",
        "Attributes/Global/Popover Tests.swift",
        "Attributes/Global/Slot Tests.swift",
        "Attributes/Global/Spellcheck Tests.swift",
        "Attributes/Global/Style Tests.swift",
        "Attributes/Global/Tabindex Tests.swift",
        "Attributes/Global/Title Tests.swift",
        "Attributes/Global/Translate Tests.swift",
        "Attributes/Global/Virtualkeyboardpolicy Tests.swift",
        "Attributes/Global/Writingsuggestions Tests.swift",
        "Attributes/Headers Tests.swift",
        "Attributes/Height Tests.swift",
        "Attributes/High Tests.swift",
        "Attributes/Href Tests.swift",
        "Attributes/Hreflang Tests.swift",
        "Attributes/HttpEquiv Tests.swift",
        "Attributes/ImageSrcSet Tests.swift",
        "Attributes/Imagesizes Tests.swift",
        "Attributes/Integrity Tests.swift",
        "Attributes/Ismap Tests.swift",
        "Attributes/Kind Tests.swift",
        "Attributes/Label Tests.swift",
        "Attributes/LinkType Tests.swift",
        "Attributes/List Tests.swift",
        "Attributes/ListType Tests.swift",
        "Attributes/Loading Tests.swift",
        "Attributes/Loop Tests.swift",
        "Attributes/Low Tests.swift",
        "Attributes/MarginHeight Tests.swift",
        "Attributes/MarginWidth Tests.swift",
        "Attributes/Max Tests.swift",
        "Attributes/Maxlength Tests.swift",
        "Attributes/Media Tests.swift",
        "Attributes/MetaName Tests.swift",
        "Attributes/Method Tests.swift",
        "Attributes/Min Tests.swift",
        "Attributes/Minlength Tests.swift",
        "Attributes/Multiple Tests.swift",
        "Attributes/Muted Tests.swift",
        "Attributes/Name Tests.swift",
        "Attributes/NoResize Tests.swift",
        "Attributes/Nomodule Tests.swift",
        "Attributes/Novalidate Tests.swift",
        "Attributes/ObjectData Tests.swift",
        "Attributes/ObjectForm Tests.swift",
        "Attributes/ObjectType Tests.swift",
        "Attributes/Open Tests.swift",
        "Attributes/Optimum Tests.swift",
        "Attributes/Pattern Tests.swift",
        "Attributes/Ping Tests.swift",
        "Attributes/Placeholder Tests.swift",
        "Attributes/Playsinline Tests.swift",
        "Attributes/PopoverTarget Tests.swift",
        "Attributes/PopoverTargetAction Tests.swift",
        "Attributes/Poster Tests.swift",
        "Attributes/Preload Tests.swift",
        "Attributes/Readonly Tests.swift",
        "Attributes/ReferrerPolicy Tests.swift",
        "Attributes/Rel Tests.swift",
        "Attributes/Required Tests.swift",
        "Attributes/Reversed Tests.swift",
        "Attributes/RowSpan Tests.swift",
        "Attributes/Rows Tests.swift",
        "Attributes/Scope Tests.swift",
        "Attributes/ScriptType Tests.swift",
        "Attributes/Scrolling Tests.swift",
        "Attributes/Selected Tests.swift",
        "Attributes/ShadowRootClonable Tests.swift",
        "Attributes/Size Tests.swift",
        "Attributes/Sizes Tests.swift",
        "Attributes/Span Tests.swift",
        "Attributes/Src Tests.swift",
        "Attributes/SrcLang Tests.swift",
        "Attributes/Start Tests.swift",
        "Attributes/Step Tests.swift",
        "Attributes/StringAttribute Tests.swift",
        "Attributes/Target Tests.swift",
        "Attributes/Usemap Tests.swift",
        "Attributes/Value Tests.swift",
        "Attributes/Width Tests.swift"
      ],
      "target_dependencies" : [
        "HTMLAttributeTypes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTMLAttributeTypes",
      "module_type" : "SwiftTarget",
      "name" : "HTMLAttributeTypes",
      "path" : "Sources/HTMLAttributeTypes",
      "product_memberships" : [
        "HTMLTypes",
        "HTMLTypesFoundation",
        "HTMLAttributeTypes",
        "HTMLAttributeTypesFoundation",
        "HTMLElementTypes",
        "HTMLElementTypesFoundation"
      ],
      "sources" : [
        "Attributes/Abbr.swift",
        "Attributes/Accept.swift",
        "Attributes/AcceptCharset.swift",
        "Attributes/Action.swift",
        "Attributes/Allow.swift",
        "Attributes/Allowfullscreen.swift",
        "Attributes/Alt.swift",
        "Attributes/As.swift",
        "Attributes/Async.swift",
        "Attributes/AttributionSrc.swift",
        "Attributes/Autocomplete.swift",
        "Attributes/Autoplay.swift",
        "Attributes/Behavior.swift",
        "Attributes/Blocking.swift",
        "Attributes/ButtonType.swift",
        "Attributes/Capture.swift",
        "Attributes/CharSet.swift",
        "Attributes/Checked.swift",
        "Attributes/Cite.swift",
        "Attributes/ColSpan.swift",
        "Attributes/Color.swift",
        "Attributes/Cols.swift",
        "Attributes/Compact.swift",
        "Attributes/Content.swift",
        "Attributes/Controls.swift",
        "Attributes/ControlsList.swift",
        "Attributes/Crossorigin.swift",
        "Attributes/DateTime.swift",
        "Attributes/Default.swift",
        "Attributes/Defer.swift",
        "Attributes/Direction.swift",
        "Attributes/Dirname.swift",
        "Attributes/DisablePictureInPicture.swift",
        "Attributes/DisableRemotePlayback.swift",
        "Attributes/Disabled.swift",
        "Attributes/Download.swift",
        "Attributes/Elementtiming.swift",
        "Attributes/Enctype.swift",
        "Attributes/Face.swift",
        "Attributes/Fetchpriority.swift",
        "Attributes/FontSize.swift",
        "Attributes/For.swift",
        "Attributes/Form.swift",
        "Attributes/FormAction.swift",
        "Attributes/FormEncType.swift",
        "Attributes/FormMethod.swift",
        "Attributes/FormNovalidate.swift",
        "Attributes/FormTarget.swift",
        "Attributes/FrameBorder.swift",
        "Attributes/Global/Autocapitalize.swift",
        "Attributes/Global/Autocorrect.swift",
        "Attributes/Global/Autofocus.swift",
        "Attributes/Global/Class.swift",
        "Attributes/Global/Contenteditable.swift",
        "Attributes/Global/DataAttribute.swift",
        "Attributes/Global/Dir.swift",
        "Attributes/Global/Draggable.swift",
        "Attributes/Global/Enterkeyhint.swift",
        "Attributes/Global/Exportparts.swift",
        "Attributes/Global/Hidden.swift",
        "Attributes/Global/Id.swift",
        "Attributes/Global/Inert.swift",
        "Attributes/Global/Inputmode.swift",
        "Attributes/Global/Is.swift",
        "Attributes/Global/Itemid.swift",
        "Attributes/Global/Itemprop.swift",
        "Attributes/Global/Itemref.swift",
        "Attributes/Global/Itemscope.swift",
        "Attributes/Global/Itemtype.swift",
        "Attributes/Global/Lang.swift",
        "Attributes/Global/Nonce.swift",
        "Attributes/Global/Part.swift",
        "Attributes/Global/Popover.swift",
        "Attributes/Global/Slot.swift",
        "Attributes/Global/Spellcheck.swift",
        "Attributes/Global/Style.swift",
        "Attributes/Global/Tabindex.swift",
        "Attributes/Global/Title.swift",
        "Attributes/Global/Translate.swift",
        "Attributes/Global/Virtualkeyboardpolicy.swift",
        "Attributes/Global/Writingsuggestions.swift",
        "Attributes/Headers.swift",
        "Attributes/Height.swift",
        "Attributes/High.swift",
        "Attributes/Href.swift",
        "Attributes/Hreflang.swift",
        "Attributes/HttpEquiv.swift",
        "Attributes/ImageSrcSet.swift",
        "Attributes/Imagesizes.swift",
        "Attributes/Integrity.swift",
        "Attributes/Ismap.swift",
        "Attributes/Kind.swift",
        "Attributes/Label.swift",
        "Attributes/LinkType.swift",
        "Attributes/List.swift",
        "Attributes/ListType.swift",
        "Attributes/Loading.swift",
        "Attributes/Loop.swift",
        "Attributes/Low.swift",
        "Attributes/MarginHeight.swift",
        "Attributes/MarginWidth.swift",
        "Attributes/Max.swift",
        "Attributes/Maxlength.swift",
        "Attributes/Media.swift",
        "Attributes/MetaName.swift",
        "Attributes/Method.swift",
        "Attributes/Min.swift",
        "Attributes/Minlength.swift",
        "Attributes/Multiple.swift",
        "Attributes/Muted.swift",
        "Attributes/Name.swift",
        "Attributes/NoResize.swift",
        "Attributes/Nomodule.swift",
        "Attributes/Novalidate.swift",
        "Attributes/ObjectData.swift",
        "Attributes/ObjectForm.swift",
        "Attributes/ObjectType.swift",
        "Attributes/Open.swift",
        "Attributes/Optimum.swift",
        "Attributes/Pattern.swift",
        "Attributes/Ping.swift",
        "Attributes/Placeholder.swift",
        "Attributes/Playsinline.swift",
        "Attributes/PopoverTarget.swift",
        "Attributes/PopoverTargetAction.swift",
        "Attributes/Poster.swift",
        "Attributes/Preload.swift",
        "Attributes/Readonly.swift",
        "Attributes/ReferrerPolicy.swift",
        "Attributes/Rel.swift",
        "Attributes/Required.swift",
        "Attributes/Reversed.swift",
        "Attributes/RowSpan.swift",
        "Attributes/Rows.swift",
        "Attributes/Scope.swift",
        "Attributes/ScriptType.swift",
        "Attributes/Scrolling.swift",
        "Attributes/Selected.swift",
        "Attributes/ShadowRootClonable.swift",
        "Attributes/ShadowRootDelegatesFocus.swift",
        "Attributes/ShadowRootMode.swift",
        "Attributes/Size.swift",
        "Attributes/Sizes.swift",
        "Attributes/SourceType.swift",
        "Attributes/Span.swift",
        "Attributes/Src.swift",
        "Attributes/SrcLang.swift",
        "Attributes/Start.swift",
        "Attributes/Step.swift",
        "Attributes/Target.swift",
        "Attributes/TextareaWrap.swift",
        "Attributes/Truespeed.swift",
        "Attributes/Usemap.swift",
        "Attributes/Value.swift",
        "Attributes/Width.swift",
        "Attributes/Xmlns.swift",
        "HTMLAttribute.swift",
        "HTMLBooleanAttribute.swift",
        "HTMLStringAttribute.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/148] Emitting module HTMLAttributeTypes
[9/167] Compiling HTMLAttributeTypes Writingsuggestions.swift
[10/167] Compiling HTMLAttributeTypes Headers.swift
[11/167] Compiling HTMLAttributeTypes Height.swift
[12/167] Compiling HTMLAttributeTypes High.swift
[13/167] Compiling HTMLAttributeTypes Href.swift
[14/167] Compiling HTMLAttributeTypes Hreflang.swift
[15/167] Compiling HTMLAttributeTypes HttpEquiv.swift
[16/167] Compiling HTMLAttributeTypes ImageSrcSet.swift
[17/167] Compiling HTMLAttributeTypes Imagesizes.swift
[18/167] Compiling HTMLAttributeTypes Integrity.swift
[19/167] Compiling HTMLAttributeTypes Ismap.swift
[20/167] Compiling HTMLAttributeTypes Kind.swift
[21/167] Compiling HTMLAttributeTypes Label.swift
[22/167] Compiling HTMLAttributeTypes LinkType.swift
[23/167] Compiling HTMLAttributeTypes List.swift
[24/167] Compiling HTMLAttributeTypes ListType.swift
[25/167] Compiling HTMLAttributeTypes Loading.swift
[26/167] Compiling HTMLAttributeTypes Loop.swift
[27/167] Compiling HTMLAttributeTypes Low.swift
[28/167] Compiling HTMLAttributeTypes MarginHeight.swift
[29/167] Compiling HTMLAttributeTypes MarginWidth.swift
[30/167] Compiling HTMLAttributeTypes Max.swift
[31/167] Compiling HTMLAttributeTypes Maxlength.swift
[32/167] Compiling HTMLAttributeTypes Media.swift
[33/167] Compiling HTMLAttributeTypes MetaName.swift
[34/167] Compiling HTMLAttributeTypes Method.swift
[35/167] Compiling HTMLAttributeTypes Min.swift
[36/167] Compiling HTMLAttributeTypes Minlength.swift
[37/167] Compiling HTMLAttributeTypes Multiple.swift
[38/167] Compiling HTMLAttributeTypes Muted.swift
[39/167] Compiling HTMLAttributeTypes Name.swift
[40/167] Compiling HTMLAttributeTypes NoResize.swift
[41/167] Compiling HTMLAttributeTypes Nomodule.swift
[42/167] Compiling HTMLAttributeTypes Novalidate.swift
[43/167] Compiling HTMLAttributeTypes ObjectData.swift
[44/167] Compiling HTMLAttributeTypes ObjectForm.swift
[45/167] Compiling HTMLAttributeTypes ObjectType.swift
[46/167] Compiling HTMLAttributeTypes Open.swift
[47/167] Compiling HTMLAttributeTypes Optimum.swift
[48/167] Compiling HTMLAttributeTypes Pattern.swift
[49/167] Compiling HTMLAttributeTypes Abbr.swift
[50/167] Compiling HTMLAttributeTypes Accept.swift
[51/167] Compiling HTMLAttributeTypes AcceptCharset.swift
[52/167] Compiling HTMLAttributeTypes Action.swift
[53/167] Compiling HTMLAttributeTypes Allow.swift
[54/167] Compiling HTMLAttributeTypes Allowfullscreen.swift
[55/167] Compiling HTMLAttributeTypes Alt.swift
[56/167] Compiling HTMLAttributeTypes As.swift
[57/167] Compiling HTMLAttributeTypes Async.swift
[58/167] Compiling HTMLAttributeTypes AttributionSrc.swift
[59/167] Compiling HTMLAttributeTypes Autocomplete.swift
[60/167] Compiling HTMLAttributeTypes Autoplay.swift
[61/167] Compiling HTMLAttributeTypes Behavior.swift
[62/167] Compiling HTMLAttributeTypes Blocking.swift
[63/167] Compiling HTMLAttributeTypes ButtonType.swift
[64/167] Compiling HTMLAttributeTypes Capture.swift
[65/167] Compiling HTMLAttributeTypes CharSet.swift
[66/167] Compiling HTMLAttributeTypes Checked.swift
[67/167] Compiling HTMLAttributeTypes Cite.swift
[68/167] Compiling HTMLAttributeTypes ColSpan.swift
[69/167] Compiling HTMLAttributeTypes Id.swift
[70/167] Compiling HTMLAttributeTypes Inert.swift
[71/167] Compiling HTMLAttributeTypes Inputmode.swift
[72/167] Compiling HTMLAttributeTypes Is.swift
[73/167] Compiling HTMLAttributeTypes Itemid.swift
[74/167] Compiling HTMLAttributeTypes Itemprop.swift
[75/167] Compiling HTMLAttributeTypes Itemref.swift
[76/167] Compiling HTMLAttributeTypes Itemscope.swift
[77/167] Compiling HTMLAttributeTypes Itemtype.swift
[78/167] Compiling HTMLAttributeTypes Lang.swift
[79/167] Compiling HTMLAttributeTypes Nonce.swift
[80/167] Compiling HTMLAttributeTypes Part.swift
[81/167] Compiling HTMLAttributeTypes Popover.swift
[82/167] Compiling HTMLAttributeTypes Slot.swift
[83/167] Compiling HTMLAttributeTypes Spellcheck.swift
[84/167] Compiling HTMLAttributeTypes Style.swift
[85/167] Compiling HTMLAttributeTypes Tabindex.swift
[86/167] Compiling HTMLAttributeTypes Title.swift
[87/167] Compiling HTMLAttributeTypes Translate.swift
[88/167] Compiling HTMLAttributeTypes Virtualkeyboardpolicy.swift
[89/167] Compiling HTMLAttributeTypes ShadowRootMode.swift
[90/167] Compiling HTMLAttributeTypes Size.swift
[91/167] Compiling HTMLAttributeTypes Sizes.swift
[92/167] Compiling HTMLAttributeTypes SourceType.swift
[93/167] Compiling HTMLAttributeTypes Span.swift
[94/167] Compiling HTMLAttributeTypes Src.swift
[95/167] Compiling HTMLAttributeTypes SrcLang.swift
[96/167] Compiling HTMLAttributeTypes Start.swift
[97/167] Compiling HTMLAttributeTypes Step.swift
[98/167] Compiling HTMLAttributeTypes Target.swift
[99/167] Compiling HTMLAttributeTypes TextareaWrap.swift
[100/167] Compiling HTMLAttributeTypes Truespeed.swift
[101/167] Compiling HTMLAttributeTypes Usemap.swift
[102/167] Compiling HTMLAttributeTypes Value.swift
[103/167] Compiling HTMLAttributeTypes Width.swift
[104/167] Compiling HTMLAttributeTypes Xmlns.swift
[105/167] Compiling HTMLAttributeTypes HTMLAttribute.swift
[106/167] Compiling HTMLAttributeTypes HTMLBooleanAttribute.swift
[107/167] Compiling HTMLAttributeTypes HTMLStringAttribute.swift
[108/167] Compiling HTMLAttributeTypes Color.swift
[109/167] Compiling HTMLAttributeTypes Cols.swift
[110/167] Compiling HTMLAttributeTypes Compact.swift
[111/167] Compiling HTMLAttributeTypes Content.swift
[112/167] Compiling HTMLAttributeTypes Controls.swift
[113/167] Compiling HTMLAttributeTypes ControlsList.swift
[114/167] Compiling HTMLAttributeTypes Crossorigin.swift
[115/167] Compiling HTMLAttributeTypes DateTime.swift
[116/167] Compiling HTMLAttributeTypes Default.swift
[117/167] Compiling HTMLAttributeTypes Defer.swift
[118/167] Compiling HTMLAttributeTypes Direction.swift
[119/167] Compiling HTMLAttributeTypes Dirname.swift
[120/167] Compiling HTMLAttributeTypes DisablePictureInPicture.swift
[121/167] Compiling HTMLAttributeTypes DisableRemotePlayback.swift
[122/167] Compiling HTMLAttributeTypes Disabled.swift
[123/167] Compiling HTMLAttributeTypes Download.swift
[124/167] Compiling HTMLAttributeTypes Elementtiming.swift
[125/167] Compiling HTMLAttributeTypes Enctype.swift
[126/167] Compiling HTMLAttributeTypes Face.swift
[127/167] Compiling HTMLAttributeTypes Fetchpriority.swift
[128/167] Compiling HTMLAttributeTypes FontSize.swift
[129/167] Compiling HTMLAttributeTypes For.swift
[130/167] Compiling HTMLAttributeTypes Form.swift
[131/167] Compiling HTMLAttributeTypes FormAction.swift
[132/167] Compiling HTMLAttributeTypes FormEncType.swift
[133/167] Compiling HTMLAttributeTypes FormMethod.swift
[134/167] Compiling HTMLAttributeTypes FormNovalidate.swift
[135/167] Compiling HTMLAttributeTypes FormTarget.swift
[136/167] Compiling HTMLAttributeTypes FrameBorder.swift
[137/167] Compiling HTMLAttributeTypes Autocapitalize.swift
[138/167] Compiling HTMLAttributeTypes Autocorrect.swift
[139/167] Compiling HTMLAttributeTypes Autofocus.swift
[140/167] Compiling HTMLAttributeTypes Class.swift
[141/167] Compiling HTMLAttributeTypes Contenteditable.swift
[142/167] Compiling HTMLAttributeTypes DataAttribute.swift
[143/167] Compiling HTMLAttributeTypes Dir.swift
[144/167] Compiling HTMLAttributeTypes Draggable.swift
[145/167] Compiling HTMLAttributeTypes Enterkeyhint.swift
[146/167] Compiling HTMLAttributeTypes Exportparts.swift
[147/167] Compiling HTMLAttributeTypes Hidden.swift
[148/167] Compiling HTMLAttributeTypes Ping.swift
[149/167] Compiling HTMLAttributeTypes Placeholder.swift
[150/167] Compiling HTMLAttributeTypes Playsinline.swift
[151/167] Compiling HTMLAttributeTypes PopoverTarget.swift
[152/167] Compiling HTMLAttributeTypes PopoverTargetAction.swift
[153/167] Compiling HTMLAttributeTypes Poster.swift
[154/167] Compiling HTMLAttributeTypes Preload.swift
[155/167] Compiling HTMLAttributeTypes Readonly.swift
[156/167] Compiling HTMLAttributeTypes ReferrerPolicy.swift
[157/167] Compiling HTMLAttributeTypes Rel.swift
[158/167] Compiling HTMLAttributeTypes Required.swift
[159/167] Compiling HTMLAttributeTypes Reversed.swift
[160/167] Compiling HTMLAttributeTypes RowSpan.swift
[161/167] Compiling HTMLAttributeTypes Rows.swift
[162/167] Compiling HTMLAttributeTypes Scope.swift
[163/167] Compiling HTMLAttributeTypes ScriptType.swift
[164/167] Compiling HTMLAttributeTypes Scrolling.swift
[165/167] Compiling HTMLAttributeTypes Selected.swift
[166/167] Compiling HTMLAttributeTypes ShadowRootClonable.swift
[167/167] Compiling HTMLAttributeTypes ShadowRootDelegatesFocus.swift
[169/426] Compiling HTMLElementTypes <option> Option.swift
[170/426] Compiling HTMLElementTypes <output> Output.swift
[171/426] Compiling HTMLElementTypes <p> Paragraph.swift
[172/426] Compiling HTMLElementTypes <param> Object Parameter.swift
[173/426] Compiling HTMLElementTypes <picture> Picture.swift
[174/426] Compiling HTMLElementTypes <plaintext> Plain Text.swift
[175/426] Compiling HTMLElementTypes <pre> Preformatted Text.swift
[176/426] Compiling HTMLElementTypes <progress> Progress Indicator.swift
[177/426] Compiling HTMLElementTypes <q> Inline Quotation.swift
[178/426] Compiling HTMLElementTypes <rb> Ruby Base.swift
[179/426] Compiling HTMLElementTypes <rp> Ruby Fallback Parenthesis.swift
[180/426] Compiling HTMLElementTypes <rt> Ruby Text.swift
[181/426] Compiling HTMLElementTypes <rtc> Ruby Text Container.swift
[182/426] Compiling HTMLElementTypes <ruby> Ruby Annotation.swift
[183/426] Compiling HTMLElementTypes <s> Strikethrough.swift
[184/426] Compiling HTMLElementTypes <samp> Sample Output.swift
[185/426] Compiling HTMLElementTypes <script> Script.swift
[186/426] Compiling HTMLElementTypes <search> Search.swift
[187/426] Compiling HTMLElementTypes <section> Generic Section.swift
[188/426] Compiling HTMLElementTypes <thead> Table Head.swift
[189/426] Compiling HTMLElementTypes <time> (Date) Time.swift
[190/426] Compiling HTMLElementTypes <title> Document Title.swift
[191/426] Compiling HTMLElementTypes <tr> Table Row.swift
[192/426] Compiling HTMLElementTypes <track> Embed Text Track.swift
[193/426] Compiling HTMLElementTypes <tt> Teletype Text.swift
[194/426] Compiling HTMLElementTypes <u> Unarticulated Annotation (Underline).swift
[195/426] Compiling HTMLElementTypes <ul> Unordered List.swift
[196/426] Compiling HTMLElementTypes <var> Variable.swift
[197/426] Compiling HTMLElementTypes <video> Video Embed.swift
[198/426] Compiling HTMLElementTypes <wbr> Line Break Opportunity.swift
[199/426] Compiling HTMLElementTypes <xmp> xmp.swift
[200/426] Compiling HTMLElementTypes Input.Button.swift
[201/426] Compiling HTMLElementTypes Input.Checkbox.swift
[202/426] Compiling HTMLElementTypes Input.Color.swift
[203/426] Compiling HTMLElementTypes Input.Date.swift
[204/426] Compiling HTMLElementTypes Input.DatetimeLocal.swift
[205/426] Compiling HTMLElementTypes Input.Email.swift
[206/444] Compiling HTMLElementTypes <select> Selected Option Display.swift
[207/444] Compiling HTMLElementTypes <slot> Web Component Slot.swift
[208/444] Compiling HTMLElementTypes <small> Side Comment.swift
[209/444] Compiling HTMLElementTypes <source> Media or Image Source.swift
[210/444] Compiling HTMLElementTypes <span> Content Span.swift
[211/444] Compiling HTMLElementTypes <strike> Strike.swift
[212/444] Compiling HTMLElementTypes <strong> Strong Importance.swift
[213/444] Compiling HTMLElementTypes <style> Style Information.swift
[214/444] Compiling HTMLElementTypes <sub> Subscript.swift
[215/444] Compiling HTMLElementTypes <summary> Disclosure Summary.swift
[216/444] Compiling HTMLElementTypes <sup> Superscript.swift
[217/444] Compiling HTMLElementTypes <table> Table.swift
[218/444] Compiling HTMLElementTypes <tbody> Table Body.swift
[219/444] Compiling HTMLElementTypes <td> Table Data Cell.swift
[220/444] Compiling HTMLElementTypes <template> Content Template.swift
[221/444] Compiling HTMLElementTypes <textarea> Textarea.swift
[222/444] Compiling HTMLElementTypes <tfoot> Table Foot.swift
[223/444] Compiling HTMLElementTypes <th> Table Header.swift
[224/444] Emitting module HTMLElementTypes
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:40:44: warning: 'Compact' is deprecated
38 |
39 |     /// Boolean attribute that hints the list should be rendered in a compact style
40 |     public var compact: HTMLAttributeTypes.Compact?
   |                                            `- warning: 'Compact' is deprecated
41 |
42 |     /// Creates a new Directory element with the specified attributes.
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:47:37: warning: 'Compact' is deprecated
45 |     ///   - compact: Boolean attribute that hints the list should be rendered in a compact style
46 |     public init(
47 |         compact: HTMLAttributeTypes.Compact? = nil
   |                                     `- warning: 'Compact' is deprecated
48 |     ) {
49 |         self.compact = compact
[225/444] Compiling HTMLElementTypes <label> Label.swift
[226/444] Compiling HTMLElementTypes <legend> Field Set Legend.swift
[227/444] Compiling HTMLElementTypes <li> List Item.swift
[228/444] Compiling HTMLElementTypes <link> External Resource Link.swift
[229/444] Compiling HTMLElementTypes <main> Main.swift
[230/444] Compiling HTMLElementTypes <map> Image Map.swift
[231/444] Compiling HTMLElementTypes <mark> Mark Text.swift
[232/444] Compiling HTMLElementTypes <marquee> Marquee.swift
[233/444] Compiling HTMLElementTypes <menu> Menu.swift
[234/444] Compiling HTMLElementTypes <meta> Metadata.swift
[235/444] Compiling HTMLElementTypes <meter> Meter.swift
[236/444] Compiling HTMLElementTypes <nav> Navigation Section.swift
[237/444] Compiling HTMLElementTypes <nobr> Non-Breaking Text.swift
[238/444] Compiling HTMLElementTypes <noembed> Embed Fallback.swift
[239/444] Compiling HTMLElementTypes <noframes> Frame Fallback.swift
[240/444] Compiling HTMLElementTypes <noscript> Noscript.swift
[241/444] Compiling HTMLElementTypes <object> External Object.swift
[242/444] Compiling HTMLElementTypes <ol> Ordered List.swift
[243/444] Compiling HTMLElementTypes <optgroup> Option Group.swift
[244/444] Compiling HTMLElementTypes <figcaption> Figure Caption.swift
[245/444] Compiling HTMLElementTypes <figure> Figure with Optional Caption.swift
[246/444] Compiling HTMLElementTypes <font> Font.swift
[247/444] Compiling HTMLElementTypes <footer> Footer.swift
[248/444] Compiling HTMLElementTypes <form> Form.swift
[249/444] Compiling HTMLElementTypes <frame> Frame.swift
[250/444] Compiling HTMLElementTypes <frameset> Frameset.swift
[251/444] Compiling HTMLElementTypes <h1-h6> HTML Section Heading.swift
[252/444] Compiling HTMLElementTypes <head> Document Metadata (Header).swift
[253/444] Compiling HTMLElementTypes <header> Header.swift
[254/444] Compiling HTMLElementTypes <hgroup> Heading Group.swift
[255/444] Compiling HTMLElementTypes <hr> Thematic Break (Horizontal Rule).swift
[256/444] Compiling HTMLElementTypes <html> HTML Document Root element.swift
[257/444] Compiling HTMLElementTypes <i> Idiomatic Text.swift
[258/444] Compiling HTMLElementTypes <iframe> Inline Frame.swift
[259/444] Compiling HTMLElementTypes <img> Image Embed.swift
[260/444] Compiling HTMLElementTypes <input> Input.swift
[261/444] Compiling HTMLElementTypes <ins> Inserted Text.swift
[262/444] Compiling HTMLElementTypes <kbd> Keyboard Input.swift
[263/444] Compiling HTMLElementTypes <cite> Citation.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:40:44: warning: 'Compact' is deprecated
38 |
39 |     /// Boolean attribute that hints the list should be rendered in a compact style
40 |     public var compact: HTMLAttributeTypes.Compact?
   |                                            `- warning: 'Compact' is deprecated
41 |
42 |     /// Creates a new Directory element with the specified attributes.
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:47:37: warning: 'Compact' is deprecated
45 |     ///   - compact: Boolean attribute that hints the list should be rendered in a compact style
46 |     public init(
47 |         compact: HTMLAttributeTypes.Compact? = nil
   |                                     `- warning: 'Compact' is deprecated
48 |     ) {
49 |         self.compact = compact
[264/444] Compiling HTMLElementTypes <code> Inline Code.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:40:44: warning: 'Compact' is deprecated
38 |
39 |     /// Boolean attribute that hints the list should be rendered in a compact style
40 |     public var compact: HTMLAttributeTypes.Compact?
   |                                            `- warning: 'Compact' is deprecated
41 |
42 |     /// Creates a new Directory element with the specified attributes.
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:47:37: warning: 'Compact' is deprecated
45 |     ///   - compact: Boolean attribute that hints the list should be rendered in a compact style
46 |     public init(
47 |         compact: HTMLAttributeTypes.Compact? = nil
   |                                     `- warning: 'Compact' is deprecated
48 |     ) {
49 |         self.compact = compact
[265/444] Compiling HTMLElementTypes <col> Table Column.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:40:44: warning: 'Compact' is deprecated
38 |
39 |     /// Boolean attribute that hints the list should be rendered in a compact style
40 |     public var compact: HTMLAttributeTypes.Compact?
   |                                            `- warning: 'Compact' is deprecated
41 |
42 |     /// Creates a new Directory element with the specified attributes.
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:47:37: warning: 'Compact' is deprecated
45 |     ///   - compact: Boolean attribute that hints the list should be rendered in a compact style
46 |     public init(
47 |         compact: HTMLAttributeTypes.Compact? = nil
   |                                     `- warning: 'Compact' is deprecated
48 |     ) {
49 |         self.compact = compact
[266/444] Compiling HTMLElementTypes <colgroup> Table Column Group.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:40:44: warning: 'Compact' is deprecated
38 |
39 |     /// Boolean attribute that hints the list should be rendered in a compact style
40 |     public var compact: HTMLAttributeTypes.Compact?
   |                                            `- warning: 'Compact' is deprecated
41 |
42 |     /// Creates a new Directory element with the specified attributes.
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:47:37: warning: 'Compact' is deprecated
45 |     ///   - compact: Boolean attribute that hints the list should be rendered in a compact style
46 |     public init(
47 |         compact: HTMLAttributeTypes.Compact? = nil
   |                                     `- warning: 'Compact' is deprecated
48 |     ) {
49 |         self.compact = compact
[267/444] Compiling HTMLElementTypes <data> Data.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:40:44: warning: 'Compact' is deprecated
38 |
39 |     /// Boolean attribute that hints the list should be rendered in a compact style
40 |     public var compact: HTMLAttributeTypes.Compact?
   |                                            `- warning: 'Compact' is deprecated
41 |
42 |     /// Creates a new Directory element with the specified attributes.
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:47:37: warning: 'Compact' is deprecated
45 |     ///   - compact: Boolean attribute that hints the list should be rendered in a compact style
46 |     public init(
47 |         compact: HTMLAttributeTypes.Compact? = nil
   |                                     `- warning: 'Compact' is deprecated
48 |     ) {
49 |         self.compact = compact
[268/444] Compiling HTMLElementTypes <datalist> HTML Data List.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:40:44: warning: 'Compact' is deprecated
38 |
39 |     /// Boolean attribute that hints the list should be rendered in a compact style
40 |     public var compact: HTMLAttributeTypes.Compact?
   |                                            `- warning: 'Compact' is deprecated
41 |
42 |     /// Creates a new Directory element with the specified attributes.
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:47:37: warning: 'Compact' is deprecated
45 |     ///   - compact: Boolean attribute that hints the list should be rendered in a compact style
46 |     public init(
47 |         compact: HTMLAttributeTypes.Compact? = nil
   |                                     `- warning: 'Compact' is deprecated
48 |     ) {
49 |         self.compact = compact
[269/444] Compiling HTMLElementTypes <dd> Description Details.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:40:44: warning: 'Compact' is deprecated
38 |
39 |     /// Boolean attribute that hints the list should be rendered in a compact style
40 |     public var compact: HTMLAttributeTypes.Compact?
   |                                            `- warning: 'Compact' is deprecated
41 |
42 |     /// Creates a new Directory element with the specified attributes.
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:47:37: warning: 'Compact' is deprecated
45 |     ///   - compact: Boolean attribute that hints the list should be rendered in a compact style
46 |     public init(
47 |         compact: HTMLAttributeTypes.Compact? = nil
   |                                     `- warning: 'Compact' is deprecated
48 |     ) {
49 |         self.compact = compact
[270/444] Compiling HTMLElementTypes <del> Deleted Text.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:40:44: warning: 'Compact' is deprecated
38 |
39 |     /// Boolean attribute that hints the list should be rendered in a compact style
40 |     public var compact: HTMLAttributeTypes.Compact?
   |                                            `- warning: 'Compact' is deprecated
41 |
42 |     /// Creates a new Directory element with the specified attributes.
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:47:37: warning: 'Compact' is deprecated
45 |     ///   - compact: Boolean attribute that hints the list should be rendered in a compact style
46 |     public init(
47 |         compact: HTMLAttributeTypes.Compact? = nil
   |                                     `- warning: 'Compact' is deprecated
48 |     ) {
49 |         self.compact = compact
[271/444] Compiling HTMLElementTypes <details> Details disclosure.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:40:44: warning: 'Compact' is deprecated
38 |
39 |     /// Boolean attribute that hints the list should be rendered in a compact style
40 |     public var compact: HTMLAttributeTypes.Compact?
   |                                            `- warning: 'Compact' is deprecated
41 |
42 |     /// Creates a new Directory element with the specified attributes.
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:47:37: warning: 'Compact' is deprecated
45 |     ///   - compact: Boolean attribute that hints the list should be rendered in a compact style
46 |     public init(
47 |         compact: HTMLAttributeTypes.Compact? = nil
   |                                     `- warning: 'Compact' is deprecated
48 |     ) {
49 |         self.compact = compact
[272/444] Compiling HTMLElementTypes <dfn> Definition.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:40:44: warning: 'Compact' is deprecated
38 |
39 |     /// Boolean attribute that hints the list should be rendered in a compact style
40 |     public var compact: HTMLAttributeTypes.Compact?
   |                                            `- warning: 'Compact' is deprecated
41 |
42 |     /// Creates a new Directory element with the specified attributes.
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:47:37: warning: 'Compact' is deprecated
45 |     ///   - compact: Boolean attribute that hints the list should be rendered in a compact style
46 |     public init(
47 |         compact: HTMLAttributeTypes.Compact? = nil
   |                                     `- warning: 'Compact' is deprecated
48 |     ) {
49 |         self.compact = compact
[273/444] Compiling HTMLElementTypes <dialog> Dialog.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:40:44: warning: 'Compact' is deprecated
38 |
39 |     /// Boolean attribute that hints the list should be rendered in a compact style
40 |     public var compact: HTMLAttributeTypes.Compact?
   |                                            `- warning: 'Compact' is deprecated
41 |
42 |     /// Creates a new Directory element with the specified attributes.
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:47:37: warning: 'Compact' is deprecated
45 |     ///   - compact: Boolean attribute that hints the list should be rendered in a compact style
46 |     public init(
47 |         compact: HTMLAttributeTypes.Compact? = nil
   |                                     `- warning: 'Compact' is deprecated
48 |     ) {
49 |         self.compact = compact
[274/444] Compiling HTMLElementTypes <dir> Directory.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:40:44: warning: 'Compact' is deprecated
38 |
39 |     /// Boolean attribute that hints the list should be rendered in a compact style
40 |     public var compact: HTMLAttributeTypes.Compact?
   |                                            `- warning: 'Compact' is deprecated
41 |
42 |     /// Creates a new Directory element with the specified attributes.
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:47:37: warning: 'Compact' is deprecated
45 |     ///   - compact: Boolean attribute that hints the list should be rendered in a compact style
46 |     public init(
47 |         compact: HTMLAttributeTypes.Compact? = nil
   |                                     `- warning: 'Compact' is deprecated
48 |     ) {
49 |         self.compact = compact
[275/444] Compiling HTMLElementTypes <div> Content Division.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:40:44: warning: 'Compact' is deprecated
38 |
39 |     /// Boolean attribute that hints the list should be rendered in a compact style
40 |     public var compact: HTMLAttributeTypes.Compact?
   |                                            `- warning: 'Compact' is deprecated
41 |
42 |     /// Creates a new Directory element with the specified attributes.
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:47:37: warning: 'Compact' is deprecated
45 |     ///   - compact: Boolean attribute that hints the list should be rendered in a compact style
46 |     public init(
47 |         compact: HTMLAttributeTypes.Compact? = nil
   |                                     `- warning: 'Compact' is deprecated
48 |     ) {
49 |         self.compact = compact
[276/444] Compiling HTMLElementTypes <dl> Description List.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:40:44: warning: 'Compact' is deprecated
38 |
39 |     /// Boolean attribute that hints the list should be rendered in a compact style
40 |     public var compact: HTMLAttributeTypes.Compact?
   |                                            `- warning: 'Compact' is deprecated
41 |
42 |     /// Creates a new Directory element with the specified attributes.
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:47:37: warning: 'Compact' is deprecated
45 |     ///   - compact: Boolean attribute that hints the list should be rendered in a compact style
46 |     public init(
47 |         compact: HTMLAttributeTypes.Compact? = nil
   |                                     `- warning: 'Compact' is deprecated
48 |     ) {
49 |         self.compact = compact
[277/444] Compiling HTMLElementTypes <dt> Description Term.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:40:44: warning: 'Compact' is deprecated
38 |
39 |     /// Boolean attribute that hints the list should be rendered in a compact style
40 |     public var compact: HTMLAttributeTypes.Compact?
   |                                            `- warning: 'Compact' is deprecated
41 |
42 |     /// Creates a new Directory element with the specified attributes.
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:47:37: warning: 'Compact' is deprecated
45 |     ///   - compact: Boolean attribute that hints the list should be rendered in a compact style
46 |     public init(
47 |         compact: HTMLAttributeTypes.Compact? = nil
   |                                     `- warning: 'Compact' is deprecated
48 |     ) {
49 |         self.compact = compact
[278/444] Compiling HTMLElementTypes <em> Emphasis.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:40:44: warning: 'Compact' is deprecated
38 |
39 |     /// Boolean attribute that hints the list should be rendered in a compact style
40 |     public var compact: HTMLAttributeTypes.Compact?
   |                                            `- warning: 'Compact' is deprecated
41 |
42 |     /// Creates a new Directory element with the specified attributes.
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:47:37: warning: 'Compact' is deprecated
45 |     ///   - compact: Boolean attribute that hints the list should be rendered in a compact style
46 |     public init(
47 |         compact: HTMLAttributeTypes.Compact? = nil
   |                                     `- warning: 'Compact' is deprecated
48 |     ) {
49 |         self.compact = compact
[279/444] Compiling HTMLElementTypes <embed> Embed External Content.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:40:44: warning: 'Compact' is deprecated
38 |
39 |     /// Boolean attribute that hints the list should be rendered in a compact style
40 |     public var compact: HTMLAttributeTypes.Compact?
   |                                            `- warning: 'Compact' is deprecated
41 |
42 |     /// Creates a new Directory element with the specified attributes.
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:47:37: warning: 'Compact' is deprecated
45 |     ///   - compact: Boolean attribute that hints the list should be rendered in a compact style
46 |     public init(
47 |         compact: HTMLAttributeTypes.Compact? = nil
   |                                     `- warning: 'Compact' is deprecated
48 |     ) {
49 |         self.compact = compact
[280/444] Compiling HTMLElementTypes <fencedframe> Fenced Frame.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:40:44: warning: 'Compact' is deprecated
38 |
39 |     /// Boolean attribute that hints the list should be rendered in a compact style
40 |     public var compact: HTMLAttributeTypes.Compact?
   |                                            `- warning: 'Compact' is deprecated
41 |
42 |     /// Creates a new Directory element with the specified attributes.
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:47:37: warning: 'Compact' is deprecated
45 |     ///   - compact: Boolean attribute that hints the list should be rendered in a compact style
46 |     public init(
47 |         compact: HTMLAttributeTypes.Compact? = nil
   |                                     `- warning: 'Compact' is deprecated
48 |     ) {
49 |         self.compact = compact
[281/444] Compiling HTMLElementTypes <fieldset> Field Set.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:40:44: warning: 'Compact' is deprecated
38 |
39 |     /// Boolean attribute that hints the list should be rendered in a compact style
40 |     public var compact: HTMLAttributeTypes.Compact?
   |                                            `- warning: 'Compact' is deprecated
41 |
42 |     /// Creates a new Directory element with the specified attributes.
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/<dir> Directory.swift:47:37: warning: 'Compact' is deprecated
45 |     ///   - compact: Boolean attribute that hints the list should be rendered in a compact style
46 |     public init(
47 |         compact: HTMLAttributeTypes.Compact? = nil
   |                                     `- warning: 'Compact' is deprecated
48 |     ) {
49 |         self.compact = compact
[282/444] Compiling HTMLElementTypes <a> Anchor.swift
[283/444] Compiling HTMLElementTypes <abbr> Abbreviation.swift
[284/444] Compiling HTMLElementTypes <address> Contact Address.swift
[285/444] Compiling HTMLElementTypes <area> Image Map Area.swift
[286/444] Compiling HTMLElementTypes <article> Article Contents.swift
[287/444] Compiling HTMLElementTypes <aside> Aside.swift
[288/444] Compiling HTMLElementTypes <audio> Embed Audio.swift
[289/444] Compiling HTMLElementTypes <b> Bring Attention To.swift
[290/444] Compiling HTMLElementTypes <base> Document Base URL.swift
[291/444] Compiling HTMLElementTypes <bdi> Bidirectional Isolate.swift
[292/444] Compiling HTMLElementTypes <bdo> Bidirectional Text Override.swift
[293/444] Compiling HTMLElementTypes <big> Bigger Text.swift
[294/444] Compiling HTMLElementTypes <blockquote> Block Quotation.swift
[295/444] Compiling HTMLElementTypes <body> Document Body.swift
[296/444] Compiling HTMLElementTypes <br> Line Break.swift
[297/444] Compiling HTMLElementTypes <button> Button.swift
[298/444] Compiling HTMLElementTypes <canvas> Graphics Canvas.swift
[299/444] Compiling HTMLElementTypes <caption> Table Caption.swift
[300/444] Compiling HTMLElementTypes <center> Centered Text.swift
[301/444] Emitting module HTMLAttributeTypesFoundation
[302/461] Compiling HTMLAttributeTypesFoundation Start.swift
[303/461] Compiling HTMLAttributeTypesFoundation Step.swift
[304/461] Compiling HTMLAttributeTypesFoundation Target.swift
[305/461] Compiling HTMLAttributeTypesFoundation TextareaWrap.swift
[306/461] Compiling HTMLAttributeTypesFoundation Truespeed.swift
[307/461] Compiling HTMLAttributeTypesFoundation Usemap.swift
[308/461] Compiling HTMLAttributeTypesFoundation Value.swift
[309/461] Compiling HTMLAttributeTypesFoundation Width.swift
[310/461] Compiling HTMLAttributeTypesFoundation Xmlns.swift
[311/461] Compiling HTMLAttributeTypesFoundation String.format.swift
[312/461] Compiling HTMLAttributeTypesFoundation exports.swift
[313/461] Compiling HTMLElementTypes Input.Tel.swift
[314/461] Compiling HTMLElementTypes Input.Text.swift
[315/461] Compiling HTMLElementTypes Input.Time.swift
[316/461] Compiling HTMLElementTypes Input.Type.swift
[317/461] Compiling HTMLElementTypes Input.Url.swift
[318/461] Compiling HTMLElementTypes Input.Week.swift
[319/461] Compiling HTMLElementTypes HTMLElement.swift
[321/465] Compiling HTMLTypes exports.swift
[322/599] Emitting module HTMLElementTypesFoundation
[323/618] Compiling HTMLElementTypesFoundation <xmp> xmp.swift
[324/618] Compiling HTMLElementTypesFoundation Input.Button.swift
[325/618] Compiling HTMLElementTypesFoundation Input.Checkbox.swift
[326/618] Compiling HTMLElementTypesFoundation Input.Color.swift
[327/618] Compiling HTMLElementTypesFoundation Input.Date.swift
[328/618] Compiling HTMLElementTypesFoundation Input.DatetimeLocal.swift
[329/618] Compiling HTMLElementTypesFoundation Input.Email.swift
[330/618] Compiling HTMLElementTypesFoundation Input.File.swift
[331/618] Compiling HTMLElementTypesFoundation Input.Hidden.swift
[332/618] Compiling HTMLElementTypesFoundation Input.Image.swift
[333/618] Compiling HTMLElementTypesFoundation Input.Month.swift
[334/618] Compiling HTMLElementTypesFoundation Input.Number.swift
[335/618] Compiling HTMLElementTypesFoundation Input.Password.swift
[336/618] Compiling HTMLElementTypesFoundation Input.Radio.swift
[337/618] Compiling HTMLElementTypesFoundation Input.Range.swift
[338/618] Compiling HTMLElementTypesFoundation Input.Reset.swift
[339/618] Compiling HTMLElementTypesFoundation Input.Search.swift
[340/618] Compiling HTMLElementTypesFoundation <rt> Ruby Text.swift
[341/618] Compiling HTMLElementTypesFoundation <rtc> Ruby Text Container.swift
[342/618] Compiling HTMLElementTypesFoundation <ruby> Ruby Annotation.swift
[343/618] Compiling HTMLElementTypesFoundation <s> Strikethrough.swift
[344/618] Compiling HTMLElementTypesFoundation <samp> Sample Output.swift
[345/618] Compiling HTMLElementTypesFoundation <script> Script.swift
[346/618] Compiling HTMLElementTypesFoundation <search> Search.swift
[347/618] Compiling HTMLElementTypesFoundation <thead> Table Head.swift
[348/618] Compiling HTMLElementTypesFoundation <time> (Date) Time.swift
[349/618] Compiling HTMLElementTypesFoundation <title> Document Title.swift
[350/618] Compiling HTMLElementTypesFoundation <tr> Table Row.swift
[351/618] Compiling HTMLElementTypesFoundation <track> Embed Text Track.swift
[352/618] Compiling HTMLElementTypesFoundation <tt> Teletype Text.swift
[353/618] Compiling HTMLElementTypesFoundation <u> Unarticulated Annotation (Underline).swift
[354/618] Compiling HTMLElementTypesFoundation <ul> Unordered List.swift
[355/618] Compiling HTMLElementTypesFoundation <var> Variable.swift
[356/618] Compiling HTMLElementTypesFoundation <video> Video Embed.swift
[357/618] Compiling HTMLElementTypesFoundation <wbr> Line Break Opportunity.swift
[358/618] Compiling HTMLElementTypesFoundation <noembed> Embed Fallback.swift
[359/618] Compiling HTMLElementTypesFoundation <noframes> Frame Fallback.swift
[360/618] Compiling HTMLElementTypesFoundation <noscript> Noscript.swift
[361/618] Compiling HTMLElementTypesFoundation <object> External Object.swift
[362/618] Compiling HTMLElementTypesFoundation <ol> Ordered List.swift
[363/618] Compiling HTMLElementTypesFoundation <optgroup> Option Group.swift
[364/618] Compiling HTMLElementTypesFoundation <option> Option.swift
[365/618] Compiling HTMLElementTypesFoundation <output> Output.swift
[366/618] Compiling HTMLElementTypesFoundation <p> Paragraph.swift
[367/618] Compiling HTMLElementTypesFoundation <param> Object Parameter.swift
[368/618] Compiling HTMLElementTypesFoundation <picture> Picture.swift
[369/618] Compiling HTMLElementTypesFoundation <plaintext> Plain Text.swift
[370/618] Compiling HTMLElementTypesFoundation <pre> Preformatted Text.swift
[371/618] Compiling HTMLElementTypesFoundation <progress> Progress Indicator.swift
[372/618] Compiling HTMLElementTypesFoundation <q> Inline Quotation.swift
[373/618] Compiling HTMLElementTypesFoundation <rb> Ruby Base.swift
[374/618] Compiling HTMLElementTypesFoundation <rp> Ruby Fallback Parenthesis.swift
[375/618] Emitting module HTMLTypes
[376/618] Compiling HTMLTypes Input.Type.swift
[377/619] Compiling HTMLElementTypesFoundation <section> Generic Section.swift
[378/619] Compiling HTMLElementTypesFoundation <select> Selected Option Display.swift
[379/619] Compiling HTMLElementTypesFoundation <slot> Web Component Slot.swift
[380/619] Compiling HTMLElementTypesFoundation <small> Side Comment.swift
[381/619] Compiling HTMLElementTypesFoundation <source> Media or Image Source.swift
[382/619] Compiling HTMLElementTypesFoundation <span> Content Span.swift
[383/619] Compiling HTMLElementTypesFoundation <strike> Strike.swift
[384/619] Compiling HTMLElementTypesFoundation <strong> Strong Importance.swift
[385/619] Compiling HTMLElementTypesFoundation <style> Style Information.swift
[386/619] Compiling HTMLElementTypesFoundation <sub> Subscript.swift
[387/619] Compiling HTMLElementTypesFoundation <summary> Disclosure Summary.swift
[388/619] Compiling HTMLElementTypesFoundation <sup> Superscript.swift
[389/619] Compiling HTMLElementTypesFoundation <table> Table.swift
[390/619] Compiling HTMLElementTypesFoundation <tbody> Table Body.swift
[391/619] Compiling HTMLElementTypesFoundation <td> Table Data Cell.swift
[392/619] Compiling HTMLElementTypesFoundation <template> Content Template.swift
[393/619] Compiling HTMLElementTypesFoundation <textarea> Textarea.swift
[395/619] Compiling HTMLElementTypesFoundation <tfoot> Table Foot.swift
[397/619] Compiling HTMLElementTypesFoundation <th> Table Header.swift
[400/619] Compiling HTMLElementTypesFoundation <kbd> Keyboard Input.swift
[401/619] Compiling HTMLElementTypesFoundation <label> Label.swift
[402/619] Compiling HTMLElementTypesFoundation <legend> Field Set Legend.swift
[403/619] Compiling HTMLElementTypesFoundation <li> List Item.swift
[404/619] Compiling HTMLElementTypesFoundation <link> External Resource Link.swift
[405/619] Compiling HTMLElementTypesFoundation <main> Main.swift
[406/619] Compiling HTMLElementTypesFoundation <map> Image Map.swift
[407/619] Compiling HTMLElementTypesFoundation <mark> Mark Text.swift
[408/619] Compiling HTMLElementTypesFoundation <marquee> Marquee.swift
[409/619] Compiling HTMLElementTypesFoundation <menu> Menu.swift
[410/619] Compiling HTMLElementTypesFoundation <meta> Metadata.swift
[411/619] Compiling HTMLElementTypesFoundation <meter> Meter.swift
[412/619] Compiling HTMLElementTypesFoundation <nav> Navigation Section.swift
[413/619] Compiling HTMLElementTypesFoundation <nobr> Non-Breaking Text.swift
[414/619] Compiling HTMLElementTypesFoundation <fencedframe> Fenced Frame.swift
[415/619] Compiling HTMLElementTypesFoundation <fieldset> Field Set.swift
[416/619] Compiling HTMLElementTypesFoundation <figcaption> Figure Caption.swift
[417/619] Compiling HTMLElementTypesFoundation <figure> Figure with Optional Caption.swift
[418/619] Compiling HTMLElementTypesFoundation <font> Font.swift
[419/619] Compiling HTMLElementTypesFoundation <footer> Footer.swift
[420/619] Compiling HTMLElementTypesFoundation <form> Form.swift
[421/619] Compiling HTMLElementTypesFoundation <frame> Frame.swift
[422/619] Compiling HTMLElementTypesFoundation <frameset> Frameset.swift
[423/619] Compiling HTMLElementTypesFoundation <h1-h6> HTML Section Heading.swift
[424/619] Compiling HTMLElementTypesFoundation <head> Document Metadata (Header).swift
[425/619] Compiling HTMLElementTypesFoundation <header> Header.swift
[426/619] Compiling HTMLElementTypesFoundation <hgroup> Heading Group.swift
[427/619] Compiling HTMLElementTypesFoundation <hr> Thematic Break (Horizontal Rule).swift
[428/619] Compiling HTMLElementTypesFoundation <html> HTML Document Root element.swift
[429/619] Compiling HTMLElementTypesFoundation <i> Idiomatic Text.swift
[430/619] Compiling HTMLElementTypesFoundation <iframe> Inline Frame.swift
[431/619] Compiling HTMLElementTypesFoundation <img> Image Embed.swift
[432/619] Compiling HTMLElementTypesFoundation <img> Image.swift
[433/619] Compiling HTMLElementTypesFoundation <input> Input.swift
[434/619] Compiling HTMLElementTypesFoundation <ins> Inserted Text.swift
[479/619] Compiling HTMLElementTypesFoundation Input.Submit.swift
[480/619] Compiling HTMLElementTypesFoundation Input.Tel.swift
[481/619] Compiling HTMLElementTypesFoundation Input.Text.swift
[482/619] Compiling HTMLElementTypesFoundation Input.Time.swift
[483/619] Compiling HTMLElementTypesFoundation Input.Type.swift
[484/619] Compiling HTMLElementTypesFoundation Input.Url.swift
[485/619] Compiling HTMLElementTypesFoundation Input.Week.swift
[486/619] Compiling HTMLElementTypesFoundation xmp.swift
[487/619] Compiling HTMLElementTypesFoundation HTMLElement.swift
[488/619] Compiling HTMLElementTypesFoundation exports.swift
[508/619] Compiling HTMLElementTypesFoundation <cite> Citation.swift
[509/619] Compiling HTMLElementTypesFoundation <code> Inline Code.swift
[510/619] Compiling HTMLElementTypesFoundation <col> Table Column.swift
[511/619] Compiling HTMLElementTypesFoundation <colgroup> Table Column Group.swift
[512/619] Compiling HTMLElementTypesFoundation <data> Data.swift
[513/619] Compiling HTMLElementTypesFoundation <datalist> HTML Data List.swift
[514/619] Compiling HTMLElementTypesFoundation <dd> Description Details.swift
[515/619] Compiling HTMLElementTypesFoundation <del> Deleted Text.swift
[516/619] Compiling HTMLElementTypesFoundation <details> Details disclosure.swift
[517/619] Compiling HTMLElementTypesFoundation <dfn> Definition.swift
[518/619] Compiling HTMLElementTypesFoundation <dialog> Dialog.swift
[519/619] Compiling HTMLElementTypesFoundation <dir> Directory.swift
[520/619] Compiling HTMLElementTypesFoundation <div> Content Division.swift
[521/619] Compiling HTMLElementTypesFoundation <dl> Description List.swift
[522/619] Compiling HTMLElementTypesFoundation <dt> Description Term.swift
[523/619] Compiling HTMLElementTypesFoundation <em> Emphasis.swift
[524/619] Compiling HTMLElementTypesFoundation <embed> Embed External Content.swift
[527/619] Compiling HTMLElementTypesFoundation <a> Anchor.swift
[528/619] Compiling HTMLElementTypesFoundation <abbr> Abbreviation.swift
[529/619] Compiling HTMLElementTypesFoundation <address> Contact Address.swift
[530/619] Compiling HTMLElementTypesFoundation <area> Image Map Area.swift
[531/619] Compiling HTMLElementTypesFoundation <article> Article Contents.swift
[532/619] Compiling HTMLElementTypesFoundation <aside> Aside.swift
[533/619] Compiling HTMLElementTypesFoundation <audio> Embed Audio.swift
[534/619] Compiling HTMLElementTypesFoundation <b> Bring Attention To.swift
[535/619] Compiling HTMLElementTypesFoundation <base> Document Base URL.swift
[536/619] Compiling HTMLElementTypesFoundation <bdi> Bidirectional Isolate.swift
[537/619] Compiling HTMLElementTypesFoundation <bdo> Bidirectional Text Override.swift
[538/619] Compiling HTMLElementTypesFoundation <big> Bigger Text.swift
[539/619] Compiling HTMLElementTypesFoundation <blockquote> Block Quotation.swift
[540/619] Compiling HTMLElementTypesFoundation <body> Document Body.swift
[541/619] Compiling HTMLElementTypesFoundation <br> Line Break.swift
[542/619] Compiling HTMLElementTypesFoundation <button> Button.swift
[543/619] Compiling HTMLElementTypesFoundation <canvas> Graphics Canvas.swift
[544/619] Compiling HTMLElementTypesFoundation <caption> Table Caption.swift
[545/619] Compiling HTMLElementTypesFoundation <center> Centered Text.swift
[622/623] Emitting module HTMLTypesFoundation
[623/623] Compiling HTMLTypesFoundation exports.swift
Build complete! (45.30s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-html-types",
  "name" : "swift-html-types",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "HTMLTypes",
      "targets" : [
        "HTMLTypes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTMLTypesFoundation",
      "targets" : [
        "HTMLTypesFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTMLAttributeTypes",
      "targets" : [
        "HTMLAttributeTypes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTMLAttributeTypesFoundation",
      "targets" : [
        "HTMLAttributeTypesFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTMLElementTypes",
      "targets" : [
        "HTMLElementTypes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTMLElementTypesFoundation",
      "targets" : [
        "HTMLElementTypesFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "HTMLTypesFoundation_Tests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLTypesFoundation Tests",
      "path" : "Tests/HTMLTypesFoundation Tests",
      "sources" : [
        "HTMLTypesFoundation Tests.swift"
      ],
      "target_dependencies" : [
        "HTMLTypesFoundation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTMLTypesFoundation",
      "module_type" : "SwiftTarget",
      "name" : "HTMLTypesFoundation",
      "path" : "Sources/HTMLTypesFoundation",
      "product_memberships" : [
        "HTMLTypesFoundation"
      ],
      "sources" : [
        "exports.swift"
      ],
      "target_dependencies" : [
        "HTMLElementTypesFoundation",
        "HTMLAttributeTypesFoundation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTMLTypes",
      "module_type" : "SwiftTarget",
      "name" : "HTMLTypes",
      "path" : "Sources/HTMLTypes",
      "product_memberships" : [
        "HTMLTypes"
      ],
      "sources" : [
        "Conveniences/Input.Type.swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "HTMLAttributeTypes",
        "HTMLElementTypes"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTMLElementTypesFoundation_Tests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLElementTypesFoundation Tests",
      "path" : "Tests/HTMLElementTypesFoundation Tests",
      "sources" : [
        "Elements/<a> Anchor Tests.swift",
        "Elements/<abbr> Abbreviation Tests.swift",
        "Elements/<address> Contact Address Tests.swift",
        "Elements/<area> Image Map Area Tests.swift",
        "Elements/<article> Article Contents Tests.swift",
        "Elements/<aside> Aside Tests.swift",
        "Elements/<audio> Embed Audio Tests.swift",
        "Elements/<b> Bring Attention To Tests.swift",
        "Elements/<base> Document Base URL Tests.swift",
        "Elements/<bdi> Bidirectional Isolate Tests.swift",
        "Elements/<bdo> Bidirectional Text Override Tests.swift",
        "Elements/<big> Bigger Text Tests.swift",
        "Elements/<blockquote> Block Quotation Tests.swift",
        "Elements/<body> Document Body Tests.swift",
        "Elements/<br> Line Break Tests.swift",
        "Elements/<button> Button Tests.swift",
        "Elements/<canvas> Graphics Canvas Tests.swift",
        "Elements/<caption> Table Caption Tests.swift",
        "Elements/<center> Centered Text Tests.swift",
        "Elements/<cite> Citation Tests.swift",
        "Elements/<code> Inline Code Tests.swift",
        "Elements/<col> Table Column Tests.swift",
        "Elements/<colgroup> Table Column Group Tests.swift",
        "Elements/<data> Data Tests.swift",
        "Elements/<datalist> HTML Data List Tests.swift",
        "Elements/<dd> Description Details Tests.swift",
        "Elements/<del> Deleted Text Tests.swift",
        "Elements/<details> Details disclosure Tests.swift",
        "Elements/<dfn> Definition Tests.swift",
        "Elements/<dialog> Dialog Tests.swift",
        "Elements/<dir> Directory Tests.swift",
        "Elements/<div> Content Division Tests.swift",
        "Elements/<dl> Description List Tests.swift",
        "Elements/<dt> Description Term Tests.swift",
        "Elements/<em> Emphasis Tests.swift",
        "Elements/<embed> Embed External Content Tests.swift",
        "Elements/<fencedframe> Fenced Frame Tests.swift",
        "Elements/<fieldset> Field Set Tests.swift",
        "Elements/<figcaption> Figure Caption Tests.swift",
        "Elements/<figure> Figure with Optional Caption Tests.swift",
        "Elements/<font> Font Tests.swift",
        "Elements/<footer> Footer Tests.swift",
        "Elements/<form> Form Tests.swift",
        "Elements/<frame> Frame Tests.swift",
        "Elements/<frameset> Frameset Tests.swift",
        "Elements/<h1-h6> HTML Section Heading Tests.swift",
        "Elements/<head> Document Metadata (Header) Tests.swift",
        "Elements/<header> Header Tests.swift",
        "Elements/<hgroup> Heading Group Tests.swift",
        "Elements/<hr> Thematic Break (Horizontal Rule) Tests.swift",
        "Elements/<html> HTML Document Root element Tests.swift",
        "Elements/<i> Idiomatic Text Tests.swift",
        "Elements/<iframe> Inline Frame Tests.swift",
        "Elements/<img> Image Embed Tests.swift",
        "Elements/<img> Image Tests.swift",
        "Elements/<input> Input Tests.swift",
        "Elements/<ins> Inserted Text Tests.swift",
        "Elements/<kbd> Keyboard Input Tests.swift",
        "Elements/<label> Label Tests.swift",
        "Elements/<legend> Field Set Legend Tests.swift",
        "Elements/<li> List Item Tests.swift",
        "Elements/<link> External Resource Link Tests.swift",
        "Elements/<main> Main Tests.swift",
        "Elements/<map> Image Map Tests.swift",
        "Elements/<mark> Mark Text Tests.swift",
        "Elements/<marquee> Marquee Tests.swift",
        "Elements/<menu> Menu Tests.swift",
        "Elements/<meta> Metadata Tests.swift",
        "Elements/<meter> Meter Tests.swift",
        "Elements/<nav> Navigation Section Tests.swift",
        "Elements/<nobr> Non-Breaking Text Tests.swift",
        "Elements/<noembed> Embed Fallback Tests.swift",
        "Elements/<noframes> Frame Fallback Tests.swift",
        "Elements/<noscript> Noscript Tests.swift",
        "Elements/<object> External Object Tests.swift",
        "Elements/<ol> Ordered List Tests.swift",
        "Elements/<optgroup> Option Group Tests.swift",
        "Elements/<option> Option Tests.swift",
        "Elements/<output> Output Tests.swift",
        "Elements/<p> Paragraph Tests.swift",
        "Elements/<param> Object Parameter Tests.swift",
        "Elements/<picture> Picture Tests.swift",
        "Elements/<plaintext> Plain Text Tests.swift",
        "Elements/<pre> Preformatted Text Tests.swift",
        "Elements/<progress> Progress Indicator Tests.swift",
        "Elements/<q> Inline Quotation Tests.swift",
        "Elements/<rb> Ruby Base Tests.swift",
        "Elements/<rp> Ruby Fallback Parenthesis Tests.swift",
        "Elements/<rt> Ruby Text Tests.swift",
        "Elements/<rtc> Ruby Text Container Tests.swift",
        "Elements/<ruby> Ruby Annotation Tests.swift",
        "Elements/<s> Strikethrough Tests.swift",
        "Elements/<samp> Sample Output Tests.swift",
        "Elements/<script> Script Tests.swift",
        "Elements/<search> Search Tests.swift",
        "Elements/<section> Generic Section Tests.swift",
        "Elements/<select> Selected Option Display Tests.swift",
        "Elements/<slot> Web Component Slot Tests.swift",
        "Elements/<small> Side Comment Tests.swift",
        "Elements/<source> Media or Image Source Tests.swift",
        "Elements/<span> Content Span Tests.swift",
        "Elements/<strike> Strike Tests.swift",
        "Elements/<strong> Strong Importance Tests.swift",
        "Elements/<style> Style Information Tests.swift",
        "Elements/<sub> Subscript Tests.swift",
        "Elements/<summary> Disclosure Summary Tests.swift",
        "Elements/<sup> Superscript Tests.swift",
        "Elements/<table> Table Tests.swift",
        "Elements/<tbody> Table Body Tests.swift",
        "Elements/<td> Table Data Cell Tests.swift",
        "Elements/<template> Content Template Tests.swift",
        "Elements/<textarea> Textarea Tests.swift",
        "Elements/<tfoot> Table Foot Tests.swift",
        "Elements/<th> Table Header Tests.swift",
        "Elements/<thead> Table Head Tests.swift",
        "Elements/<time> (Date) Time Tests.swift",
        "Elements/<title> Document Title Tests.swift",
        "Elements/<tr> Table Row Tests.swift",
        "Elements/<track> Embed Text Track Tests.swift",
        "Elements/<tt> Teletype Text Tests.swift",
        "Elements/<u> Unarticulated Annotation (Underline) Tests.swift",
        "Elements/<ul> Unordered List Tests.swift",
        "Elements/<var> Variable Tests.swift",
        "Elements/<video> Video Embed Tests.swift",
        "Elements/<wbr> Line Break Opportunity Tests.swift",
        "Elements/<xmp> xmp Tests.swift",
        "Elements/Input.Types/Input.Button Tests.swift",
        "Elements/Input.Types/Input.Checkbox Tests.swift",
        "Elements/Input.Types/Input.Color Tests.swift",
        "Elements/Input.Types/Input.Date Tests.swift",
        "Elements/Input.Types/Input.DatetimeLocal Tests.swift",
        "Elements/Input.Types/Input.Email Tests.swift",
        "Elements/Input.Types/Input.File Tests.swift",
        "Elements/Input.Types/Input.Hidden Tests.swift",
        "Elements/Input.Types/Input.Image Tests.swift",
        "Elements/Input.Types/Input.Month Tests.swift",
        "Elements/Input.Types/Input.Number Tests.swift",
        "Elements/Input.Types/Input.Password Tests.swift",
        "Elements/Input.Types/Input.Radio Tests.swift",
        "Elements/Input.Types/Input.Range Tests.swift",
        "Elements/Input.Types/Input.Reset Tests.swift",
        "Elements/Input.Types/Input.Search Tests.swift",
        "Elements/Input.Types/Input.Submit Tests.swift",
        "Elements/Input.Types/Input.Tel Tests.swift",
        "Elements/Input.Types/Input.Text Tests.swift",
        "Elements/Input.Types/Input.Time Tests.swift",
        "Elements/Input.Types/Input.Type Tests.swift",
        "Elements/Input.Types/Input.Url Tests.swift",
        "Elements/Input.Types/Input.Week Tests.swift",
        "HTMLElement Tests.swift"
      ],
      "target_dependencies" : [
        "HTMLElementTypesFoundation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTMLElementTypesFoundation",
      "module_type" : "SwiftTarget",
      "name" : "HTMLElementTypesFoundation",
      "path" : "Sources/HTMLElementTypesFoundation",
      "product_memberships" : [
        "HTMLTypesFoundation",
        "HTMLElementTypesFoundation"
      ],
      "sources" : [
        "Elements/<a> Anchor.swift",
        "Elements/<abbr> Abbreviation.swift",
        "Elements/<address> Contact Address.swift",
        "Elements/<area> Image Map Area.swift",
        "Elements/<article> Article Contents.swift",
        "Elements/<aside> Aside.swift",
        "Elements/<audio> Embed Audio.swift",
        "Elements/<b> Bring Attention To.swift",
        "Elements/<base> Document Base URL.swift",
        "Elements/<bdi> Bidirectional Isolate.swift",
        "Elements/<bdo> Bidirectional Text Override.swift",
        "Elements/<big> Bigger Text.swift",
        "Elements/<blockquote> Block Quotation.swift",
        "Elements/<body> Document Body.swift",
        "Elements/<br> Line Break.swift",
        "Elements/<button> Button.swift",
        "Elements/<canvas> Graphics Canvas.swift",
        "Elements/<caption> Table Caption.swift",
        "Elements/<center> Centered Text.swift",
        "Elements/<cite> Citation.swift",
        "Elements/<code> Inline Code.swift",
        "Elements/<col> Table Column.swift",
        "Elements/<colgroup> Table Column Group.swift",
        "Elements/<data> Data.swift",
        "Elements/<datalist> HTML Data List.swift",
        "Elements/<dd> Description Details.swift",
        "Elements/<del> Deleted Text.swift",
        "Elements/<details> Details disclosure.swift",
        "Elements/<dfn> Definition.swift",
        "Elements/<dialog> Dialog.swift",
        "Elements/<dir> Directory.swift",
        "Elements/<div> Content Division.swift",
        "Elements/<dl> Description List.swift",
        "Elements/<dt> Description Term.swift",
        "Elements/<em> Emphasis.swift",
        "Elements/<embed> Embed External Content.swift",
        "Elements/<fencedframe> Fenced Frame.swift",
        "Elements/<fieldset> Field Set.swift",
        "Elements/<figcaption> Figure Caption.swift",
        "Elements/<figure> Figure with Optional Caption.swift",
        "Elements/<font> Font.swift",
        "Elements/<footer> Footer.swift",
        "Elements/<form> Form.swift",
        "Elements/<frame> Frame.swift",
        "Elements/<frameset> Frameset.swift",
        "Elements/<h1-h6> HTML Section Heading.swift",
        "Elements/<head> Document Metadata (Header).swift",
        "Elements/<header> Header.swift",
        "Elements/<hgroup> Heading Group.swift",
        "Elements/<hr> Thematic Break (Horizontal Rule).swift",
        "Elements/<html> HTML Document Root element.swift",
        "Elements/<i> Idiomatic Text.swift",
        "Elements/<iframe> Inline Frame.swift",
        "Elements/<img> Image Embed.swift",
        "Elements/<img> Image.swift",
        "Elements/<input> Input.swift",
        "Elements/<ins> Inserted Text.swift",
        "Elements/<kbd> Keyboard Input.swift",
        "Elements/<label> Label.swift",
        "Elements/<legend> Field Set Legend.swift",
        "Elements/<li> List Item.swift",
        "Elements/<link> External Resource Link.swift",
        "Elements/<main> Main.swift",
        "Elements/<map> Image Map.swift",
        "Elements/<mark> Mark Text.swift",
        "Elements/<marquee> Marquee.swift",
        "Elements/<menu> Menu.swift",
        "Elements/<meta> Metadata.swift",
        "Elements/<meter> Meter.swift",
        "Elements/<nav> Navigation Section.swift",
        "Elements/<nobr> Non-Breaking Text.swift",
        "Elements/<noembed> Embed Fallback.swift",
        "Elements/<noframes> Frame Fallback.swift",
        "Elements/<noscript> Noscript.swift",
        "Elements/<object> External Object.swift",
        "Elements/<ol> Ordered List.swift",
        "Elements/<optgroup> Option Group.swift",
        "Elements/<option> Option.swift",
        "Elements/<output> Output.swift",
        "Elements/<p> Paragraph.swift",
        "Elements/<param> Object Parameter.swift",
        "Elements/<picture> Picture.swift",
        "Elements/<plaintext> Plain Text.swift",
        "Elements/<pre> Preformatted Text.swift",
        "Elements/<progress> Progress Indicator.swift",
        "Elements/<q> Inline Quotation.swift",
        "Elements/<rb> Ruby Base.swift",
        "Elements/<rp> Ruby Fallback Parenthesis.swift",
        "Elements/<rt> Ruby Text.swift",
        "Elements/<rtc> Ruby Text Container.swift",
        "Elements/<ruby> Ruby Annotation.swift",
        "Elements/<s> Strikethrough.swift",
        "Elements/<samp> Sample Output.swift",
        "Elements/<script> Script.swift",
        "Elements/<search> Search.swift",
        "Elements/<section> Generic Section.swift",
        "Elements/<select> Selected Option Display.swift",
        "Elements/<slot> Web Component Slot.swift",
        "Elements/<small> Side Comment.swift",
        "Elements/<source> Media or Image Source.swift",
        "Elements/<span> Content Span.swift",
        "Elements/<strike> Strike.swift",
        "Elements/<strong> Strong Importance.swift",
        "Elements/<style> Style Information.swift",
        "Elements/<sub> Subscript.swift",
        "Elements/<summary> Disclosure Summary.swift",
        "Elements/<sup> Superscript.swift",
        "Elements/<table> Table.swift",
        "Elements/<tbody> Table Body.swift",
        "Elements/<td> Table Data Cell.swift",
        "Elements/<template> Content Template.swift",
        "Elements/<textarea> Textarea.swift",
        "Elements/<tfoot> Table Foot.swift",
        "Elements/<th> Table Header.swift",
        "Elements/<thead> Table Head.swift",
        "Elements/<time> (Date) Time.swift",
        "Elements/<title> Document Title.swift",
        "Elements/<tr> Table Row.swift",
        "Elements/<track> Embed Text Track.swift",
        "Elements/<tt> Teletype Text.swift",
        "Elements/<u> Unarticulated Annotation (Underline).swift",
        "Elements/<ul> Unordered List.swift",
        "Elements/<var> Variable.swift",
        "Elements/<video> Video Embed.swift",
        "Elements/<wbr> Line Break Opportunity.swift",
        "Elements/<xmp> xmp.swift",
        "Elements/Input.Types/Input.Button.swift",
        "Elements/Input.Types/Input.Checkbox.swift",
        "Elements/Input.Types/Input.Color.swift",
        "Elements/Input.Types/Input.Date.swift",
        "Elements/Input.Types/Input.DatetimeLocal.swift",
        "Elements/Input.Types/Input.Email.swift",
        "Elements/Input.Types/Input.File.swift",
        "Elements/Input.Types/Input.Hidden.swift",
        "Elements/Input.Types/Input.Image.swift",
        "Elements/Input.Types/Input.Month.swift",
        "Elements/Input.Types/Input.Number.swift",
        "Elements/Input.Types/Input.Password.swift",
        "Elements/Input.Types/Input.Radio.swift",
        "Elements/Input.Types/Input.Range.swift",
        "Elements/Input.Types/Input.Reset.swift",
        "Elements/Input.Types/Input.Search.swift",
        "Elements/Input.Types/Input.Submit.swift",
        "Elements/Input.Types/Input.Tel.swift",
        "Elements/Input.Types/Input.Text.swift",
        "Elements/Input.Types/Input.Time.swift",
        "Elements/Input.Types/Input.Type.swift",
        "Elements/Input.Types/Input.Url.swift",
        "Elements/Input.Types/Input.Week.swift",
        "Elements/xmp.swift",
        "HTMLElement.swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "HTMLElementTypes"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTMLElementTypes_Tests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLElementTypes Tests",
      "path" : "Tests/HTMLElementTypes Tests",
      "sources" : [
        "Elements/<a> Anchor Tests.swift",
        "Elements/<abbr> Abbreviation Tests.swift",
        "Elements/<address> Contact Address Tests.swift",
        "Elements/<area> Image Map Area Tests.swift",
        "Elements/<article> Article Contents Tests.swift",
        "Elements/<article> Article Tests.swift",
        "Elements/<aside> Aside Tests.swift",
        "Elements/<audio> Audio Tests.swift",
        "Elements/<audio> Embed Audio Tests.swift",
        "Elements/<b> Bring Attention To Tests.swift",
        "Elements/<base> Document Base URL Tests.swift",
        "Elements/<bdi> Bidirectional Isolate Tests.swift",
        "Elements/<bdo> Bidirectional Text Override Tests.swift",
        "Elements/<big> Bigger Text Tests.swift",
        "Elements/<blockquote> Block Quotation Tests.swift",
        "Elements/<body> Body Tests.swift",
        "Elements/<body> Document Body Tests.swift",
        "Elements/<br> Line Break Tests.swift",
        "Elements/<button> Button Tests.swift",
        "Elements/<canvas> Graphics Canvas Tests.swift",
        "Elements/<caption> Table Caption Tests.swift",
        "Elements/<center> Centered Text Tests.swift",
        "Elements/<cite> Citation Tests.swift",
        "Elements/<code> Inline Code Tests.swift",
        "Elements/<col> Table Column Tests.swift",
        "Elements/<colgroup> Table Column Group Tests.swift",
        "Elements/<data> Data Tests.swift",
        "Elements/<datalist> HTML Data List Tests.swift",
        "Elements/<dd> Description Details Tests.swift",
        "Elements/<del> Deleted Text Tests.swift",
        "Elements/<details> Details disclosure Tests.swift",
        "Elements/<dfn> Definition Tests.swift",
        "Elements/<dialog> Dialog Tests.swift",
        "Elements/<dir> Directory Tests.swift",
        "Elements/<div> Content Division Tests.swift",
        "Elements/<dl> Description List Tests.swift",
        "Elements/<dt> Description Term Tests.swift",
        "Elements/<em> Emphasis Tests.swift",
        "Elements/<embed> Embed External Content Tests.swift",
        "Elements/<fencedframe> Fenced Frame Tests.swift",
        "Elements/<fieldset> Field Set Tests.swift",
        "Elements/<figcaption> Figure Caption Tests.swift",
        "Elements/<figure> Figure with Optional Caption Tests.swift",
        "Elements/<font> Font Tests.swift",
        "Elements/<footer> Footer Tests.swift",
        "Elements/<form> Form Tests.swift",
        "Elements/<frame> Frame Tests.swift",
        "Elements/<frameset> Frameset Tests.swift",
        "Elements/<h1-h6> HTML Section Heading Tests.swift",
        "Elements/<head> Document Metadata (Header) Tests.swift",
        "Elements/<header> Header Tests.swift",
        "Elements/<hgroup> Heading Group Tests.swift",
        "Elements/<hr> Thematic Break (Horizontal Rule) Tests.swift",
        "Elements/<html> HTML Document Root element Tests.swift",
        "Elements/<i> Idiomatic Text Tests.swift",
        "Elements/<iframe> Inline Frame Tests.swift",
        "Elements/<img> Image Embed Tests.swift",
        "Elements/<img> Image Tests.swift",
        "Elements/<input> Input Tests.swift",
        "Elements/<ins> Inserted Text Tests.swift",
        "Elements/<kbd> Keyboard Input Tests.swift",
        "Elements/<label> Label Tests.swift",
        "Elements/<legend> Field Set Legend Tests.swift",
        "Elements/<li> List Item Tests.swift",
        "Elements/<link> External Resource Link Tests.swift",
        "Elements/<main> Main Tests.swift",
        "Elements/<map> Image Map Tests.swift",
        "Elements/<mark> Mark Text Tests.swift",
        "Elements/<marquee> Marquee Tests.swift",
        "Elements/<menu> Menu Tests.swift",
        "Elements/<meta> Meta Tests.swift",
        "Elements/<meta> Metadata Tests.swift",
        "Elements/<meter> Meter Tests.swift",
        "Elements/<nav> Navigation Section Tests.swift",
        "Elements/<nobr> Non-Breaking Text Tests.swift",
        "Elements/<noembed> Embed Fallback Tests.swift",
        "Elements/<noframes> Frame Fallback Tests.swift",
        "Elements/<noscript> Noscript Tests.swift",
        "Elements/<object> External Object Tests.swift",
        "Elements/<ol> Ordered List Tests.swift",
        "Elements/<optgroup> Option Group Tests.swift",
        "Elements/<option> Option Tests.swift",
        "Elements/<output> Output Tests.swift",
        "Elements/<p> Paragraph Tests.swift",
        "Elements/<param> Object Parameter Tests.swift",
        "Elements/<picture> Picture Tests.swift",
        "Elements/<plaintext> Plain Text Tests.swift",
        "Elements/<pre> Preformatted Text Tests.swift",
        "Elements/<progress> Progress Indicator Tests.swift",
        "Elements/<q> Inline Quotation Tests.swift",
        "Elements/<rb> Ruby Base Tests.swift",
        "Elements/<rp> Ruby Fallback Parenthesis Tests.swift",
        "Elements/<rt> Ruby Text Tests.swift",
        "Elements/<rtc> Ruby Text Container Tests.swift",
        "Elements/<ruby> Ruby Annotation Tests.swift",
        "Elements/<s> Strikethrough Tests.swift",
        "Elements/<samp> Sample Output Tests.swift",
        "Elements/<script> Script Tests.swift",
        "Elements/<search> Search Tests.swift",
        "Elements/<section> Generic Section Tests.swift",
        "Elements/<select> Selected Option Display Tests.swift",
        "Elements/<slot> Web Component Slot Tests.swift",
        "Elements/<small> Side Comment Tests.swift",
        "Elements/<source> Media or Image Source Tests.swift",
        "Elements/<span> Content Span Tests.swift",
        "Elements/<strike> Strike Tests.swift",
        "Elements/<strong> Strong Importance Tests.swift",
        "Elements/<style> Style Information Tests.swift",
        "Elements/<sub> Subscript Tests.swift",
        "Elements/<summary> Disclosure Summary Tests.swift",
        "Elements/<sup> Superscript Tests.swift",
        "Elements/<table> Table Tests.swift",
        "Elements/<tbody> Table Body Tests.swift",
        "Elements/<td> Table Data Cell Tests.swift",
        "Elements/<template> Content Template Tests.swift",
        "Elements/<textarea> Textarea Tests.swift",
        "Elements/<tfoot> Table Foot Tests.swift",
        "Elements/<th> Table Header Tests.swift",
        "Elements/<thead> Table Head Tests.swift",
        "Elements/<time> (Date) Time Tests.swift",
        "Elements/<title> Document Title Tests.swift",
        "Elements/<title> Title Tests.swift",
        "Elements/<tr> Table Row Tests.swift",
        "Elements/<track> Embed Text Track Tests.swift",
        "Elements/<tt> Teletype Text Tests.swift",
        "Elements/<u> Unarticulated Annotation (Underline) Tests.swift",
        "Elements/<ul> Unordered List Tests.swift",
        "Elements/<var> Variable Tests.swift",
        "Elements/<video> Video Embed Tests.swift",
        "Elements/<wbr> Line Break Opportunity Tests.swift",
        "Elements/<xmp> xmp Tests.swift",
        "Elements/Input.Types/Input.Button Tests.swift",
        "Elements/Input.Types/Input.Checkbox Tests.swift",
        "Elements/Input.Types/Input.Color Tests.swift",
        "Elements/Input.Types/Input.Date Tests.swift",
        "Elements/Input.Types/Input.DatetimeLocal Tests.swift",
        "Elements/Input.Types/Input.Email Tests.swift",
        "Elements/Input.Types/Input.File Tests.swift",
        "Elements/Input.Types/Input.Hidden Tests.swift",
        "Elements/Input.Types/Input.Image Tests.swift",
        "Elements/Input.Types/Input.Month Tests.swift",
        "Elements/Input.Types/Input.Number Tests.swift",
        "Elements/Input.Types/Input.Password Tests.swift",
        "Elements/Input.Types/Input.Radio Tests.swift",
        "Elements/Input.Types/Input.Range Tests.swift",
        "Elements/Input.Types/Input.Reset Tests.swift",
        "Elements/Input.Types/Input.Search Tests.swift",
        "Elements/Input.Types/Input.Submit Tests.swift",
        "Elements/Input.Types/Input.Tel Tests.swift",
        "Elements/Input.Types/Input.Text Tests.swift",
        "Elements/Input.Types/Input.Time Tests.swift",
        "Elements/Input.Types/Input.Type Tests.swift",
        "Elements/Input.Types/Input.Url Tests.swift",
        "Elements/Input.Types/Input.Week Tests.swift"
      ],
      "target_dependencies" : [
        "HTMLElementTypes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTMLElementTypes",
      "module_type" : "SwiftTarget",
      "name" : "HTMLElementTypes",
      "path" : "Sources/HTMLElementTypes",
      "product_memberships" : [
        "HTMLTypes",
        "HTMLTypesFoundation",
        "HTMLElementTypes",
        "HTMLElementTypesFoundation"
      ],
      "sources" : [
        "Elements/<a> Anchor.swift",
        "Elements/<abbr> Abbreviation.swift",
        "Elements/<address> Contact Address.swift",
        "Elements/<area> Image Map Area.swift",
        "Elements/<article> Article Contents.swift",
        "Elements/<aside> Aside.swift",
        "Elements/<audio> Embed Audio.swift",
        "Elements/<b> Bring Attention To.swift",
        "Elements/<base> Document Base URL.swift",
        "Elements/<bdi> Bidirectional Isolate.swift",
        "Elements/<bdo> Bidirectional Text Override.swift",
        "Elements/<big> Bigger Text.swift",
        "Elements/<blockquote> Block Quotation.swift",
        "Elements/<body> Document Body.swift",
        "Elements/<br> Line Break.swift",
        "Elements/<button> Button.swift",
        "Elements/<canvas> Graphics Canvas.swift",
        "Elements/<caption> Table Caption.swift",
        "Elements/<center> Centered Text.swift",
        "Elements/<cite> Citation.swift",
        "Elements/<code> Inline Code.swift",
        "Elements/<col> Table Column.swift",
        "Elements/<colgroup> Table Column Group.swift",
        "Elements/<data> Data.swift",
        "Elements/<datalist> HTML Data List.swift",
        "Elements/<dd> Description Details.swift",
        "Elements/<del> Deleted Text.swift",
        "Elements/<details> Details disclosure.swift",
        "Elements/<dfn> Definition.swift",
        "Elements/<dialog> Dialog.swift",
        "Elements/<dir> Directory.swift",
        "Elements/<div> Content Division.swift",
        "Elements/<dl> Description List.swift",
        "Elements/<dt> Description Term.swift",
        "Elements/<em> Emphasis.swift",
        "Elements/<embed> Embed External Content.swift",
        "Elements/<fencedframe> Fenced Frame.swift",
        "Elements/<fieldset> Field Set.swift",
        "Elements/<figcaption> Figure Caption.swift",
        "Elements/<figure> Figure with Optional Caption.swift",
        "Elements/<font> Font.swift",
        "Elements/<footer> Footer.swift",
        "Elements/<form> Form.swift",
        "Elements/<frame> Frame.swift",
        "Elements/<frameset> Frameset.swift",
        "Elements/<h1-h6> HTML Section Heading.swift",
        "Elements/<head> Document Metadata (Header).swift",
        "Elements/<header> Header.swift",
        "Elements/<hgroup> Heading Group.swift",
        "Elements/<hr> Thematic Break (Horizontal Rule).swift",
        "Elements/<html> HTML Document Root element.swift",
        "Elements/<i> Idiomatic Text.swift",
        "Elements/<iframe> Inline Frame.swift",
        "Elements/<img> Image Embed.swift",
        "Elements/<input> Input.swift",
        "Elements/<ins> Inserted Text.swift",
        "Elements/<kbd> Keyboard Input.swift",
        "Elements/<label> Label.swift",
        "Elements/<legend> Field Set Legend.swift",
        "Elements/<li> List Item.swift",
        "Elements/<link> External Resource Link.swift",
        "Elements/<main> Main.swift",
        "Elements/<map> Image Map.swift",
        "Elements/<mark> Mark Text.swift",
        "Elements/<marquee> Marquee.swift",
        "Elements/<menu> Menu.swift",
        "Elements/<meta> Metadata.swift",
        "Elements/<meter> Meter.swift",
        "Elements/<nav> Navigation Section.swift",
        "Elements/<nobr> Non-Breaking Text.swift",
        "Elements/<noembed> Embed Fallback.swift",
        "Elements/<noframes> Frame Fallback.swift",
        "Elements/<noscript> Noscript.swift",
        "Elements/<object> External Object.swift",
        "Elements/<ol> Ordered List.swift",
        "Elements/<optgroup> Option Group.swift",
        "Elements/<option> Option.swift",
        "Elements/<output> Output.swift",
        "Elements/<p> Paragraph.swift",
        "Elements/<param> Object Parameter.swift",
        "Elements/<picture> Picture.swift",
        "Elements/<plaintext> Plain Text.swift",
        "Elements/<pre> Preformatted Text.swift",
        "Elements/<progress> Progress Indicator.swift",
        "Elements/<q> Inline Quotation.swift",
        "Elements/<rb> Ruby Base.swift",
        "Elements/<rp> Ruby Fallback Parenthesis.swift",
        "Elements/<rt> Ruby Text.swift",
        "Elements/<rtc> Ruby Text Container.swift",
        "Elements/<ruby> Ruby Annotation.swift",
        "Elements/<s> Strikethrough.swift",
        "Elements/<samp> Sample Output.swift",
        "Elements/<script> Script.swift",
        "Elements/<search> Search.swift",
        "Elements/<section> Generic Section.swift",
        "Elements/<select> Selected Option Display.swift",
        "Elements/<slot> Web Component Slot.swift",
        "Elements/<small> Side Comment.swift",
        "Elements/<source> Media or Image Source.swift",
        "Elements/<span> Content Span.swift",
        "Elements/<strike> Strike.swift",
        "Elements/<strong> Strong Importance.swift",
        "Elements/<style> Style Information.swift",
        "Elements/<sub> Subscript.swift",
        "Elements/<summary> Disclosure Summary.swift",
        "Elements/<sup> Superscript.swift",
        "Elements/<table> Table.swift",
        "Elements/<tbody> Table Body.swift",
        "Elements/<td> Table Data Cell.swift",
        "Elements/<template> Content Template.swift",
        "Elements/<textarea> Textarea.swift",
        "Elements/<tfoot> Table Foot.swift",
        "Elements/<th> Table Header.swift",
        "Elements/<thead> Table Head.swift",
        "Elements/<time> (Date) Time.swift",
        "Elements/<title> Document Title.swift",
        "Elements/<tr> Table Row.swift",
        "Elements/<track> Embed Text Track.swift",
        "Elements/<tt> Teletype Text.swift",
        "Elements/<u> Unarticulated Annotation (Underline).swift",
        "Elements/<ul> Unordered List.swift",
        "Elements/<var> Variable.swift",
        "Elements/<video> Video Embed.swift",
        "Elements/<wbr> Line Break Opportunity.swift",
        "Elements/<xmp> xmp.swift",
        "Elements/Input.Types/Input.Button.swift",
        "Elements/Input.Types/Input.Checkbox.swift",
        "Elements/Input.Types/Input.Color.swift",
        "Elements/Input.Types/Input.Date.swift",
        "Elements/Input.Types/Input.DatetimeLocal.swift",
        "Elements/Input.Types/Input.Email.swift",
        "Elements/Input.Types/Input.File.swift",
        "Elements/Input.Types/Input.Hidden.swift",
        "Elements/Input.Types/Input.Image.swift",
        "Elements/Input.Types/Input.Month.swift",
        "Elements/Input.Types/Input.Number.swift",
        "Elements/Input.Types/Input.Password.swift",
        "Elements/Input.Types/Input.Radio.swift",
        "Elements/Input.Types/Input.Range.swift",
        "Elements/Input.Types/Input.Reset.swift",
        "Elements/Input.Types/Input.Search.swift",
        "Elements/Input.Types/Input.Submit.swift",
        "Elements/Input.Types/Input.Tel.swift",
        "Elements/Input.Types/Input.Text.swift",
        "Elements/Input.Types/Input.Time.swift",
        "Elements/Input.Types/Input.Type.swift",
        "Elements/Input.Types/Input.Url.swift",
        "Elements/Input.Types/Input.Week.swift",
        "HTMLElement.swift"
      ],
      "target_dependencies" : [
        "HTMLAttributeTypes"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTMLAttributeTypesFoundation_Tests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLAttributeTypesFoundation Tests",
      "path" : "Tests/HTMLAttributeTypesFoundation Tests",
      "sources" : [
        "Attributes/AcceptCharset Tests.swift",
        "Attributes/Action Tests.swift",
        "Attributes/Allow Tests.swift",
        "Attributes/Allowfullscreen Tests.swift",
        "Attributes/Alt Tests.swift",
        "Attributes/As Tests.swift",
        "Attributes/Async Tests.swift",
        "Attributes/Attribute Tests.swift",
        "Attributes/AttributionSrc Tests.swift",
        "Attributes/Autocomplete Tests.swift",
        "Attributes/Autoplay Tests.swift",
        "Attributes/Behavior Tests.swift",
        "Attributes/Blocking Tests.swift",
        "Attributes/BooleanAttribute Tests.swift",
        "Attributes/ButtonType Tests.swift",
        "Attributes/Capture Tests.swift",
        "Attributes/Checked Tests.swift",
        "Attributes/Cite Tests.swift",
        "Attributes/ColSpan Tests.swift",
        "Attributes/Color Tests.swift",
        "Attributes/Cols Tests.swift",
        "Attributes/Compact Tests.swift",
        "Attributes/Content Tests.swift",
        "Attributes/Controls Tests.swift",
        "Attributes/ControlsList Tests.swift",
        "Attributes/Crossorigin Tests.swift",
        "Attributes/DateTime Tests.swift",
        "Attributes/Default Tests.swift",
        "Attributes/Defer Tests.swift",
        "Attributes/Direction Tests.swift",
        "Attributes/Dirname Tests.swift",
        "Attributes/DisablePictureInPicture Tests.swift",
        "Attributes/DisableRemotePlayback Tests.swift",
        "Attributes/Disabled Tests.swift",
        "Attributes/Download Tests.swift",
        "Attributes/Elementtiming Tests.swift",
        "Attributes/Enctype Tests.swift",
        "Attributes/Face Tests.swift",
        "Attributes/Fetchpriority Tests.swift",
        "Attributes/FontSize Tests.swift",
        "Attributes/For Tests.swift",
        "Attributes/Form Tests.swift",
        "Attributes/FormAction Tests.swift",
        "Attributes/FormEncType Tests.swift",
        "Attributes/FormMethod Tests.swift",
        "Attributes/FormNovalidate Tests.swift",
        "Attributes/FormTarget Tests.swift",
        "Attributes/FrameBorder Tests.swift",
        "Attributes/Global/Autocapitalize Tests.swift",
        "Attributes/Global/Autocorrect Tests.swift",
        "Attributes/Global/Autofocus Tests.swift",
        "Attributes/Global/Class Tests.swift",
        "Attributes/Global/Contenteditable Tests.swift",
        "Attributes/Global/DataAttribute Tests.swift",
        "Attributes/Global/Dir Tests.swift",
        "Attributes/Global/Draggable Tests.swift",
        "Attributes/Global/Enterkeyhint Tests.swift",
        "Attributes/Global/Exportparts Tests.swift",
        "Attributes/Global/Hidden Tests.swift",
        "Attributes/Global/Id Tests.swift",
        "Attributes/Global/Inert Tests.swift",
        "Attributes/Global/Inputmode Tests.swift",
        "Attributes/Global/Is Tests.swift",
        "Attributes/Global/Itemid Tests.swift",
        "Attributes/Global/Itemprop Tests.swift",
        "Attributes/Global/Itemref Tests.swift",
        "Attributes/Global/Itemscope Tests.swift",
        "Attributes/Global/Itemtype Tests.swift",
        "Attributes/Global/Lang Tests.swift",
        "Attributes/Global/Nonce Tests.swift",
        "Attributes/Global/Part Tests.swift",
        "Attributes/Global/Popover Tests.swift",
        "Attributes/Global/Slot Tests.swift",
        "Attributes/Global/Spellcheck Tests.swift",
        "Attributes/Global/Style Tests.swift",
        "Attributes/Global/Tabindex Tests.swift",
        "Attributes/Global/Title Tests.swift",
        "Attributes/Global/Translate Tests.swift",
        "Attributes/Global/Virtualkeyboardpolicy Tests.swift",
        "Attributes/Global/Writingsuggestions Tests.swift",
        "Attributes/Headers Tests.swift",
        "Attributes/Height Tests.swift",
        "Attributes/High Tests.swift",
        "Attributes/Href Tests.swift",
        "Attributes/Hreflang Tests.swift",
        "Attributes/HttpEquiv Tests.swift",
        "Attributes/ImageSrcSet Tests.swift",
        "Attributes/Imagesizes Tests.swift",
        "Attributes/Integrity Tests.swift",
        "Attributes/Ismap Tests.swift",
        "Attributes/Kind Tests.swift",
        "Attributes/Label Tests.swift",
        "Attributes/LinkType Tests.swift",
        "Attributes/List Tests.swift",
        "Attributes/ListType Tests.swift",
        "Attributes/Loading Tests.swift",
        "Attributes/Loop Tests.swift",
        "Attributes/Low Tests.swift",
        "Attributes/MarginHeight Tests.swift",
        "Attributes/MarginWidth Tests.swift",
        "Attributes/Max Tests.swift",
        "Attributes/Maxlength Tests.swift",
        "Attributes/Media Tests.swift",
        "Attributes/MetaName Tests.swift",
        "Attributes/Method Tests.swift",
        "Attributes/Min Tests.swift",
        "Attributes/Minlength Tests.swift",
        "Attributes/Multiple Tests.swift",
        "Attributes/Muted Tests.swift",
        "Attributes/Name Tests.swift",
        "Attributes/NoResize Tests.swift",
        "Attributes/Nomodule Tests.swift",
        "Attributes/Novalidate Tests.swift",
        "Attributes/ObjectData Tests.swift",
        "Attributes/ObjectForm Tests.swift",
        "Attributes/ObjectType Tests.swift",
        "Attributes/Open Tests.swift",
        "Attributes/Optimum Tests.swift",
        "Attributes/Pattern Tests.swift",
        "Attributes/Ping Tests.swift",
        "Attributes/Placeholder Tests.swift",
        "Attributes/Playsinline Tests.swift",
        "Attributes/PopoverTarget Tests.swift",
        "Attributes/PopoverTargetAction Tests.swift",
        "Attributes/Poster Tests.swift",
        "Attributes/Preload Tests.swift",
        "Attributes/Readonly Tests.swift",
        "Attributes/ReferrerPolicy Tests.swift",
        "Attributes/Rel Tests.swift",
        "Attributes/Required Tests.swift",
        "Attributes/Reversed Tests.swift",
        "Attributes/RowSpan Tests.swift",
        "Attributes/Rows Tests.swift",
        "Attributes/Scope Tests.swift",
        "Attributes/ScriptType Tests.swift",
        "Attributes/Scrolling Tests.swift",
        "Attributes/Selected Tests.swift",
        "Attributes/ShadowRootClonable Tests.swift",
        "Attributes/Size Tests.swift",
        "Attributes/Sizes Tests.swift",
        "Attributes/Span Tests.swift",
        "Attributes/Src Tests.swift",
        "Attributes/SrcLang Tests.swift",
        "Attributes/Start Tests.swift",
        "Attributes/Step Tests.swift",
        "Attributes/StringAttribute Tests.swift",
        "Attributes/Target Tests.swift",
        "Attributes/Usemap Tests.swift",
        "Attributes/Value Tests.swift",
        "Attributes/Width Tests.swift"
      ],
      "target_dependencies" : [
        "HTMLAttributeTypesFoundation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTMLAttributeTypesFoundation",
      "module_type" : "SwiftTarget",
      "name" : "HTMLAttributeTypesFoundation",
      "path" : "Sources/HTMLAttributeTypesFoundation",
      "product_memberships" : [
        "HTMLTypesFoundation",
        "HTMLAttributeTypesFoundation"
      ],
      "sources" : [
        "Attributes/Accept.swift",
        "Attributes/AcceptCharset.swift",
        "Attributes/Action.swift",
        "Attributes/Allowfullscreen.swift",
        "Attributes/Alt.swift",
        "Attributes/As.swift",
        "Attributes/Async.swift",
        "Attributes/AttributionSrc.swift",
        "Attributes/Autocomplete.swift",
        "Attributes/Autoplay.swift",
        "Attributes/Behavior.swift",
        "Attributes/Blocking.swift",
        "Attributes/ButtonType.swift",
        "Attributes/Capture.swift",
        "Attributes/Checked.swift",
        "Attributes/Cite.swift",
        "Attributes/ColSpan.swift",
        "Attributes/Color.swift",
        "Attributes/Compact.swift",
        "Attributes/Controls.swift",
        "Attributes/ControlsList.swift",
        "Attributes/Crossorigin.swift",
        "Attributes/DateTime.swift",
        "Attributes/Default.swift",
        "Attributes/Defer.swift",
        "Attributes/Direction.swift",
        "Attributes/Dirname.swift",
        "Attributes/DisablePictureInPicture.swift",
        "Attributes/DisableRemotePlayback.swift",
        "Attributes/Disabled.swift",
        "Attributes/Download.swift",
        "Attributes/Elementtiming.swift",
        "Attributes/Enctype.swift",
        "Attributes/Face.swift",
        "Attributes/Fetchpriority.swift",
        "Attributes/FontSize.swift",
        "Attributes/For.swift",
        "Attributes/Form.swift",
        "Attributes/FormAction.swift",
        "Attributes/FormEncType.swift",
        "Attributes/FormMethod.swift",
        "Attributes/FormNovalidate.swift",
        "Attributes/FormTarget.swift",
        "Attributes/Global/Autocapitalize.swift",
        "Attributes/Global/Autocorrect.swift",
        "Attributes/Global/Autofocus.swift",
        "Attributes/Global/Class.swift",
        "Attributes/Global/Contenteditable.swift",
        "Attributes/Global/DataAttribute.swift",
        "Attributes/Global/Dir.swift",
        "Attributes/Global/Draggable.swift",
        "Attributes/Global/Enterkeyhint.swift",
        "Attributes/Global/Exportparts.swift",
        "Attributes/Global/Hidden.swift",
        "Attributes/Global/Id.swift",
        "Attributes/Global/Inert.swift",
        "Attributes/Global/Inputmode.swift",
        "Attributes/Global/Is.swift",
        "Attributes/Global/Itemid.swift",
        "Attributes/Global/Itemprop.swift",
        "Attributes/Global/Itemref.swift",
        "Attributes/Global/Itemscope.swift",
        "Attributes/Global/Itemtype.swift",
        "Attributes/Global/Lang.swift",
        "Attributes/Global/Nonce.swift",
        "Attributes/Global/Part.swift",
        "Attributes/Global/Popover.swift",
        "Attributes/Global/Slot.swift",
        "Attributes/Global/Spellcheck.swift",
        "Attributes/Global/Style.swift",
        "Attributes/Global/Tabindex.swift",
        "Attributes/Global/Title.swift",
        "Attributes/Global/Translate.swift",
        "Attributes/Global/Virtualkeyboardpolicy.swift",
        "Attributes/Global/Writingsuggestions.swift",
        "Attributes/Headers.swift",
        "Attributes/Height.swift",
        "Attributes/High.swift",
        "Attributes/Href.swift",
        "Attributes/Hreflang.swift",
        "Attributes/ImageSrcSet.swift",
        "Attributes/Imagesizes.swift",
        "Attributes/Integrity.swift",
        "Attributes/IsMap.swift",
        "Attributes/Kind.swift",
        "Attributes/LinkType.swift",
        "Attributes/List.swift",
        "Attributes/ListType.swift",
        "Attributes/Loop.swift",
        "Attributes/Low.swift",
        "Attributes/Max.swift",
        "Attributes/Maxlength.swift",
        "Attributes/Media.swift",
        "Attributes/Method.swift",
        "Attributes/Min.swift",
        "Attributes/Minlength.swift",
        "Attributes/Multiple.swift",
        "Attributes/Muted.swift",
        "Attributes/Name.swift",
        "Attributes/NoResize.swift",
        "Attributes/Nomodule.swift",
        "Attributes/Novalidate.swift",
        "Attributes/ObjectData.swift",
        "Attributes/ObjectForm.swift",
        "Attributes/ObjectType.swift",
        "Attributes/Open.swift",
        "Attributes/Optimum.swift",
        "Attributes/Pattern.swift",
        "Attributes/Ping.swift",
        "Attributes/Placeholder.swift",
        "Attributes/Playsinline.swift",
        "Attributes/PopoverTarget.swift",
        "Attributes/PopoverTargetAction.swift",
        "Attributes/Poster.swift",
        "Attributes/Preload.swift",
        "Attributes/Readonly.swift",
        "Attributes/ReferrerPolicy.swift",
        "Attributes/Rel.swift",
        "Attributes/Required.swift",
        "Attributes/Reversed.swift",
        "Attributes/RowSpan.swift",
        "Attributes/Scope.swift",
        "Attributes/ScriptType.swift",
        "Attributes/Selected.swift",
        "Attributes/ShadowRootClonable.swift",
        "Attributes/ShadowRootDelegatesFocus.swift",
        "Attributes/ShadowRootMode.swift",
        "Attributes/Size.swift",
        "Attributes/Sizes.swift",
        "Attributes/Span.swift",
        "Attributes/Src.swift",
        "Attributes/Start.swift",
        "Attributes/Step.swift",
        "Attributes/Target.swift",
        "Attributes/TextareaWrap.swift",
        "Attributes/Truespeed.swift",
        "Attributes/Usemap.swift",
        "Attributes/Value.swift",
        "Attributes/Width.swift",
        "Attributes/Xmlns.swift",
        "String.format.swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "HTMLAttributeTypes"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTMLAttributeTypes_Tests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLAttributeTypes Tests",
      "path" : "Tests/HTMLAttributeTypes Tests",
      "sources" : [
        "Attributes/AcceptCharset Tests.swift",
        "Attributes/Action Tests.swift",
        "Attributes/Allow Tests.swift",
        "Attributes/Allowfullscreen Tests.swift",
        "Attributes/Alt Tests.swift",
        "Attributes/As Tests.swift",
        "Attributes/Async Tests.swift",
        "Attributes/Attribute Tests.swift",
        "Attributes/AttributionSrc Tests.swift",
        "Attributes/Autocomplete Tests.swift",
        "Attributes/Autoplay Tests.swift",
        "Attributes/Behavior Tests.swift",
        "Attributes/Blocking Tests.swift",
        "Attributes/BooleanAttribute Tests.swift",
        "Attributes/ButtonType Tests.swift",
        "Attributes/Capture Tests.swift",
        "Attributes/Checked Tests.swift",
        "Attributes/Cite Tests.swift",
        "Attributes/ColSpan Tests.swift",
        "Attributes/Color Tests.swift",
        "Attributes/Cols Tests.swift",
        "Attributes/Compact Tests.swift",
        "Attributes/Content Tests.swift",
        "Attributes/Controls Tests.swift",
        "Attributes/ControlsList Tests.swift",
        "Attributes/Crossorigin Tests.swift",
        "Attributes/DateTime Tests.swift",
        "Attributes/Default Tests.swift",
        "Attributes/Defer Tests.swift",
        "Attributes/Direction Tests.swift",
        "Attributes/Dirname Tests.swift",
        "Attributes/DisablePictureInPicture Tests.swift",
        "Attributes/DisableRemotePlayback Tests.swift",
        "Attributes/Disabled Tests.swift",
        "Attributes/Download Tests.swift",
        "Attributes/Elementtiming Tests.swift",
        "Attributes/Enctype Tests.swift",
        "Attributes/Face Tests.swift",
        "Attributes/Fetchpriority Tests.swift",
        "Attributes/FontSize Tests.swift",
        "Attributes/For Tests.swift",
        "Attributes/Form Tests.swift",
        "Attributes/FormAction Tests.swift",
        "Attributes/FormEncType Tests.swift",
        "Attributes/FormMethod Tests.swift",
        "Attributes/FormNovalidate Tests.swift",
        "Attributes/FormTarget Tests.swift",
        "Attributes/FrameBorder Tests.swift",
        "Attributes/Global/Autocapitalize Tests.swift",
        "Attributes/Global/Autocorrect Tests.swift",
        "Attributes/Global/Autofocus Tests.swift",
        "Attributes/Global/Class Tests.swift",
        "Attributes/Global/Contenteditable Tests.swift",
        "Attributes/Global/DataAttribute Tests.swift",
        "Attributes/Global/Dir Tests.swift",
        "Attributes/Global/Draggable Tests.swift",
        "Attributes/Global/Enterkeyhint Tests.swift",
        "Attributes/Global/Exportparts Tests.swift",
        "Attributes/Global/Hidden Tests.swift",
        "Attributes/Global/Id Tests.swift",
        "Attributes/Global/Inert Tests.swift",
        "Attributes/Global/Inputmode Tests.swift",
        "Attributes/Global/Is Tests.swift",
        "Attributes/Global/Itemid Tests.swift",
        "Attributes/Global/Itemprop Tests.swift",
        "Attributes/Global/Itemref Tests.swift",
        "Attributes/Global/Itemscope Tests.swift",
        "Attributes/Global/Itemtype Tests.swift",
        "Attributes/Global/Lang Tests.swift",
        "Attributes/Global/Nonce Tests.swift",
        "Attributes/Global/Part Tests.swift",
        "Attributes/Global/Popover Tests.swift",
        "Attributes/Global/Slot Tests.swift",
        "Attributes/Global/Spellcheck Tests.swift",
        "Attributes/Global/Style Tests.swift",
        "Attributes/Global/Tabindex Tests.swift",
        "Attributes/Global/Title Tests.swift",
        "Attributes/Global/Translate Tests.swift",
        "Attributes/Global/Virtualkeyboardpolicy Tests.swift",
        "Attributes/Global/Writingsuggestions Tests.swift",
        "Attributes/Headers Tests.swift",
        "Attributes/Height Tests.swift",
        "Attributes/High Tests.swift",
        "Attributes/Href Tests.swift",
        "Attributes/Hreflang Tests.swift",
        "Attributes/HttpEquiv Tests.swift",
        "Attributes/ImageSrcSet Tests.swift",
        "Attributes/Imagesizes Tests.swift",
        "Attributes/Integrity Tests.swift",
        "Attributes/Ismap Tests.swift",
        "Attributes/Kind Tests.swift",
        "Attributes/Label Tests.swift",
        "Attributes/LinkType Tests.swift",
        "Attributes/List Tests.swift",
        "Attributes/ListType Tests.swift",
        "Attributes/Loading Tests.swift",
        "Attributes/Loop Tests.swift",
        "Attributes/Low Tests.swift",
        "Attributes/MarginHeight Tests.swift",
        "Attributes/MarginWidth Tests.swift",
        "Attributes/Max Tests.swift",
        "Attributes/Maxlength Tests.swift",
        "Attributes/Media Tests.swift",
        "Attributes/MetaName Tests.swift",
        "Attributes/Method Tests.swift",
        "Attributes/Min Tests.swift",
        "Attributes/Minlength Tests.swift",
        "Attributes/Multiple Tests.swift",
        "Attributes/Muted Tests.swift",
        "Attributes/Name Tests.swift",
        "Attributes/NoResize Tests.swift",
        "Attributes/Nomodule Tests.swift",
        "Attributes/Novalidate Tests.swift",
        "Attributes/ObjectData Tests.swift",
        "Attributes/ObjectForm Tests.swift",
        "Attributes/ObjectType Tests.swift",
        "Attributes/Open Tests.swift",
        "Attributes/Optimum Tests.swift",
        "Attributes/Pattern Tests.swift",
        "Attributes/Ping Tests.swift",
        "Attributes/Placeholder Tests.swift",
        "Attributes/Playsinline Tests.swift",
        "Attributes/PopoverTarget Tests.swift",
        "Attributes/PopoverTargetAction Tests.swift",
        "Attributes/Poster Tests.swift",
        "Attributes/Preload Tests.swift",
        "Attributes/Readonly Tests.swift",
        "Attributes/ReferrerPolicy Tests.swift",
        "Attributes/Rel Tests.swift",
        "Attributes/Required Tests.swift",
        "Attributes/Reversed Tests.swift",
        "Attributes/RowSpan Tests.swift",
        "Attributes/Rows Tests.swift",
        "Attributes/Scope Tests.swift",
        "Attributes/ScriptType Tests.swift",
        "Attributes/Scrolling Tests.swift",
        "Attributes/Selected Tests.swift",
        "Attributes/ShadowRootClonable Tests.swift",
        "Attributes/Size Tests.swift",
        "Attributes/Sizes Tests.swift",
        "Attributes/Span Tests.swift",
        "Attributes/Src Tests.swift",
        "Attributes/SrcLang Tests.swift",
        "Attributes/Start Tests.swift",
        "Attributes/Step Tests.swift",
        "Attributes/StringAttribute Tests.swift",
        "Attributes/Target Tests.swift",
        "Attributes/Usemap Tests.swift",
        "Attributes/Value Tests.swift",
        "Attributes/Width Tests.swift"
      ],
      "target_dependencies" : [
        "HTMLAttributeTypes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTMLAttributeTypes",
      "module_type" : "SwiftTarget",
      "name" : "HTMLAttributeTypes",
      "path" : "Sources/HTMLAttributeTypes",
      "product_memberships" : [
        "HTMLTypes",
        "HTMLTypesFoundation",
        "HTMLAttributeTypes",
        "HTMLAttributeTypesFoundation",
        "HTMLElementTypes",
        "HTMLElementTypesFoundation"
      ],
      "sources" : [
        "Attributes/Abbr.swift",
        "Attributes/Accept.swift",
        "Attributes/AcceptCharset.swift",
        "Attributes/Action.swift",
        "Attributes/Allow.swift",
        "Attributes/Allowfullscreen.swift",
        "Attributes/Alt.swift",
        "Attributes/As.swift",
        "Attributes/Async.swift",
        "Attributes/AttributionSrc.swift",
        "Attributes/Autocomplete.swift",
        "Attributes/Autoplay.swift",
        "Attributes/Behavior.swift",
        "Attributes/Blocking.swift",
        "Attributes/ButtonType.swift",
        "Attributes/Capture.swift",
        "Attributes/CharSet.swift",
        "Attributes/Checked.swift",
        "Attributes/Cite.swift",
        "Attributes/ColSpan.swift",
        "Attributes/Color.swift",
        "Attributes/Cols.swift",
        "Attributes/Compact.swift",
        "Attributes/Content.swift",
        "Attributes/Controls.swift",
        "Attributes/ControlsList.swift",
        "Attributes/Crossorigin.swift",
        "Attributes/DateTime.swift",
        "Attributes/Default.swift",
        "Attributes/Defer.swift",
        "Attributes/Direction.swift",
        "Attributes/Dirname.swift",
        "Attributes/DisablePictureInPicture.swift",
        "Attributes/DisableRemotePlayback.swift",
        "Attributes/Disabled.swift",
        "Attributes/Download.swift",
        "Attributes/Elementtiming.swift",
        "Attributes/Enctype.swift",
        "Attributes/Face.swift",
        "Attributes/Fetchpriority.swift",
        "Attributes/FontSize.swift",
        "Attributes/For.swift",
        "Attributes/Form.swift",
        "Attributes/FormAction.swift",
        "Attributes/FormEncType.swift",
        "Attributes/FormMethod.swift",
        "Attributes/FormNovalidate.swift",
        "Attributes/FormTarget.swift",
        "Attributes/FrameBorder.swift",
        "Attributes/Global/Autocapitalize.swift",
        "Attributes/Global/Autocorrect.swift",
        "Attributes/Global/Autofocus.swift",
        "Attributes/Global/Class.swift",
        "Attributes/Global/Contenteditable.swift",
        "Attributes/Global/DataAttribute.swift",
        "Attributes/Global/Dir.swift",
        "Attributes/Global/Draggable.swift",
        "Attributes/Global/Enterkeyhint.swift",
        "Attributes/Global/Exportparts.swift",
        "Attributes/Global/Hidden.swift",
        "Attributes/Global/Id.swift",
        "Attributes/Global/Inert.swift",
        "Attributes/Global/Inputmode.swift",
        "Attributes/Global/Is.swift",
        "Attributes/Global/Itemid.swift",
        "Attributes/Global/Itemprop.swift",
        "Attributes/Global/Itemref.swift",
        "Attributes/Global/Itemscope.swift",
        "Attributes/Global/Itemtype.swift",
        "Attributes/Global/Lang.swift",
        "Attributes/Global/Nonce.swift",
        "Attributes/Global/Part.swift",
        "Attributes/Global/Popover.swift",
        "Attributes/Global/Slot.swift",
        "Attributes/Global/Spellcheck.swift",
        "Attributes/Global/Style.swift",
        "Attributes/Global/Tabindex.swift",
        "Attributes/Global/Title.swift",
        "Attributes/Global/Translate.swift",
        "Attributes/Global/Virtualkeyboardpolicy.swift",
        "Attributes/Global/Writingsuggestions.swift",
        "Attributes/Headers.swift",
        "Attributes/Height.swift",
        "Attributes/High.swift",
        "Attributes/Href.swift",
        "Attributes/Hreflang.swift",
        "Attributes/HttpEquiv.swift",
        "Attributes/ImageSrcSet.swift",
        "Attributes/Imagesizes.swift",
        "Attributes/Integrity.swift",
        "Attributes/Ismap.swift",
        "Attributes/Kind.swift",
        "Attributes/Label.swift",
        "Attributes/LinkType.swift",
        "Attributes/List.swift",
        "Attributes/ListType.swift",
        "Attributes/Loading.swift",
        "Attributes/Loop.swift",
        "Attributes/Low.swift",
        "Attributes/MarginHeight.swift",
        "Attributes/MarginWidth.swift",
        "Attributes/Max.swift",
        "Attributes/Maxlength.swift",
        "Attributes/Media.swift",
        "Attributes/MetaName.swift",
        "Attributes/Method.swift",
        "Attributes/Min.swift",
        "Attributes/Minlength.swift",
        "Attributes/Multiple.swift",
        "Attributes/Muted.swift",
        "Attributes/Name.swift",
        "Attributes/NoResize.swift",
        "Attributes/Nomodule.swift",
        "Attributes/Novalidate.swift",
        "Attributes/ObjectData.swift",
        "Attributes/ObjectForm.swift",
        "Attributes/ObjectType.swift",
        "Attributes/Open.swift",
        "Attributes/Optimum.swift",
        "Attributes/Pattern.swift",
        "Attributes/Ping.swift",
        "Attributes/Placeholder.swift",
        "Attributes/Playsinline.swift",
        "Attributes/PopoverTarget.swift",
        "Attributes/PopoverTargetAction.swift",
        "Attributes/Poster.swift",
        "Attributes/Preload.swift",
        "Attributes/Readonly.swift",
        "Attributes/ReferrerPolicy.swift",
        "Attributes/Rel.swift",
        "Attributes/Required.swift",
        "Attributes/Reversed.swift",
        "Attributes/RowSpan.swift",
        "Attributes/Rows.swift",
        "Attributes/Scope.swift",
        "Attributes/ScriptType.swift",
        "Attributes/Scrolling.swift",
        "Attributes/Selected.swift",
        "Attributes/ShadowRootClonable.swift",
        "Attributes/ShadowRootDelegatesFocus.swift",
        "Attributes/ShadowRootMode.swift",
        "Attributes/Size.swift",
        "Attributes/Sizes.swift",
        "Attributes/SourceType.swift",
        "Attributes/Span.swift",
        "Attributes/Src.swift",
        "Attributes/SrcLang.swift",
        "Attributes/Start.swift",
        "Attributes/Step.swift",
        "Attributes/Target.swift",
        "Attributes/TextareaWrap.swift",
        "Attributes/Truespeed.swift",
        "Attributes/Usemap.swift",
        "Attributes/Value.swift",
        "Attributes/Width.swift",
        "Attributes/Xmlns.swift",
        "HTMLAttribute.swift",
        "HTMLBooleanAttribute.swift",
        "HTMLStringAttribute.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.