The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build ZMarkupParser, reference v1.12.0 (f25c98), with Swift 6.1 for tvOS using Xcode 16.3 on 30 Apr 2025 01:21:36 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ZMarkupParser -destination generic/platform=tvOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ZhgChgLi/ZMarkupParser.git
Reference: v1.12.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ZhgChgLi/ZMarkupParser
 * tag               v1.12.0    -> FETCH_HEAD
HEAD is now at f25c983 bump version
Cloned https://github.com/ZhgChgLi/ZMarkupParser.git
Revision (git rev-parse @):
f25c9838e9e77ae49cc3f434ee26e669cb4043c7
SUCCESS checkout https://github.com/ZhgChgLi/ZMarkupParser.git at v1.12.0
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ZhgChgLi/ZMarkupParser.git
https://github.com/ZhgChgLi/ZMarkupParser.git
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "exact" : [
          "1.12.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    },
    {
      "identity" : "znstextattachment",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.9",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ZhgChgLi/ZNSTextAttachment"
    }
  ],
  "manifest_display_name" : "ZMarkupParser",
  "name" : "ZMarkupParser",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "ZMarkupParser",
      "targets" : [
        "ZMarkupParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ZMarkupParserTests",
      "module_type" : "SwiftTarget",
      "name" : "ZMarkupParserTests",
      "path" : "Tests/ZMarkupParserTests",
      "sources" : [
        "Core/HTMLStringTests.swift",
        "Core/MarkupNSAttributedStringVisitorTests.swift",
        "Core/MarkupStyleColorTests.swift",
        "Core/MarkupStyleFontTests.swift",
        "Core/MarkupStyleTests.swift",
        "Core/MarkupTests.swift",
        "Core/NSTextCheckingResultTests.swift",
        "Core/ParserRegexrTests.swift",
        "HTML/AllMarkupsHasAddToBuilderDefaultListTests.swift",
        "HTML/AllTagStyleAttributesHasAddToBuilderDefaultListTests.swift",
        "HTML/HTMLElementMarkupComponentMarkupStyleVisitorTests.swift",
        "HTML/HTMLParsedResultFormatterProcessorTests.swift",
        "HTML/HTMLParsedResultToHTMLElementWithRootMarkupProcessorTests.swift",
        "HTML/HTMLSelectorTests.swift",
        "HTML/HTMLStringToParsedResultProcessorTests.swift",
        "HTML/HTMLTagStyleAttributeToMarkupStyleVisitorTests.swift",
        "HTML/ZHTMLParserBuilderTests.swift",
        "HTML/ZHTMLParserTests.swift"
      ],
      "target_dependencies" : [
        "ZMarkupParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZMarkupParserSnapshotTests",
      "module_type" : "SwiftTarget",
      "name" : "ZMarkupParserSnapshotTests",
      "path" : "Tests/ZMarkupParserSnapshotTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "ZMarkupParserSnapshotTests.swift"
      ],
      "target_dependencies" : [
        "ZMarkupParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZMarkupParserPerformanceTests",
      "module_type" : "SwiftTarget",
      "name" : "ZMarkupParserPerformanceTests",
      "path" : "Tests/ZMarkupParserPerformanceTests",
      "sources" : [
        "Extensions.swift",
        "ZMarkupParserPerformanceTests.swift"
      ],
      "target_dependencies" : [
        "ZMarkupParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZMarkupParser",
      "module_type" : "SwiftTarget",
      "name" : "ZMarkupParser",
      "path" : "Sources",
      "product_dependencies" : [
        "ZNSTextAttachment"
      ],
      "product_memberships" : [
        "ZMarkupParser"
      ],
      "sources" : [
        "HTMLString/HTMLString.swift",
        "HTMLString/Mappings.swift",
        "ZMarkupParser/Core/Markup/Markup.swift",
        "ZMarkupParser/Core/Markup/MarkupVisitor.swift",
        "ZMarkupParser/Core/Markup/Markups/BlockQuoteMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/BoldMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/BreakLineMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/CodeMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/ColorMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/DeletelineMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/ExtendMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/HeadMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/HorizontalLineMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/ImageMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/InlineMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/ItalicMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/LinkMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/ListItemMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/ListMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/ParagraphMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/RawStringMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/RootMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/TableColumnMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/TableMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/TableRowMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/UnderlineMarkup.swift",
        "ZMarkupParser/Core/MarkupComponent/MarkupComponent.swift",
        "ZMarkupParser/Core/MarkupComponent/MarkupComponents/HTMLElementMarkupComponent.swift",
        "ZMarkupParser/Core/MarkupComponent/MarkupComponents/MarkupStyleComponent.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyle+Extension.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyle.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyleColor.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyleColorName.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyleFont.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyleList.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyleParagraphStyle.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyleSponsorColor.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyleVendorColor.swift",
        "ZMarkupParser/Core/Processor/MarkupNSAttributedStringVisitor.swift",
        "ZMarkupParser/Core/Processor/MarkupRenderProcessor.swift",
        "ZMarkupParser/Core/Processor/MarkupStripperProcessor.swift",
        "ZMarkupParser/Core/Processor/NSTextCheckingResult+Extension.swift",
        "ZMarkupParser/Core/Processor/ParserProcessor.swift",
        "ZMarkupParser/Core/Processor/ParserRegexr.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTag.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagClassAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagIdAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNameVisitor.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/A_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/BLOCKQUOTE_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/BR_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/B_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/CODE_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/DEL_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/DIV_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/EM_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/ExtendTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/FONT_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/H1_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/H2_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/H3_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/H4_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/H5_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/H6_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/HR_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/IMG_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/I_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/LI_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/OL_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/PRE_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/P_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/SPAN_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/STRONG_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/S_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/TABLE_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/TD_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/TH_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/TR_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/UL_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/U_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributeVisitor.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/BackgroundColorHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/ColorHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/ExtendHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/FontFamilyHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/FontSizeHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/FontWeightHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/LineHeightHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/ListStyleTypeHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/TextAlignHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/WordSpacingHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/WC3HTMLTagName.swift",
        "ZMarkupParser/HTML/Processor/HTMLElementMarkupComponentMarkupStyleVisitor.swift",
        "ZMarkupParser/HTML/Processor/HTMLElementWithMarkupToMarkupStyleProcessor.swift",
        "ZMarkupParser/HTML/Processor/HTMLParsedResult.swift",
        "ZMarkupParser/HTML/Processor/HTMLParsedResultFormatterProcessor.swift",
        "ZMarkupParser/HTML/Processor/HTMLParsedResultToHTMLElementWithRootMarkupProcessor.swift",
        "ZMarkupParser/HTML/Processor/HTMLSelector.swift",
        "ZMarkupParser/HTML/Processor/HTMLStringToParsedResultProcessor.swift",
        "ZMarkupParser/HTML/Processor/HTMLTagAttributeToMarkupStyleVisitor.swift",
        "ZMarkupParser/HTML/Processor/HTMLTagNameToHTMLMarkupVisitor.swift",
        "ZMarkupParser/HTML/ZHTMLParser+UIExtension.swift",
        "ZMarkupParser/HTML/ZHTMLParser.swift",
        "ZMarkupParser/HTML/ZHTMLParserBuilder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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/ZhgChgLi/ZNSTextAttachment
Fetching from https://github.com/pointfreeco/swift-snapshot-testing (cached)
Creating working copy of package ‘swift-snapshot-testing’
Checking out 1.12.0 of package ‘swift-snapshot-testing’
Creating working copy of package ‘ZNSTextAttachment’
Checking out 1.1.9 of package ‘ZNSTextAttachment’
Resolve Package Graph
Resolved source packages:
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.12.0
  ZMarkupParser: /Users/admin/builder/spi-builder-workspace
  ZNSTextAttachment: https://github.com/ZhgChgLi/ZNSTextAttachment @ 1.1.9
resolved source packages: swift-snapshot-testing, ZMarkupParser, ZNSTextAttachment
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "exact" : [
          "1.12.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    },
    {
      "identity" : "znstextattachment",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.9",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ZhgChgLi/ZNSTextAttachment"
    }
  ],
  "manifest_display_name" : "ZMarkupParser",
  "name" : "ZMarkupParser",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "ZMarkupParser",
      "targets" : [
        "ZMarkupParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ZMarkupParserTests",
      "module_type" : "SwiftTarget",
      "name" : "ZMarkupParserTests",
      "path" : "Tests/ZMarkupParserTests",
      "sources" : [
        "Core/HTMLStringTests.swift",
        "Core/MarkupNSAttributedStringVisitorTests.swift",
        "Core/MarkupStyleColorTests.swift",
        "Core/MarkupStyleFontTests.swift",
        "Core/MarkupStyleTests.swift",
        "Core/MarkupTests.swift",
        "Core/NSTextCheckingResultTests.swift",
        "Core/ParserRegexrTests.swift",
        "HTML/AllMarkupsHasAddToBuilderDefaultListTests.swift",
        "HTML/AllTagStyleAttributesHasAddToBuilderDefaultListTests.swift",
        "HTML/HTMLElementMarkupComponentMarkupStyleVisitorTests.swift",
        "HTML/HTMLParsedResultFormatterProcessorTests.swift",
        "HTML/HTMLParsedResultToHTMLElementWithRootMarkupProcessorTests.swift",
        "HTML/HTMLSelectorTests.swift",
        "HTML/HTMLStringToParsedResultProcessorTests.swift",
        "HTML/HTMLTagStyleAttributeToMarkupStyleVisitorTests.swift",
        "HTML/ZHTMLParserBuilderTests.swift",
        "HTML/ZHTMLParserTests.swift"
      ],
      "target_dependencies" : [
        "ZMarkupParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZMarkupParserSnapshotTests",
      "module_type" : "SwiftTarget",
      "name" : "ZMarkupParserSnapshotTests",
      "path" : "Tests/ZMarkupParserSnapshotTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "ZMarkupParserSnapshotTests.swift"
      ],
      "target_dependencies" : [
        "ZMarkupParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZMarkupParserPerformanceTests",
      "module_type" : "SwiftTarget",
      "name" : "ZMarkupParserPerformanceTests",
      "path" : "Tests/ZMarkupParserPerformanceTests",
      "sources" : [
        "Extensions.swift",
        "ZMarkupParserPerformanceTests.swift"
      ],
      "target_dependencies" : [
        "ZMarkupParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZMarkupParser",
      "module_type" : "SwiftTarget",
      "name" : "ZMarkupParser",
      "path" : "Sources",
      "product_dependencies" : [
        "ZNSTextAttachment"
      ],
      "product_memberships" : [
        "ZMarkupParser"
      ],
      "sources" : [
        "HTMLString/HTMLString.swift",
        "HTMLString/Mappings.swift",
        "ZMarkupParser/Core/Markup/Markup.swift",
        "ZMarkupParser/Core/Markup/MarkupVisitor.swift",
        "ZMarkupParser/Core/Markup/Markups/BlockQuoteMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/BoldMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/BreakLineMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/CodeMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/ColorMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/DeletelineMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/ExtendMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/HeadMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/HorizontalLineMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/ImageMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/InlineMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/ItalicMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/LinkMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/ListItemMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/ListMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/ParagraphMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/RawStringMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/RootMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/TableColumnMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/TableMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/TableRowMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/UnderlineMarkup.swift",
        "ZMarkupParser/Core/MarkupComponent/MarkupComponent.swift",
        "ZMarkupParser/Core/MarkupComponent/MarkupComponents/HTMLElementMarkupComponent.swift",
        "ZMarkupParser/Core/MarkupComponent/MarkupComponents/MarkupStyleComponent.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyle+Extension.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyle.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyleColor.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyleColorName.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyleFont.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyleList.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyleParagraphStyle.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyleSponsorColor.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyleVendorColor.swift",
        "ZMarkupParser/Core/Processor/MarkupNSAttributedStringVisitor.swift",
        "ZMarkupParser/Core/Processor/MarkupRenderProcessor.swift",
        "ZMarkupParser/Core/Processor/MarkupStripperProcessor.swift",
        "ZMarkupParser/Core/Processor/NSTextCheckingResult+Extension.swift",
        "ZMarkupParser/Core/Processor/ParserProcessor.swift",
        "ZMarkupParser/Core/Processor/ParserRegexr.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTag.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagClassAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagIdAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNameVisitor.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/A_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/BLOCKQUOTE_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/BR_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/B_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/CODE_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/DEL_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/DIV_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/EM_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/ExtendTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/FONT_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/H1_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/H2_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/H3_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/H4_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/H5_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/H6_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/HR_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/IMG_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/I_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/LI_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/OL_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/PRE_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/P_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/SPAN_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/STRONG_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/S_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/TABLE_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/TD_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/TH_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/TR_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/UL_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/U_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributeVisitor.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/BackgroundColorHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/ColorHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/ExtendHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/FontFamilyHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/FontSizeHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/FontWeightHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/LineHeightHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/ListStyleTypeHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/TextAlignHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/WordSpacingHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/WC3HTMLTagName.swift",
        "ZMarkupParser/HTML/Processor/HTMLElementMarkupComponentMarkupStyleVisitor.swift",
        "ZMarkupParser/HTML/Processor/HTMLElementWithMarkupToMarkupStyleProcessor.swift",
        "ZMarkupParser/HTML/Processor/HTMLParsedResult.swift",
        "ZMarkupParser/HTML/Processor/HTMLParsedResultFormatterProcessor.swift",
        "ZMarkupParser/HTML/Processor/HTMLParsedResultToHTMLElementWithRootMarkupProcessor.swift",
        "ZMarkupParser/HTML/Processor/HTMLSelector.swift",
        "ZMarkupParser/HTML/Processor/HTMLStringToParsedResultProcessor.swift",
        "ZMarkupParser/HTML/Processor/HTMLTagAttributeToMarkupStyleVisitor.swift",
        "ZMarkupParser/HTML/Processor/HTMLTagNameToHTMLMarkupVisitor.swift",
        "ZMarkupParser/HTML/ZHTMLParser+UIExtension.swift",
        "ZMarkupParser/HTML/ZHTMLParser.swift",
        "ZMarkupParser/HTML/ZHTMLParserBuilder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "ZMarkupParser",
    "schemes" : [
      "ZMarkupParser",
      "ZMarkupParser-Demo",
      "ZNSTextAttachment"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ZMarkupParser",
      "ZNSTextAttachment"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ZMarkupParser -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ZMarkupParser -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.12.0
  ZMarkupParser: /Users/admin/builder/spi-builder-workspace
  ZNSTextAttachment: https://github.com/ZhgChgLi/ZNSTextAttachment @ 1.1.9
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'ZMarkupParserTests' in project 'ZMarkupParser'
        ➜ Explicit dependency on target 'ZMarkupParser' in project 'ZMarkupParser'
        ➜ Explicit dependency on target 'ZNSTextAttachment' in project 'ZNSTextAttachment'
    Target 'ZMarkupParserSnapshotTests' in project 'ZMarkupParser'
        ➜ Explicit dependency on target 'ZMarkupParser' in project 'ZMarkupParser'
        ➜ Explicit dependency on target 'ZNSTextAttachment' in project 'ZNSTextAttachment'
        ➜ Explicit dependency on target 'SnapshotTesting' in project 'swift-snapshot-testing'
    Target 'SnapshotTesting' in project 'swift-snapshot-testing'
        ➜ Explicit dependency on target 'SnapshotTesting' in project 'swift-snapshot-testing'
    Target 'SnapshotTesting' in project 'swift-snapshot-testing' (no dependencies)
    Target 'ZMarkupParser' in project 'ZMarkupParser'
        ➜ Explicit dependency on target 'ZMarkupParser' in project 'ZMarkupParser'
        ➜ Explicit dependency on target 'ZNSTextAttachment' in project 'ZNSTextAttachment'
    Target 'ZMarkupParser' in project 'ZMarkupParser'
        ➜ Explicit dependency on target 'ZNSTextAttachment' in project 'ZNSTextAttachment'
    Target 'ZNSTextAttachment' in project 'ZNSTextAttachment'
        ➜ Explicit dependency on target 'ZNSTextAttachment' in project 'ZNSTextAttachment'
    Target 'ZNSTextAttachment' in project 'ZNSTextAttachment' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 524ee36aa94fc491df98c6e6a3df7ccd
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/524ee36aa94fc491df98c6e6a3df7ccd.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/ZNSTextAttachment.modulemap (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/ZNSTextAttachment.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/ZNSTextAttachment.DependencyStaticMetadataFileList (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/ZNSTextAttachment.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/ZNSTextAttachment.DependencyMetadataFileList (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/ZNSTextAttachment.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment-OutputFileMap.json (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.SwiftConstValuesFileList (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.SwiftFileList (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.LinkFileList (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment_const_extract_protocols.json (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserTests.build/empty-ZMarkupParserTests.plist (in target 'ZMarkupParserTests' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserTests.build/empty-ZMarkupParserTests.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserTests.build/ZMarkupParserTests.DependencyStaticMetadataFileList (in target 'ZMarkupParserTests' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserTests.build/ZMarkupParserTests.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserTests.build/ZMarkupParserTests.DependencyMetadataFileList (in target 'ZMarkupParserTests' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserTests.build/ZMarkupParserTests.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserTests.build/Objects-normal/arm64/ZMarkupParserTests_const_extract_protocols.json (in target 'ZMarkupParserTests' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserTests.build/Objects-normal/arm64/ZMarkupParserTests_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserTests.build/Objects-normal/arm64/ZMarkupParserTests.SwiftFileList (in target 'ZMarkupParserTests' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserTests.build/Objects-normal/arm64/ZMarkupParserTests.SwiftFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ZNSTextAttachment.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/ZNSTextAttachment.modulemap (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/ZNSTextAttachment.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserTests.build/Objects-normal/arm64/ZMarkupParserTests.SwiftConstValuesFileList (in target 'ZMarkupParserTests' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserTests.build/Objects-normal/arm64/ZMarkupParserTests.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserTests.build/Objects-normal/arm64/ZMarkupParserTests.LinkFileList (in target 'ZMarkupParserTests' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserTests.build/Objects-normal/arm64/ZMarkupParserTests.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserTests.build/Objects-normal/arm64/ZMarkupParserTests-OutputFileMap.json (in target 'ZMarkupParserTests' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserTests.build/Objects-normal/arm64/ZMarkupParserTests-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserSnapshotTests.build/empty-ZMarkupParserSnapshotTests.plist (in target 'ZMarkupParserSnapshotTests' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserSnapshotTests.build/empty-ZMarkupParserSnapshotTests.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserSnapshotTests.build/ZMarkupParserSnapshotTests.DependencyStaticMetadataFileList (in target 'ZMarkupParserSnapshotTests' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserSnapshotTests.build/ZMarkupParserSnapshotTests.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserSnapshotTests.build/ZMarkupParserSnapshotTests.DependencyMetadataFileList (in target 'ZMarkupParserSnapshotTests' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserSnapshotTests.build/ZMarkupParserSnapshotTests.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserSnapshotTests.build/Objects-normal/arm64/ZMarkupParserSnapshotTests_const_extract_protocols.json (in target 'ZMarkupParserSnapshotTests' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserSnapshotTests.build/Objects-normal/arm64/ZMarkupParserSnapshotTests_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserSnapshotTests.build/Objects-normal/arm64/ZMarkupParserSnapshotTests.SwiftFileList (in target 'ZMarkupParserSnapshotTests' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserSnapshotTests.build/Objects-normal/arm64/ZMarkupParserSnapshotTests.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserSnapshotTests.build/Objects-normal/arm64/ZMarkupParserSnapshotTests.SwiftConstValuesFileList (in target 'ZMarkupParserSnapshotTests' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserSnapshotTests.build/Objects-normal/arm64/ZMarkupParserSnapshotTests.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserSnapshotTests.build/Objects-normal/arm64/ZMarkupParserSnapshotTests.LinkFileList (in target 'ZMarkupParserSnapshotTests' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserSnapshotTests.build/Objects-normal/arm64/ZMarkupParserSnapshotTests.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserSnapshotTests.build/Objects-normal/arm64/ZMarkupParserSnapshotTests-OutputFileMap.json (in target 'ZMarkupParserSnapshotTests' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParserSnapshotTests.build/Objects-normal/arm64/ZMarkupParserSnapshotTests-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParser.build/ZMarkupParser.modulemap (in target 'ZMarkupParser' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParser.build/ZMarkupParser.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParser.build/ZMarkupParser.DependencyStaticMetadataFileList (in target 'ZMarkupParser' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParser.build/ZMarkupParser.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParser.build/ZMarkupParser.DependencyMetadataFileList (in target 'ZMarkupParser' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParser.build/ZMarkupParser.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParser.build/Objects-normal/arm64/ZMarkupParser_const_extract_protocols.json (in target 'ZMarkupParser' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParser.build/Objects-normal/arm64/ZMarkupParser_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParser.build/Objects-normal/arm64/ZMarkupParser.SwiftFileList (in target 'ZMarkupParser' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParser.build/Objects-normal/arm64/ZMarkupParser.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParser.build/Objects-normal/arm64/ZMarkupParser.SwiftConstValuesFileList (in target 'ZMarkupParser' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParser.build/Objects-normal/arm64/ZMarkupParser.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParser.build/Objects-normal/arm64/ZMarkupParser.LinkFileList (in target 'ZMarkupParser' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParser.build/Objects-normal/arm64/ZMarkupParser.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParser.build/Objects-normal/arm64/ZMarkupParser-OutputFileMap.json (in target 'ZMarkupParser' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParser.build/Objects-normal/arm64/ZMarkupParser-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/SnapshotTesting.modulemap (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/SnapshotTesting.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/SnapshotTesting.DependencyStaticMetadataFileList (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/SnapshotTesting.DependencyStaticMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ZMarkupParser.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParser.build/ZMarkupParser.modulemap (in target 'ZMarkupParser' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZMarkupParser.build/Debug-appletvos/ZMarkupParser.build/ZMarkupParser.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/SnapshotTesting.DependencyMetadataFileList (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/SnapshotTesting.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.SwiftFileList (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting_const_extract_protocols.json (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.SwiftConstValuesFileList (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.LinkFileList (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-OutputFileMap.json (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-OutputFileMap.json
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ZMarkupParserTests.xctest (in target 'ZMarkupParserTests' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ZMarkupParserTests.xctest
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/SnapshotTesting.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/SnapshotTesting.modulemap (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/SnapshotTesting.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ZMarkupParserSnapshotTests.xctest (in target 'ZMarkupParserSnapshotTests' from project 'ZMarkupParser')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ZMarkupParserSnapshotTests.xctest
SwiftDriver SnapshotTesting normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SnapshotTesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ZNSTextAttachment normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ZNSTextAttachment -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:126:54: error: 'UTType' is only available in tvOS 14.0 or newer
            if let mimeType = mimeType, let utType = UTType(mimeType: mimeType) {
                                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:126:54: note: add 'if #available' version check
            if let mimeType = mimeType, let utType = UTType(mimeType: mimeType) {
                                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:121:10: note: add @available attribute to enclosing instance method
    func dataDownloaded(_ data: Data, mimeType: String?) {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:18:14: note: add @available attribute to enclosing class
public class ZNSTextAttachment: NSTextAttachment {
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:126:54: error: 'init(mimeType:conformingTo:)' is only available in tvOS 14.0 or newer
            if let mimeType = mimeType, let utType = UTType(mimeType: mimeType) {
                                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:126:54: note: add 'if #available' version check
            if let mimeType = mimeType, let utType = UTType(mimeType: mimeType) {
                                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:121:10: note: add @available attribute to enclosing instance method
    func dataDownloaded(_ data: Data, mimeType: String?) {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:18:14: note: add @available attribute to enclosing class
public class ZNSTextAttachment: NSTextAttachment {
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:127:35: error: 'identifier' is only available in tvOS 14.0 or newer
                fileType = utType.identifier
                                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:127:35: note: add 'if #available' version check
                fileType = utType.identifier
                                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:121:10: note: add @available attribute to enclosing instance method
    func dataDownloaded(_ data: Data, mimeType: String?) {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:18:14: note: add @available attribute to enclosing class
public class ZNSTextAttachment: NSTextAttachment {
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:128:36: error: 'UTType' is only available in tvOS 14.0 or newer
            } else if let utType = UTType(filenameExtension: pathExtension) {
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:128:36: note: add 'if #available' version check
            } else if let utType = UTType(filenameExtension: pathExtension) {
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:121:10: note: add @available attribute to enclosing instance method
    func dataDownloaded(_ data: Data, mimeType: String?) {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:18:14: note: add @available attribute to enclosing class
public class ZNSTextAttachment: NSTextAttachment {
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:128:36: error: 'init(filenameExtension:conformingTo:)' is only available in tvOS 14.0 or newer
            } else if let utType = UTType(filenameExtension: pathExtension) {
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:128:36: note: add 'if #available' version check
            } else if let utType = UTType(filenameExtension: pathExtension) {
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:121:10: note: add @available attribute to enclosing instance method
    func dataDownloaded(_ data: Data, mimeType: String?) {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:18:14: note: add @available attribute to enclosing class
public class ZNSTextAttachment: NSTextAttachment {
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:129:35: error: 'identifier' is only available in tvOS 14.0 or newer
                fileType = utType.identifier
                                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:129:35: note: add 'if #available' version check
                fileType = utType.identifier
                                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:121:10: note: add @available attribute to enclosing instance method
    func dataDownloaded(_ data: Data, mimeType: String?) {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:18:14: note: add @available attribute to enclosing class
public class ZNSTextAttachment: NSTextAttachment {
             ^
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ZNSTextAttachment -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.o -index-unit-output-path /ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ WeakZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ZNSTextAttachmentHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ZNSTextAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ZResizableNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ ZNSTextAttachment (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
EmitSwiftModule normal arm64 (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ SnapshotTesting (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
EmitSwiftModule normal arm64 (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for ZNSTextAttachment (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftDriver\ Compilation\ Requirements ZNSTextAttachment normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ZNSTextAttachment -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ZNSTextAttachmentHandler.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 Compiling\ ZNSTextAttachmentDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ZNSTextAttachment-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment-Swift.h (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ZNSTextAttachment-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling ZNSTextAttachmentable.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ZNSTextAttachment.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.swiftmodule (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ZNSTextAttachment.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ZNSTextAttachment.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.swiftdoc (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ZNSTextAttachment.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ZNSTextAttachment.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.abi.json (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ZNSTextAttachment.swiftmodule/arm64-apple-tvos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling WeakZNSTextAttachmentable.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 Compiling\ SwiftUIView.swift,\ UIBezierPath.swift,\ UIImage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SwiftUIView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIBezierPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIImage.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SwiftUIView.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIBezierPath.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIImage.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SnapshotTestCase.swift,\ Snapshotting.swift,\ Any.swift,\ CALayer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/SnapshotTestCase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Any.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CALayer.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/SnapshotTestCase.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Any.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CALayer.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ZNSTextAttachment.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.swiftsourceinfo (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ZNSTextAttachment.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling ZNSTextAttachmentDelegate.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 Compiling\ PlistEncoder.swift,\ String+SpecialCharacters.swift,\ View.swift,\ XCTAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/PlistEncoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/String+SpecialCharacters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/View.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/XCTAttachment.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/PlistEncoder.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/String+SpecialCharacters.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/View.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/XCTAttachment.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SceneKit.swift,\ SpriteKit.swift,\ String.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SceneKit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SpriteKit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/String.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SceneKit.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SpriteKit.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/String.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ZNSTextAttachmentDataSource.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 Compiling\ UIView.swift,\ UIViewController.swift,\ URLRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/URLRequest.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftDriverJobDiscovery normal arm64 Compiling NSTextStorage+Extension.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 Compiling\ CGPath.swift,\ CaseIterable.swift,\ Codable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CGPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CaseIterable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Codable.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftDriverJobDiscovery normal arm64 Compiling ZNSTextAttachmentLabel.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 Compiling\ NSImage.swift,\ NSView.swift,\ NSViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSImage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSViewController.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftDriverJobDiscovery normal arm64 Compiling ZResizableNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 Compiling\ Diff.swift,\ Diffing.swift,\ Wait.swift,\ Deprecations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Diff.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Diffing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Extensions/Wait.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Internal/Deprecations.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftDriverJobDiscovery normal arm64 Compiling UILabel+Extenstion.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 Compiling\ Data.swift,\ Description.swift,\ NSBezierPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Data.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Description.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSBezierPath.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
	SwiftCompile normal arm64 Compiling\ ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
	SwiftCompile normal arm64 Compiling\ Data.swift,\ Description.swift,\ NSBezierPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Data.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Description.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSBezierPath.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
	Building workspace spi-builder-workspace with scheme ZMarkupParser
(4 failures)
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
Resolved source packages:
  ZMarkupParser: /Users/admin/builder/spi-builder-workspace
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.12.0
  ZNSTextAttachment: https://github.com/ZhgChgLi/ZNSTextAttachment @ 1.1.9
resolved source packages: ZMarkupParser, swift-snapshot-testing, ZNSTextAttachment
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "exact" : [
          "1.12.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    },
    {
      "identity" : "znstextattachment",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.9",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ZhgChgLi/ZNSTextAttachment"
    }
  ],
  "manifest_display_name" : "ZMarkupParser",
  "name" : "ZMarkupParser",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "ZMarkupParser",
      "targets" : [
        "ZMarkupParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ZMarkupParserTests",
      "module_type" : "SwiftTarget",
      "name" : "ZMarkupParserTests",
      "path" : "Tests/ZMarkupParserTests",
      "sources" : [
        "Core/HTMLStringTests.swift",
        "Core/MarkupNSAttributedStringVisitorTests.swift",
        "Core/MarkupStyleColorTests.swift",
        "Core/MarkupStyleFontTests.swift",
        "Core/MarkupStyleTests.swift",
        "Core/MarkupTests.swift",
        "Core/NSTextCheckingResultTests.swift",
        "Core/ParserRegexrTests.swift",
        "HTML/AllMarkupsHasAddToBuilderDefaultListTests.swift",
        "HTML/AllTagStyleAttributesHasAddToBuilderDefaultListTests.swift",
        "HTML/HTMLElementMarkupComponentMarkupStyleVisitorTests.swift",
        "HTML/HTMLParsedResultFormatterProcessorTests.swift",
        "HTML/HTMLParsedResultToHTMLElementWithRootMarkupProcessorTests.swift",
        "HTML/HTMLSelectorTests.swift",
        "HTML/HTMLStringToParsedResultProcessorTests.swift",
        "HTML/HTMLTagStyleAttributeToMarkupStyleVisitorTests.swift",
        "HTML/ZHTMLParserBuilderTests.swift",
        "HTML/ZHTMLParserTests.swift"
      ],
      "target_dependencies" : [
        "ZMarkupParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZMarkupParserSnapshotTests",
      "module_type" : "SwiftTarget",
      "name" : "ZMarkupParserSnapshotTests",
      "path" : "Tests/ZMarkupParserSnapshotTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "ZMarkupParserSnapshotTests.swift"
      ],
      "target_dependencies" : [
        "ZMarkupParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZMarkupParserPerformanceTests",
      "module_type" : "SwiftTarget",
      "name" : "ZMarkupParserPerformanceTests",
      "path" : "Tests/ZMarkupParserPerformanceTests",
      "sources" : [
        "Extensions.swift",
        "ZMarkupParserPerformanceTests.swift"
      ],
      "target_dependencies" : [
        "ZMarkupParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZMarkupParser",
      "module_type" : "SwiftTarget",
      "name" : "ZMarkupParser",
      "path" : "Sources",
      "product_dependencies" : [
        "ZNSTextAttachment"
      ],
      "product_memberships" : [
        "ZMarkupParser"
      ],
      "sources" : [
        "HTMLString/HTMLString.swift",
        "HTMLString/Mappings.swift",
        "ZMarkupParser/Core/Markup/Markup.swift",
        "ZMarkupParser/Core/Markup/MarkupVisitor.swift",
        "ZMarkupParser/Core/Markup/Markups/BlockQuoteMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/BoldMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/BreakLineMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/CodeMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/ColorMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/DeletelineMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/ExtendMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/HeadMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/HorizontalLineMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/ImageMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/InlineMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/ItalicMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/LinkMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/ListItemMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/ListMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/ParagraphMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/RawStringMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/RootMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/TableColumnMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/TableMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/TableRowMarkup.swift",
        "ZMarkupParser/Core/Markup/Markups/UnderlineMarkup.swift",
        "ZMarkupParser/Core/MarkupComponent/MarkupComponent.swift",
        "ZMarkupParser/Core/MarkupComponent/MarkupComponents/HTMLElementMarkupComponent.swift",
        "ZMarkupParser/Core/MarkupComponent/MarkupComponents/MarkupStyleComponent.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyle+Extension.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyle.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyleColor.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyleColorName.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyleFont.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyleList.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyleParagraphStyle.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyleSponsorColor.swift",
        "ZMarkupParser/Core/MarkupStyle/MarkupStyleVendorColor.swift",
        "ZMarkupParser/Core/Processor/MarkupNSAttributedStringVisitor.swift",
        "ZMarkupParser/Core/Processor/MarkupRenderProcessor.swift",
        "ZMarkupParser/Core/Processor/MarkupStripperProcessor.swift",
        "ZMarkupParser/Core/Processor/NSTextCheckingResult+Extension.swift",
        "ZMarkupParser/Core/Processor/ParserProcessor.swift",
        "ZMarkupParser/Core/Processor/ParserRegexr.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTag.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagClassAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagIdAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNameVisitor.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/A_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/BLOCKQUOTE_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/BR_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/B_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/CODE_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/DEL_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/DIV_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/EM_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/ExtendTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/FONT_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/H1_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/H2_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/H3_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/H4_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/H5_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/H6_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/HR_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/IMG_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/I_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/LI_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/OL_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/PRE_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/P_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/SPAN_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/STRONG_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/S_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/TABLE_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/TD_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/TH_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/TR_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/UL_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagNames/U_HTMLTagName.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributeVisitor.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/BackgroundColorHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/ColorHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/ExtendHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/FontFamilyHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/FontSizeHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/FontWeightHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/LineHeightHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/ListStyleTypeHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/TextAlignHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/WordSpacingHTMLTagStyleAttribute.swift",
        "ZMarkupParser/HTML/HTMLTag/WC3HTMLTagName.swift",
        "ZMarkupParser/HTML/Processor/HTMLElementMarkupComponentMarkupStyleVisitor.swift",
        "ZMarkupParser/HTML/Processor/HTMLElementWithMarkupToMarkupStyleProcessor.swift",
        "ZMarkupParser/HTML/Processor/HTMLParsedResult.swift",
        "ZMarkupParser/HTML/Processor/HTMLParsedResultFormatterProcessor.swift",
        "ZMarkupParser/HTML/Processor/HTMLParsedResultToHTMLElementWithRootMarkupProcessor.swift",
        "ZMarkupParser/HTML/Processor/HTMLSelector.swift",
        "ZMarkupParser/HTML/Processor/HTMLStringToParsedResultProcessor.swift",
        "ZMarkupParser/HTML/Processor/HTMLTagAttributeToMarkupStyleVisitor.swift",
        "ZMarkupParser/HTML/Processor/HTMLTagNameToHTMLMarkupVisitor.swift",
        "ZMarkupParser/HTML/ZHTMLParser+UIExtension.swift",
        "ZMarkupParser/HTML/ZHTMLParser.swift",
        "ZMarkupParser/HTML/ZHTMLParserBuilder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ZMarkupParser",
      "ZNSTextAttachment"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ZMarkupParser",
      "ZNSTextAttachment"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ZMarkupParser -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ZMarkupParser -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.12.0
  ZMarkupParser: /Users/admin/builder/spi-builder-workspace
  ZNSTextAttachment: https://github.com/ZhgChgLi/ZNSTextAttachment @ 1.1.9
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'ZMarkupParserTests' in project 'ZMarkupParser'
        ➜ Explicit dependency on target 'ZMarkupParser' in project 'ZMarkupParser'
        ➜ Explicit dependency on target 'ZNSTextAttachment' in project 'ZNSTextAttachment'
    Target 'ZMarkupParserSnapshotTests' in project 'ZMarkupParser'
        ➜ Explicit dependency on target 'ZMarkupParser' in project 'ZMarkupParser'
        ➜ Explicit dependency on target 'ZNSTextAttachment' in project 'ZNSTextAttachment'
        ➜ Explicit dependency on target 'SnapshotTesting' in project 'swift-snapshot-testing'
    Target 'SnapshotTesting' in project 'swift-snapshot-testing'
        ➜ Explicit dependency on target 'SnapshotTesting' in project 'swift-snapshot-testing'
    Target 'SnapshotTesting' in project 'swift-snapshot-testing' (no dependencies)
    Target 'ZMarkupParser' in project 'ZMarkupParser'
        ➜ Explicit dependency on target 'ZMarkupParser' in project 'ZMarkupParser'
        ➜ Explicit dependency on target 'ZNSTextAttachment' in project 'ZNSTextAttachment'
    Target 'ZMarkupParser' in project 'ZMarkupParser'
        ➜ Explicit dependency on target 'ZNSTextAttachment' in project 'ZNSTextAttachment'
    Target 'ZNSTextAttachment' in project 'ZNSTextAttachment'
        ➜ Explicit dependency on target 'ZNSTextAttachment' in project 'ZNSTextAttachment'
    Target 'ZNSTextAttachment' in project 'ZNSTextAttachment' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: fd8a3009ff457085470d9fdb0eea1fea
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/fd8a3009ff457085470d9fdb0eea1fea.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
SwiftDriver SnapshotTesting normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SnapshotTesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-appletvos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ZNSTextAttachment normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ZNSTextAttachment -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ WeakZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ZNSTextAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ZNSTextAttachmentHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ ZNSTextAttachment (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
EmitSwiftModule normal arm64 (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ZResizableNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ZNSTextAttachmentDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ SnapshotTesting (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
EmitSwiftModule normal arm64 (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ZNSTextAttachmentDelegate.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 Compiling\ ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ZNSTextAttachment -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.o -index-unit-output-path /ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:126:54: error: 'UTType' is only available in tvOS 14.0 or newer
            if let mimeType = mimeType, let utType = UTType(mimeType: mimeType) {
                                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:126:54: note: add 'if #available' version check
            if let mimeType = mimeType, let utType = UTType(mimeType: mimeType) {
                                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:121:10: note: add @available attribute to enclosing instance method
    func dataDownloaded(_ data: Data, mimeType: String?) {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:18:14: note: add @available attribute to enclosing class
public class ZNSTextAttachment: NSTextAttachment {
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:126:54: error: 'init(mimeType:conformingTo:)' is only available in tvOS 14.0 or newer
            if let mimeType = mimeType, let utType = UTType(mimeType: mimeType) {
                                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:126:54: note: add 'if #available' version check
            if let mimeType = mimeType, let utType = UTType(mimeType: mimeType) {
                                                     ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:121:10: note: add @available attribute to enclosing instance method
    func dataDownloaded(_ data: Data, mimeType: String?) {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:18:14: note: add @available attribute to enclosing class
public class ZNSTextAttachment: NSTextAttachment {
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:127:35: error: 'identifier' is only available in tvOS 14.0 or newer
                fileType = utType.identifier
                                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:127:35: note: add 'if #available' version check
                fileType = utType.identifier
                                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:121:10: note: add @available attribute to enclosing instance method
    func dataDownloaded(_ data: Data, mimeType: String?) {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:18:14: note: add @available attribute to enclosing class
public class ZNSTextAttachment: NSTextAttachment {
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:128:36: error: 'UTType' is only available in tvOS 14.0 or newer
            } else if let utType = UTType(filenameExtension: pathExtension) {
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:128:36: note: add 'if #available' version check
            } else if let utType = UTType(filenameExtension: pathExtension) {
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:121:10: note: add @available attribute to enclosing instance method
    func dataDownloaded(_ data: Data, mimeType: String?) {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:18:14: note: add @available attribute to enclosing class
public class ZNSTextAttachment: NSTextAttachment {
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:128:36: error: 'init(filenameExtension:conformingTo:)' is only available in tvOS 14.0 or newer
            } else if let utType = UTType(filenameExtension: pathExtension) {
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:128:36: note: add 'if #available' version check
            } else if let utType = UTType(filenameExtension: pathExtension) {
                                   ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:121:10: note: add @available attribute to enclosing instance method
    func dataDownloaded(_ data: Data, mimeType: String?) {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:18:14: note: add @available attribute to enclosing class
public class ZNSTextAttachment: NSTextAttachment {
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:129:35: error: 'identifier' is only available in tvOS 14.0 or newer
                fileType = utType.identifier
                                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:129:35: note: add 'if #available' version check
                fileType = utType.identifier
                                  ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:121:10: note: add @available attribute to enclosing instance method
    func dataDownloaded(_ data: Data, mimeType: String?) {
         ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:18:14: note: add @available attribute to enclosing class
public class ZNSTextAttachment: NSTextAttachment {
             ^
SwiftDriverJobDiscovery normal arm64 Compiling ZNSTextAttachmentHandler.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 Compiling\ UIView.swift,\ UIViewController.swift,\ URLRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/URLRequest.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIView.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIViewController.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/URLRequest.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling WeakZNSTextAttachmentable.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 Compiling\ PlistEncoder.swift,\ String+SpecialCharacters.swift,\ View.swift,\ XCTAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/PlistEncoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/String+SpecialCharacters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/View.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/XCTAttachment.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/PlistEncoder.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/String+SpecialCharacters.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/View.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/XCTAttachment.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ZNSTextAttachmentable.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 Compiling\ NSImage.swift,\ NSView.swift,\ NSViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSImage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSViewController.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSImage.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSView.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSViewController.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ZNSTextAttachmentDataSource.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 Compiling\ CGPath.swift,\ CaseIterable.swift,\ Codable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CGPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CaseIterable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Codable.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CGPath.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CaseIterable.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Codable.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for ZNSTextAttachment (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftDriver\ Compilation\ Requirements ZNSTextAttachment normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ZNSTextAttachment -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling UILabel+Extenstion.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 Compiling\ Data.swift,\ Description.swift,\ NSBezierPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Data.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Description.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSBezierPath.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Data.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Description.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSBezierPath.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ZNSTextAttachment.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.abi.json (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-appletvos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ZNSTextAttachment.swiftmodule/arm64-apple-tvos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling ZNSTextAttachmentLabel.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 Compiling\ SwiftUIView.swift,\ UIBezierPath.swift,\ UIImage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SwiftUIView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIBezierPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIImage.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SwiftUIView.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIBezierPath.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIImage.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AssertInlineSnapshot.swift,\ AssertSnapshot.swift,\ Async.swift,\ Internal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertInlineSnapshot.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Async.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/Internal.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertInlineSnapshot.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Async.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/Internal.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling NSTextStorage+Extension.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 Compiling\ SceneKit.swift,\ SpriteKit.swift,\ String.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SceneKit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SpriteKit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/String.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SceneKit.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SpriteKit.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/String.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ZResizableNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 Compiling\ SnapshotTestCase.swift,\ Snapshotting.swift,\ Any.swift,\ CALayer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/SnapshotTestCase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Any.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CALayer.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
	SwiftCompile normal arm64 Compiling\ SnapshotTestCase.swift,\ Snapshotting.swift,\ Any.swift,\ CALayer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/SnapshotTestCase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Any.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CALayer.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
	Building workspace spi-builder-workspace with scheme ZMarkupParser
(4 failures)
BUILD FAILURE 6.1 tvOS