The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build ZMarkupParser, reference v1.12.0 (f25c98), with Swift 6.0 for Linux on 3 Dec 2024 20:42:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.58.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ZhgChgLi/ZMarkupParser.git
Reference: v1.12.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/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:         linux
Swift version:             6.0
Building package at path:  $PWD
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" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/ZhgChgLi/ZNSTextAttachment
[1/224] Fetching znstextattachment
[194/12671] Fetching znstextattachment, swift-snapshot-testing
Fetched https://github.com/ZhgChgLi/ZNSTextAttachment from cache (1.43s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.49s)
Computing version for https://github.com/ZhgChgLi/ZNSTextAttachment
Computed https://github.com/ZhgChgLi/ZNSTextAttachment at 1.1.9 (0.50s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.12.0 (0.54s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.12.0
Creating working copy for https://github.com/ZhgChgLi/ZNSTextAttachment
Working copy of https://github.com/ZhgChgLi/ZNSTextAttachment resolved at 1.1.9
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/13] Emitting module ZNSTextAttachment
/host/spi-builder-workspace/.build/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:16:8: error: no such module 'UniformTypeIdentifiers'
 14 | #endif
 15 |
 16 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
 17 |
 18 | public class ZNSTextAttachment: NSTextAttachment {
[5/13] Compiling ZNSTextAttachment NSTextStorage+Extension.swift
/host/spi-builder-workspace/.build/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:16:8: error: no such module 'UniformTypeIdentifiers'
 14 | #endif
 15 |
 16 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
 17 |
 18 | public class ZNSTextAttachment: NSTextAttachment {
[6/13] Compiling ZNSTextAttachment WeakZNSTextAttachmentable.swift
/host/spi-builder-workspace/.build/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:16:8: error: no such module 'UniformTypeIdentifiers'
 14 | #endif
 15 |
 16 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
 17 |
 18 | public class ZNSTextAttachment: NSTextAttachment {
[7/13] Compiling ZNSTextAttachment UILabel+Extenstion.swift
/host/spi-builder-workspace/.build/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:16:8: error: no such module 'UniformTypeIdentifiers'
 14 | #endif
 15 |
 16 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
 17 |
 18 | public class ZNSTextAttachment: NSTextAttachment {
[8/13] Compiling ZNSTextAttachment ZNSTextAttachmentLabel.swift
/host/spi-builder-workspace/.build/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:16:8: error: no such module 'UniformTypeIdentifiers'
 14 | #endif
 15 |
 16 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
 17 |
 18 | public class ZNSTextAttachment: NSTextAttachment {
[9/14] Compiling ZNSTextAttachment ZNSTextAttachmentDataSource.swift
/host/spi-builder-workspace/.build/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:16:8: error: no such module 'UniformTypeIdentifiers'
 14 | #endif
 15 |
 16 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
 17 |
 18 | public class ZNSTextAttachment: NSTextAttachment {
[10/14] Compiling ZNSTextAttachment ZNSTextAttachmentDelegate.swift
/host/spi-builder-workspace/.build/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:16:8: error: no such module 'UniformTypeIdentifiers'
 14 | #endif
 15 |
 16 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
 17 |
 18 | public class ZNSTextAttachment: NSTextAttachment {
[11/14] Compiling ZNSTextAttachment ZNSTextAttachment.swift
/host/spi-builder-workspace/.build/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:16:8: error: no such module 'UniformTypeIdentifiers'
 14 | #endif
 15 |
 16 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
 17 |
 18 | public class ZNSTextAttachment: NSTextAttachment {
[12/14] Compiling ZNSTextAttachment ZNSTextAttachmentHandler.swift
/host/spi-builder-workspace/.build/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:16:8: error: no such module 'UniformTypeIdentifiers'
 14 | #endif
 15 |
 16 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
 17 |
 18 | public class ZNSTextAttachment: NSTextAttachment {
[13/14] Compiling ZNSTextAttachment ZNSTextAttachmentable.swift
/host/spi-builder-workspace/.build/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:16:8: error: no such module 'UniformTypeIdentifiers'
 14 | #endif
 15 |
 16 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
 17 |
 18 | public class ZNSTextAttachment: NSTextAttachment {
[14/14] Compiling ZNSTextAttachment ZResizableNSTextAttachment.swift
/host/spi-builder-workspace/.build/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:16:8: error: no such module 'UniformTypeIdentifiers'
 14 | #endif
 15 |
 16 | import UniformTypeIdentifiers
    |        `- error: no such module 'UniformTypeIdentifiers'
 17 |
 18 | public class ZNSTextAttachment: NSTextAttachment {
BUILD FAILURE 6.0 linux