The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-markdown with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-markdown.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-markdown
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 49beeeb Fix whitespace issues with block directive formatting (#177)
Cloned https://github.com/apple/swift-markdown.git
Revision (git rev-parse @):
49beeeb25500b035049b1003a967305bcd076fdf
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/apple/swift-markdown.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/apple/swift-markdown.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/54] Compiling cmark-gfm footnotes.c
[3/54] Compiling cmark-gfm-extensions tagfilter.c
[4/54] Compiling cmark-gfm commonmark.c
[5/54] Compiling cmark-gfm-extensions autolink.c
[6/54] Compiling cmark-gfm-extensions tasklist.c
[7/54] Compiling cmark-gfm-extensions core-extensions.c
[8/54] Compiling cmark-gfm-extensions strikethrough.c
[9/54] Compiling cmark-gfm-extensions table.c
[10/54] Compiling cmark-gfm xml.c
[11/54] Compiling cmark-gfm syntax_extension.c
[12/54] Compiling cmark-gfm render.c
[13/54] Compiling cmark-gfm registry.c
[14/54] Compiling cmark-gfm plugin.c
[15/54] Compiling cmark-gfm references.c
[16/54] Compiling cmark-gfm plaintext.c
[17/54] Compiling cmark-gfm map.c
[18/54] Compiling cmark-gfm utf8.c
[19/54] Compiling cmark-gfm linked_list.c
[20/54] Compiling cmark-gfm node.c
[21/54] Compiling cmark-gfm man.c
[22/54] Compiling cmark-gfm latex.c
[23/54] Compiling cmark-gfm iterator.c
[24/54] Compiling cmark-gfm-extensions ext_scanners.c
[25/54] Compiling cmark-gfm houdini_html_e.c
[26/54] Compiling cmark-gfm html.c
[27/54] Compiling cmark-gfm cmark_ctype.c
[28/54] Compiling cmark-gfm houdini_href_e.c
[29/54] Compiling cmark-gfm inlines.c
[30/54] Compiling cmark-gfm houdini_html_u.c
[31/54] Compiling cmark-gfm scanners.c
[32/54] Compiling cmark-gfm buffer.c
[33/54] Compiling cmark-gfm cmark.c
[34/54] Compiling cmark-gfm arena.c
[35/54] Compiling cmark-gfm blocks.c
[36/54] Compiling CAtomic CAtomic.c
[38/115] Compiling Markdown MarkupRewriter.swift
[39/115] Compiling Markdown BasicBlockContainer.swift
[40/115] Compiling Markdown BasicInlineContainer.swift
[41/115] Compiling Markdown BlockContainer.swift
[42/115] Compiling Markdown BlockMarkup.swift
[43/115] Compiling Markdown InlineContainer.swift
[44/115] Compiling Markdown InlineMarkup.swift
[45/115] Compiling Markdown ListItemContainer.swift
[46/123] Compiling Markdown ChildIndexPath.swift
[47/123] Compiling Markdown DirectiveArgument.swift
[48/123] Compiling Markdown Document.swift
[49/123] Compiling Markdown LiteralMarkup.swift
[50/123] Compiling Markdown Markup.swift
[51/123] Compiling Markdown MarkupChildren.swift
[52/123] Compiling Markdown MarkupData.swift
[53/123] Compiling Markdown PlainTextConvertibleMarkup.swift
[54/123] Compiling Markdown RawMarkup.swift
[55/123] Compiling Markdown Strikethrough.swift
[56/123] Compiling Markdown Strong.swift
[57/123] Compiling Markdown CustomInline.swift
[58/123] Compiling Markdown InlineCode.swift
[59/123] Compiling Markdown InlineHTML.swift
[60/123] Compiling Markdown LineBreak.swift
[61/123] Compiling Markdown SoftBreak.swift
[62/123] Compiling Markdown SymbolLink.swift
[63/123] Compiling Markdown AtomicCounter.swift
[64/123] Compiling Markdown CharacterExtensions.swift
[65/123] Compiling Markdown CollectionExtensions.swift
[66/123] Compiling Markdown StringExtensions.swift
[67/123] Compiling Markdown MarkupVisitor.swift
[68/123] Compiling Markdown MarkupWalker.swift
[69/123] Compiling Markdown MarkupFormatter.swift
[70/123] Compiling Markdown MarkupTreeDumper.swift
[71/123] Compiling Markdown UnorderedList.swift
[72/123] Compiling Markdown Paragraph.swift
[73/123] Compiling Markdown CodeBlock.swift
[74/123] Compiling Markdown HTMLBlock.swift
[75/123] Compiling Markdown Heading.swift
[76/123] Compiling Markdown ThematicBreak.swift
[77/123] Compiling Markdown Table.swift
[78/123] Compiling Markdown TableBody.swift
[79/123] Compiling Markdown TableCell.swift
[80/123] Emitting module Markdown
[81/123] Compiling Markdown TableCellContainer.swift
[82/123] Compiling Markdown TableHead.swift
[83/123] Compiling Markdown TableRow.swift
[84/123] Compiling Markdown Replacement.swift
[85/123] Compiling Markdown SourceLocation.swift
[86/123] Compiling Markdown Emphasis.swift
[87/123] Compiling Markdown Image.swift
[88/123] Compiling Markdown InlineAttributes.swift
[89/123] Compiling Markdown Link.swift
[90/123] Compiling Markdown BlockDirective.swift
[91/123] Compiling Markdown BlockQuote.swift
[92/123] Compiling Markdown CustomBlock.swift
[93/123] Compiling Markdown DoxygenDiscussion.swift
[94/123] Compiling Markdown DoxygenNote.swift
[95/123] Compiling Markdown DoxygenParameter.swift
[96/123] Compiling Markdown DoxygenReturns.swift
[97/123] Compiling Markdown ListItem.swift
[98/123] Compiling Markdown OrderedList.swift
[99/123] Compiling Markdown Text.swift
[100/123] Compiling Markdown Aside.swift
[101/123] Compiling Markdown BlockDirectiveParser.swift
[102/123] Compiling Markdown CommonMarkConverter.swift
[103/123] Compiling Markdown LazySplitLines.swift
[104/123] Compiling Markdown ParseOptions.swift
[105/123] Compiling Markdown RangeAdjuster.swift
[106/123] Compiling Markdown RangerTracker.swift
[107/139] Compiling ParseDocumentString ParseDocumentString.swift
[108/139] Emitting module ParseDocumentString
[109/139] Compiling RemoveElementKind RemoveElementKind.swift
[110/139] Emitting module RemoveElementKind
[111/139] Emitting module ThematicBreakCharacter
[112/139] Compiling ThematicBreakCharacter ThematicBreakCharacter.swift
[113/139] Emitting module PreferredHeadingStyle
[114/139] Compiling PreferredHeadingStyle PreferredHeadingStyle.swift
[115/139] Compiling UseCodeFence UseCodeFence.swift
[116/139] Emitting module UseCodeFence
[117/139] Emitting module UnorderedListMarker
[118/139] Compiling UnorderedListMarker UnorderedListMarker.swift
[119/139] Emitting module ReplaceText
[120/139] Compiling ReplaceText ReplaceText.swift
[121/139] Compiling XMLConverter XMLConverter.swift
[122/139] Emitting module XMLConverter
[122/141] Linking ThematicBreakCharacter
[123/141] Linking RemoveElementKind
[125/141] Emitting module ParseDocumentFile
[126/141] Compiling ParseDocumentFile ParseDocumentFile.swift
[126/141] Linking ParseDocumentString
[127/141] Linking ReplaceText
[128/147] Linking UnorderedListMarker
[129/147] Linking UseCodeFence
[130/147] Linking PreferredHeadingStyle
[131/153] Linking XMLConverter
[132/153] Linking ParseDocumentFile
[134/155] Compiling MaximumWidth MaximumWidth.swift
[135/155] Emitting module MaximumWidth
[136/157] Emitting module OrderedListNumerals
[137/157] Compiling OrderedListNumerals OrderedListNumerals.swift
[138/157] Emitting module DefaultFormatting
[139/157] Emitting module EmphasisMarkers
[140/157] Compiling EmphasisMarkers EmphasisMarkers.swift
[141/157] Emitting module CustomLinePrefix
[142/157] Compiling CustomLinePrefix CustomLinePrefix.swift
[143/157] Compiling DefaultFormatting DefaultFormatting.swift
[144/157] Emitting module ChildThrough
[145/157] Compiling ChildThrough ChildThrough.swift
[146/157] Emitting module CondenseAutolinks
[147/157] Compiling CondenseAutolinks CondenseAutolinks.swift
[148/157] Emitting module LinkCollector
[149/157] Compiling LinkCollector LinkCollector.swift
[149/157] Linking MaximumWidth
[150/157] Linking CustomLinePrefix
[151/157] Linking OrderedListNumerals
[152/157] Linking DefaultFormatting
[153/157] Linking EmphasisMarkers
[154/157] Linking ChildThrough
[155/157] Linking CondenseAutolinks
[156/157] Linking LinkCollector
Build complete! (17.27s)
Fetching https://github.com/apple/swift-cmark.git from cache
Fetched https://github.com/apple/swift-cmark.git (0.60s)
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetched https://github.com/apple/swift-docc-plugin (0.24s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.02s)
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetched https://github.com/apple/swift-docc-symbolkit (0.78s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.04s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-cmark.git
Working copy of https://github.com/apple/swift-cmark.git resolved at gfm
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-cmark",
      "requirement" : {
        "branch" : [
          "gfm"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/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/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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/MarkupFormatterTests.swift",
        "Visitors/MarkupRewriterTests.swift",
        "Visitors/MarkupTreeDumperTests.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/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/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.5"
}
Done.