Build Information
Failed to build ZMarkupParser, reference main (021f20
), with Swift 6.0 for Linux on 4 Mar 2025 19:51:43 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ZhgChgLi/ZMarkupParser.git
Reference: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 021f201 Update README.md
Cloned https://github.com/ZhgChgLi/ZMarkupParser.git
Revision (git rev-parse @):
021f201bb6ab1412175f1a3b011dcd0a130428cc
SUCCESS checkout https://github.com/ZhgChgLi/ZMarkupParser.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/ZhgChgLi/ZMarkupParser.git
https://github.com/ZhgChgLi/ZMarkupParser.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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-4609320-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:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
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/12838] Fetching swift-snapshot-testing
[643/13065] Fetching swift-snapshot-testing, znstextattachment
Fetched https://github.com/ZhgChgLi/ZNSTextAttachment from cache (0.59s)
[1541/12838] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.62s)
Computing version for https://github.com/ZhgChgLi/ZNSTextAttachment
Computed https://github.com/ZhgChgLi/ZNSTextAttachment at 1.1.9 (2.03s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.12.0 (0.55s)
Creating working copy for https://github.com/ZhgChgLi/ZNSTextAttachment
Working copy of https://github.com/ZhgChgLi/ZNSTextAttachment resolved at 1.1.9
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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/13] 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 {
[5/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 {
[6/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 {
[7/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 {
[8/14] 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 {
[9/14] 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 {
[10/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/14] 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 {
[12/14] 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 {
[13/14] 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 {
[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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
warning: 'spi-builder-workspace': found 11 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/ZMarkupParserSnapshotTests/__Snapshots__/ZMarkupParserSnapshotTests/testShouldKeppNSAttributedString.1.png
/host/spi-builder-workspace/Tests/ZMarkupParserSnapshotTests/__Snapshots__/ZMarkupParserSnapshotTests/testUITextViewSetHTMLString.1.png
/host/spi-builder-workspace/Tests/ZMarkupParserSnapshotTests/__Snapshots__/ZMarkupParserSnapshotTests/testNSTextFieldSetHTMLString.1.png
/host/spi-builder-workspace/Tests/ZMarkupParserSnapshotTests/__Snapshots__/ZMarkupParserSnapshotTests/testNSTextFieldSetHTMLStringAsync.1.png
/host/spi-builder-workspace/Tests/ZMarkupParserSnapshotTests/__Snapshots__/ZMarkupParserSnapshotTests/testNSTextViewSetHTMLString.1.png
/host/spi-builder-workspace/Tests/ZMarkupParserSnapshotTests/__Snapshots__/ZMarkupParserSnapshotTests/testAsyncImageNSAttributedString_uiTextView.1.png
/host/spi-builder-workspace/Tests/ZMarkupParserSnapshotTests/__Snapshots__/ZMarkupParserSnapshotTests/testUILabelSetHTMLStringAsync.1.png
/host/spi-builder-workspace/Tests/ZMarkupParserSnapshotTests/__Snapshots__/ZMarkupParserSnapshotTests/testNSTextViewSetHTMLStringAsync.1.png
/host/spi-builder-workspace/Tests/ZMarkupParserSnapshotTests/__Snapshots__/ZMarkupParserSnapshotTests/testAsyncImageNSAttributedString_nsTextView.1.png
/host/spi-builder-workspace/Tests/ZMarkupParserSnapshotTests/__Snapshots__/ZMarkupParserSnapshotTests/testUITextViewSetHTMLStringAsync.1.png
/host/spi-builder-workspace/Tests/ZMarkupParserSnapshotTests/__Snapshots__/ZMarkupParserSnapshotTests/testUILabelSetHTMLString.1.png
warning: 'spi-builder-workspace': found 4 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/ZMarkupParserPerformanceTests/Report/testDocumentTypeHTMLMeasure.json
/host/spi-builder-workspace/Tests/ZMarkupParserPerformanceTests/Report/testDocumentTypeHTMLPerformance.json
/host/spi-builder-workspace/Tests/ZMarkupParserPerformanceTests/Report/testZHTMLMarkupParserMeasure.json
/host/spi-builder-workspace/Tests/ZMarkupParserPerformanceTests/Report/testZMarkupParserPerformance.json
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/11] 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 {
[3/11] 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 {
[4/12] 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 {
[5/12] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/12] 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 {
[7/12] 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 {
[8/12] 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 {
[9/12] 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/12] 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 {
[11/12] 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 {
[12/12] 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