Build Information
Successful build of swift-markdown, reference main (c281ba
), with Swift 6.1 for Linux on 3 Jun 2025 11:51:47 UTC.
Swift 6 data race errors: 4
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/swift-markdown.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/swiftlang/swift-markdown
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c281baa Refer to newline characters consistently in documentation (#232)
Cloned https://github.com/swiftlang/swift-markdown.git
Revision (git rev-parse @):
c281baa59e2b0d3ddc72848741217af811f66d39
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftlang/swift-markdown.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/swiftlang/swift-markdown.git
https://github.com/swiftlang/swift-markdown.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-cmark",
"requirement" : {
"branch" : [
"gfm"
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-cmark.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-markdown",
"name" : "swift-markdown",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Markdown",
"targets" : [
"Markdown"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "XMLConverter",
"targets" : [
"XMLConverter"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ParseDocumentFile",
"targets" : [
"ParseDocumentFile"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ParseDocumentString",
"targets" : [
"ParseDocumentString"
],
"type" : {
"snippet" : null
}
},
{
"name" : "RemoveElementKind",
"targets" : [
"RemoveElementKind"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ReplaceText",
"targets" : [
"ReplaceText"
],
"type" : {
"snippet" : null
}
},
{
"name" : "PreferredHeadingStyle",
"targets" : [
"PreferredHeadingStyle"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ThematicBreakCharacter",
"targets" : [
"ThematicBreakCharacter"
],
"type" : {
"snippet" : null
}
},
{
"name" : "MaximumWidth",
"targets" : [
"MaximumWidth"
],
"type" : {
"snippet" : null
}
},
{
"name" : "CondenseAutolinks",
"targets" : [
"CondenseAutolinks"
],
"type" : {
"snippet" : null
}
},
{
"name" : "EmphasisMarkers",
"targets" : [
"EmphasisMarkers"
],
"type" : {
"snippet" : null
}
},
{
"name" : "OrderedListNumerals",
"targets" : [
"OrderedListNumerals"
],
"type" : {
"snippet" : null
}
},
{
"name" : "CustomLinePrefix",
"targets" : [
"CustomLinePrefix"
],
"type" : {
"snippet" : null
}
},
{
"name" : "UseCodeFence",
"targets" : [
"UseCodeFence"
],
"type" : {
"snippet" : null
}
},
{
"name" : "UnorderedListMarker",
"targets" : [
"UnorderedListMarker"
],
"type" : {
"snippet" : null
}
},
{
"name" : "DefaultFormatting",
"targets" : [
"DefaultFormatting"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ChildThrough",
"targets" : [
"ChildThrough"
],
"type" : {
"snippet" : null
}
},
{
"name" : "LinkCollector",
"targets" : [
"LinkCollector"
],
"type" : {
"snippet" : null
}
}
],
"targets" : [
{
"c99name" : "MarkdownTests",
"module_type" : "SwiftTarget",
"name" : "MarkdownTests",
"path" : "Tests/MarkdownTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/MarkdownTests/Visitors/Everything.md",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Base/AtomicCounterTests.swift",
"Base/HierarchyTests.swift",
"Base/MarkupIdentifierTests.swift",
"Base/MarkupTests.swift",
"Base/ParsedRangePreservedAfterEditing.swift",
"Base/PlainTextConvertibleMarkupTests.swift",
"Base/RawMarkupTests.swift",
"Base/RawMarkupToMarkupTests.swift",
"Base/StableIdentifierTests.swift",
"Block Nodes/CodeBlockTests.swift",
"Block Nodes/DocumentTests.swift",
"Block Nodes/HTMLBlockTests.swift",
"Block Nodes/HeadingTests.swift",
"Block Nodes/ParagraphTests.swift",
"Block Nodes/TableTests.swift",
"Infrastructure/SourceLocationTests.swift",
"Inline Nodes/ImageTests.swift",
"Inline Nodes/InlineAttributesTests.swift",
"Inline Nodes/InlineCodeTests.swift",
"Inline Nodes/InlineHTMLTests.swift",
"Inline Nodes/LineBreakTests.swift",
"Inline Nodes/LinkTests.swift",
"Inline Nodes/SoftBreakTests.swift",
"Inline Nodes/SymbolLinkTests.swift",
"Inline Nodes/TextTests.swift",
"Interpretive Nodes/AsideTests.swift",
"Parsing/BacktickTests.swift",
"Parsing/BlockDirectiveParserTests.swift",
"Parsing/CommonMarkConverterTests.swift",
"Parsing/DoxygenCommandParserTests.swift",
"Parsing/SourceURLTests.swift",
"Performance/EditPerformanceTests.swift",
"Performance/MarkupChildrenPerformanceTests.swift",
"Structural Restrictions/BasicBlockContainerTests.swift",
"Structural Restrictions/BasicInlineContainerTests.swift",
"Structural Restrictions/ListItemContainerTests.swift",
"Utility/AssertElementDidntChange.swift",
"Visitors/HTMLFormatterTests.swift",
"Visitors/MarkupFormatterTests.swift",
"Visitors/MarkupRewriterTests.swift",
"Visitors/MarkupTreeDumperTests.swift",
"Visitors/MarkupVisitorTests.swift",
"Visitors/MarkupWalkerTests.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "test"
},
{
"c99name" : "Markdown",
"module_type" : "SwiftTarget",
"name" : "Markdown",
"path" : "Sources/Markdown",
"product_dependencies" : [
"cmark-gfm",
"cmark-gfm-extensions"
],
"product_memberships" : [
"Markdown",
"XMLConverter",
"ParseDocumentFile",
"ParseDocumentString",
"RemoveElementKind",
"ReplaceText",
"PreferredHeadingStyle",
"ThematicBreakCharacter",
"MaximumWidth",
"CondenseAutolinks",
"EmphasisMarkers",
"OrderedListNumerals",
"CustomLinePrefix",
"UseCodeFence",
"UnorderedListMarker",
"DefaultFormatting",
"ChildThrough",
"LinkCollector"
],
"sources" : [
"Base/ChildIndexPath.swift",
"Base/DirectiveArgument.swift",
"Base/Document.swift",
"Base/LiteralMarkup.swift",
"Base/Markup.swift",
"Base/MarkupChildren.swift",
"Base/MarkupData.swift",
"Base/PlainTextConvertibleMarkup.swift",
"Base/RawMarkup.swift",
"Block Nodes/Block Container Blocks/BlockDirective.swift",
"Block Nodes/Block Container Blocks/BlockQuote.swift",
"Block Nodes/Block Container Blocks/CustomBlock.swift",
"Block Nodes/Block Container Blocks/Doxygen Commands/DoxygenAbstract.swift",
"Block Nodes/Block Container Blocks/Doxygen Commands/DoxygenDiscussion.swift",
"Block Nodes/Block Container Blocks/Doxygen Commands/DoxygenNote.swift",
"Block Nodes/Block Container Blocks/Doxygen Commands/DoxygenParameter.swift",
"Block Nodes/Block Container Blocks/Doxygen Commands/DoxygenReturns.swift",
"Block Nodes/Block Container Blocks/ListItem.swift",
"Block Nodes/Block Container Blocks/OrderedList.swift",
"Block Nodes/Block Container Blocks/UnorderedList.swift",
"Block Nodes/Inline Container Blocks/Paragraph.swift",
"Block Nodes/Leaf Blocks/CodeBlock.swift",
"Block Nodes/Leaf Blocks/HTMLBlock.swift",
"Block Nodes/Leaf Blocks/Heading.swift",
"Block Nodes/Leaf Blocks/ThematicBreak.swift",
"Block Nodes/Tables/Table.swift",
"Block Nodes/Tables/TableBody.swift",
"Block Nodes/Tables/TableCell.swift",
"Block Nodes/Tables/TableCellContainer.swift",
"Block Nodes/Tables/TableHead.swift",
"Block Nodes/Tables/TableRow.swift",
"Infrastructure/Replacement.swift",
"Infrastructure/SourceLocation.swift",
"Inline Nodes/Inline Containers/Emphasis.swift",
"Inline Nodes/Inline Containers/Image.swift",
"Inline Nodes/Inline Containers/InlineAttributes.swift",
"Inline Nodes/Inline Containers/Link.swift",
"Inline Nodes/Inline Containers/Strikethrough.swift",
"Inline Nodes/Inline Containers/Strong.swift",
"Inline Nodes/Inline Leaves/CustomInline.swift",
"Inline Nodes/Inline Leaves/InlineCode.swift",
"Inline Nodes/Inline Leaves/InlineHTML.swift",
"Inline Nodes/Inline Leaves/LineBreak.swift",
"Inline Nodes/Inline Leaves/SoftBreak.swift",
"Inline Nodes/Inline Leaves/SymbolLink.swift",
"Inline Nodes/Inline Leaves/Text.swift",
"Interpretive Nodes/Aside.swift",
"Parser/BlockDirectiveParser.swift",
"Parser/CommonMarkConverter.swift",
"Parser/LazySplitLines.swift",
"Parser/ParseOptions.swift",
"Parser/RangeAdjuster.swift",
"Parser/RangerTracker.swift",
"Rewriter/MarkupRewriter.swift",
"Structural Restrictions/BasicBlockContainer.swift",
"Structural Restrictions/BasicInlineContainer.swift",
"Structural Restrictions/BlockContainer.swift",
"Structural Restrictions/BlockMarkup.swift",
"Structural Restrictions/InlineContainer.swift",
"Structural Restrictions/InlineMarkup.swift",
"Structural Restrictions/ListItemContainer.swift",
"Utility/AtomicCounter.swift",
"Utility/CharacterExtensions.swift",
"Utility/CollectionExtensions.swift",
"Utility/StringExtensions.swift",
"Visitor/MarkupVisitor.swift",
"Walker/MarkupWalker.swift",
"Walker/Walkers/HTMLFormatter.swift",
"Walker/Walkers/MarkupFormatter.swift",
"Walker/Walkers/MarkupTreeDumper.swift"
],
"target_dependencies" : [
"CAtomic"
],
"type" : "library"
},
{
"c99name" : "CAtomic",
"module_type" : "ClangTarget",
"name" : "CAtomic",
"path" : "Sources/CAtomic",
"product_memberships" : [
"Markdown",
"XMLConverter",
"ParseDocumentFile",
"ParseDocumentString",
"RemoveElementKind",
"ReplaceText",
"PreferredHeadingStyle",
"ThematicBreakCharacter",
"MaximumWidth",
"CondenseAutolinks",
"EmphasisMarkers",
"OrderedListNumerals",
"CustomLinePrefix",
"UseCodeFence",
"UnorderedListMarker",
"DefaultFormatting",
"ChildThrough",
"LinkCollector"
],
"sources" : [
"CAtomic.c"
],
"type" : "library"
},
{
"c99name" : "XMLConverter",
"module_type" : "SwiftTarget",
"name" : "XMLConverter",
"path" : "Snippets/Visitors",
"product_memberships" : [
"XMLConverter"
],
"sources" : [
"XMLConverter.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "ParseDocumentFile",
"module_type" : "SwiftTarget",
"name" : "ParseDocumentFile",
"path" : "Snippets/Parsing",
"product_memberships" : [
"ParseDocumentFile"
],
"sources" : [
"ParseDocumentFile.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "ParseDocumentString",
"module_type" : "SwiftTarget",
"name" : "ParseDocumentString",
"path" : "Snippets/Parsing",
"product_memberships" : [
"ParseDocumentString"
],
"sources" : [
"ParseDocumentString.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "RemoveElementKind",
"module_type" : "SwiftTarget",
"name" : "RemoveElementKind",
"path" : "Snippets/Rewriters",
"product_memberships" : [
"RemoveElementKind"
],
"sources" : [
"RemoveElementKind.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "ReplaceText",
"module_type" : "SwiftTarget",
"name" : "ReplaceText",
"path" : "Snippets/Rewriters",
"product_memberships" : [
"ReplaceText"
],
"sources" : [
"ReplaceText.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "PreferredHeadingStyle",
"module_type" : "SwiftTarget",
"name" : "PreferredHeadingStyle",
"path" : "Snippets/Formatting",
"product_memberships" : [
"PreferredHeadingStyle"
],
"sources" : [
"PreferredHeadingStyle.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "ThematicBreakCharacter",
"module_type" : "SwiftTarget",
"name" : "ThematicBreakCharacter",
"path" : "Snippets/Formatting",
"product_memberships" : [
"ThematicBreakCharacter"
],
"sources" : [
"ThematicBreakCharacter.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "MaximumWidth",
"module_type" : "SwiftTarget",
"name" : "MaximumWidth",
"path" : "Snippets/Formatting",
"product_memberships" : [
"MaximumWidth"
],
"sources" : [
"MaximumWidth.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "CondenseAutolinks",
"module_type" : "SwiftTarget",
"name" : "CondenseAutolinks",
"path" : "Snippets/Formatting",
"product_memberships" : [
"CondenseAutolinks"
],
"sources" : [
"CondenseAutolinks.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "EmphasisMarkers",
"module_type" : "SwiftTarget",
"name" : "EmphasisMarkers",
"path" : "Snippets/Formatting",
"product_memberships" : [
"EmphasisMarkers"
],
"sources" : [
"EmphasisMarkers.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "OrderedListNumerals",
"module_type" : "SwiftTarget",
"name" : "OrderedListNumerals",
"path" : "Snippets/Formatting",
"product_memberships" : [
"OrderedListNumerals"
],
"sources" : [
"OrderedListNumerals.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "CustomLinePrefix",
"module_type" : "SwiftTarget",
"name" : "CustomLinePrefix",
"path" : "Snippets/Formatting",
"product_memberships" : [
"CustomLinePrefix"
],
"sources" : [
"CustomLinePrefix.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "UseCodeFence",
"module_type" : "SwiftTarget",
"name" : "UseCodeFence",
"path" : "Snippets/Formatting",
"product_memberships" : [
"UseCodeFence"
],
"sources" : [
"UseCodeFence.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "UnorderedListMarker",
"module_type" : "SwiftTarget",
"name" : "UnorderedListMarker",
"path" : "Snippets/Formatting",
"product_memberships" : [
"UnorderedListMarker"
],
"sources" : [
"UnorderedListMarker.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "DefaultFormatting",
"module_type" : "SwiftTarget",
"name" : "DefaultFormatting",
"path" : "Snippets/Formatting",
"product_memberships" : [
"DefaultFormatting"
],
"sources" : [
"DefaultFormatting.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "ChildThrough",
"module_type" : "SwiftTarget",
"name" : "ChildThrough",
"path" : "Snippets/Querying",
"product_memberships" : [
"ChildThrough"
],
"sources" : [
"ChildThrough.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "LinkCollector",
"module_type" : "SwiftTarget",
"name" : "LinkCollector",
"path" : "Snippets/Walkers",
"product_memberships" : [
"LinkCollector"
],
"sources" : [
"LinkCollector.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
}
],
"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.1-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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18098] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.54s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.47s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.11s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3395] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.74s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.38s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git resolved at gfm (b97d094)
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/108] Compiling cmark-gfm linked_list.c
[3/108] Compiling cmark-gfm-extensions strikethrough.c
[3/108] Compiling cmark-gfm map.c
[3/108] Compiling cmark-gfm registry.c
[6/108] Compiling cmark-gfm cmark.c
[7/108] Compiling cmark-gfm man.c
[8/108] Compiling cmark-gfm node.c
[9/108] Compiling cmark-gfm-extensions tagfilter.c
[10/108] Compiling cmark-gfm-extensions table.c
[11/108] Compiling cmark-gfm-extensions tasklist.c
[12/108] Compiling cmark-gfm-extensions core-extensions.c
[13/108] Compiling cmark-gfm-extensions ext_scanners.c
[14/108] Compiling cmark-gfm-extensions autolink.c
[15/108] Compiling cmark-gfm xml.c
[16/108] Compiling cmark-gfm syntax_extension.c
[17/108] Compiling cmark-gfm references.c
[18/108] Compiling cmark-gfm plugin.c
[18/108] Compiling cmark-gfm render.c
[20/108] Compiling cmark-gfm plaintext.c
[21/108] Compiling cmark-gfm iterator.c
[22/108] Compiling cmark-gfm latex.c
[23/108] Write swift-version-24593BA9C3E375BF.txt
[24/108] Compiling cmark-gfm utf8.c
[25/108] Compiling cmark-gfm houdini_href_e.c
[26/108] Compiling cmark-gfm html.c
[27/108] Compiling cmark-gfm houdini_html_e.c
[28/108] Compiling cmark-gfm cmark_ctype.c
[29/108] Compiling cmark-gfm footnotes.c
[30/108] Write sources
[35/108] Compiling cmark-gfm inlines.c
[37/108] Write sources
[49/108] Compiling cmark-gfm houdini_html_u.c
[49/108] Compiling cmark-gfm commonmark.c
[50/108] Compiling CAtomic CAtomic.c
[52/108] Compiling cmark-gfm buffer.c
[53/108] Compiling cmark-gfm arena.c
[54/108] Compiling cmark-gfm blocks.c
[55/108] Compiling cmark-gfm scanners.c
[57/171] Compiling Markdown OrderedList.swift
[58/171] Compiling Markdown UnorderedList.swift
[59/171] Compiling Markdown Paragraph.swift
[60/171] Compiling Markdown CodeBlock.swift
[61/171] Compiling Markdown HTMLBlock.swift
[62/171] Compiling Markdown Heading.swift
[63/171] Compiling Markdown ThematicBreak.swift
[64/171] Compiling Markdown Table.swift
[65/171] Compiling Markdown TableBody.swift
[66/171] Compiling Markdown Link.swift
[67/171] Compiling Markdown Strikethrough.swift
[68/171] Compiling Markdown Strong.swift
[69/171] Compiling Markdown CustomInline.swift
[70/171] Compiling Markdown InlineCode.swift
[71/171] Compiling Markdown InlineHTML.swift
[72/171] Compiling Markdown LineBreak.swift
[73/171] Compiling Markdown SoftBreak.swift
[74/171] Compiling Markdown SymbolLink.swift
[75/179] Compiling Markdown BasicBlockContainer.swift
[76/179] Compiling Markdown BasicInlineContainer.swift
[77/179] Compiling Markdown BlockContainer.swift
[78/179] Compiling Markdown BlockMarkup.swift
[79/179] Compiling Markdown InlineContainer.swift
[80/179] Compiling Markdown InlineMarkup.swift
[81/179] Compiling Markdown ListItemContainer.swift
[82/179] Compiling Markdown AtomicCounter.swift
[83/179] Compiling Markdown Text.swift
[84/179] Compiling Markdown Aside.swift
[85/179] Compiling Markdown BlockDirectiveParser.swift
[86/179] Compiling Markdown CommonMarkConverter.swift
[87/179] Compiling Markdown LazySplitLines.swift
[88/179] Compiling Markdown ParseOptions.swift
[89/179] Compiling Markdown RangeAdjuster.swift
[90/179] Compiling Markdown RangerTracker.swift
[91/179] Compiling Markdown MarkupRewriter.swift
[92/179] Emitting module Markdown
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:98:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'RawMarkup'; this is an error in the Swift 6 language mode
94 | }
95 |
96 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
| `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
97 | enum Error: LocalizedError {
98 | case concreteConversionError(from: RawMarkup, to: Markup.Type)
| `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'RawMarkup'; this is an error in the Swift 6 language mode
99 | var errorDescription: String? {
100 | switch self {
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:32:23: warning: static property 'parseAsides' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 | /// Options given to the ``HTMLFormatter``.
14 | public struct HTMLFormatterOptions: OptionSet {
| `- note: consider making struct 'HTMLFormatterOptions' conform to the 'Sendable' protocol
15 | public var rawValue: UInt
16 | public init(rawValue: UInt) {
:
30 | /// > This is a compound sentence: It contains two clauses separated by a colon.
31 | /// ```
32 | public static let parseAsides = HTMLFormatterOptions(rawValue: 1 << 0)
| |- warning: static property 'parseAsides' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'parseAsides' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 | /// Parse inline attributes as JSON and use the `"class"` property as the resulting span's `class`.
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:35:23: warning: static property 'parseInlineAttributeClass' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 | /// Options given to the ``HTMLFormatter``.
14 | public struct HTMLFormatterOptions: OptionSet {
| `- note: consider making struct 'HTMLFormatterOptions' conform to the 'Sendable' protocol
15 | public var rawValue: UInt
16 | public init(rawValue: UInt) {
:
33 |
34 | /// Parse inline attributes as JSON and use the `"class"` property as the resulting span's `class`.
35 | public static let parseInlineAttributeClass = HTMLFormatterOptions(rawValue: 1 << 1)
| |- warning: static property 'parseInlineAttributeClass' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'parseInlineAttributeClass' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | }
37 |
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/MarkupFormatter.swift:303:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MarkupFormatter.Options' may have shared mutable state; this is an error in the Swift 6 language mode
102 | Formatting options for Markdown, based on [CommonMark](https://commonmark.org).
103 | */
104 | public struct Options {
| `- note: consider making struct 'Options' conform to the 'Sendable' protocol
105 | /**
106 | The marker character to use for unordered lists.
:
301 |
302 | /// The default set of formatting options.
303 | public static let `default` = Options()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MarkupFormatter.Options' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
304 | }
305 |
[93/179] Compiling Markdown TableCell.swift
[94/179] Compiling Markdown TableCellContainer.swift
[95/179] Compiling Markdown TableHead.swift
[96/179] Compiling Markdown TableRow.swift
[97/179] Compiling Markdown Replacement.swift
[98/179] Compiling Markdown SourceLocation.swift
[99/179] Compiling Markdown Emphasis.swift
[100/179] Compiling Markdown Image.swift
[101/179] Compiling Markdown InlineAttributes.swift
[102/179] Compiling Markdown BlockDirective.swift
[103/179] Compiling Markdown BlockQuote.swift
[104/179] Compiling Markdown CustomBlock.swift
[105/179] Compiling Markdown DoxygenAbstract.swift
[106/179] Compiling Markdown DoxygenDiscussion.swift
[107/179] Compiling Markdown DoxygenNote.swift
[108/179] Compiling Markdown DoxygenParameter.swift
[109/179] Compiling Markdown DoxygenReturns.swift
[110/179] Compiling Markdown ListItem.swift
[111/179] Compiling Markdown ChildIndexPath.swift
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:98:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'RawMarkup'; this is an error in the Swift 6 language mode
94 | }
95 |
96 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
| `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
97 | enum Error: LocalizedError {
98 | case concreteConversionError(from: RawMarkup, to: Markup.Type)
| `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'RawMarkup'; this is an error in the Swift 6 language mode
99 | var errorDescription: String? {
100 | switch self {
[112/179] Compiling Markdown DirectiveArgument.swift
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:98:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'RawMarkup'; this is an error in the Swift 6 language mode
94 | }
95 |
96 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
| `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
97 | enum Error: LocalizedError {
98 | case concreteConversionError(from: RawMarkup, to: Markup.Type)
| `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'RawMarkup'; this is an error in the Swift 6 language mode
99 | var errorDescription: String? {
100 | switch self {
[113/179] Compiling Markdown Document.swift
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:98:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'RawMarkup'; this is an error in the Swift 6 language mode
94 | }
95 |
96 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
| `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
97 | enum Error: LocalizedError {
98 | case concreteConversionError(from: RawMarkup, to: Markup.Type)
| `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'RawMarkup'; this is an error in the Swift 6 language mode
99 | var errorDescription: String? {
100 | switch self {
[114/179] Compiling Markdown LiteralMarkup.swift
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:98:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'RawMarkup'; this is an error in the Swift 6 language mode
94 | }
95 |
96 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
| `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
97 | enum Error: LocalizedError {
98 | case concreteConversionError(from: RawMarkup, to: Markup.Type)
| `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'RawMarkup'; this is an error in the Swift 6 language mode
99 | var errorDescription: String? {
100 | switch self {
[115/179] Compiling Markdown Markup.swift
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:98:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'RawMarkup'; this is an error in the Swift 6 language mode
94 | }
95 |
96 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
| `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
97 | enum Error: LocalizedError {
98 | case concreteConversionError(from: RawMarkup, to: Markup.Type)
| `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'RawMarkup'; this is an error in the Swift 6 language mode
99 | var errorDescription: String? {
100 | switch self {
[116/179] Compiling Markdown MarkupChildren.swift
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:98:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'RawMarkup'; this is an error in the Swift 6 language mode
94 | }
95 |
96 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
| `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
97 | enum Error: LocalizedError {
98 | case concreteConversionError(from: RawMarkup, to: Markup.Type)
| `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'RawMarkup'; this is an error in the Swift 6 language mode
99 | var errorDescription: String? {
100 | switch self {
[117/179] Compiling Markdown MarkupData.swift
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:98:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'RawMarkup'; this is an error in the Swift 6 language mode
94 | }
95 |
96 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
| `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
97 | enum Error: LocalizedError {
98 | case concreteConversionError(from: RawMarkup, to: Markup.Type)
| `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'RawMarkup'; this is an error in the Swift 6 language mode
99 | var errorDescription: String? {
100 | switch self {
[118/179] Compiling Markdown PlainTextConvertibleMarkup.swift
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:98:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'RawMarkup'; this is an error in the Swift 6 language mode
94 | }
95 |
96 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
| `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
97 | enum Error: LocalizedError {
98 | case concreteConversionError(from: RawMarkup, to: Markup.Type)
| `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'RawMarkup'; this is an error in the Swift 6 language mode
99 | var errorDescription: String? {
100 | switch self {
[119/179] Compiling Markdown RawMarkup.swift
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:98:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'RawMarkup'; this is an error in the Swift 6 language mode
94 | }
95 |
96 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
| `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
97 | enum Error: LocalizedError {
98 | case concreteConversionError(from: RawMarkup, to: Markup.Type)
| `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'RawMarkup'; this is an error in the Swift 6 language mode
99 | var errorDescription: String? {
100 | switch self {
[120/179] Compiling Markdown CharacterExtensions.swift
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:32:23: warning: static property 'parseAsides' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 | /// Options given to the ``HTMLFormatter``.
14 | public struct HTMLFormatterOptions: OptionSet {
| `- note: consider making struct 'HTMLFormatterOptions' conform to the 'Sendable' protocol
15 | public var rawValue: UInt
16 | public init(rawValue: UInt) {
:
30 | /// > This is a compound sentence: It contains two clauses separated by a colon.
31 | /// ```
32 | public static let parseAsides = HTMLFormatterOptions(rawValue: 1 << 0)
| |- warning: static property 'parseAsides' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'parseAsides' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 | /// Parse inline attributes as JSON and use the `"class"` property as the resulting span's `class`.
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:35:23: warning: static property 'parseInlineAttributeClass' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 | /// Options given to the ``HTMLFormatter``.
14 | public struct HTMLFormatterOptions: OptionSet {
| `- note: consider making struct 'HTMLFormatterOptions' conform to the 'Sendable' protocol
15 | public var rawValue: UInt
16 | public init(rawValue: UInt) {
:
33 |
34 | /// Parse inline attributes as JSON and use the `"class"` property as the resulting span's `class`.
35 | public static let parseInlineAttributeClass = HTMLFormatterOptions(rawValue: 1 << 1)
| |- warning: static property 'parseInlineAttributeClass' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'parseInlineAttributeClass' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | }
37 |
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/MarkupFormatter.swift:303:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MarkupFormatter.Options' may have shared mutable state; this is an error in the Swift 6 language mode
102 | Formatting options for Markdown, based on [CommonMark](https://commonmark.org).
103 | */
104 | public struct Options {
| `- note: consider making struct 'Options' conform to the 'Sendable' protocol
105 | /**
106 | The marker character to use for unordered lists.
:
301 |
302 | /// The default set of formatting options.
303 | public static let `default` = Options()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MarkupFormatter.Options' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
304 | }
305 |
[121/179] Compiling Markdown CollectionExtensions.swift
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:32:23: warning: static property 'parseAsides' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 | /// Options given to the ``HTMLFormatter``.
14 | public struct HTMLFormatterOptions: OptionSet {
| `- note: consider making struct 'HTMLFormatterOptions' conform to the 'Sendable' protocol
15 | public var rawValue: UInt
16 | public init(rawValue: UInt) {
:
30 | /// > This is a compound sentence: It contains two clauses separated by a colon.
31 | /// ```
32 | public static let parseAsides = HTMLFormatterOptions(rawValue: 1 << 0)
| |- warning: static property 'parseAsides' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'parseAsides' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 | /// Parse inline attributes as JSON and use the `"class"` property as the resulting span's `class`.
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:35:23: warning: static property 'parseInlineAttributeClass' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 | /// Options given to the ``HTMLFormatter``.
14 | public struct HTMLFormatterOptions: OptionSet {
| `- note: consider making struct 'HTMLFormatterOptions' conform to the 'Sendable' protocol
15 | public var rawValue: UInt
16 | public init(rawValue: UInt) {
:
33 |
34 | /// Parse inline attributes as JSON and use the `"class"` property as the resulting span's `class`.
35 | public static let parseInlineAttributeClass = HTMLFormatterOptions(rawValue: 1 << 1)
| |- warning: static property 'parseInlineAttributeClass' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'parseInlineAttributeClass' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | }
37 |
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/MarkupFormatter.swift:303:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MarkupFormatter.Options' may have shared mutable state; this is an error in the Swift 6 language mode
102 | Formatting options for Markdown, based on [CommonMark](https://commonmark.org).
103 | */
104 | public struct Options {
| `- note: consider making struct 'Options' conform to the 'Sendable' protocol
105 | /**
106 | The marker character to use for unordered lists.
:
301 |
302 | /// The default set of formatting options.
303 | public static let `default` = Options()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MarkupFormatter.Options' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
304 | }
305 |
[122/179] Compiling Markdown StringExtensions.swift
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:32:23: warning: static property 'parseAsides' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 | /// Options given to the ``HTMLFormatter``.
14 | public struct HTMLFormatterOptions: OptionSet {
| `- note: consider making struct 'HTMLFormatterOptions' conform to the 'Sendable' protocol
15 | public var rawValue: UInt
16 | public init(rawValue: UInt) {
:
30 | /// > This is a compound sentence: It contains two clauses separated by a colon.
31 | /// ```
32 | public static let parseAsides = HTMLFormatterOptions(rawValue: 1 << 0)
| |- warning: static property 'parseAsides' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'parseAsides' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 | /// Parse inline attributes as JSON and use the `"class"` property as the resulting span's `class`.
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:35:23: warning: static property 'parseInlineAttributeClass' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 | /// Options given to the ``HTMLFormatter``.
14 | public struct HTMLFormatterOptions: OptionSet {
| `- note: consider making struct 'HTMLFormatterOptions' conform to the 'Sendable' protocol
15 | public var rawValue: UInt
16 | public init(rawValue: UInt) {
:
33 |
34 | /// Parse inline attributes as JSON and use the `"class"` property as the resulting span's `class`.
35 | public static let parseInlineAttributeClass = HTMLFormatterOptions(rawValue: 1 << 1)
| |- warning: static property 'parseInlineAttributeClass' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'parseInlineAttributeClass' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | }
37 |
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/MarkupFormatter.swift:303:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MarkupFormatter.Options' may have shared mutable state; this is an error in the Swift 6 language mode
102 | Formatting options for Markdown, based on [CommonMark](https://commonmark.org).
103 | */
104 | public struct Options {
| `- note: consider making struct 'Options' conform to the 'Sendable' protocol
105 | /**
106 | The marker character to use for unordered lists.
:
301 |
302 | /// The default set of formatting options.
303 | public static let `default` = Options()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MarkupFormatter.Options' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
304 | }
305 |
[123/179] Compiling Markdown MarkupVisitor.swift
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:32:23: warning: static property 'parseAsides' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 | /// Options given to the ``HTMLFormatter``.
14 | public struct HTMLFormatterOptions: OptionSet {
| `- note: consider making struct 'HTMLFormatterOptions' conform to the 'Sendable' protocol
15 | public var rawValue: UInt
16 | public init(rawValue: UInt) {
:
30 | /// > This is a compound sentence: It contains two clauses separated by a colon.
31 | /// ```
32 | public static let parseAsides = HTMLFormatterOptions(rawValue: 1 << 0)
| |- warning: static property 'parseAsides' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'parseAsides' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 | /// Parse inline attributes as JSON and use the `"class"` property as the resulting span's `class`.
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:35:23: warning: static property 'parseInlineAttributeClass' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 | /// Options given to the ``HTMLFormatter``.
14 | public struct HTMLFormatterOptions: OptionSet {
| `- note: consider making struct 'HTMLFormatterOptions' conform to the 'Sendable' protocol
15 | public var rawValue: UInt
16 | public init(rawValue: UInt) {
:
33 |
34 | /// Parse inline attributes as JSON and use the `"class"` property as the resulting span's `class`.
35 | public static let parseInlineAttributeClass = HTMLFormatterOptions(rawValue: 1 << 1)
| |- warning: static property 'parseInlineAttributeClass' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'parseInlineAttributeClass' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | }
37 |
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/MarkupFormatter.swift:303:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MarkupFormatter.Options' may have shared mutable state; this is an error in the Swift 6 language mode
102 | Formatting options for Markdown, based on [CommonMark](https://commonmark.org).
103 | */
104 | public struct Options {
| `- note: consider making struct 'Options' conform to the 'Sendable' protocol
105 | /**
106 | The marker character to use for unordered lists.
:
301 |
302 | /// The default set of formatting options.
303 | public static let `default` = Options()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MarkupFormatter.Options' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
304 | }
305 |
[124/179] Compiling Markdown MarkupWalker.swift
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:32:23: warning: static property 'parseAsides' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 | /// Options given to the ``HTMLFormatter``.
14 | public struct HTMLFormatterOptions: OptionSet {
| `- note: consider making struct 'HTMLFormatterOptions' conform to the 'Sendable' protocol
15 | public var rawValue: UInt
16 | public init(rawValue: UInt) {
:
30 | /// > This is a compound sentence: It contains two clauses separated by a colon.
31 | /// ```
32 | public static let parseAsides = HTMLFormatterOptions(rawValue: 1 << 0)
| |- warning: static property 'parseAsides' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'parseAsides' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 | /// Parse inline attributes as JSON and use the `"class"` property as the resulting span's `class`.
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:35:23: warning: static property 'parseInlineAttributeClass' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 | /// Options given to the ``HTMLFormatter``.
14 | public struct HTMLFormatterOptions: OptionSet {
| `- note: consider making struct 'HTMLFormatterOptions' conform to the 'Sendable' protocol
15 | public var rawValue: UInt
16 | public init(rawValue: UInt) {
:
33 |
34 | /// Parse inline attributes as JSON and use the `"class"` property as the resulting span's `class`.
35 | public static let parseInlineAttributeClass = HTMLFormatterOptions(rawValue: 1 << 1)
| |- warning: static property 'parseInlineAttributeClass' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'parseInlineAttributeClass' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | }
37 |
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/MarkupFormatter.swift:303:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MarkupFormatter.Options' may have shared mutable state; this is an error in the Swift 6 language mode
102 | Formatting options for Markdown, based on [CommonMark](https://commonmark.org).
103 | */
104 | public struct Options {
| `- note: consider making struct 'Options' conform to the 'Sendable' protocol
105 | /**
106 | The marker character to use for unordered lists.
:
301 |
302 | /// The default set of formatting options.
303 | public static let `default` = Options()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MarkupFormatter.Options' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
304 | }
305 |
[125/179] Compiling Markdown HTMLFormatter.swift
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:32:23: warning: static property 'parseAsides' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 | /// Options given to the ``HTMLFormatter``.
14 | public struct HTMLFormatterOptions: OptionSet {
| `- note: consider making struct 'HTMLFormatterOptions' conform to the 'Sendable' protocol
15 | public var rawValue: UInt
16 | public init(rawValue: UInt) {
:
30 | /// > This is a compound sentence: It contains two clauses separated by a colon.
31 | /// ```
32 | public static let parseAsides = HTMLFormatterOptions(rawValue: 1 << 0)
| |- warning: static property 'parseAsides' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'parseAsides' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 | /// Parse inline attributes as JSON and use the `"class"` property as the resulting span's `class`.
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:35:23: warning: static property 'parseInlineAttributeClass' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 | /// Options given to the ``HTMLFormatter``.
14 | public struct HTMLFormatterOptions: OptionSet {
| `- note: consider making struct 'HTMLFormatterOptions' conform to the 'Sendable' protocol
15 | public var rawValue: UInt
16 | public init(rawValue: UInt) {
:
33 |
34 | /// Parse inline attributes as JSON and use the `"class"` property as the resulting span's `class`.
35 | public static let parseInlineAttributeClass = HTMLFormatterOptions(rawValue: 1 << 1)
| |- warning: static property 'parseInlineAttributeClass' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'parseInlineAttributeClass' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | }
37 |
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/MarkupFormatter.swift:303:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MarkupFormatter.Options' may have shared mutable state; this is an error in the Swift 6 language mode
102 | Formatting options for Markdown, based on [CommonMark](https://commonmark.org).
103 | */
104 | public struct Options {
| `- note: consider making struct 'Options' conform to the 'Sendable' protocol
105 | /**
106 | The marker character to use for unordered lists.
:
301 |
302 | /// The default set of formatting options.
303 | public static let `default` = Options()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MarkupFormatter.Options' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
304 | }
305 |
[126/179] Compiling Markdown MarkupFormatter.swift
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:32:23: warning: static property 'parseAsides' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 | /// Options given to the ``HTMLFormatter``.
14 | public struct HTMLFormatterOptions: OptionSet {
| `- note: consider making struct 'HTMLFormatterOptions' conform to the 'Sendable' protocol
15 | public var rawValue: UInt
16 | public init(rawValue: UInt) {
:
30 | /// > This is a compound sentence: It contains two clauses separated by a colon.
31 | /// ```
32 | public static let parseAsides = HTMLFormatterOptions(rawValue: 1 << 0)
| |- warning: static property 'parseAsides' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'parseAsides' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 | /// Parse inline attributes as JSON and use the `"class"` property as the resulting span's `class`.
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:35:23: warning: static property 'parseInlineAttributeClass' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 | /// Options given to the ``HTMLFormatter``.
14 | public struct HTMLFormatterOptions: OptionSet {
| `- note: consider making struct 'HTMLFormatterOptions' conform to the 'Sendable' protocol
15 | public var rawValue: UInt
16 | public init(rawValue: UInt) {
:
33 |
34 | /// Parse inline attributes as JSON and use the `"class"` property as the resulting span's `class`.
35 | public static let parseInlineAttributeClass = HTMLFormatterOptions(rawValue: 1 << 1)
| |- warning: static property 'parseInlineAttributeClass' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'parseInlineAttributeClass' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | }
37 |
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/MarkupFormatter.swift:303:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MarkupFormatter.Options' may have shared mutable state; this is an error in the Swift 6 language mode
102 | Formatting options for Markdown, based on [CommonMark](https://commonmark.org).
103 | */
104 | public struct Options {
| `- note: consider making struct 'Options' conform to the 'Sendable' protocol
105 | /**
106 | The marker character to use for unordered lists.
:
301 |
302 | /// The default set of formatting options.
303 | public static let `default` = Options()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MarkupFormatter.Options' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
304 | }
305 |
[127/179] Compiling Markdown MarkupTreeDumper.swift
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:32:23: warning: static property 'parseAsides' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 | /// Options given to the ``HTMLFormatter``.
14 | public struct HTMLFormatterOptions: OptionSet {
| `- note: consider making struct 'HTMLFormatterOptions' conform to the 'Sendable' protocol
15 | public var rawValue: UInt
16 | public init(rawValue: UInt) {
:
30 | /// > This is a compound sentence: It contains two clauses separated by a colon.
31 | /// ```
32 | public static let parseAsides = HTMLFormatterOptions(rawValue: 1 << 0)
| |- warning: static property 'parseAsides' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'parseAsides' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 | /// Parse inline attributes as JSON and use the `"class"` property as the resulting span's `class`.
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:35:23: warning: static property 'parseInlineAttributeClass' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 | /// Options given to the ``HTMLFormatter``.
14 | public struct HTMLFormatterOptions: OptionSet {
| `- note: consider making struct 'HTMLFormatterOptions' conform to the 'Sendable' protocol
15 | public var rawValue: UInt
16 | public init(rawValue: UInt) {
:
33 |
34 | /// Parse inline attributes as JSON and use the `"class"` property as the resulting span's `class`.
35 | public static let parseInlineAttributeClass = HTMLFormatterOptions(rawValue: 1 << 1)
| |- warning: static property 'parseInlineAttributeClass' is not concurrency-safe because non-'Sendable' type 'HTMLFormatterOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'parseInlineAttributeClass' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | }
37 |
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/MarkupFormatter.swift:303:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MarkupFormatter.Options' may have shared mutable state; this is an error in the Swift 6 language mode
102 | Formatting options for Markdown, based on [CommonMark](https://commonmark.org).
103 | */
104 | public struct Options {
| `- note: consider making struct 'Options' conform to the 'Sendable' protocol
105 | /**
106 | The marker character to use for unordered lists.
:
301 |
302 | /// The default set of formatting options.
303 | public static let `default` = Options()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MarkupFormatter.Options' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
304 | }
305 |
[128/182] Wrapping AST for Markdown for debugging
[130/194] Compiling UnorderedListMarker UnorderedListMarker.swift
[131/194] Emitting module UnorderedListMarker
[132/197] Emitting module ReplaceText
[133/197] Emitting module ThematicBreakCharacter
[134/197] Compiling ThematicBreakCharacter ThematicBreakCharacter.swift
[135/197] Emitting module PreferredHeadingStyle
[136/198] Compiling PreferredHeadingStyle PreferredHeadingStyle.swift
[137/199] Emitting module UseCodeFence
[138/199] Compiling UseCodeFence UseCodeFence.swift
[140/200] Emitting module XMLConverter
[141/200] Compiling XMLConverter XMLConverter.swift
[143/200] Emitting module ParseDocumentString
[144/201] Emitting module RemoveElementKind
[145/201] Compiling RemoveElementKind RemoveElementKind.swift
[146/202] Compiling ReplaceText ReplaceText.swift
[152/203] Compiling ParseDocumentString ParseDocumentString.swift
[154/216] Emitting module OrderedListNumerals
[155/216] Compiling OrderedListNumerals OrderedListNumerals.swift
[156/217] Emitting module ParseDocumentFile
[157/217] Compiling ParseDocumentFile ParseDocumentFile.swift
[158/219] Emitting module MaximumWidth
[159/220] Compiling MaximumWidth MaximumWidth.swift
[160/221] Emitting module LinkCollector
[162/221] Emitting module DefaultFormatting
[163/221] Compiling DefaultFormatting DefaultFormatting.swift
[165/222] Emitting module CustomLinePrefix
[166/222] Compiling EmphasisMarkers EmphasisMarkers.swift
[167/222] Emitting module EmphasisMarkers
[169/225] Compiling CustomLinePrefix CustomLinePrefix.swift
[171/226] Compiling LinkCollector LinkCollector.swift
[171/227] Wrapping AST for XMLConverter for debugging
[173/227] Write Objects.LinkFileList
[174/227] Wrapping AST for ThematicBreakCharacter for debugging
[175/228] Wrapping AST for UseCodeFence for debugging
[176/228] Write Objects.LinkFileList
[180/229] Wrapping AST for UnorderedListMarker for debugging
[182/229] Compiling CondenseAutolinks CondenseAutolinks.swift
[183/229] Emitting module CondenseAutolinks
[183/230] Wrapping AST for ReplaceText for debugging
[184/230] Write Objects.LinkFileList
[186/230] Compiling ChildThrough ChildThrough.swift
[186/230] Wrapping AST for RemoveElementKind for debugging
[187/230] Write Objects.LinkFileList
[189/230] Emitting module ChildThrough
[190/231] Write Objects.LinkFileList
[191/231] Wrapping AST for PreferredHeadingStyle for debugging
[193/231] Write Objects.LinkFileList
[194/231] Wrapping AST for ParseDocumentFile for debugging
[195/231] Wrapping AST for ParseDocumentString for debugging
[196/231] Write Objects.LinkFileList
[197/231] Linking XMLConverter
[197/231] Write Objects.LinkFileList
[199/231] Linking UnorderedListMarker
[200/231] Wrapping AST for OrderedListNumerals for debugging
[201/231] Linking UseCodeFence
[202/231] Write Objects.LinkFileList
[203/231] Linking RemoveElementKind
[204/231] Linking ThematicBreakCharacter
[205/231] Linking ReplaceText
[206/231] Wrapping AST for MaximumWidth for debugging
[207/231] Write Objects.LinkFileList
[208/231] Wrapping AST for LinkCollector for debugging
[209/231] Wrapping AST for CustomLinePrefix for debugging
[210/231] Write Objects.LinkFileList
[211/231] Wrapping AST for DefaultFormatting for debugging
[211/231] Write Objects.LinkFileList
[213/231] Wrapping AST for EmphasisMarkers for debugging
[214/231] Linking ParseDocumentString
[215/231] Write Objects.LinkFileList
[216/231] Linking PreferredHeadingStyle
[216/231] Write Objects.LinkFileList
[218/231] Wrapping AST for CondenseAutolinks for debugging
[219/231] Wrapping AST for ChildThrough for debugging
[220/231] Write Objects.LinkFileList
[222/231] Linking OrderedListNumerals
[223/231] Linking LinkCollector
[224/231] Linking ParseDocumentFile
[225/231] Linking MaximumWidth
[226/231] Linking CustomLinePrefix
[227/231] Linking DefaultFormatting
[228/231] Linking EmphasisMarkers
[229/231] Linking CondenseAutolinks
[230/231] Linking ChildThrough
Build complete! (39.23s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-cmark",
"requirement" : {
"branch" : [
"gfm"
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-cmark.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-markdown",
"name" : "swift-markdown",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Markdown",
"targets" : [
"Markdown"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "XMLConverter",
"targets" : [
"XMLConverter"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ParseDocumentFile",
"targets" : [
"ParseDocumentFile"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ParseDocumentString",
"targets" : [
"ParseDocumentString"
],
"type" : {
"snippet" : null
}
},
{
"name" : "RemoveElementKind",
"targets" : [
"RemoveElementKind"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ReplaceText",
"targets" : [
"ReplaceText"
],
"type" : {
"snippet" : null
}
},
{
"name" : "PreferredHeadingStyle",
"targets" : [
"PreferredHeadingStyle"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ThematicBreakCharacter",
"targets" : [
"ThematicBreakCharacter"
],
"type" : {
"snippet" : null
}
},
{
"name" : "MaximumWidth",
"targets" : [
"MaximumWidth"
],
"type" : {
"snippet" : null
}
},
{
"name" : "CondenseAutolinks",
"targets" : [
"CondenseAutolinks"
],
"type" : {
"snippet" : null
}
},
{
"name" : "EmphasisMarkers",
"targets" : [
"EmphasisMarkers"
],
"type" : {
"snippet" : null
}
},
{
"name" : "OrderedListNumerals",
"targets" : [
"OrderedListNumerals"
],
"type" : {
"snippet" : null
}
},
{
"name" : "CustomLinePrefix",
"targets" : [
"CustomLinePrefix"
],
"type" : {
"snippet" : null
}
},
{
"name" : "UseCodeFence",
"targets" : [
"UseCodeFence"
],
"type" : {
"snippet" : null
}
},
{
"name" : "UnorderedListMarker",
"targets" : [
"UnorderedListMarker"
],
"type" : {
"snippet" : null
}
},
{
"name" : "DefaultFormatting",
"targets" : [
"DefaultFormatting"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ChildThrough",
"targets" : [
"ChildThrough"
],
"type" : {
"snippet" : null
}
},
{
"name" : "LinkCollector",
"targets" : [
"LinkCollector"
],
"type" : {
"snippet" : null
}
}
],
"targets" : [
{
"c99name" : "MarkdownTests",
"module_type" : "SwiftTarget",
"name" : "MarkdownTests",
"path" : "Tests/MarkdownTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/MarkdownTests/Visitors/Everything.md",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Base/AtomicCounterTests.swift",
"Base/HierarchyTests.swift",
"Base/MarkupIdentifierTests.swift",
"Base/MarkupTests.swift",
"Base/ParsedRangePreservedAfterEditing.swift",
"Base/PlainTextConvertibleMarkupTests.swift",
"Base/RawMarkupTests.swift",
"Base/RawMarkupToMarkupTests.swift",
"Base/StableIdentifierTests.swift",
"Block Nodes/CodeBlockTests.swift",
"Block Nodes/DocumentTests.swift",
"Block Nodes/HTMLBlockTests.swift",
"Block Nodes/HeadingTests.swift",
"Block Nodes/ParagraphTests.swift",
"Block Nodes/TableTests.swift",
"Infrastructure/SourceLocationTests.swift",
"Inline Nodes/ImageTests.swift",
"Inline Nodes/InlineAttributesTests.swift",
"Inline Nodes/InlineCodeTests.swift",
"Inline Nodes/InlineHTMLTests.swift",
"Inline Nodes/LineBreakTests.swift",
"Inline Nodes/LinkTests.swift",
"Inline Nodes/SoftBreakTests.swift",
"Inline Nodes/SymbolLinkTests.swift",
"Inline Nodes/TextTests.swift",
"Interpretive Nodes/AsideTests.swift",
"Parsing/BacktickTests.swift",
"Parsing/BlockDirectiveParserTests.swift",
"Parsing/CommonMarkConverterTests.swift",
"Parsing/DoxygenCommandParserTests.swift",
"Parsing/SourceURLTests.swift",
"Performance/EditPerformanceTests.swift",
"Performance/MarkupChildrenPerformanceTests.swift",
"Structural Restrictions/BasicBlockContainerTests.swift",
"Structural Restrictions/BasicInlineContainerTests.swift",
"Structural Restrictions/ListItemContainerTests.swift",
"Utility/AssertElementDidntChange.swift",
"Visitors/HTMLFormatterTests.swift",
"Visitors/MarkupFormatterTests.swift",
"Visitors/MarkupRewriterTests.swift",
"Visitors/MarkupTreeDumperTests.swift",
"Visitors/MarkupVisitorTests.swift",
"Visitors/MarkupWalkerTests.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "test"
},
{
"c99name" : "Markdown",
"module_type" : "SwiftTarget",
"name" : "Markdown",
"path" : "Sources/Markdown",
"product_dependencies" : [
"cmark-gfm",
"cmark-gfm-extensions"
],
"product_memberships" : [
"Markdown",
"XMLConverter",
"ParseDocumentFile",
"ParseDocumentString",
"RemoveElementKind",
"ReplaceText",
"PreferredHeadingStyle",
"ThematicBreakCharacter",
"MaximumWidth",
"CondenseAutolinks",
"EmphasisMarkers",
"OrderedListNumerals",
"CustomLinePrefix",
"UseCodeFence",
"UnorderedListMarker",
"DefaultFormatting",
"ChildThrough",
"LinkCollector"
],
"sources" : [
"Base/ChildIndexPath.swift",
"Base/DirectiveArgument.swift",
"Base/Document.swift",
"Base/LiteralMarkup.swift",
"Base/Markup.swift",
"Base/MarkupChildren.swift",
"Base/MarkupData.swift",
"Base/PlainTextConvertibleMarkup.swift",
"Base/RawMarkup.swift",
"Block Nodes/Block Container Blocks/BlockDirective.swift",
"Block Nodes/Block Container Blocks/BlockQuote.swift",
"Block Nodes/Block Container Blocks/CustomBlock.swift",
"Block Nodes/Block Container Blocks/Doxygen Commands/DoxygenAbstract.swift",
"Block Nodes/Block Container Blocks/Doxygen Commands/DoxygenDiscussion.swift",
"Block Nodes/Block Container Blocks/Doxygen Commands/DoxygenNote.swift",
"Block Nodes/Block Container Blocks/Doxygen Commands/DoxygenParameter.swift",
"Block Nodes/Block Container Blocks/Doxygen Commands/DoxygenReturns.swift",
"Block Nodes/Block Container Blocks/ListItem.swift",
"Block Nodes/Block Container Blocks/OrderedList.swift",
"Block Nodes/Block Container Blocks/UnorderedList.swift",
"Block Nodes/Inline Container Blocks/Paragraph.swift",
"Block Nodes/Leaf Blocks/CodeBlock.swift",
"Block Nodes/Leaf Blocks/HTMLBlock.swift",
"Block Nodes/Leaf Blocks/Heading.swift",
"Block Nodes/Leaf Blocks/ThematicBreak.swift",
"Block Nodes/Tables/Table.swift",
"Block Nodes/Tables/TableBody.swift",
"Block Nodes/Tables/TableCell.swift",
"Block Nodes/Tables/TableCellContainer.swift",
"Block Nodes/Tables/TableHead.swift",
"Block Nodes/Tables/TableRow.swift",
"Infrastructure/Replacement.swift",
"Infrastructure/SourceLocation.swift",
"Inline Nodes/Inline Containers/Emphasis.swift",
"Inline Nodes/Inline Containers/Image.swift",
"Inline Nodes/Inline Containers/InlineAttributes.swift",
"Inline Nodes/Inline Containers/Link.swift",
"Inline Nodes/Inline Containers/Strikethrough.swift",
"Inline Nodes/Inline Containers/Strong.swift",
"Inline Nodes/Inline Leaves/CustomInline.swift",
"Inline Nodes/Inline Leaves/InlineCode.swift",
"Inline Nodes/Inline Leaves/InlineHTML.swift",
"Inline Nodes/Inline Leaves/LineBreak.swift",
"Inline Nodes/Inline Leaves/SoftBreak.swift",
"Inline Nodes/Inline Leaves/SymbolLink.swift",
"Inline Nodes/Inline Leaves/Text.swift",
"Interpretive Nodes/Aside.swift",
"Parser/BlockDirectiveParser.swift",
"Parser/CommonMarkConverter.swift",
"Parser/LazySplitLines.swift",
"Parser/ParseOptions.swift",
"Parser/RangeAdjuster.swift",
"Parser/RangerTracker.swift",
"Rewriter/MarkupRewriter.swift",
"Structural Restrictions/BasicBlockContainer.swift",
"Structural Restrictions/BasicInlineContainer.swift",
"Structural Restrictions/BlockContainer.swift",
"Structural Restrictions/BlockMarkup.swift",
"Structural Restrictions/InlineContainer.swift",
"Structural Restrictions/InlineMarkup.swift",
"Structural Restrictions/ListItemContainer.swift",
"Utility/AtomicCounter.swift",
"Utility/CharacterExtensions.swift",
"Utility/CollectionExtensions.swift",
"Utility/StringExtensions.swift",
"Visitor/MarkupVisitor.swift",
"Walker/MarkupWalker.swift",
"Walker/Walkers/HTMLFormatter.swift",
"Walker/Walkers/MarkupFormatter.swift",
"Walker/Walkers/MarkupTreeDumper.swift"
],
"target_dependencies" : [
"CAtomic"
],
"type" : "library"
},
{
"c99name" : "CAtomic",
"module_type" : "ClangTarget",
"name" : "CAtomic",
"path" : "Sources/CAtomic",
"product_memberships" : [
"Markdown",
"XMLConverter",
"ParseDocumentFile",
"ParseDocumentString",
"RemoveElementKind",
"ReplaceText",
"PreferredHeadingStyle",
"ThematicBreakCharacter",
"MaximumWidth",
"CondenseAutolinks",
"EmphasisMarkers",
"OrderedListNumerals",
"CustomLinePrefix",
"UseCodeFence",
"UnorderedListMarker",
"DefaultFormatting",
"ChildThrough",
"LinkCollector"
],
"sources" : [
"CAtomic.c"
],
"type" : "library"
},
{
"c99name" : "XMLConverter",
"module_type" : "SwiftTarget",
"name" : "XMLConverter",
"path" : "Snippets/Visitors",
"product_memberships" : [
"XMLConverter"
],
"sources" : [
"XMLConverter.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "ParseDocumentFile",
"module_type" : "SwiftTarget",
"name" : "ParseDocumentFile",
"path" : "Snippets/Parsing",
"product_memberships" : [
"ParseDocumentFile"
],
"sources" : [
"ParseDocumentFile.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "ParseDocumentString",
"module_type" : "SwiftTarget",
"name" : "ParseDocumentString",
"path" : "Snippets/Parsing",
"product_memberships" : [
"ParseDocumentString"
],
"sources" : [
"ParseDocumentString.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "RemoveElementKind",
"module_type" : "SwiftTarget",
"name" : "RemoveElementKind",
"path" : "Snippets/Rewriters",
"product_memberships" : [
"RemoveElementKind"
],
"sources" : [
"RemoveElementKind.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "ReplaceText",
"module_type" : "SwiftTarget",
"name" : "ReplaceText",
"path" : "Snippets/Rewriters",
"product_memberships" : [
"ReplaceText"
],
"sources" : [
"ReplaceText.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "PreferredHeadingStyle",
"module_type" : "SwiftTarget",
"name" : "PreferredHeadingStyle",
"path" : "Snippets/Formatting",
"product_memberships" : [
"PreferredHeadingStyle"
],
"sources" : [
"PreferredHeadingStyle.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "ThematicBreakCharacter",
"module_type" : "SwiftTarget",
"name" : "ThematicBreakCharacter",
"path" : "Snippets/Formatting",
"product_memberships" : [
"ThematicBreakCharacter"
],
"sources" : [
"ThematicBreakCharacter.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "MaximumWidth",
"module_type" : "SwiftTarget",
"name" : "MaximumWidth",
"path" : "Snippets/Formatting",
"product_memberships" : [
"MaximumWidth"
],
"sources" : [
"MaximumWidth.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "CondenseAutolinks",
"module_type" : "SwiftTarget",
"name" : "CondenseAutolinks",
"path" : "Snippets/Formatting",
"product_memberships" : [
"CondenseAutolinks"
],
"sources" : [
"CondenseAutolinks.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "EmphasisMarkers",
"module_type" : "SwiftTarget",
"name" : "EmphasisMarkers",
"path" : "Snippets/Formatting",
"product_memberships" : [
"EmphasisMarkers"
],
"sources" : [
"EmphasisMarkers.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "OrderedListNumerals",
"module_type" : "SwiftTarget",
"name" : "OrderedListNumerals",
"path" : "Snippets/Formatting",
"product_memberships" : [
"OrderedListNumerals"
],
"sources" : [
"OrderedListNumerals.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "CustomLinePrefix",
"module_type" : "SwiftTarget",
"name" : "CustomLinePrefix",
"path" : "Snippets/Formatting",
"product_memberships" : [
"CustomLinePrefix"
],
"sources" : [
"CustomLinePrefix.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "UseCodeFence",
"module_type" : "SwiftTarget",
"name" : "UseCodeFence",
"path" : "Snippets/Formatting",
"product_memberships" : [
"UseCodeFence"
],
"sources" : [
"UseCodeFence.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "UnorderedListMarker",
"module_type" : "SwiftTarget",
"name" : "UnorderedListMarker",
"path" : "Snippets/Formatting",
"product_memberships" : [
"UnorderedListMarker"
],
"sources" : [
"UnorderedListMarker.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "DefaultFormatting",
"module_type" : "SwiftTarget",
"name" : "DefaultFormatting",
"path" : "Snippets/Formatting",
"product_memberships" : [
"DefaultFormatting"
],
"sources" : [
"DefaultFormatting.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "ChildThrough",
"module_type" : "SwiftTarget",
"name" : "ChildThrough",
"path" : "Snippets/Querying",
"product_memberships" : [
"ChildThrough"
],
"sources" : [
"ChildThrough.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
},
{
"c99name" : "LinkCollector",
"module_type" : "SwiftTarget",
"name" : "LinkCollector",
"path" : "Snippets/Walkers",
"product_memberships" : [
"LinkCollector"
],
"sources" : [
"LinkCollector.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "snippet"
}
],
"tools_version" : "5.7"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.