Build Information
Successful build of swift-html-types, reference 0.1.2 (d7e975), with Swift 6.1 for Wasm on 31 Oct 2025 23:02:16 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/swift-html-types.git
Reference: 0.1.2
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.2 -> FETCH_HEAD
HEAD is now at d7e9759 ci: add --ignore-unparsable-files flag to swift-format workflow
Cloned https://github.com/coenttb/swift-html-types.git
Revision (git rev-parse @):
d7e975904465260ea32f2cf8fcccf167224b09a2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-html-types.git at 0.1.2
========================================
Build
========================================
Selected platform: wasm
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_Tests",
"module_type" : "SwiftTarget",
"name" : "HTMLTypes Tests",
"path" : "Tests/HTMLTypes Tests",
"sources" : [
"ReadmeVerificationTests.swift"
],
"target_dependencies" : [
"HTMLTypes",
"HTMLTypesFoundation"
],
"type" : "test"
},
{
"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/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",
"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",
"HTMLElement Tests.swift"
],
"target_dependencies" : [
"HTMLElementTypesFoundation"
],
"type" : "test"
},
{
"c99name" : "HTMLElementTypesFoundation",
"module_type" : "SwiftTarget",
"name" : "HTMLElementTypesFoundation",
"path" : "Sources/HTMLElementTypesFoundation",
"product_memberships" : [
"HTMLTypesFoundation",
"HTMLElementTypesFoundation"
],
"sources" : [
"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/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/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/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",
"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"
],
"target_dependencies" : [
"HTMLElementTypes"
],
"type" : "test"
},
{
"c99name" : "HTMLElementTypes",
"module_type" : "SwiftTarget",
"name" : "HTMLElementTypes",
"path" : "Sources/HTMLElementTypes",
"product_memberships" : [
"HTMLTypes",
"HTMLTypesFoundation",
"HTMLElementTypes",
"HTMLElementTypesFoundation"
],
"sources" : [
"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/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",
"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-1":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/148] Compiling HTMLAttributeTypes Ping.swift
[9/148] Compiling HTMLAttributeTypes Placeholder.swift
[10/148] Compiling HTMLAttributeTypes Playsinline.swift
[11/148] Compiling HTMLAttributeTypes PopoverTarget.swift
[12/148] Compiling HTMLAttributeTypes PopoverTargetAction.swift
[13/148] Compiling HTMLAttributeTypes Poster.swift
[14/148] Compiling HTMLAttributeTypes Preload.swift
[15/148] Compiling HTMLAttributeTypes Readonly.swift
[16/148] Compiling HTMLAttributeTypes ReferrerPolicy.swift
[17/148] Compiling HTMLAttributeTypes Rel.swift
[18/148] Compiling HTMLAttributeTypes Required.swift
[19/148] Compiling HTMLAttributeTypes Reversed.swift
[20/148] Compiling HTMLAttributeTypes RowSpan.swift
[21/148] Compiling HTMLAttributeTypes Rows.swift
[22/148] Compiling HTMLAttributeTypes Scope.swift
[23/148] Compiling HTMLAttributeTypes ScriptType.swift
[24/148] Compiling HTMLAttributeTypes Scrolling.swift
[25/148] Compiling HTMLAttributeTypes Selected.swift
[26/148] Compiling HTMLAttributeTypes ShadowRootClonable.swift
[27/148] Compiling HTMLAttributeTypes ShadowRootDelegatesFocus.swift
[28/167] Compiling HTMLAttributeTypes Abbr.swift
[29/167] Compiling HTMLAttributeTypes Accept.swift
[30/167] Compiling HTMLAttributeTypes AcceptCharset.swift
[31/167] Compiling HTMLAttributeTypes Action.swift
[32/167] Compiling HTMLAttributeTypes Allow.swift
[33/167] Compiling HTMLAttributeTypes Allowfullscreen.swift
[34/167] Compiling HTMLAttributeTypes Alt.swift
[35/167] Compiling HTMLAttributeTypes As.swift
[36/167] Compiling HTMLAttributeTypes Async.swift
[37/167] Compiling HTMLAttributeTypes AttributionSrc.swift
[38/167] Compiling HTMLAttributeTypes Autocomplete.swift
[39/167] Compiling HTMLAttributeTypes Autoplay.swift
[40/167] Compiling HTMLAttributeTypes Behavior.swift
[41/167] Compiling HTMLAttributeTypes Blocking.swift
[42/167] Compiling HTMLAttributeTypes ButtonType.swift
[43/167] Compiling HTMLAttributeTypes Capture.swift
[44/167] Compiling HTMLAttributeTypes CharSet.swift
[45/167] Compiling HTMLAttributeTypes Checked.swift
[46/167] Compiling HTMLAttributeTypes Cite.swift
[47/167] Compiling HTMLAttributeTypes ColSpan.swift
[48/167] Emitting module HTMLAttributeTypes
[49/167] Compiling HTMLAttributeTypes Writingsuggestions.swift
[50/167] Compiling HTMLAttributeTypes Headers.swift
[51/167] Compiling HTMLAttributeTypes Height.swift
[52/167] Compiling HTMLAttributeTypes High.swift
[53/167] Compiling HTMLAttributeTypes Href.swift
[54/167] Compiling HTMLAttributeTypes Hreflang.swift
[55/167] Compiling HTMLAttributeTypes HttpEquiv.swift
[56/167] Compiling HTMLAttributeTypes ImageSrcSet.swift
[57/167] Compiling HTMLAttributeTypes Imagesizes.swift
[58/167] Compiling HTMLAttributeTypes Integrity.swift
[59/167] Compiling HTMLAttributeTypes Ismap.swift
[60/167] Compiling HTMLAttributeTypes Kind.swift
[61/167] Compiling HTMLAttributeTypes Label.swift
[62/167] Compiling HTMLAttributeTypes LinkType.swift
[63/167] Compiling HTMLAttributeTypes List.swift
[64/167] Compiling HTMLAttributeTypes ListType.swift
[65/167] Compiling HTMLAttributeTypes Loading.swift
[66/167] Compiling HTMLAttributeTypes Loop.swift
[67/167] Compiling HTMLAttributeTypes Low.swift
[68/167] Compiling HTMLAttributeTypes MarginHeight.swift
[69/167] Compiling HTMLAttributeTypes MarginWidth.swift
[70/167] Compiling HTMLAttributeTypes Max.swift
[71/167] Compiling HTMLAttributeTypes Maxlength.swift
[72/167] Compiling HTMLAttributeTypes Media.swift
[73/167] Compiling HTMLAttributeTypes MetaName.swift
[74/167] Compiling HTMLAttributeTypes Method.swift
[75/167] Compiling HTMLAttributeTypes Min.swift
[76/167] Compiling HTMLAttributeTypes Minlength.swift
[77/167] Compiling HTMLAttributeTypes Multiple.swift
[78/167] Compiling HTMLAttributeTypes Muted.swift
[79/167] Compiling HTMLAttributeTypes Name.swift
[80/167] Compiling HTMLAttributeTypes NoResize.swift
[81/167] Compiling HTMLAttributeTypes Nomodule.swift
[82/167] Compiling HTMLAttributeTypes Novalidate.swift
[83/167] Compiling HTMLAttributeTypes ObjectData.swift
[84/167] Compiling HTMLAttributeTypes ObjectForm.swift
[85/167] Compiling HTMLAttributeTypes ObjectType.swift
[86/167] Compiling HTMLAttributeTypes Open.swift
[87/167] Compiling HTMLAttributeTypes Optimum.swift
[88/167] Compiling HTMLAttributeTypes Pattern.swift
[89/167] Compiling HTMLAttributeTypes Id.swift
[90/167] Compiling HTMLAttributeTypes Inert.swift
[91/167] Compiling HTMLAttributeTypes Inputmode.swift
[92/167] Compiling HTMLAttributeTypes Is.swift
[93/167] Compiling HTMLAttributeTypes Itemid.swift
[94/167] Compiling HTMLAttributeTypes Itemprop.swift
[95/167] Compiling HTMLAttributeTypes Itemref.swift
[96/167] Compiling HTMLAttributeTypes Itemscope.swift
[97/167] Compiling HTMLAttributeTypes Itemtype.swift
[98/167] Compiling HTMLAttributeTypes Lang.swift
[99/167] Compiling HTMLAttributeTypes Nonce.swift
[100/167] Compiling HTMLAttributeTypes Part.swift
[101/167] Compiling HTMLAttributeTypes Popover.swift
[102/167] Compiling HTMLAttributeTypes Slot.swift
[103/167] Compiling HTMLAttributeTypes Spellcheck.swift
[104/167] Compiling HTMLAttributeTypes Style.swift
[105/167] Compiling HTMLAttributeTypes Tabindex.swift
[106/167] Compiling HTMLAttributeTypes Title.swift
[107/167] Compiling HTMLAttributeTypes Translate.swift
[108/167] Compiling HTMLAttributeTypes Virtualkeyboardpolicy.swift
[109/167] Compiling HTMLAttributeTypes Color.swift
[110/167] Compiling HTMLAttributeTypes Cols.swift
[111/167] Compiling HTMLAttributeTypes Compact.swift
[112/167] Compiling HTMLAttributeTypes Content.swift
[113/167] Compiling HTMLAttributeTypes Controls.swift
[114/167] Compiling HTMLAttributeTypes ControlsList.swift
[115/167] Compiling HTMLAttributeTypes Crossorigin.swift
[116/167] Compiling HTMLAttributeTypes DateTime.swift
[117/167] Compiling HTMLAttributeTypes Default.swift
[118/167] Compiling HTMLAttributeTypes Defer.swift
[119/167] Compiling HTMLAttributeTypes Direction.swift
[120/167] Compiling HTMLAttributeTypes Dirname.swift
[121/167] Compiling HTMLAttributeTypes DisablePictureInPicture.swift
[122/167] Compiling HTMLAttributeTypes DisableRemotePlayback.swift
[123/167] Compiling HTMLAttributeTypes Disabled.swift
[124/167] Compiling HTMLAttributeTypes Download.swift
[125/167] Compiling HTMLAttributeTypes Elementtiming.swift
[126/167] Compiling HTMLAttributeTypes Enctype.swift
[127/167] Compiling HTMLAttributeTypes Face.swift
[128/167] Compiling HTMLAttributeTypes Fetchpriority.swift
[129/167] Compiling HTMLAttributeTypes FontSize.swift
[130/167] Compiling HTMLAttributeTypes For.swift
[131/167] Compiling HTMLAttributeTypes Form.swift
[132/167] Compiling HTMLAttributeTypes FormAction.swift
[133/167] Compiling HTMLAttributeTypes FormEncType.swift
[134/167] Compiling HTMLAttributeTypes FormMethod.swift
[135/167] Compiling HTMLAttributeTypes FormNovalidate.swift
[136/167] Compiling HTMLAttributeTypes FormTarget.swift
[137/167] Compiling HTMLAttributeTypes FrameBorder.swift
[138/167] Compiling HTMLAttributeTypes Autocapitalize.swift
[139/167] Compiling HTMLAttributeTypes Autocorrect.swift
[140/167] Compiling HTMLAttributeTypes Autofocus.swift
[141/167] Compiling HTMLAttributeTypes Class.swift
[142/167] Compiling HTMLAttributeTypes Contenteditable.swift
[143/167] Compiling HTMLAttributeTypes DataAttribute.swift
[144/167] Compiling HTMLAttributeTypes Dir.swift
[145/167] Compiling HTMLAttributeTypes Draggable.swift
[146/167] Compiling HTMLAttributeTypes Enterkeyhint.swift
[147/167] Compiling HTMLAttributeTypes Exportparts.swift
[148/167] Compiling HTMLAttributeTypes Hidden.swift
[149/167] Compiling HTMLAttributeTypes ShadowRootMode.swift
[150/167] Compiling HTMLAttributeTypes Size.swift
[151/167] Compiling HTMLAttributeTypes Sizes.swift
[152/167] Compiling HTMLAttributeTypes SourceType.swift
[153/167] Compiling HTMLAttributeTypes Span.swift
[154/167] Compiling HTMLAttributeTypes Src.swift
[155/167] Compiling HTMLAttributeTypes SrcLang.swift
[156/167] Compiling HTMLAttributeTypes Start.swift
[157/167] Compiling HTMLAttributeTypes Step.swift
[158/167] Compiling HTMLAttributeTypes Target.swift
[159/167] Compiling HTMLAttributeTypes TextareaWrap.swift
[160/167] Compiling HTMLAttributeTypes Truespeed.swift
[161/167] Compiling HTMLAttributeTypes Usemap.swift
[162/167] Compiling HTMLAttributeTypes Value.swift
[163/167] Compiling HTMLAttributeTypes Width.swift
[164/167] Compiling HTMLAttributeTypes Xmlns.swift
[165/167] Compiling HTMLAttributeTypes HTMLAttribute.swift
[166/167] Compiling HTMLAttributeTypes HTMLBooleanAttribute.swift
[167/167] Compiling HTMLAttributeTypes HTMLStringAttribute.swift
[169/426] Compiling HTMLElementTypes s Strikethrough.swift
[170/426] Compiling HTMLElementTypes samp Sample Output.swift
[171/426] Compiling HTMLElementTypes script Script.swift
[172/426] Compiling HTMLElementTypes search Search.swift
[173/426] Compiling HTMLElementTypes section Generic Section.swift
[174/426] Compiling HTMLElementTypes select Selected Option Display.swift
[175/426] Compiling HTMLElementTypes slot Web Component Slot.swift
[176/426] Compiling HTMLElementTypes small Side Comment.swift
[177/426] Compiling HTMLElementTypes source Media or Image Source.swift
[178/426] Compiling HTMLElementTypes span Content Span.swift
[179/426] Compiling HTMLElementTypes strike Strike.swift
[180/426] Compiling HTMLElementTypes strong Strong Importance.swift
[181/426] Compiling HTMLElementTypes style Style Information.swift
[182/426] Compiling HTMLElementTypes sub Subscript.swift
[183/426] Compiling HTMLElementTypes summary Disclosure Summary.swift
[184/426] Compiling HTMLElementTypes sup Superscript.swift
[185/426] Compiling HTMLElementTypes table Table.swift
[186/426] Compiling HTMLElementTypes tbody Table Body.swift
[187/444] Compiling HTMLElementTypes noscript Noscript.swift
[188/444] Compiling HTMLElementTypes object External Object.swift
[189/444] Compiling HTMLAttributeTypesFoundation Muted.swift
[190/444] Compiling HTMLElementTypes optgroup Option Group.swift
[191/444] Compiling HTMLElementTypes option Option.swift
[192/444] Compiling HTMLElementTypes output Output.swift
[193/444] Compiling HTMLElementTypes p Paragraph.swift
[194/444] Compiling HTMLElementTypes param Object Parameter.swift
[195/444] Compiling HTMLElementTypes picture Picture.swift
[196/444] Compiling HTMLElementTypes plaintext Plain Text.swift
[197/444] Compiling HTMLElementTypes pre Preformatted Text.swift
[198/444] Compiling HTMLElementTypes progress Progress Indicator.swift
[199/444] Compiling HTMLElementTypes q Inline Quotation.swift
[200/444] Compiling HTMLElementTypes rb Ruby Base.swift
[201/444] Compiling HTMLElementTypes rp Ruby Fallback Parenthesis.swift
[202/444] Compiling HTMLElementTypes rt Ruby Text.swift
[203/444] Compiling HTMLElementTypes rtc Ruby Text Container.swift
[204/444] Compiling HTMLElementTypes ruby Ruby Annotation.swift
[205/444] Emitting module HTMLElementTypes
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/dir Directory.swift:40:42: 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:33: 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
[206/444] Compiling HTMLElementTypes button Button.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/dir Directory.swift:40:42: 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:33: 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
[207/444] Compiling HTMLElementTypes canvas Graphics Canvas.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/dir Directory.swift:40:42: 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:33: 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
[208/444] Compiling HTMLElementTypes caption Table Caption.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/dir Directory.swift:40:42: 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:33: 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
[209/444] Compiling HTMLElementTypes center Centered Text.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/dir Directory.swift:40:42: 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:33: 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
[210/444] Compiling HTMLElementTypes cite Citation.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/dir Directory.swift:40:42: 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:33: 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
[211/444] Compiling HTMLElementTypes code Inline Code.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/dir Directory.swift:40:42: 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:33: 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
[212/444] Compiling HTMLElementTypes col Table Column.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/dir Directory.swift:40:42: 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:33: 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
[213/444] Compiling HTMLElementTypes colgroup Table Column Group.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/dir Directory.swift:40:42: 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:33: 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
[214/444] Compiling HTMLElementTypes data Data.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/dir Directory.swift:40:42: 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:33: 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
[215/444] Compiling HTMLElementTypes datalist HTML Data List.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/dir Directory.swift:40:42: 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:33: 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
[216/444] Compiling HTMLElementTypes dd Description Details.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/dir Directory.swift:40:42: 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:33: 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
[217/444] Compiling HTMLElementTypes del Deleted Text.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/dir Directory.swift:40:42: 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:33: 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
[218/444] Compiling HTMLElementTypes details Details disclosure.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/dir Directory.swift:40:42: 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:33: 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
[219/444] Compiling HTMLElementTypes dfn Definition.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/dir Directory.swift:40:42: 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:33: 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
[220/444] Compiling HTMLElementTypes dialog Dialog.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/dir Directory.swift:40:42: 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:33: 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
[221/444] Compiling HTMLElementTypes dir Directory.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/dir Directory.swift:40:42: 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:33: 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
[222/444] Compiling HTMLElementTypes div Content Division.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/dir Directory.swift:40:42: 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:33: 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
[223/444] Compiling HTMLElementTypes dl Description List.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/dir Directory.swift:40:42: 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:33: 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
[224/444] Compiling HTMLElementTypes dt Description Term.swift
/host/spi-builder-workspace/Sources/HTMLElementTypes/Elements/dir Directory.swift:40:42: 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:33: 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 em Emphasis.swift
[226/444] Compiling HTMLElementTypes embed Embed External Content.swift
[227/444] Compiling HTMLElementTypes fencedframe Fenced Frame.swift
[228/444] Compiling HTMLElementTypes fieldset Field Set.swift
[229/444] Compiling HTMLElementTypes figcaption Figure Caption.swift
[230/444] Compiling HTMLElementTypes figure Figure with Optional Caption.swift
[231/444] Compiling HTMLElementTypes font Font.swift
[232/444] Compiling HTMLElementTypes footer Footer.swift
[233/444] Compiling HTMLElementTypes form Form.swift
[234/444] Compiling HTMLElementTypes frame Frame.swift
[235/444] Compiling HTMLElementTypes frameset Frameset.swift
[236/444] Compiling HTMLElementTypes h1-h6 HTML Section Heading.swift
[237/444] Compiling HTMLElementTypes head Document Metadata (Header).swift
[238/444] Compiling HTMLElementTypes header Header.swift
[239/444] Compiling HTMLElementTypes hgroup Heading Group.swift
[240/444] Compiling HTMLElementTypes hr Thematic Break (Horizontal Rule).swift
[241/444] Compiling HTMLElementTypes html HTML Document Root element.swift
[242/444] Compiling HTMLElementTypes i Idiomatic Text.swift
[243/444] Compiling HTMLElementTypes iframe Inline Frame.swift
[244/444] Compiling HTMLElementTypes img Image Embed.swift
[245/444] Compiling HTMLElementTypes input Input.swift
[246/444] Compiling HTMLAttributeTypesFoundation FormTarget.swift
[247/444] Compiling HTMLElementTypes kbd Keyboard Input.swift
[248/444] Compiling HTMLElementTypes label Label.swift
[249/444] Compiling HTMLElementTypes legend Field Set Legend.swift
[250/444] Compiling HTMLElementTypes li List Item.swift
[251/444] Compiling HTMLElementTypes link External Resource Link.swift
[252/444] Compiling HTMLElementTypes main Main.swift
[253/444] Compiling HTMLElementTypes map Image Map.swift
[254/444] Compiling HTMLElementTypes mark Mark Text.swift
[255/444] Compiling HTMLAttributeTypesFoundation Enterkeyhint.swift
[256/444] Compiling HTMLElementTypes menu Menu.swift
[257/444] Compiling HTMLElementTypes meta Metadata.swift
[258/444] Compiling HTMLElementTypes meter Meter.swift
[259/444] Compiling HTMLElementTypes nav Navigation Section.swift
[260/444] Compiling HTMLElementTypes nobr Non-Breaking Text.swift
[261/444] Compiling HTMLElementTypes noembed Embed Fallback.swift
[262/444] Compiling HTMLElementTypes noframes Frame Fallback.swift
[263/444] Compiling HTMLElementTypes td Table Data Cell.swift
[264/444] Compiling HTMLElementTypes template Content Template.swift
[265/444] Compiling HTMLElementTypes textarea Textarea.swift
[266/444] Compiling HTMLElementTypes tfoot Table Foot.swift
[267/444] Compiling HTMLElementTypes th Table Header.swift
[268/444] Compiling HTMLElementTypes thead Table Head.swift
[269/444] Compiling HTMLElementTypes time (Date) Time.swift
[270/444] Compiling HTMLElementTypes title Document Title.swift
[271/444] Compiling HTMLElementTypes tr Table Row.swift
[272/444] Compiling HTMLElementTypes track Embed Text Track.swift
[273/444] Compiling HTMLElementTypes tt Teletype Text.swift
[274/444] Compiling HTMLElementTypes u Unarticulated Annotation (Underline).swift
[275/444] Compiling HTMLElementTypes ul Unordered List.swift
[276/444] Compiling HTMLElementTypes var Variable.swift
[277/444] Compiling HTMLElementTypes video Video Embed.swift
[278/444] Compiling HTMLElementTypes wbr Line Break Opportunity.swift
[279/444] Compiling HTMLElementTypes xmp xmp.swift
[280/444] Compiling HTMLElementTypes HTMLElement.swift
[281/444] Compiling HTMLElementTypes Input.Button.swift
[282/444] Compiling HTMLElementTypes Input.Checkbox.swift
[283/444] Compiling HTMLElementTypes Input.Color.swift
[284/444] Compiling HTMLElementTypes Input.Date.swift
[285/444] Compiling HTMLElementTypes Input.DatetimeLocal.swift
[286/444] Compiling HTMLElementTypes Input.Email.swift
[287/444] Compiling HTMLElementTypes Input.File.swift
[288/444] Compiling HTMLElementTypes Input.Hidden.swift
[289/444] Compiling HTMLElementTypes Input.Image.swift
[290/444] Compiling HTMLElementTypes Input.Month.swift
[291/444] Compiling HTMLElementTypes Input.Number.swift
[292/444] Compiling HTMLElementTypes Input.Password.swift
[293/444] Compiling HTMLElementTypes Input.Radio.swift
[294/444] Compiling HTMLElementTypes Input.Range.swift
[295/444] Compiling HTMLElementTypes Input.Reset.swift
[296/444] Compiling HTMLElementTypes Input.Search.swift
[297/444] Compiling HTMLElementTypes Input.Submit.swift
[298/444] Compiling HTMLElementTypes Input.Tel.swift
[299/444] Compiling HTMLElementTypes Input.Text.swift
[300/444] Compiling HTMLElementTypes Input.Time.swift
[301/444] Compiling HTMLElementTypes Input.Type.swift
[302/444] Compiling HTMLElementTypes Input.Url.swift
[303/444] Compiling HTMLElementTypes Input.Week.swift
[304/444] Compiling HTMLElementTypes a Anchor.swift
[305/444] Compiling HTMLElementTypes abbr Abbreviation.swift
[306/444] Compiling HTMLElementTypes address Contact Address.swift
[307/444] Compiling HTMLElementTypes area Image Map Area.swift
[308/444] Compiling HTMLElementTypes article Article Contents.swift
[309/444] Compiling HTMLElementTypes aside Aside.swift
[310/444] Compiling HTMLElementTypes audio Embed Audio.swift
[311/444] Compiling HTMLElementTypes b Bring Attention To.swift
[312/444] Compiling HTMLElementTypes base Document Base URL.swift
[313/444] Compiling HTMLElementTypes bdi Bidirectional Isolate.swift
[314/444] Compiling HTMLElementTypes bdo Bidirectional Text Override.swift
[315/444] Compiling HTMLElementTypes big Bigger Text.swift
[316/444] Compiling HTMLElementTypes blockquote Block Quotation.swift
[317/444] Compiling HTMLElementTypes body Document Body.swift
[318/444] Compiling HTMLElementTypes br Line Break.swift
[390/462] Emitting module HTMLAttributeTypesFoundation
[428/462] Compiling HTMLAttributeTypesFoundation ShadowRootDelegatesFocus.swift
[429/462] Compiling HTMLAttributeTypesFoundation ShadowRootMode.swift
[430/462] Compiling HTMLAttributeTypesFoundation Size.swift
[431/462] Compiling HTMLAttributeTypesFoundation Sizes.swift
[432/462] Compiling HTMLAttributeTypesFoundation Span.swift
[433/462] Compiling HTMLAttributeTypesFoundation Src.swift
[434/462] Compiling HTMLAttributeTypesFoundation Start.swift
[435/462] Compiling HTMLAttributeTypesFoundation Step.swift
[436/462] Compiling HTMLAttributeTypesFoundation Target.swift
[437/462] Compiling HTMLAttributeTypesFoundation TextareaWrap.swift
[438/462] Compiling HTMLAttributeTypesFoundation Truespeed.swift
[439/462] Compiling HTMLAttributeTypesFoundation Usemap.swift
[440/462] Compiling HTMLAttributeTypesFoundation Value.swift
[441/462] Compiling HTMLAttributeTypesFoundation Width.swift
[442/462] Compiling HTMLAttributeTypesFoundation Xmlns.swift
[443/462] Compiling HTMLAttributeTypesFoundation String.format.swift
[444/462] Compiling HTMLAttributeTypesFoundation exports.swift
[445/547] Compiling HTMLElementTypesFoundation dl Description List.swift
[446/547] Compiling HTMLElementTypesFoundation dt Description Term.swift
[447/547] Compiling HTMLElementTypesFoundation Input.Button.swift
[448/547] Compiling HTMLElementTypesFoundation Input.Checkbox.swift
[449/547] Compiling HTMLElementTypesFoundation Input.Color.swift
[450/547] Compiling HTMLElementTypesFoundation Input.Date.swift
[451/547] Compiling HTMLElementTypesFoundation Input.DatetimeLocal.swift
[452/547] Compiling HTMLElementTypesFoundation Input.Email.swift
[453/547] Compiling HTMLElementTypesFoundation Input.File.swift
[454/547] Compiling HTMLElementTypesFoundation Input.Hidden.swift
[455/547] Compiling HTMLElementTypesFoundation Input.Image.swift
[456/547] Compiling HTMLElementTypesFoundation Input.Month.swift
[457/547] Compiling HTMLElementTypesFoundation Input.Number.swift
[458/547] Compiling HTMLElementTypesFoundation Input.Password.swift
[459/547] Compiling HTMLElementTypesFoundation Input.Radio.swift
[460/547] Compiling HTMLElementTypesFoundation Input.Range.swift
[461/547] Compiling HTMLElementTypesFoundation Input.Reset.swift
[462/547] Compiling HTMLElementTypesFoundation Input.Search.swift
[463/556] Compiling HTMLTypes exports.swift
[464/600] Emitting module HTMLTypes
[466/600] Compiling HTMLElementTypesFoundation button Button.swift
[467/600] Compiling HTMLElementTypesFoundation canvas Graphics Canvas.swift
[468/600] Compiling HTMLElementTypesFoundation caption Table Caption.swift
[469/600] Compiling HTMLElementTypesFoundation center Centered Text.swift
[470/600] Compiling HTMLElementTypesFoundation cite Citation.swift
[471/600] Compiling HTMLElementTypesFoundation code Inline Code.swift
[472/600] Compiling HTMLElementTypesFoundation col Table Column.swift
[473/600] Compiling HTMLElementTypesFoundation colgroup Table Column Group.swift
[474/600] Compiling HTMLElementTypesFoundation data Data.swift
[475/600] Compiling HTMLElementTypesFoundation datalist HTML Data List.swift
[476/600] Compiling HTMLElementTypesFoundation dd Description Details.swift
[477/600] Compiling HTMLElementTypesFoundation del Deleted Text.swift
[478/600] Compiling HTMLElementTypesFoundation details Details disclosure.swift
[479/600] Compiling HTMLElementTypesFoundation dfn Definition.swift
[480/600] Compiling HTMLElementTypesFoundation dialog Dialog.swift
[481/600] Compiling HTMLElementTypesFoundation dir Directory.swift
[482/600] Compiling HTMLElementTypesFoundation div Content Division.swift
[501/600] Compiling HTMLElementTypesFoundation Input.Submit.swift
[502/600] Compiling HTMLElementTypesFoundation Input.Tel.swift
[503/600] Compiling HTMLElementTypesFoundation Input.Text.swift
[504/600] Compiling HTMLElementTypesFoundation Input.Time.swift
[505/600] Compiling HTMLElementTypesFoundation Input.Type.swift
[506/600] Compiling HTMLElementTypesFoundation Input.Url.swift
[507/600] Compiling HTMLElementTypesFoundation Input.Week.swift
[508/600] Compiling HTMLElementTypesFoundation a Anchor.swift
[509/600] Compiling HTMLElementTypesFoundation abbr Abbreviation.swift
[510/600] Compiling HTMLElementTypesFoundation address Contact Address.swift
[511/600] Compiling HTMLElementTypesFoundation area Image Map Area.swift
[512/600] Compiling HTMLElementTypesFoundation article Article Contents.swift
[513/600] Compiling HTMLElementTypesFoundation aside Aside.swift
[514/600] Compiling HTMLElementTypesFoundation audio Embed Audio.swift
[515/600] Compiling HTMLElementTypesFoundation b Bring Attention To.swift
[516/600] Compiling HTMLElementTypesFoundation base Document Base URL.swift
[517/600] Compiling HTMLElementTypesFoundation bdi Bidirectional Isolate.swift
[518/600] Compiling HTMLElementTypesFoundation bdo Bidirectional Text Override.swift
[519/600] Compiling HTMLElementTypesFoundation big Bigger Text.swift
[520/600] Compiling HTMLElementTypesFoundation blockquote Block Quotation.swift
[521/600] Compiling HTMLElementTypesFoundation body Document Body.swift
[522/600] Compiling HTMLElementTypesFoundation br Line Break.swift
[523/619] Emitting module HTMLElementTypesFoundation
[524/619] Compiling HTMLElementTypesFoundation s Strikethrough.swift
[525/619] Compiling HTMLElementTypesFoundation samp Sample Output.swift
[526/619] Compiling HTMLElementTypesFoundation script Script.swift
[527/619] Compiling HTMLElementTypesFoundation search Search.swift
[528/619] Compiling HTMLElementTypesFoundation section Generic Section.swift
[529/619] Compiling HTMLElementTypesFoundation select Selected Option Display.swift
[530/619] Compiling HTMLElementTypesFoundation slot Web Component Slot.swift
[531/619] Compiling HTMLElementTypesFoundation small Side Comment.swift
[532/619] Compiling HTMLElementTypesFoundation source Media or Image Source.swift
[533/619] Compiling HTMLElementTypesFoundation span Content Span.swift
[534/619] Compiling HTMLElementTypesFoundation strike Strike.swift
[535/619] Compiling HTMLElementTypesFoundation strong Strong Importance.swift
[536/619] Compiling HTMLElementTypesFoundation style Style Information.swift
[537/619] Compiling HTMLElementTypesFoundation sub Subscript.swift
[538/619] Compiling HTMLElementTypesFoundation summary Disclosure Summary.swift
[539/619] Compiling HTMLElementTypesFoundation sup Superscript.swift
[540/619] Compiling HTMLElementTypesFoundation table Table.swift
[541/619] Compiling HTMLElementTypesFoundation tbody Table Body.swift
[542/619] Compiling HTMLElementTypesFoundation td Table Data Cell.swift
[543/619] Compiling HTMLTypes Input.Type.swift
[544/619] Compiling HTMLElementTypesFoundation noframes Frame Fallback.swift
[545/619] Compiling HTMLElementTypesFoundation noscript Noscript.swift
[546/619] Compiling HTMLElementTypesFoundation object External Object.swift
[547/619] Compiling HTMLElementTypesFoundation ol Ordered List.swift
[548/619] Compiling HTMLElementTypesFoundation optgroup Option Group.swift
[549/619] Compiling HTMLElementTypesFoundation option Option.swift
[550/619] Compiling HTMLElementTypesFoundation output Output.swift
[551/619] Compiling HTMLElementTypesFoundation p Paragraph.swift
[552/619] Compiling HTMLElementTypesFoundation param Object Parameter.swift
[553/619] Compiling HTMLElementTypesFoundation picture Picture.swift
[554/619] Compiling HTMLElementTypesFoundation plaintext Plain Text.swift
[555/619] Compiling HTMLElementTypesFoundation pre Preformatted Text.swift
[556/619] Compiling HTMLElementTypesFoundation progress Progress Indicator.swift
[557/619] Compiling HTMLElementTypesFoundation q Inline Quotation.swift
[558/619] Compiling HTMLElementTypesFoundation rb Ruby Base.swift
[559/619] Compiling HTMLElementTypesFoundation rp Ruby Fallback Parenthesis.swift
[560/619] Compiling HTMLElementTypesFoundation rt Ruby Text.swift
[561/619] Compiling HTMLElementTypesFoundation rtc Ruby Text Container.swift
[562/619] Compiling HTMLElementTypesFoundation ruby Ruby Annotation.swift
[563/620] Compiling HTMLElementTypesFoundation em Emphasis.swift
[564/620] Compiling HTMLElementTypesFoundation embed Embed External Content.swift
[565/620] Compiling HTMLElementTypesFoundation fencedframe Fenced Frame.swift
[566/620] Compiling HTMLElementTypesFoundation fieldset Field Set.swift
[567/620] Compiling HTMLElementTypesFoundation figcaption Figure Caption.swift
[568/620] Compiling HTMLElementTypesFoundation figure Figure with Optional Caption.swift
[569/620] Compiling HTMLElementTypesFoundation font Font.swift
[570/620] Compiling HTMLElementTypesFoundation footer Footer.swift
[571/620] Compiling HTMLElementTypesFoundation form Form.swift
[572/620] Compiling HTMLElementTypesFoundation frame Frame.swift
[573/620] Compiling HTMLElementTypesFoundation frameset Frameset.swift
[574/620] Compiling HTMLElementTypesFoundation h1-h6 HTML Section Heading.swift
[575/620] Compiling HTMLElementTypesFoundation head Document Metadata (Header).swift
[576/620] Compiling HTMLElementTypesFoundation header Header.swift
[577/620] Compiling HTMLElementTypesFoundation hgroup Heading Group.swift
[578/620] Compiling HTMLElementTypesFoundation hr Thematic Break (Horizontal Rule).swift
[579/620] Compiling HTMLElementTypesFoundation html HTML Document Root element.swift
[580/620] Compiling HTMLElementTypesFoundation i Idiomatic Text.swift
[581/620] Compiling HTMLElementTypesFoundation iframe Inline Frame.swift
[582/620] Compiling HTMLElementTypesFoundation img Image Embed.swift
[583/620] Compiling HTMLElementTypesFoundation img Image.swift
[584/620] Compiling HTMLElementTypesFoundation input Input.swift
[585/620] Compiling HTMLElementTypesFoundation ins Inserted Text.swift
[586/620] Compiling HTMLElementTypesFoundation kbd Keyboard Input.swift
[587/620] Compiling HTMLElementTypesFoundation label Label.swift
[588/620] Compiling HTMLElementTypesFoundation legend Field Set Legend.swift
[589/620] Compiling HTMLElementTypesFoundation li List Item.swift
[590/620] Compiling HTMLElementTypesFoundation link External Resource Link.swift
[591/620] Compiling HTMLElementTypesFoundation main Main.swift
[592/620] Compiling HTMLElementTypesFoundation map Image Map.swift
[593/620] Compiling HTMLElementTypesFoundation mark Mark Text.swift
[594/620] Compiling HTMLElementTypesFoundation marquee Marquee.swift
[595/620] Compiling HTMLElementTypesFoundation menu Menu.swift
[596/620] Compiling HTMLElementTypesFoundation meta Metadata.swift
[597/620] Compiling HTMLElementTypesFoundation meter Meter.swift
[598/620] Compiling HTMLElementTypesFoundation nav Navigation Section.swift
[599/620] Compiling HTMLElementTypesFoundation nobr Non-Breaking Text.swift
[600/620] Compiling HTMLElementTypesFoundation noembed Embed Fallback.swift
[602/620] Compiling HTMLElementTypesFoundation template Content Template.swift
[603/620] Compiling HTMLElementTypesFoundation textarea Textarea.swift
[604/620] Compiling HTMLElementTypesFoundation tfoot Table Foot.swift
[605/620] Compiling HTMLElementTypesFoundation th Table Header.swift
[606/620] Compiling HTMLElementTypesFoundation thead Table Head.swift
[607/620] Compiling HTMLElementTypesFoundation time (Date) Time.swift
[608/620] Compiling HTMLElementTypesFoundation title Document Title.swift
[609/620] Compiling HTMLElementTypesFoundation tr Table Row.swift
[610/620] Compiling HTMLElementTypesFoundation track Embed Text Track.swift
[611/620] Compiling HTMLElementTypesFoundation tt Teletype Text.swift
[612/620] Compiling HTMLElementTypesFoundation u Unarticulated Annotation (Underline).swift
[613/620] Compiling HTMLElementTypesFoundation ul Unordered List.swift
[614/620] Compiling HTMLElementTypesFoundation var Variable.swift
[615/620] Compiling HTMLElementTypesFoundation video Video Embed.swift
[616/620] Compiling HTMLElementTypesFoundation wbr Line Break Opportunity.swift
[617/620] Compiling HTMLElementTypesFoundation xmp xmp.swift
[618/620] Compiling HTMLElementTypesFoundation xmp.swift
[619/620] Compiling HTMLElementTypesFoundation HTMLElement.swift
[620/620] Compiling HTMLElementTypesFoundation exports.swift
[622/623] Emitting module HTMLTypesFoundation
[623/623] Compiling HTMLTypesFoundation exports.swift
Build complete! (37.62s)
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_Tests",
"module_type" : "SwiftTarget",
"name" : "HTMLTypes Tests",
"path" : "Tests/HTMLTypes Tests",
"sources" : [
"ReadmeVerificationTests.swift"
],
"target_dependencies" : [
"HTMLTypes",
"HTMLTypesFoundation"
],
"type" : "test"
},
{
"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/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",
"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",
"HTMLElement Tests.swift"
],
"target_dependencies" : [
"HTMLElementTypesFoundation"
],
"type" : "test"
},
{
"c99name" : "HTMLElementTypesFoundation",
"module_type" : "SwiftTarget",
"name" : "HTMLElementTypesFoundation",
"path" : "Sources/HTMLElementTypesFoundation",
"product_memberships" : [
"HTMLTypesFoundation",
"HTMLElementTypesFoundation"
],
"sources" : [
"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/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/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/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",
"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"
],
"target_dependencies" : [
"HTMLElementTypes"
],
"type" : "test"
},
{
"c99name" : "HTMLElementTypes",
"module_type" : "SwiftTarget",
"name" : "HTMLElementTypes",
"path" : "Sources/HTMLElementTypes",
"product_memberships" : [
"HTMLTypes",
"HTMLTypesFoundation",
"HTMLElementTypes",
"HTMLElementTypesFoundation"
],
"sources" : [
"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/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",
"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"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.