The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-html-css-pointfree, reference main (9c43c0), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 29 Apr 2026 19:12:31 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-foundations/swift-html-css-pointfree.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-foundations/swift-html-css-pointfree
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9c43c0d metadata: add .github/metadata.yaml draft (#3)
Cloned https://github.com/swift-foundations/swift-html-css-pointfree.git
Revision (git rev-parse @):
9c43c0d8b381a82d3221047ed0b01911d6ed54ac
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-foundations/swift-html-css-pointfree.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-foundations/swift-html-css-pointfree.git
https://github.com/swift-foundations/swift-html-css-pointfree.git
{
  "dependencies" : [
    {
      "identity" : "swift-html-standard",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-standards/swift-html-standard.git"
    },
    {
      "identity" : "swift-css-standard",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-standards/swift-css-standard.git"
    },
    {
      "identity" : "pointfree-html",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/coenttb/pointfree-html.git"
    },
    {
      "identity" : "swift-testing-performance",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/coenttb/swift-testing-performance.git"
    }
  ],
  "manifest_display_name" : "swift-html-css-pointfree",
  "name" : "swift-html-css-pointfree",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "18.0"
    }
  ],
  "products" : [
    {
      "name" : "CSSPointFreeHTML",
      "targets" : [
        "CSSPointFreeHTML"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTMLCSSPointFreeHTML",
      "targets" : [
        "HTMLCSSPointFreeHTML"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTMLAttributesPointFreeHTML",
      "targets" : [
        "HTMLAttributesPointFreeHTML"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTMLElementsPointFreeHTML",
      "targets" : [
        "HTMLElementsPointFreeHTML"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "HTMLElementsPointFreeHTML_Tests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLElementsPointFreeHTML Tests",
      "path" : "Tests/HTMLElementsPointFreeHTML Tests",
      "product_dependencies" : [
        "PointFreeHTML",
        "PointFreeHTMLTestSupport",
        "TestingPerformance"
      ],
      "sources" : [
        "Support/SnapshotTests.swift",
        "a Anchor Tests.swift",
        "abbr Abbreviation Tests.swift",
        "address Contact Address Tests.swift",
        "area Image Map Area Tests.swift",
        "article Article Contents Tests.swift",
        "aside Aside Tests.swift",
        "audio Embed Audio Tests.swift",
        "b Bring Attention To Tests.swift",
        "base Document Base URL Tests.swift",
        "blockquote Block Quotation Tests.swift",
        "body Document Body Tests.swift",
        "br LineBreak Tests.swift",
        "button Button Tests.swift",
        "canvas Graphics Canvas Tests.swift",
        "caption Table Caption Tests.swift",
        "cite Citation Tests.swift",
        "code Inline Code Tests.swift",
        "col Table Column Tests.swift",
        "data Data Tests.swift",
        "datalist HTML Data List Tests.swift",
        "dd Description Details Tests.swift",
        "del Deleted Text Tests.swift",
        "details Details disclosure Tests.swift",
        "dfn Definition Tests.swift",
        "dialog Dialog Tests.swift",
        "div Content Division Tests.swift",
        "dl Description List Tests.swift",
        "dt Description Term Tests.swift",
        "em Emphasis Tests.swift",
        "embed Embed External Content Tests.swift",
        "fieldset Field Set Tests.swift",
        "figcaption Figure Caption Tests.swift",
        "figure Figure with Optional Caption Tests.swift",
        "footer Footer Tests.swift",
        "form Form Tests.swift",
        "h1-h6 HTML Section Heading Tests.swift",
        "head Document Metadata (Header) Tests.swift",
        "header Header Tests.swift",
        "hr Thematic Break (Horizontal Rule) Tests.swift",
        "html HTML Document Root element Tests.swift",
        "i Idiomatic Text Tests.swift",
        "iframe Inline Frame Tests.swift",
        "img Image Embed Tests.swift",
        "input Input Tests.swift",
        "ins Inserted Text Tests.swift",
        "kbd Keyboard Input Tests.swift",
        "label Label Tests.swift",
        "legend Field Set Legend Tests.swift",
        "li List Item Tests.swift",
        "link External Resource Link Tests.swift",
        "main Main Tests.swift",
        "mark Mark Text Tests.swift",
        "meta Metadata Tests.swift",
        "meter Meter Tests.swift",
        "nav Navigation Section Tests.swift",
        "ol Ordered List Tests.swift",
        "optgroup Option Group Tests.swift",
        "option Option Tests.swift",
        "output Output Tests.swift",
        "p Paragraph Tests.swift",
        "param Object Parameter Tests.swift",
        "picture Picture Tests.swift",
        "pre Preformatted Text Tests.swift",
        "progress Progress Indicator Tests.swift",
        "q Inline Quotation Tests.swift",
        "s Strikethrough Tests.swift",
        "samp Sample Output Tests.swift",
        "script Script Tests.swift",
        "section Generic Section Tests.swift",
        "select Selected Option Display Tests.swift",
        "small Side Comment Tests.swift",
        "source Media or Image Source Tests.swift",
        "span Content Span Tests.swift",
        "strong Strong Importance Tests.swift",
        "style Style Information Tests.swift",
        "sub Subscript Tests.swift",
        "summary Disclosure Summary Tests.swift",
        "sup Superscript Tests.swift",
        "table Table Tests.swift",
        "tbody Table Body Tests.swift",
        "td Table Data Cell Tests.swift",
        "textarea Textarea Tests.swift",
        "tfoot Table Foot Tests.swift",
        "th Table Header Tests.swift",
        "thead Table Head Tests.swift",
        "time (Date) Time Tests.swift",
        "title Document Title Tests.swift",
        "tr Table Row Tests.swift",
        "track Embed Text Track Tests.swift",
        "u Unarticulated Annotation (Underline) Tests.swift",
        "ul Unordered List Tests.swift",
        "var Variable Tests.swift",
        "video Video Embed Tests.swift",
        "wbr Line Break Opportunity Tests.swift"
      ],
      "target_dependencies" : [
        "HTMLElementsPointFreeHTML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTMLElementsPointFreeHTML",
      "module_type" : "SwiftTarget",
      "name" : "HTMLElementsPointFreeHTML",
      "path" : "Sources/HTMLElementsPointFreeHTML",
      "product_dependencies" : [
        "HTML Standard Elements",
        "PointFreeHTML"
      ],
      "product_memberships" : [
        "HTMLCSSPointFreeHTML",
        "HTMLElementsPointFreeHTML"
      ],
      "sources" : [
        "Internal/HTMLElementNoAttributes.swift",
        "Internal/HTMLVoidElement.swift",
        "Internal/String+HTML.swift",
        "Internal/exports.swift",
        "a Anchor.swift",
        "abbr Abbreviation.swift",
        "address Contact Address.swift",
        "area Image Map Area.swift",
        "article Article Contents.swift",
        "aside Aside.swift",
        "audio Embed Audio.swift",
        "b Bring Attention To.swift",
        "base Document Base URL.swift",
        "bdi Bidirectional Isolate.swift",
        "bdo Bidirectional Text Override.swift",
        "big Bigger Text.swift",
        "blockquote Block Quotation.swift",
        "body Document Body.swift",
        "br Line Break.swift",
        "button Button.swift",
        "canvas Graphics Canvas.swift",
        "caption Table Caption.swift",
        "center Centered Text.swift",
        "cite Citation.swift",
        "code Inline Code.swift",
        "col Table Column.swift",
        "colgroup Table Column Group.swift",
        "data Data.swift",
        "datalist HTML Data List.swift",
        "dd Description Details.swift",
        "del Deleted Text.swift",
        "details Details disclosure.swift",
        "dfn Definition.swift",
        "dialog Dialog.swift",
        "dir Directory.swift",
        "div Content Division.swift",
        "dl Description List.swift",
        "dt Description Term.swift",
        "em Emphasis.swift",
        "embed Embed External Content.swift",
        "fencedframe Fenced Frame.swift",
        "fieldset Field Set.swift",
        "figcaption Figure Caption.swift",
        "figure Figure with Optional Caption.swift",
        "font Font.swift",
        "footer Footer.swift",
        "form Form.swift",
        "frame Frame.swift",
        "frameset Frameset.swift",
        "h1-h6 HTML Section Heading.swift",
        "head Document Metadata (Header).swift",
        "header Header.swift",
        "hgroup Heading Group.swift",
        "hr Thematic Break (Horizontal Rule).swift",
        "html HTML Document Root element.swift",
        "i Idiomatic Text.swift",
        "iframe Inline Frame.swift",
        "img Image Embed.swift",
        "input Input.swift",
        "ins Inserted Text.swift",
        "kbd Keyboard Input.swift",
        "label Label.swift",
        "legend Field Set Legend.swift",
        "li List Item.swift",
        "link External Resource Link.swift",
        "main Main.swift",
        "map Image Map.swift",
        "mark Mark Text.swift",
        "marquee Marquee.swift",
        "menu Menu.swift",
        "meta Metadata.swift",
        "meter Meter.swift",
        "nav Navigation Section.swift",
        "nobr Non-Breaking Text.swift",
        "noembed Embed Fallback.swift",
        "noframes Frame Fallback.swift",
        "noscript Noscript.swift",
        "object External Object.swift",
        "ol Ordered List.swift",
        "optgroup Option Group.swift",
        "option Option.swift",
        "output Output.swift",
        "p Paragraph.swift",
        "param Object Parameter.swift",
        "picture Picture.swift",
        "plaintext Plain Text.swift",
        "pre Preformatted Text.swift",
        "progress Progress Indicator.swift",
        "q Inline Quotation.swift",
        "rb Ruby Base.swift",
        "rp Ruby Fallback Parenthesis.swift",
        "rt Ruby Text.swift",
        "rtc Ruby Text Container.swift",
        "ruby Ruby Annotation.swift",
        "s Strikethrough.swift",
        "samp Sample Output.swift",
        "script Script.swift",
        "search Search.swift",
        "section Generic Section.swift",
        "select Selected Option Display.swift",
        "slot Web Component Slot.swift",
        "small Side Comment.swift",
        "source Media or Image Source.swift",
        "span Content Span.swift",
        "strike Strike.swift",
        "strong Strong Importance.swift",
        "style Style Information.swift",
        "sub Subscript.swift",
        "summary Disclosure Summary.swift",
        "sup Superscript.swift",
        "table Table.swift",
        "tbody Table Body.swift",
        "td Table Data Cell.swift",
        "template Content Template.swift",
        "textarea Textarea.swift",
        "tfoot Table Foot.swift",
        "th Table Header.swift",
        "thead Table Head.swift",
        "time (Date) Time.swift",
        "title Document Title.swift",
        "tr Table Row.swift",
        "track Embed Text Track.swift",
        "tt Teletype Text.swift",
        "u Unarticulated Annotation (Underline).swift",
        "ul Unordered List.swift",
        "var Variable.swift",
        "video Video Embed.swift",
        "wbr Line Break Opportunity.swift",
        "xmp xmp.swift"
      ],
      "target_dependencies" : [
        "HTMLAttributesPointFreeHTML"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTMLCSSPointFreeHTML_Tests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLCSSPointFreeHTML Tests",
      "path" : "Tests/HTMLCSSPointFreeHTML Tests",
      "product_dependencies" : [
        "PointFreeHTML",
        "PointFreeHTMLTestSupport",
        "TestingPerformance"
      ],
      "sources" : [
        "HTML+Streaming Tests.swift",
        "HTMLCSSPointFree Tests.swift",
        "ReadmeVerificationTests.swift"
      ],
      "target_dependencies" : [
        "HTMLCSSPointFreeHTML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTMLCSSPointFreeHTML",
      "module_type" : "SwiftTarget",
      "name" : "HTMLCSSPointFreeHTML",
      "path" : "Sources/HTMLCSSPointFreeHTML",
      "product_dependencies" : [
        "PointFreeHTML",
        "CSS Standard",
        "HTML Standard"
      ],
      "product_memberships" : [
        "HTMLCSSPointFreeHTML"
      ],
      "sources" : [
        "HTML+CSS+PointFree.swift"
      ],
      "target_dependencies" : [
        "CSSPointFreeHTML",
        "HTMLElementsPointFreeHTML",
        "HTMLAttributesPointFreeHTML"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTMLAttributesPointFreeHTML_Tests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLAttributesPointFreeHTML Tests",
      "path" : "Tests/HTMLAttributesPointFreeHTML Tests",
      "product_dependencies" : [
        "PointFreeHTML",
        "PointFreeHTMLTestSupport",
        "TestingPerformance"
      ],
      "sources" : [
        "Accept Tests.swift",
        "Href Tests.swift",
        "Target Tests.swift"
      ],
      "target_dependencies" : [
        "HTMLAttributesPointFreeHTML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTMLAttributesPointFreeHTML",
      "module_type" : "SwiftTarget",
      "name" : "HTMLAttributesPointFreeHTML",
      "path" : "Sources/HTMLAttributesPointFreeHTML",
      "product_dependencies" : [
        "HTML Standard Attributes",
        "PointFreeHTML"
      ],
      "product_memberships" : [
        "HTMLCSSPointFreeHTML",
        "HTMLAttributesPointFreeHTML",
        "HTMLElementsPointFreeHTML"
      ],
      "sources" : [
        "Abbr.swift",
        "Accept.swift",
        "AcceptCharset.swift",
        "Action.swift",
        "Allow.swift",
        "Allowfullscreen.swift",
        "Alt.swift",
        "As.swift",
        "Async.swift",
        "AttributionSrc.swift",
        "Autocomplete.swift",
        "Autoplay.swift",
        "Behavior.swift",
        "Blocking.swift",
        "ButtonType.swift",
        "Capture.swift",
        "CharSet.swift",
        "Checked.swift",
        "Cite.swift",
        "ColSpan.swift",
        "Color.swift",
        "Cols.swift",
        "Compact.swift",
        "Content.swift",
        "Controls.swift",
        "ControlsList.swift",
        "Crossorigin.swift",
        "DateTime.swift",
        "Default.swift",
        "Defer.swift",
        "Direction.swift",
        "Dirname.swift",
        "DisablePictureInPicture.swift",
        "DisableRemotePlayback.swift",
        "Disabled.swift",
        "Download.swift",
        "Elementtiming.swift",
        "EncType.swift",
        "Face.swift",
        "FetchPriority.swift",
        "File.swift",
        "FontSize.swift",
        "For.swift",
        "Form.swift",
        "FormAction.swift",
        "FormEncType.swift",
        "FormMethod.swift",
        "FormNovalidate.swift",
        "FormTarget.swift",
        "FrameBorder.swift",
        "Global/Autocapitalize.swift",
        "Global/Autocorrect.swift",
        "Global/Autofocus.swift",
        "Global/Class.swift",
        "Global/Contenteditable.swift",
        "Global/DataAttribute.swift",
        "Global/Dir.swift",
        "Global/Draggable.swift",
        "Global/Enterkeyhint.swift",
        "Global/Exportparts.swift",
        "Global/Hidden.swift",
        "Global/Id.swift",
        "Global/Inert.swift",
        "Global/Inputmode.swift",
        "Global/Is.swift",
        "Global/Itemid.swift",
        "Global/Itemprop.swift",
        "Global/Itemref.swift",
        "Global/Itemscope.swift",
        "Global/Itemtype.swift",
        "Global/Lang.swift",
        "Global/Nonce.swift",
        "Global/Part.swift",
        "Global/Popover.swift",
        "Global/Slot.swift",
        "Global/Spellcheck.swift",
        "Global/Style.swift",
        "Global/Tabindex.swift",
        "Global/Title.swift",
        "Global/Translate.swift",
        "Global/Virtualkeyboardpolicy.swift",
        "Global/Writingsuggestions.swift",
        "HTTPEquiv.swift",
        "Headers.swift",
        "Height.swift",
        "High.swift",
        "Href.swift",
        "Hreflang.swift",
        "ImageSrcSet.swift",
        "Imagesizes.swift",
        "Integrity.swift",
        "Internal/Attribute.swift",
        "Internal/_HTMLAttributes.swift",
        "Internal/exports.swift",
        "IsMap.swift",
        "Kind.swift",
        "Label.swift",
        "LinkType.swift",
        "List.swift",
        "ListType.swift",
        "Loading.swift",
        "Loop.swift",
        "Low.swift",
        "MarginHeight.swift",
        "MarginWidth.swift",
        "Max.swift",
        "Maxlength.swift",
        "Media.swift",
        "Method.swift",
        "Min.swift",
        "Minlength.swift",
        "Multiple.swift",
        "Muted.swift",
        "Name.swift",
        "NoResize.swift",
        "Nomodule.swift",
        "Novalidate.swift",
        "ObjectData.swift",
        "ObjectForm.swift",
        "ObjectType.swift",
        "Open.swift",
        "Optimum.swift",
        "Pattern.swift",
        "Ping.swift",
        "Placeholder.swift",
        "Playsinline.swift",
        "PopoverTarget.swift",
        "PopoverTargetAction.swift",
        "Poster.swift",
        "Preload.swift",
        "Readonly.swift",
        "ReferrerPolicy.swift",
        "Rel.swift",
        "Required.swift",
        "Reversed.swift",
        "RowSpan.swift",
        "Rows.swift",
        "Scope.swift",
        "ScriptType.swift",
        "Scrolling.swift",
        "Selected.swift",
        "ShadowRootClonable.swift",
        "ShadowRootDelegatesFocus.swift",
        "ShadowRootMode.swift",
        "Size.swift",
        "Sizes.swift",
        "SourceType.swift",
        "Span.swift",
        "Src.swift",
        "SrcLang.swift",
        "Start.swift",
        "Step.swift",
        "Target.swift",
        "TextareaWrap.swift",
        "Truespeed.swift",
        "Usemap.swift",
        "Value.swift",
        "Width.swift",
        "Wrap.swift",
        "Xmlns.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CSSPointFreeHTML_Tests",
      "module_type" : "SwiftTarget",
      "name" : "CSSPointFreeHTML Tests",
      "path" : "Tests/CSSPointFreeHTML Tests",
      "product_dependencies" : [
        "CSS Standard",
        "PointFreeHTML",
        "PointFreeHTMLTestSupport",
        "TestingPerformance"
      ],
      "sources" : [
        "AccentColor Tests.swift",
        "AlignContent Tests.swift",
        "AlignItems Tests.swift",
        "AlignSelf Tests.swift",
        "AlignmentBaseline Tests.swift",
        "AnchorName Tests.swift",
        "Animation Tests.swift",
        "AnimationComposition Tests.swift",
        "AnimationDelay Tests.swift",
        "AnimationDirection Tests.swift",
        "AnimationDuration Tests.swift",
        "Appearance Tests.swift",
        "AspectRatio Tests.swift",
        "BackdropFilter Tests.swift",
        "BackfaceVisibility Tests.swift",
        "Background Tests.swift",
        "BackgroundAttachment Tests.swift",
        "BackgroundBlendMode Tests.swift",
        "BackgroundClip Tests.swift",
        "BackgroundColor Tests.swift",
        "BackgroundImage Tests.swift",
        "BackgroundOrigin Tests.swift",
        "Color Tests.swift",
        "Media.swift",
        "Performance Tests/CSS Property Rendering Performance Tests.swift",
        "Performance Tests/Performance Tests.swift",
        "Performance Tests/String to Bytes Conversion Performance Tests.swift",
        "Support/Snapshot Tests.swift",
        "div.swift"
      ],
      "target_dependencies" : [
        "CSSPointFreeHTML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CSSPointFreeHTML",
      "module_type" : "SwiftTarget",
      "name" : "CSSPointFreeHTML",
      "path" : "Sources/CSSPointFreeHTML",
      "product_dependencies" : [
        "CSS Standard",
        "PointFreeHTML"
      ],
      "product_memberships" : [
        "CSSPointFreeHTML",
        "HTMLCSSPointFreeHTML"
      ],
      "sources" : [
        "InlineStyle/AccentColor.swift",
        "InlineStyle/AlignContent.swift",
        "InlineStyle/AlignItems.swift",
        "InlineStyle/AlignSelf.swift",
        "InlineStyle/AlignmentBaseline.swift",
        "InlineStyle/AnchorName.swift",
        "InlineStyle/Animation.swift",
        "InlineStyle/AnimationComposition.swift",
        "InlineStyle/AnimationDelay.swift",
        "InlineStyle/AnimationDirection.swift",
        "InlineStyle/AnimationDuration.swift",
        "InlineStyle/AnimationFillMode.swift",
        "InlineStyle/AnimationIterationCount.swift",
        "InlineStyle/AnimationName.swift",
        "InlineStyle/AnimationPlayState.swift",
        "InlineStyle/AnimationRange.swift",
        "InlineStyle/AnimationRangeEnd.swift",
        "InlineStyle/AnimationRangeStart.swift",
        "InlineStyle/AnimationTimeline.swift",
        "InlineStyle/AnimationTimingFunction.swift",
        "InlineStyle/Appearance.swift",
        "InlineStyle/AspectRatio.swift",
        "InlineStyle/BackdropFilter.swift",
        "InlineStyle/BackfaceVisibility.swift",
        "InlineStyle/Background.swift",
        "InlineStyle/BackgroundAttachment.swift",
        "InlineStyle/BackgroundBlendMode.swift",
        "InlineStyle/BackgroundClip.swift",
        "InlineStyle/BackgroundColor.swift",
        "InlineStyle/BackgroundImage.swift",
        "InlineStyle/BackgroundOrigin.swift",
        "InlineStyle/BackgroundPosition.swift",
        "InlineStyle/BackgroundPositionX.swift",
        "InlineStyle/BackgroundPositionY.swift",
        "InlineStyle/BackgroundRepeat.swift",
        "InlineStyle/BackgroundSize.swift",
        "InlineStyle/BlockSize.swift",
        "InlineStyle/Border.swift",
        "InlineStyle/BorderBlock.swift",
        "InlineStyle/BorderBlockColor.swift",
        "InlineStyle/BorderBlockEnd.swift",
        "InlineStyle/BorderBlockEndColor.swift",
        "InlineStyle/BorderBlockEndStyle.swift",
        "InlineStyle/BorderBlockEndWidth.swift",
        "InlineStyle/BorderBlockStart.swift",
        "InlineStyle/BorderBlockStartColor.swift",
        "InlineStyle/BorderBlockStartStyle.swift",
        "InlineStyle/BorderBlockStartWidth.swift",
        "InlineStyle/BorderBlockStyle.swift",
        "InlineStyle/BorderBlockWidth.swift",
        "InlineStyle/BorderBottom.swift",
        "InlineStyle/BorderBottomColor.swift",
        "InlineStyle/BorderBottomLeftRadius.swift",
        "InlineStyle/BorderBottomRightRadius.swift",
        "InlineStyle/BorderBottomStyle.swift",
        "InlineStyle/BorderBottomWidth.swift",
        "InlineStyle/BorderCollapse.swift",
        "InlineStyle/BorderColor.swift",
        "InlineStyle/BorderEndEndRadius.swift",
        "InlineStyle/BorderEndStartRadius.swift",
        "InlineStyle/BorderImage.swift",
        "InlineStyle/BorderImageOutset.swift",
        "InlineStyle/BorderImageRepeat.swift",
        "InlineStyle/BorderImageSlice.swift",
        "InlineStyle/BorderImageSource.swift",
        "InlineStyle/BorderImageWidth.swift",
        "InlineStyle/BorderInline.swift",
        "InlineStyle/BorderInlineColor.swift",
        "InlineStyle/BorderInlineEnd.swift",
        "InlineStyle/BorderInlineEndColor.swift",
        "InlineStyle/BorderInlineEndStyle.swift",
        "InlineStyle/BorderInlineEndWidth.swift",
        "InlineStyle/BorderInlineStart.swift",
        "InlineStyle/BorderInlineStartColor.swift",
        "InlineStyle/BorderInlineStartStyle.swift",
        "InlineStyle/BorderInlineStartWidth.swift",
        "InlineStyle/BorderInlineStyle.swift",
        "InlineStyle/BorderInlineWidth.swift",
        "InlineStyle/BorderLeft.swift",
        "InlineStyle/BorderLeftColor.swift",
        "InlineStyle/BorderLeftStyle.swift",
        "InlineStyle/BorderLeftWidth.swift",
        "InlineStyle/BorderRadius.swift",
        "InlineStyle/BorderRight.swift",
        "InlineStyle/BorderRightColor.swift",
        "InlineStyle/BorderRightStyle.swift",
        "InlineStyle/BorderRightWidth.swift",
        "InlineStyle/BorderSpacing.swift",
        "InlineStyle/BorderStartEndRadius.swift",
        "InlineStyle/BorderStartStartRadius.swift",
        "InlineStyle/BorderStyle.swift",
        "InlineStyle/BorderTop.swift",
        "InlineStyle/BorderTopColor.swift",
        "InlineStyle/BorderTopLeftRadius.swift",
        "InlineStyle/BorderTopRightRadius.swift",
        "InlineStyle/BorderTopStyle.swift",
        "InlineStyle/BorderTopWidth.swift",
        "InlineStyle/BorderWidth.swift",
        "InlineStyle/Bottom.swift",
        "InlineStyle/BoxDecorationBreak.swift",
        "InlineStyle/BoxShadow.swift",
        "InlineStyle/BoxSizing.swift",
        "InlineStyle/BreakAfter.swift",
        "InlineStyle/BreakBefore.swift",
        "InlineStyle/BreakInside.swift",
        "InlineStyle/CaptionSide.swift",
        "InlineStyle/CaretColor.swift",
        "InlineStyle/Clear.swift",
        "InlineStyle/Clip.swift",
        "InlineStyle/ClipPath.swift",
        "InlineStyle/ClipRule.swift",
        "InlineStyle/Color.swift",
        "InlineStyle/ColorInterpolation.swift",
        "InlineStyle/ColorInterpolationFilters.swift",
        "InlineStyle/ColorScheme.swift",
        "InlineStyle/ColumnCount.swift",
        "InlineStyle/ColumnFill.swift",
        "InlineStyle/ColumnGap.swift",
        "InlineStyle/ColumnRule.swift",
        "InlineStyle/ColumnRuleColor.swift",
        "InlineStyle/ColumnRuleStyle.swift",
        "InlineStyle/ColumnRuleWidth.swift",
        "InlineStyle/ColumnSpan.swift",
        "InlineStyle/ColumnWidth.swift",
        "InlineStyle/Columns.swift",
        "InlineStyle/Contain.swift",
        "InlineStyle/ContainIntrinsicBlockSize.swift",
        "InlineStyle/ContainIntrinsicHeight.swift",
        "InlineStyle/ContainIntrinsicInlineSize.swift",
        "InlineStyle/ContainIntrinsicSize.swift",
        "InlineStyle/ContainIntrinsicWidth.swift",
        "InlineStyle/ContainerName.swift",
        "InlineStyle/ContainerType.swift",
        "InlineStyle/Content.swift",
        "InlineStyle/ContentVisibility.swift",
        "InlineStyle/CounterIncrement.swift",
        "InlineStyle/CounterReset.swift",
        "InlineStyle/CounterSet.swift",
        "InlineStyle/Cursor.swift",
        "InlineStyle/Cx.swift",
        "InlineStyle/Cy.swift",
        "InlineStyle/D.swift",
        "InlineStyle/Direction.swift",
        "InlineStyle/Display.swift",
        "InlineStyle/DominantBaseline.swift",
        "InlineStyle/EmptyCells.swift",
        "InlineStyle/FieldSizing.swift",
        "InlineStyle/Fill.swift",
        "InlineStyle/FillOpacity.swift",
        "InlineStyle/FillRule.swift",
        "InlineStyle/Filter.swift",
        "InlineStyle/Flex.swift",
        "InlineStyle/FlexBasis.swift",
        "InlineStyle/FlexDirection.swift",
        "InlineStyle/FlexFlow.swift",
        "InlineStyle/FlexGrow.swift",
        "InlineStyle/FlexShrink.swift",
        "InlineStyle/FlexWrap.swift",
        "InlineStyle/Float.swift",
        "InlineStyle/FloodColor.swift",
        "InlineStyle/FloodOpacity.swift",
        "InlineStyle/Font.swift",
        "InlineStyle/FontFamily.swift",
        "InlineStyle/FontFeatureSettings.swift",
        "InlineStyle/FontKerning.swift",
        "InlineStyle/FontLanguageOverride.swift",
        "InlineStyle/FontOpticalSizing.swift",
        "InlineStyle/FontPalette.swift",
        "InlineStyle/FontSize.swift",
        "InlineStyle/FontSizeAdjust.swift",
        "InlineStyle/FontSmooth.swift",
        "InlineStyle/FontStretch.swift",
        "InlineStyle/FontStyle.swift",
        "InlineStyle/FontSynthesis.swift",
        "InlineStyle/FontSynthesisPosition.swift",
        "InlineStyle/FontSynthesisSmallCaps.swift",
        "InlineStyle/FontSynthesisStyle.swift",
        "InlineStyle/FontSynthesisWeight.swift",
        "InlineStyle/FontVariant.swift",
        "InlineStyle/FontVariantAlternates.swift",
        "InlineStyle/FontVariantCaps.swift",
        "InlineStyle/FontVariantEastAsian.swift",
        "InlineStyle/FontVariantEmoji.swift",
        "InlineStyle/FontVariantLigatures.swift",
        "InlineStyle/FontVariantNumeric.swift",
        "InlineStyle/FontVariantPosition.swift",
        "InlineStyle/FontVariationSettings.swift",
        "InlineStyle/FontWeight.swift",
        "InlineStyle/ForcedColorAdjust.swift",
        "InlineStyle/Gap.swift",
        "InlineStyle/Grid.swift",
        "InlineStyle/GridArea.swift",
        "InlineStyle/GridAutoColumns.swift",
        "InlineStyle/GridAutoFlow.swift",
        "InlineStyle/GridAutoRows.swift",
        "InlineStyle/GridColumn.swift",
        "InlineStyle/GridColumnEnd.swift",
        "InlineStyle/GridColumnStart.swift",
        "InlineStyle/GridRow.swift",
        "InlineStyle/GridRowEnd.swift",
        "InlineStyle/GridRowStart.swift",
        "InlineStyle/GridTemplate.swift",
        "InlineStyle/GridTemplateAreas.swift",
        "InlineStyle/GridTemplateColumns.swift",
        "InlineStyle/GridTemplateRows.swift",
        "InlineStyle/HangingPunctuation.swift",
        "InlineStyle/Height.swift",
        "InlineStyle/HyphenateCharacter.swift",
        "InlineStyle/HyphenateLimitChars.swift",
        "InlineStyle/Hyphens.swift",
        "InlineStyle/ImageOrientation.swift",
        "InlineStyle/ImageRendering.swift",
        "InlineStyle/ImageResolution.swift",
        "InlineStyle/ImeMode.swift",
        "InlineStyle/InitialLetter.swift",
        "InlineStyle/InlineSize.swift",
        "InlineStyle/Inset.swift",
        "InlineStyle/InsetBlock.swift",
        "InlineStyle/InsetBlockEnd.swift",
        "InlineStyle/InsetBlockStart.swift",
        "InlineStyle/InsetInline.swift",
        "InlineStyle/InsetInlineEnd.swift",
        "InlineStyle/InsetInlineStart.swift",
        "InlineStyle/InterpolateSize.swift",
        "InlineStyle/Isolation.swift",
        "InlineStyle/JustifyContent.swift",
        "InlineStyle/JustifyItems.swift",
        "InlineStyle/JustifySelf.swift",
        "InlineStyle/Left.swift",
        "InlineStyle/LetterSpacing.swift",
        "InlineStyle/LetterSpacingEastAsian.swift",
        "InlineStyle/LightingColor.swift",
        "InlineStyle/LineBreak.swift",
        "InlineStyle/LineClamp.swift",
        "InlineStyle/LineHeight.swift",
        "InlineStyle/LineHeightStep.swift",
        "InlineStyle/ListStyle.swift",
        "InlineStyle/ListStyleImage.swift",
        "InlineStyle/ListStylePosition.swift",
        "InlineStyle/ListStyleType.swift",
        "InlineStyle/Margin.swift",
        "InlineStyle/MarginBlock.swift",
        "InlineStyle/MarginBlockEnd.swift",
        "InlineStyle/MarginBlockStart.swift",
        "InlineStyle/MarginBottom.swift",
        "InlineStyle/MarginInline.swift",
        "InlineStyle/MarginInlineEnd.swift",
        "InlineStyle/MarginInlineStart.swift",
        "InlineStyle/MarginLeft.swift",
        "InlineStyle/MarginRight.swift",
        "InlineStyle/MarginTop.swift",
        "InlineStyle/MarginTrim.swift",
        "InlineStyle/Marker.swift",
        "InlineStyle/MarkerEnd.swift",
        "InlineStyle/MarkerMid.swift",
        "InlineStyle/MarkerStart.swift",
        "InlineStyle/Mask.swift",
        "InlineStyle/MaskBorder.swift",
        "InlineStyle/MaskBorderMode.swift",
        "InlineStyle/MaskBorderOutset.swift",
        "InlineStyle/MaskBorderRepeat.swift",
        "InlineStyle/MaskBorderSlice.swift",
        "InlineStyle/MaskBorderSource.swift",
        "InlineStyle/MaskBorderWidth.swift",
        "InlineStyle/MaskClip.swift",
        "InlineStyle/MaskComposite.swift",
        "InlineStyle/MaskImage.swift",
        "InlineStyle/MaskMode.swift",
        "InlineStyle/MaskOrigin.swift",
        "InlineStyle/MaskPosition.swift",
        "InlineStyle/MaskRepeat.swift",
        "InlineStyle/MaskSize.swift",
        "InlineStyle/MaskType.swift",
        "InlineStyle/MathDepth.swift",
        "InlineStyle/MathShift.swift",
        "InlineStyle/MathStyle.swift",
        "InlineStyle/MaxBlockSize.swift",
        "InlineStyle/MaxHeight.swift",
        "InlineStyle/MaxInlineSize.swift",
        "InlineStyle/MaxWidth.swift",
        "InlineStyle/MinBlockSize.swift",
        "InlineStyle/MinHeight.swift",
        "InlineStyle/MinInlineSize.swift",
        "InlineStyle/MinWidth.swift",
        "InlineStyle/MixBlendMode.swift",
        "InlineStyle/MozFloatEdge.swift",
        "InlineStyle/MozForceBrokenImageIcon.swift",
        "InlineStyle/MozImageRegion.swift",
        "InlineStyle/MozOrient.swift",
        "InlineStyle/MozUserFocus.swift",
        "InlineStyle/MozUserInput.swift",
        "InlineStyle/ObjectFit.swift",
        "InlineStyle/ObjectPosition.swift",
        "InlineStyle/Offset.swift",
        "InlineStyle/OffsetAnchor.swift",
        "InlineStyle/OffsetDistance.swift",
        "InlineStyle/OffsetPath.swift",
        "InlineStyle/OffsetPosition.swift",
        "InlineStyle/OffsetRotate.swift",
        "InlineStyle/Opacity.swift",
        "InlineStyle/Order.swift",
        "InlineStyle/Orphans.swift",
        "InlineStyle/Outline.swift",
        "InlineStyle/OutlineColor.swift",
        "InlineStyle/OutlineOffset.swift",
        "InlineStyle/OutlineStyle.swift",
        "InlineStyle/OutlineWidth.swift",
        "InlineStyle/Overflow.swift",
        "InlineStyle/OverflowAnchor.swift",
        "InlineStyle/OverflowBlock.swift",
        "InlineStyle/OverflowClipMargin.swift",
        "InlineStyle/OverflowInline.swift",
        "InlineStyle/OverflowWrap.swift",
        "InlineStyle/OverflowX.swift",
        "InlineStyle/OverflowY.swift",
        "InlineStyle/Overlay.swift",
        "InlineStyle/OverscrollBehavior.swift",
        "InlineStyle/OverscrollBehaviorBlock.swift",
        "InlineStyle/OverscrollBehaviorInline.swift",
        "InlineStyle/OverscrollBehaviorX.swift",
        "InlineStyle/OverscrollBehaviorY.swift",
        "InlineStyle/Padding.swift",
        "InlineStyle/PaddingBlock.swift",
        "InlineStyle/PaddingBlockEnd.swift",
        "InlineStyle/PaddingBlockStart.swift",
        "InlineStyle/PaddingBottom.swift",
        "InlineStyle/PaddingInline.swift",
        "InlineStyle/PaddingInlineEnd.swift",
        "InlineStyle/PaddingInlineStart.swift",
        "InlineStyle/PaddingLeft.swift",
        "InlineStyle/PaddingRight.swift",
        "InlineStyle/PaddingTop.swift",
        "InlineStyle/PageBreak.swift",
        "InlineStyle/PageBreakAfter.swift",
        "InlineStyle/PageBreakBefore.swift",
        "InlineStyle/PageBreakInside.swift",
        "InlineStyle/PaintOrder.swift",
        "InlineStyle/Perspective.swift",
        "InlineStyle/PerspectiveOrigin.swift",
        "InlineStyle/PlaceContent.swift",
        "InlineStyle/PlaceItems.swift",
        "InlineStyle/PlaceSelf.swift",
        "InlineStyle/PointerEvents.swift",
        "InlineStyle/Position.swift",
        "InlineStyle/PositionAnchor.swift",
        "InlineStyle/PositionArea.swift",
        "InlineStyle/PositionTryFallbacks.swift",
        "InlineStyle/PositionTryOrder.swift",
        "InlineStyle/PositionVisibility.swift",
        "InlineStyle/PrintColorAdjust.swift",
        "InlineStyle/PunctuationWrap.swift",
        "InlineStyle/Quotes.swift",
        "InlineStyle/R.swift",
        "InlineStyle/Resize.swift",
        "InlineStyle/Right.swift",
        "InlineStyle/Rotate.swift",
        "InlineStyle/RowGap.swift",
        "InlineStyle/RubyAlign.swift",
        "InlineStyle/RubyPosition.swift",
        "InlineStyle/Rx.swift",
        "InlineStyle/Ry.swift",
        "InlineStyle/Scale.swift",
        "InlineStyle/ScrollBehavior.swift",
        "InlineStyle/ScrollMargin.swift",
        "InlineStyle/ScrollMarginBlock.swift",
        "InlineStyle/ScrollMarginBlockEnd.swift",
        "InlineStyle/ScrollMarginBlockStart.swift",
        "InlineStyle/ScrollMarginBottom.swift",
        "InlineStyle/ScrollMarginInline.swift",
        "InlineStyle/ScrollMarginInlineEnd.swift",
        "InlineStyle/ScrollMarginInlineStart.swift",
        "InlineStyle/ScrollMarginLeft.swift",
        "InlineStyle/ScrollMarginRight.swift",
        "InlineStyle/ScrollMarginTop.swift",
        "InlineStyle/ScrollPadding.swift",
        "InlineStyle/ScrollPaddingBlock.swift",
        "InlineStyle/ScrollPaddingBlockEnd.swift",
        "InlineStyle/ScrollPaddingBlockStart.swift",
        "InlineStyle/ScrollPaddingBottom.swift",
        "InlineStyle/ScrollPaddingInline.swift",
        "InlineStyle/ScrollPaddingInlineEnd.swift",
        "InlineStyle/ScrollPaddingInlineStart.swift",
        "InlineStyle/ScrollPaddingLeft.swift",
        "InlineStyle/ScrollPaddingRight.swift",
        "InlineStyle/ScrollPaddingTop.swift",
        "InlineStyle/ScrollSnapAlign.swift",
        "InlineStyle/ScrollSnapStop.swift",
        "InlineStyle/ScrollSnapType.swift",
        "InlineStyle/ScrollTimeline.swift",
        "InlineStyle/ScrollTimelineAxis.swift",
        "InlineStyle/ScrollTimelineName.swift",
        "InlineStyle/ScrollbarColor.swift",
        "InlineStyle/ScrollbarGutter.swift",
        "InlineStyle/ScrollbarWidth.swift",
        "InlineStyle/ShapeImageThreshold.swift",
        "InlineStyle/ShapeMargin.swift",
        "InlineStyle/ShapeOutside.swift",
        "InlineStyle/ShapeRendering.swift",
        "InlineStyle/Size.swift",
        "InlineStyle/SpeakAs.swift",
        "InlineStyle/StopColor.swift",
        "InlineStyle/StopOpacity.swift",
        "InlineStyle/Stroke.swift",
        "InlineStyle/StrokeDasharray.swift",
        "InlineStyle/StrokeDashoffset.swift",
        "InlineStyle/StrokeLinecap.swift",
        "InlineStyle/StrokeLinejoin.swift",
        "InlineStyle/StrokeMiterlimit.swift",
        "InlineStyle/StrokeOpacity.swift",
        "InlineStyle/StrokeWidth.swift",
        "InlineStyle/TabSize.swift",
        "InlineStyle/TableLayout.swift",
        "InlineStyle/TextAlign.swift",
        "InlineStyle/TextAlignLast.swift",
        "InlineStyle/TextAnchor.swift",
        "InlineStyle/TextAutospace.swift",
        "InlineStyle/TextBox.swift",
        "InlineStyle/TextBoxEdge.swift",
        "InlineStyle/TextBoxTrim.swift",
        "InlineStyle/TextCombineUpright.swift",
        "InlineStyle/TextDecoration.swift",
        "InlineStyle/TextDecorationColor.swift",
        "InlineStyle/TextDecorationLine.swift",
        "InlineStyle/TextDecorationSkip.swift",
        "InlineStyle/TextDecorationSkipInk.swift",
        "InlineStyle/TextDecorationStyle.swift",
        "InlineStyle/TextDecorationThickness.swift",
        "InlineStyle/TextEmphasis.swift",
        "InlineStyle/TextEmphasisColor.swift",
        "InlineStyle/TextEmphasisPosition.swift",
        "InlineStyle/TextEmphasisStyle.swift",
        "InlineStyle/TextIndent.swift",
        "InlineStyle/TextJustify.swift",
        "InlineStyle/TextKashidaSpace.swift",
        "InlineStyle/TextOrientation.swift",
        "InlineStyle/TextOverflow.swift",
        "InlineStyle/TextRendering.swift",
        "InlineStyle/TextShadow.swift",
        "InlineStyle/TextSizeAdjust.swift",
        "InlineStyle/TextSpacing.swift",
        "InlineStyle/TextSpacingTrim.swift",
        "InlineStyle/TextTransform.swift",
        "InlineStyle/TextUnderlineOffset.swift",
        "InlineStyle/TextUnderlinePosition.swift",
        "InlineStyle/TextWrap.swift",
        "InlineStyle/TextWrapMode.swift",
        "InlineStyle/TextWrapStyle.swift",
        "InlineStyle/TimelineScope.swift",
        "InlineStyle/Top.swift",
        "InlineStyle/TouchAction.swift",
        "InlineStyle/Transform.swift",
        "InlineStyle/TransformBox.swift",
        "InlineStyle/TransformOrigin.swift",
        "InlineStyle/TransformStyle.swift",
        "InlineStyle/Transition.swift",
        "InlineStyle/TransitionBehavior.swift",
        "InlineStyle/TransitionDelay.swift",
        "InlineStyle/TransitionDuration.swift",
        "InlineStyle/TransitionProperty.swift",
        "InlineStyle/TransitionTimingFunction.swift",
        "InlineStyle/Translate.swift",
        "InlineStyle/UnicodeBidi.swift",
        "InlineStyle/UserModify.swift",
        "InlineStyle/UserSelect.swift",
        "InlineStyle/VectorEffect.swift",
        "InlineStyle/VerticalAlign.swift",
        "InlineStyle/ViewTimeline.swift",
        "InlineStyle/ViewTimelineAxis.swift",
        "InlineStyle/ViewTimelineInset.swift",
        "InlineStyle/ViewTimelineName.swift",
        "InlineStyle/ViewTransitionName.swift",
        "InlineStyle/Visibility.swift",
        "InlineStyle/WebkitBorderBefore.swift",
        "InlineStyle/WebkitBoxReflect.swift",
        "InlineStyle/WebkitMaskBoxImage.swift",
        "InlineStyle/WebkitMaskComposite.swift",
        "InlineStyle/WebkitMaskPositionX.swift",
        "InlineStyle/WebkitMaskPositionY.swift",
        "InlineStyle/WebkitMaskRepeatX.swift",
        "InlineStyle/WebkitMaskRepeatY.swift",
        "InlineStyle/WebkitTapHighlightColor.swift",
        "InlineStyle/WebkitTextFillColor.swift",
        "InlineStyle/WebkitTextSecurity.swift",
        "InlineStyle/WebkitTextStroke.swift",
        "InlineStyle/WebkitTextStrokeColor.swift",
        "InlineStyle/WebkitTextStrokeWidth.swift",
        "InlineStyle/WebkitTouchCallout.swift",
        "InlineStyle/WhiteSpace.swift",
        "InlineStyle/WhiteSpaceCollapse.swift",
        "InlineStyle/Widows.swift",
        "InlineStyle/Width.swift",
        "InlineStyle/WillChange.swift",
        "InlineStyle/WordBreak.swift",
        "InlineStyle/WordSpacing.swift",
        "InlineStyle/WritingMode.swift",
        "InlineStyle/X.swift",
        "InlineStyle/Y.swift",
        "InlineStyle/ZIndex.swift",
        "InlineStyle/Zoom.swift",
        "Media.swift",
        "_HTML.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/coenttb/pointfree-html.git
Fetching from https://github.com/coenttb/swift-testing-performance.git
Fetching from https://github.com/swift-standards/swift-css-standard.git
Fetching from https://github.com/swift-standards/swift-html-standard.git
Fetching from https://github.com/pointfreeco/swift-snapshot-testing.git (cached)
Fetching from https://github.com/apple/swift-collections.git (cached)
Fetching from https://github.com/pointfreeco/swift-dependencies.git (cached)
Resolve Package Graph
Updating from https://github.com/coenttb/pointfree-html.git
Updating from https://github.com/coenttb/swift-testing-performance.git
Updating from https://github.com/swift-standards/swift-css-standard.git
Updating from https://github.com/swift-standards/swift-html-standard.git
Updating from https://github.com/pointfreeco/swift-snapshot-testing.git
Updating from https://github.com/pointfreeco/swift-dependencies.git
Updating from https://github.com/apple/swift-collections.git
Resolve Package Graph
Updating from https://github.com/swift-standards/swift-css-standard.git
Updating from https://github.com/coenttb/swift-testing-performance.git
Updating from https://github.com/swift-standards/swift-html-standard.git
Updating from https://github.com/coenttb/pointfree-html.git
Updating from https://github.com/apple/swift-collections.git
Updating from https://github.com/pointfreeco/swift-snapshot-testing.git
Updating from https://github.com/pointfreeco/swift-dependencies.git
Resolved source packages:
  spi-builder-workspace: (null)
2026-04-29 12:12:29.771 xcodebuild[518:2968] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-29-04_12-12-0029.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Failed to resolve dependencies Dependencies could not be resolved because 'swift-testing-performance' contains incompatible tools version (6.2.0) and root depends on 'swift-testing-performance' 0.1.0..<1.0.0.
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Updating from https://github.com/coenttb/swift-testing-performance.git
Updating from https://github.com/coenttb/pointfree-html.git
Updating from https://github.com/swift-standards/swift-css-standard.git
Updating from https://github.com/swift-standards/swift-html-standard.git
Updating from https://github.com/pointfreeco/swift-dependencies.git
Updating from https://github.com/apple/swift-collections.git
Updating from https://github.com/pointfreeco/swift-snapshot-testing.git
Resolved source packages:
  spi-builder-workspace: (null)
2026-04-29 12:12:31.920 xcodebuild[894:4573] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-29-04_12-12-0031.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Failed to resolve dependencies Dependencies could not be resolved because 'swift-testing-performance' contains incompatible tools version (6.2.0) and root depends on 'swift-testing-performance' 0.1.0..<1.0.0.
BUILD FAILURE 6.1 macosXcodebuild