Build Information
Successful build of swift-markdown, reference main (b2135f), with Swift 6.1 for macOS (SPM) on 17 Nov 2025 16:11:33 UTC.
Swift 6 data race errors: 4
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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 InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/swift-markdown.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swiftlang/swift-markdown
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b2135f4 Fix #238 out of bounds crash when formatting tables (#250)
Cloned https://github.com/swiftlang/swift-markdown.git
Revision (git rev-parse @):
b2135f426fca19029430fbf26564e953b2d0f3d3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftlang/swift-markdown.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/swiftlang/swift-markdown.git
https://github.com/swiftlang/swift-markdown.git
{
"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" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Markdown",
"targets" : [
"Markdown"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "XMLConverter",
"targets" : [
"XMLConverter"
],
"type" : {
"snippet" : null
}
},
{
"name" : "LinkCollector",
"targets" : [
"LinkCollector"
],
"type" : {
"snippet" : null
}
},
{
"name" : "PreferredHeadingStyle",
"targets" : [
"PreferredHeadingStyle"
],
"type" : {
"snippet" : null
}
},
{
"name" : "UseCodeFence",
"targets" : [
"UseCodeFence"
],
"type" : {
"snippet" : null
}
},
{
"name" : "CondenseAutolinks",
"targets" : [
"CondenseAutolinks"
],
"type" : {
"snippet" : null
}
},
{
"name" : "DefaultFormatting",
"targets" : [
"DefaultFormatting"
],
"type" : {
"snippet" : null
}
},
{
"name" : "CustomLinePrefix",
"targets" : [
"CustomLinePrefix"
],
"type" : {
"snippet" : null
}
},
{
"name" : "UnorderedListMarker",
"targets" : [
"UnorderedListMarker"
],
"type" : {
"snippet" : null
}
},
{
"name" : "OrderedListNumerals",
"targets" : [
"OrderedListNumerals"
],
"type" : {
"snippet" : null
}
},
{
"name" : "MaximumWidth",
"targets" : [
"MaximumWidth"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ThematicBreakCharacter",
"targets" : [
"ThematicBreakCharacter"
],
"type" : {
"snippet" : null
}
},
{
"name" : "EmphasisMarkers",
"targets" : [
"EmphasisMarkers"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ChildThrough",
"targets" : [
"ChildThrough"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ParseDocumentString",
"targets" : [
"ParseDocumentString"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ParseDocumentFile",
"targets" : [
"ParseDocumentFile"
],
"type" : {
"snippet" : null
}
},
{
"name" : "RemoveElementKind",
"targets" : [
"RemoveElementKind"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ReplaceText",
"targets" : [
"ReplaceText"
],
"type" : {
"snippet" : null
}
}
],
"targets" : [
{
"c99name" : "MarkdownTests",
"module_type" : "SwiftTarget",
"name" : "MarkdownTests",
"path" : "Tests/MarkdownTests",
"resources" : [
{
"path" : "/Users/admin/builder/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",
"LinkCollector",
"PreferredHeadingStyle",
"UseCodeFence",
"CondenseAutolinks",
"DefaultFormatting",
"CustomLinePrefix",
"UnorderedListMarker",
"OrderedListNumerals",
"MaximumWidth",
"ThematicBreakCharacter",
"EmphasisMarkers",
"ChildThrough",
"ParseDocumentString",
"ParseDocumentFile",
"RemoveElementKind",
"ReplaceText"
],
"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",
"LinkCollector",
"PreferredHeadingStyle",
"UseCodeFence",
"CondenseAutolinks",
"DefaultFormatting",
"CustomLinePrefix",
"UnorderedListMarker",
"OrderedListNumerals",
"MaximumWidth",
"ThematicBreakCharacter",
"EmphasisMarkers",
"ChildThrough",
"ParseDocumentString",
"ParseDocumentFile",
"RemoveElementKind",
"ReplaceText"
],
"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" : "LinkCollector",
"module_type" : "SwiftTarget",
"name" : "LinkCollector",
"path" : "Snippets/Walkers",
"product_memberships" : [
"LinkCollector"
],
"sources" : [
"LinkCollector.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" : "UseCodeFence",
"module_type" : "SwiftTarget",
"name" : "UseCodeFence",
"path" : "Snippets/Formatting",
"product_memberships" : [
"UseCodeFence"
],
"sources" : [
"UseCodeFence.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" : "DefaultFormatting",
"module_type" : "SwiftTarget",
"name" : "DefaultFormatting",
"path" : "Snippets/Formatting",
"product_memberships" : [
"DefaultFormatting"
],
"sources" : [
"DefaultFormatting.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" : "UnorderedListMarker",
"module_type" : "SwiftTarget",
"name" : "UnorderedListMarker",
"path" : "Snippets/Formatting",
"product_memberships" : [
"UnorderedListMarker"
],
"sources" : [
"UnorderedListMarker.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" : "MaximumWidth",
"module_type" : "SwiftTarget",
"name" : "MaximumWidth",
"path" : "Snippets/Formatting",
"product_memberships" : [
"MaximumWidth"
],
"sources" : [
"MaximumWidth.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" : "EmphasisMarkers",
"module_type" : "SwiftTarget",
"name" : "EmphasisMarkers",
"path" : "Snippets/Formatting",
"product_memberships" : [
"EmphasisMarkers"
],
"sources" : [
"EmphasisMarkers.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" : "ParseDocumentString",
"module_type" : "SwiftTarget",
"name" : "ParseDocumentString",
"path" : "Snippets/Parsing",
"product_memberships" : [
"ParseDocumentString"
],
"sources" : [
"ParseDocumentString.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" : "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"
}
],
"tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/90] Write swift-version-2F0A5646E1D333AE.txt
[3/90] Compiling cmark-gfm cmark_ctype.c
[4/90] Compiling cmark-gfm-extensions tagfilter.c
[5/90] Compiling cmark-gfm-extensions strikethrough.c
[6/90] Compiling cmark-gfm arena.c
[7/90] Compiling cmark-gfm buffer.c
[8/90] Compiling cmark-gfm blocks.c
[9/90] Compiling cmark-gfm-extensions ext_scanners.c
[10/90] Compiling cmark-gfm-extensions core-extensions.c
[11/90] Compiling cmark-gfm-extensions table.c
[12/90] Compiling cmark-gfm commonmark.c
[13/90] Compiling cmark-gfm xml.c
[14/90] Compiling cmark-gfm syntax_extension.c
[15/90] Compiling cmark-gfm render.c
[16/90] Compiling cmark-gfm registry.c
[17/90] Compiling cmark-gfm utf8.c
[18/90] Compiling CAtomic CAtomic.c
[19/90] Compiling cmark-gfm cmark.c
[20/90] Compiling cmark-gfm references.c
[21/90] Compiling cmark-gfm plugin.c
[22/90] Compiling cmark-gfm plaintext.c
[23/90] Compiling cmark-gfm linked_list.c
[24/90] Compiling cmark-gfm node.c
[25/90] Compiling cmark-gfm map.c
[26/90] Compiling cmark-gfm man.c
[27/90] Compiling cmark-gfm scanners.c
[28/90] Compiling cmark-gfm iterator.c
[29/90] Write sources
[37/90] Compiling cmark-gfm latex.c
[39/90] Write sources
[48/90] Compiling cmark-gfm inlines.c
[49/90] Compiling cmark-gfm houdini_html_e.c
[50/90] Compiling cmark-gfm houdini_href_e.c
[51/90] Compiling cmark-gfm html.c
[52/90] Compiling cmark-gfm footnotes.c
[53/90] Compiling cmark-gfm houdini_html_u.c
[54/90] Compiling cmark-gfm-extensions tasklist.c
[55/90] Compiling cmark-gfm-extensions autolink.c
[57/154] Emitting module Markdown
/Users/admin/builder/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 {
/Users/admin/builder/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`.
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Walker/Walkers/MarkupFormatter.swift:331: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
117 | Formatting options for Markdown, based on [CommonMark](https://commonmark.org).
118 | */
119 | public struct Options {
| `- note: consider making struct 'Options' conform to the 'Sendable' protocol
120 | /**
121 | The marker character to use for unordered lists.
:
329 |
330 | /// The default set of formatting options.
331 | 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
332 | }
333 |
[58/161] Compiling Markdown TableCellContainer.swift
[59/161] Compiling Markdown TableHead.swift
[60/161] Compiling Markdown TableRow.swift
[61/161] Compiling Markdown Replacement.swift
[62/161] Compiling Markdown SourceLocation.swift
[63/161] Compiling Markdown Emphasis.swift
[64/161] Compiling Markdown Image.swift
[65/161] Compiling Markdown ChildIndexPath.swift
[66/161] Compiling Markdown DirectiveArgument.swift
[67/161] Compiling Markdown Document.swift
[68/161] Compiling Markdown LiteralMarkup.swift
[69/161] Compiling Markdown Markup.swift
[70/161] Compiling Markdown MarkupChildren.swift
[71/161] Compiling Markdown MarkupData.swift
[72/161] Compiling Markdown PlainTextConvertibleMarkup.swift
/Users/admin/builder/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 {
[73/161] Compiling Markdown RawMarkup.swift
/Users/admin/builder/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 {
[74/161] Compiling Markdown BlockDirective.swift
/Users/admin/builder/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 {
[75/161] Compiling Markdown BlockQuote.swift
/Users/admin/builder/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 {
[76/161] Compiling Markdown CustomBlock.swift
/Users/admin/builder/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 {
[77/161] Compiling Markdown DoxygenAbstract.swift
/Users/admin/builder/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 {
[78/161] Compiling Markdown DoxygenDiscussion.swift
/Users/admin/builder/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 {
[79/161] Compiling Markdown InlineAttributes.swift
[80/161] Compiling Markdown Link.swift
[81/161] Compiling Markdown Strikethrough.swift
[82/161] Compiling Markdown Strong.swift
[83/161] Compiling Markdown CustomInline.swift
[84/161] Compiling Markdown InlineCode.swift
[85/161] Compiling Markdown InlineHTML.swift
[86/161] Compiling Markdown LazySplitLines.swift
[87/161] Compiling Markdown ParseOptions.swift
[88/161] Compiling Markdown RangeAdjuster.swift
[89/161] Compiling Markdown RangerTracker.swift
[90/161] Compiling Markdown MarkupRewriter.swift
[91/161] Compiling Markdown BasicBlockContainer.swift
[92/161] Compiling Markdown BasicInlineContainer.swift
[93/161] Compiling Markdown CodeBlock.swift
[94/161] Compiling Markdown HTMLBlock.swift
[95/161] Compiling Markdown Heading.swift
[96/161] Compiling Markdown ThematicBreak.swift
[97/161] Compiling Markdown Table.swift
[98/161] Compiling Markdown TableBody.swift
[99/161] Compiling Markdown TableCell.swift
[100/161] Compiling Markdown BlockContainer.swift
[101/161] Compiling Markdown BlockMarkup.swift
[102/161] Compiling Markdown InlineContainer.swift
[103/161] Compiling Markdown InlineMarkup.swift
[104/161] Compiling Markdown ListItemContainer.swift
[105/161] Compiling Markdown AtomicCounter.swift
[106/161] Compiling Markdown CharacterExtensions.swift
[107/161] Compiling Markdown DoxygenNote.swift
[108/161] Compiling Markdown DoxygenParameter.swift
[109/161] Compiling Markdown DoxygenReturns.swift
[110/161] Compiling Markdown ListItem.swift
[111/161] Compiling Markdown OrderedList.swift
[112/161] Compiling Markdown UnorderedList.swift
[113/161] Compiling Markdown Paragraph.swift
[114/161] Compiling Markdown CollectionExtensions.swift
/Users/admin/builder/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`.
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Walker/Walkers/MarkupFormatter.swift:331: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
117 | Formatting options for Markdown, based on [CommonMark](https://commonmark.org).
118 | */
119 | public struct Options {
| `- note: consider making struct 'Options' conform to the 'Sendable' protocol
120 | /**
121 | The marker character to use for unordered lists.
:
329 |
330 | /// The default set of formatting options.
331 | 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
332 | }
333 |
[115/161] Compiling Markdown StringExtensions.swift
/Users/admin/builder/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`.
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Walker/Walkers/MarkupFormatter.swift:331: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
117 | Formatting options for Markdown, based on [CommonMark](https://commonmark.org).
118 | */
119 | public struct Options {
| `- note: consider making struct 'Options' conform to the 'Sendable' protocol
120 | /**
121 | The marker character to use for unordered lists.
:
329 |
330 | /// The default set of formatting options.
331 | 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
332 | }
333 |
[116/161] Compiling Markdown MarkupVisitor.swift
/Users/admin/builder/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`.
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Walker/Walkers/MarkupFormatter.swift:331: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
117 | Formatting options for Markdown, based on [CommonMark](https://commonmark.org).
118 | */
119 | public struct Options {
| `- note: consider making struct 'Options' conform to the 'Sendable' protocol
120 | /**
121 | The marker character to use for unordered lists.
:
329 |
330 | /// The default set of formatting options.
331 | 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
332 | }
333 |
[117/161] Compiling Markdown MarkupWalker.swift
/Users/admin/builder/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`.
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Walker/Walkers/MarkupFormatter.swift:331: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
117 | Formatting options for Markdown, based on [CommonMark](https://commonmark.org).
118 | */
119 | public struct Options {
| `- note: consider making struct 'Options' conform to the 'Sendable' protocol
120 | /**
121 | The marker character to use for unordered lists.
:
329 |
330 | /// The default set of formatting options.
331 | 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
332 | }
333 |
[118/161] Compiling Markdown HTMLFormatter.swift
/Users/admin/builder/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`.
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Walker/Walkers/MarkupFormatter.swift:331: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
117 | Formatting options for Markdown, based on [CommonMark](https://commonmark.org).
118 | */
119 | public struct Options {
| `- note: consider making struct 'Options' conform to the 'Sendable' protocol
120 | /**
121 | The marker character to use for unordered lists.
:
329 |
330 | /// The default set of formatting options.
331 | 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
332 | }
333 |
[119/161] Compiling Markdown MarkupFormatter.swift
/Users/admin/builder/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`.
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Walker/Walkers/MarkupFormatter.swift:331: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
117 | Formatting options for Markdown, based on [CommonMark](https://commonmark.org).
118 | */
119 | public struct Options {
| `- note: consider making struct 'Options' conform to the 'Sendable' protocol
120 | /**
121 | The marker character to use for unordered lists.
:
329 |
330 | /// The default set of formatting options.
331 | 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
332 | }
333 |
[120/161] Compiling Markdown MarkupTreeDumper.swift
/Users/admin/builder/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`.
/Users/admin/builder/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 |
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Walker/Walkers/MarkupFormatter.swift:331: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
117 | Formatting options for Markdown, based on [CommonMark](https://commonmark.org).
118 | */
119 | public struct Options {
| `- note: consider making struct 'Options' conform to the 'Sendable' protocol
120 | /**
121 | The marker character to use for unordered lists.
:
329 |
330 | /// The default set of formatting options.
331 | 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
332 | }
333 |
[121/161] Compiling Markdown LineBreak.swift
[122/161] Compiling Markdown SoftBreak.swift
[123/161] Compiling Markdown SymbolLink.swift
[124/161] Compiling Markdown Text.swift
[125/161] Compiling Markdown Aside.swift
[126/161] Compiling Markdown BlockDirectiveParser.swift
[127/161] Compiling Markdown CommonMarkConverter.swift
[128/181] Emitting module RemoveElementKind
[129/181] Compiling RemoveElementKind RemoveElementKind.swift
[130/183] Compiling ReplaceText ReplaceText.swift
[131/183] Compiling XMLConverter XMLConverter.swift
[132/183] Emitting module XMLConverter
[133/183] Emitting module ReplaceText
[134/183] Emitting module ParseDocumentString
[135/183] Compiling ParseDocumentString ParseDocumentString.swift
[136/183] Emitting module UseCodeFence
[137/183] Compiling UseCodeFence UseCodeFence.swift
[138/183] Compiling PreferredHeadingStyle PreferredHeadingStyle.swift
[139/183] Compiling UnorderedListMarker UnorderedListMarker.swift
[140/183] Emitting module PreferredHeadingStyle
[141/183] Emitting module UnorderedListMarker
[142/183] Emitting module OrderedListNumerals
[143/183] Compiling OrderedListNumerals OrderedListNumerals.swift
[144/183] Compiling ParseDocumentFile ParseDocumentFile.swift
[145/183] Emitting module ParseDocumentFile
[145/183] Write Objects.LinkFileList
[148/183] Compiling ThematicBreakCharacter ThematicBreakCharacter.swift
[149/183] Emitting module ThematicBreakCharacter
[149/183] Write Objects.LinkFileList
[152/195] Emitting module MaximumWidth
[153/195] Compiling MaximumWidth MaximumWidth.swift
[153/195] Linking XMLConverter
[154/195] Write Objects.LinkFileList
[156/195] Linking UseCodeFence
[157/195] Linking UnorderedListMarker
[158/195] Write Objects.LinkFileList
[160/195] Emitting module EmphasisMarkers
[161/195] Compiling EmphasisMarkers EmphasisMarkers.swift
[161/195] Write Objects.LinkFileList
[163/195] Emitting module CustomLinePrefix
[164/195] Compiling CustomLinePrefix CustomLinePrefix.swift
[164/195] Write Objects.LinkFileList
[167/195] Emitting module LinkCollector
[168/195] Compiling LinkCollector LinkCollector.swift
[169/195] Emitting module DefaultFormatting
[170/195] Compiling DefaultFormatting DefaultFormatting.swift
[171/195] Emitting module ChildThrough
[172/195] Compiling ChildThrough ChildThrough.swift
[172/195] Write Objects.LinkFileList
[175/195] Emitting module CondenseAutolinks
[176/195] Compiling CondenseAutolinks CondenseAutolinks.swift
[176/195] Write Objects.LinkFileList
[181/195] Linking ThematicBreakCharacter
[182/195] Linking ParseDocumentFile
[183/195] Linking ReplaceText
[184/195] Linking ParseDocumentString
[185/195] Linking PreferredHeadingStyle
[186/195] Linking RemoveElementKind
[187/195] Linking LinkCollector
[188/195] Linking MaximumWidth
[189/195] Linking OrderedListNumerals
[190/195] Linking DefaultFormatting
[191/195] Linking EmphasisMarkers
[192/195] Linking CondenseAutolinks
[193/195] Linking CustomLinePrefix
[194/195] Linking ChildThrough
Build complete! (49.76s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18245] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (16.36s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2158] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (10.86s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (11.58s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.85s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.50s)
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.5
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 (924936d)
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" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Markdown",
"targets" : [
"Markdown"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "XMLConverter",
"targets" : [
"XMLConverter"
],
"type" : {
"snippet" : null
}
},
{
"name" : "LinkCollector",
"targets" : [
"LinkCollector"
],
"type" : {
"snippet" : null
}
},
{
"name" : "PreferredHeadingStyle",
"targets" : [
"PreferredHeadingStyle"
],
"type" : {
"snippet" : null
}
},
{
"name" : "UseCodeFence",
"targets" : [
"UseCodeFence"
],
"type" : {
"snippet" : null
}
},
{
"name" : "CondenseAutolinks",
"targets" : [
"CondenseAutolinks"
],
"type" : {
"snippet" : null
}
},
{
"name" : "DefaultFormatting",
"targets" : [
"DefaultFormatting"
],
"type" : {
"snippet" : null
}
},
{
"name" : "CustomLinePrefix",
"targets" : [
"CustomLinePrefix"
],
"type" : {
"snippet" : null
}
},
{
"name" : "UnorderedListMarker",
"targets" : [
"UnorderedListMarker"
],
"type" : {
"snippet" : null
}
},
{
"name" : "OrderedListNumerals",
"targets" : [
"OrderedListNumerals"
],
"type" : {
"snippet" : null
}
},
{
"name" : "MaximumWidth",
"targets" : [
"MaximumWidth"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ThematicBreakCharacter",
"targets" : [
"ThematicBreakCharacter"
],
"type" : {
"snippet" : null
}
},
{
"name" : "EmphasisMarkers",
"targets" : [
"EmphasisMarkers"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ChildThrough",
"targets" : [
"ChildThrough"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ParseDocumentString",
"targets" : [
"ParseDocumentString"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ParseDocumentFile",
"targets" : [
"ParseDocumentFile"
],
"type" : {
"snippet" : null
}
},
{
"name" : "RemoveElementKind",
"targets" : [
"RemoveElementKind"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ReplaceText",
"targets" : [
"ReplaceText"
],
"type" : {
"snippet" : null
}
}
],
"targets" : [
{
"c99name" : "MarkdownTests",
"module_type" : "SwiftTarget",
"name" : "MarkdownTests",
"path" : "Tests/MarkdownTests",
"resources" : [
{
"path" : "/Users/admin/builder/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",
"LinkCollector",
"PreferredHeadingStyle",
"UseCodeFence",
"CondenseAutolinks",
"DefaultFormatting",
"CustomLinePrefix",
"UnorderedListMarker",
"OrderedListNumerals",
"MaximumWidth",
"ThematicBreakCharacter",
"EmphasisMarkers",
"ChildThrough",
"ParseDocumentString",
"ParseDocumentFile",
"RemoveElementKind",
"ReplaceText"
],
"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",
"LinkCollector",
"PreferredHeadingStyle",
"UseCodeFence",
"CondenseAutolinks",
"DefaultFormatting",
"CustomLinePrefix",
"UnorderedListMarker",
"OrderedListNumerals",
"MaximumWidth",
"ThematicBreakCharacter",
"EmphasisMarkers",
"ChildThrough",
"ParseDocumentString",
"ParseDocumentFile",
"RemoveElementKind",
"ReplaceText"
],
"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" : "LinkCollector",
"module_type" : "SwiftTarget",
"name" : "LinkCollector",
"path" : "Snippets/Walkers",
"product_memberships" : [
"LinkCollector"
],
"sources" : [
"LinkCollector.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" : "UseCodeFence",
"module_type" : "SwiftTarget",
"name" : "UseCodeFence",
"path" : "Snippets/Formatting",
"product_memberships" : [
"UseCodeFence"
],
"sources" : [
"UseCodeFence.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" : "DefaultFormatting",
"module_type" : "SwiftTarget",
"name" : "DefaultFormatting",
"path" : "Snippets/Formatting",
"product_memberships" : [
"DefaultFormatting"
],
"sources" : [
"DefaultFormatting.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" : "UnorderedListMarker",
"module_type" : "SwiftTarget",
"name" : "UnorderedListMarker",
"path" : "Snippets/Formatting",
"product_memberships" : [
"UnorderedListMarker"
],
"sources" : [
"UnorderedListMarker.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" : "MaximumWidth",
"module_type" : "SwiftTarget",
"name" : "MaximumWidth",
"path" : "Snippets/Formatting",
"product_memberships" : [
"MaximumWidth"
],
"sources" : [
"MaximumWidth.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" : "EmphasisMarkers",
"module_type" : "SwiftTarget",
"name" : "EmphasisMarkers",
"path" : "Snippets/Formatting",
"product_memberships" : [
"EmphasisMarkers"
],
"sources" : [
"EmphasisMarkers.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" : "ParseDocumentString",
"module_type" : "SwiftTarget",
"name" : "ParseDocumentString",
"path" : "Snippets/Parsing",
"product_memberships" : [
"ParseDocumentString"
],
"sources" : [
"ParseDocumentString.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" : "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"
}
],
"tools_version" : "5.7"
}
Done.