The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-markdown, reference main (528d49), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 22:23:22 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SDGGiesbrecht/swift-markdown.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SDGGiesbrecht/swift-markdown
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 528d49c track inner indentation for doxygen commands (#118)
Cloned https://github.com/SDGGiesbrecht/swift-markdown.git
Revision (git rev-parse @):
528d49cb5130e9c84081e13e7bd639a011b9f89d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SDGGiesbrecht/swift-markdown.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/SDGGiesbrecht/swift-markdown.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/97] Write sources
[3/97] Write markdown-tool-entitlement.plist
[4/97] Write swift-version-1EA4D86E10B52AF.txt
[5/97] Compiling CAtomic CAtomic.c
[6/97] Compiling cmark-gfm cmark_ctype.c
[7/97] Compiling cmark-gfm arena.c
[8/97] Compiling cmark-gfm buffer.c
[9/97] Compiling cmark-gfm footnotes.c
[10/97] Compiling cmark-gfm-extensions tagfilter.c
[11/97] Compiling cmark-gfm blocks.c
[12/97] Compiling cmark-gfm-extensions ext_scanners.c
[13/97] Compiling cmark-gfm-extensions strikethrough.c
[14/97] Compiling cmark-gfm-extensions core-extensions.c
[15/97] Compiling cmark-gfm xml.c
[16/97] Compiling cmark-gfm commonmark.c
[17/97] Compiling cmark-gfm-extensions tasklist.c
[18/97] Compiling cmark-gfm syntax_extension.c
[19/97] Compiling cmark-gfm render.c
[20/97] Compiling cmark-gfm-extensions table.c
[21/97] Compiling cmark-gfm registry.c
[22/97] Compiling cmark-gfm references.c
[23/97] Compiling cmark-gfm plugin.c
[24/97] Compiling cmark-gfm utf8.c
[25/97] Compiling cmark-gfm plaintext.c
[26/97] Compiling cmark-gfm map.c
[27/97] Compiling cmark-gfm man.c
[28/97] Compiling cmark-gfm node.c
[29/97] Compiling cmark-gfm linked_list.c
[30/97] Compiling cmark-gfm iterator.c
[31/97] Write sources
[41/97] Compiling cmark-gfm latex.c
[41/97] Write sources
[52/97] Compiling cmark-gfm scanners.c
[53/97] Compiling cmark-gfm houdini_html_e.c
[54/97] Compiling cmark-gfm houdini_href_e.c
[55/97] Compiling cmark-gfm html.c
[56/97] Compiling cmark-gfm inlines.c
[57/97] Compiling cmark-gfm houdini_html_u.c
[58/99] Compiling cmark-gfm-extensions autolink.c
[59/99] Compiling cmark-gfm cmark.c
[61/160] Compiling ArgumentParserToolInfo ToolInfo.swift
[62/160] Emitting module ArgumentParserToolInfo
[63/195] Compiling ArgumentParser Parsed.swift
[64/195] Compiling ArgumentParser ParsedValues.swift
[65/195] Compiling ArgumentParser ParserError.swift
[66/195] Compiling ArgumentParser SplitArguments.swift
[67/198] Compiling ArgumentParser MessageInfo.swift
[68/198] Compiling ArgumentParser UsageGenerator.swift
[69/198] Compiling ArgumentParser CollectionExtensions.swift
[70/198] Compiling ArgumentParser ParsableArgumentsValidation.swift
[71/198] Compiling ArgumentParser ParsableCommand.swift
[72/198] Compiling ArgumentParser ArgumentDecoder.swift
[73/198] Compiling ArgumentParser ArgumentDefinition.swift
[74/198] Compiling ArgumentParser SequenceExtensions.swift
[75/198] Compiling ArgumentParser StringExtensions.swift
[76/198] Compiling ArgumentParser Tree.swift
[77/198] Compiling Markdown CodeBlock.swift
[78/198] Compiling Markdown HTMLBlock.swift
[79/198] Compiling Markdown Heading.swift
[80/204] Compiling ArgumentParser HelpCommand.swift
[81/204] Compiling ArgumentParser HelpGenerator.swift
[82/204] Compiling ArgumentParser ArgumentSet.swift
[83/204] Compiling ArgumentParser CommandParser.swift
[84/204] Compiling ArgumentParser InputOrigin.swift
[85/204] Compiling ArgumentParser Name.swift
[86/204] Compiling ArgumentParser FishCompletionsGenerator.swift
[87/204] Compiling ArgumentParser ZshCompletionsGenerator.swift
[88/204] Compiling ArgumentParser Flag.swift
[89/204] Compiling ArgumentParser NameSpecification.swift
[90/204] Compiling ArgumentParser Option.swift
[91/204] Compiling ArgumentParser OptionGroup.swift
[92/204] Compiling ArgumentParser DumpHelpGenerator.swift
[93/204] Emitting module Markdown
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:95:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
 93 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
 94 |     enum Error: LocalizedError {
 95 |         case concreteConversionError(from: RawMarkup, to: Markup.Type)
    |              `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
 96 |         var errorDescription: String? {
 97 |             switch self {
[101/204] Emitting module ArgumentParser
[102/204] Compiling ArgumentParser Argument.swift
[103/204] Compiling ArgumentParser ArgumentHelp.swift
[104/204] Compiling ArgumentParser CompletionKind.swift
[105/204] Compiling ArgumentParser Errors.swift
[106/204] Compiling ArgumentParser CommandConfiguration.swift
[107/204] Compiling ArgumentParser EnumerableFlag.swift
[108/204] Compiling ArgumentParser ExpressibleByArgument.swift
[109/204] Compiling ArgumentParser ParsableArguments.swift
[110/204] Compiling ArgumentParser BashCompletionsGenerator.swift
[111/204] Compiling ArgumentParser CompletionsGenerator.swift
[128/204] Compiling Markdown Replacement.swift
[129/204] Compiling Markdown SourceLocation.swift
[130/204] Compiling Markdown Emphasis.swift
[131/204] Compiling Markdown Image.swift
[132/204] Compiling Markdown InlineAttributes.swift
[133/204] Compiling Markdown Link.swift
[134/204] Compiling Markdown Strikethrough.swift
[135/204] Compiling Markdown Strong.swift
[136/204] Compiling Markdown CustomInline.swift
[137/204] Compiling Markdown InlineCode.swift
[138/204] Compiling Markdown InlineHTML.swift
[139/204] Compiling Markdown LineBreak.swift
[140/204] Compiling Markdown SoftBreak.swift
[141/204] Compiling Markdown SymbolLink.swift
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:95:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
 93 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
 94 |     enum Error: LocalizedError {
 95 |         case concreteConversionError(from: RawMarkup, to: Markup.Type)
    |              `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
 96 |         var errorDescription: String? {
 97 |             switch self {
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:95:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
 93 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
 94 |     enum Error: LocalizedError {
 95 |         case concreteConversionError(from: RawMarkup, to: Markup.Type)
    |              `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
 96 |         var errorDescription: String? {
 97 |             switch self {
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:95:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
 93 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
 94 |     enum Error: LocalizedError {
 95 |         case concreteConversionError(from: RawMarkup, to: Markup.Type)
    |              `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
 96 |         var errorDescription: String? {
 97 |             switch self {
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:95:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
 93 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
 94 |     enum Error: LocalizedError {
 95 |         case concreteConversionError(from: RawMarkup, to: Markup.Type)
    |              `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
 96 |         var errorDescription: String? {
 97 |             switch self {
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:95:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
 93 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
 94 |     enum Error: LocalizedError {
 95 |         case concreteConversionError(from: RawMarkup, to: Markup.Type)
    |              `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
 96 |         var errorDescription: String? {
 97 |             switch self {
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:95:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
 93 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
 94 |     enum Error: LocalizedError {
 95 |         case concreteConversionError(from: RawMarkup, to: Markup.Type)
    |              `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
 96 |         var errorDescription: String? {
 97 |             switch self {
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:95:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
 93 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
 94 |     enum Error: LocalizedError {
 95 |         case concreteConversionError(from: RawMarkup, to: Markup.Type)
    |              `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
 96 |         var errorDescription: String? {
 97 |             switch self {
[156/204] Compiling Markdown CollectionExtensions.swift
[157/204] Compiling Markdown StringExtensions.swift
[158/204] Compiling Markdown MarkupVisitor.swift
[159/204] Compiling Markdown MarkupWalker.swift
[160/204] Compiling Markdown MarkupFormatter.swift
[161/204] Compiling Markdown MarkupTreeDumper.swift
[162/204] Compiling Markdown Text.swift
[163/204] Compiling Markdown Aside.swift
[164/204] Compiling Markdown BlockDirectiveParser.swift
[165/204] Compiling Markdown CommonMarkConverter.swift
[166/204] Compiling Markdown LazySplitLines.swift
[167/204] Compiling Markdown ParseOptions.swift
[168/226] Compiling ParseDocumentString ParseDocumentString.swift
[169/226] Emitting module ParseDocumentString
[170/226] Compiling ThematicBreakCharacter ThematicBreakCharacter.swift
[171/226] Emitting module ThematicBreakCharacter
[172/226] Compiling UnorderedListMarker UnorderedListMarker.swift
[173/226] Emitting module UnorderedListMarker
[174/226] Emitting module UseCodeFence
[175/226] Compiling UseCodeFence UseCodeFence.swift
[176/226] Emitting module PreferredHeadingStyle
[177/226] Compiling PreferredHeadingStyle PreferredHeadingStyle.swift
[178/226] Compiling RemoveElementKind RemoveElementKind.swift
[179/226] Emitting module RemoveElementKind
[180/226] Compiling ParseDocumentFile ParseDocumentFile.swift
[181/226] Emitting module ParseDocumentFile
[182/226] Compiling ReplaceText ReplaceText.swift
[183/226] Emitting module ReplaceText
[184/226] Emitting module XMLConverter
[185/226] Compiling XMLConverter XMLConverter.swift
[185/228] Write Objects.LinkFileList
[194/230] Compiling markdown_tool main.swift
[195/242] Compiling markdown_tool FormatCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/markdown-tool/Commands/FormatCommand.swift:49:1: warning: extension declares a conformance of imported type 'UnorderedListMarker' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Markdown' introduce this conformance in the future
 47 | }
 48 |
 49 | extension MarkupFormatter.Options.UnorderedListMarker: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'UnorderedListMarker' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Markdown' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 50 | extension MarkupFormatter.Options.UseCodeFence: ExpressibleByArgument {}
 51 | extension MarkupFormatter.Options.ThematicBreakCharacter: ExpressibleByArgument {}
/Users/admin/builder/spi-builder-workspace/Sources/markdown-tool/Commands/FormatCommand.swift:50:1: warning: extension declares a conformance of imported type 'UseCodeFence' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Markdown' introduce this conformance in the future
 48 |
 49 | extension MarkupFormatter.Options.UnorderedListMarker: ExpressibleByArgument {}
 50 | extension MarkupFormatter.Options.UseCodeFence: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'UseCodeFence' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Markdown' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 51 | extension MarkupFormatter.Options.ThematicBreakCharacter: ExpressibleByArgument {}
 52 | extension MarkupFormatter.Options.EmphasisMarker: ExpressibleByArgument {}
/Users/admin/builder/spi-builder-workspace/Sources/markdown-tool/Commands/FormatCommand.swift:51:1: warning: extension declares a conformance of imported type 'ThematicBreakCharacter' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Markdown' introduce this conformance in the future
 49 | extension MarkupFormatter.Options.UnorderedListMarker: ExpressibleByArgument {}
 50 | extension MarkupFormatter.Options.UseCodeFence: ExpressibleByArgument {}
 51 | extension MarkupFormatter.Options.ThematicBreakCharacter: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'ThematicBreakCharacter' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Markdown' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 52 | extension MarkupFormatter.Options.EmphasisMarker: ExpressibleByArgument {}
 53 | extension MarkupFormatter.Options.PreferredHeadingStyle: ExpressibleByArgument {}
/Users/admin/builder/spi-builder-workspace/Sources/markdown-tool/Commands/FormatCommand.swift:52:1: warning: extension declares a conformance of imported type 'EmphasisMarker' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Markdown' introduce this conformance in the future
 50 | extension MarkupFormatter.Options.UseCodeFence: ExpressibleByArgument {}
 51 | extension MarkupFormatter.Options.ThematicBreakCharacter: ExpressibleByArgument {}
 52 | extension MarkupFormatter.Options.EmphasisMarker: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'EmphasisMarker' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Markdown' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 53 | extension MarkupFormatter.Options.PreferredHeadingStyle: ExpressibleByArgument {}
 54 | extension MarkupFormatter.Options.PreferredLineLimit.SplittingElement:  ExpressibleByArgument {}
/Users/admin/builder/spi-builder-workspace/Sources/markdown-tool/Commands/FormatCommand.swift:53:1: warning: extension declares a conformance of imported type 'PreferredHeadingStyle' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Markdown' introduce this conformance in the future
 51 | extension MarkupFormatter.Options.ThematicBreakCharacter: ExpressibleByArgument {}
 52 | extension MarkupFormatter.Options.EmphasisMarker: ExpressibleByArgument {}
 53 | extension MarkupFormatter.Options.PreferredHeadingStyle: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'PreferredHeadingStyle' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Markdown' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 54 | extension MarkupFormatter.Options.PreferredLineLimit.SplittingElement:  ExpressibleByArgument {}
 55 |
/Users/admin/builder/spi-builder-workspace/Sources/markdown-tool/Commands/FormatCommand.swift:54:1: warning: extension declares a conformance of imported type 'SplittingElement' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Markdown' introduce this conformance in the future
 52 | extension MarkupFormatter.Options.EmphasisMarker: ExpressibleByArgument {}
 53 | extension MarkupFormatter.Options.PreferredHeadingStyle: ExpressibleByArgument {}
 54 | extension MarkupFormatter.Options.PreferredLineLimit.SplittingElement:  ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'SplittingElement' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Markdown' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 55 |
 56 | extension MarkdownCommand {
[196/242] Emitting module markdown_tool
/Users/admin/builder/spi-builder-workspace/Sources/markdown-tool/Commands/FormatCommand.swift:49:1: warning: extension declares a conformance of imported type 'UnorderedListMarker' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Markdown' introduce this conformance in the future
 47 | }
 48 |
 49 | extension MarkupFormatter.Options.UnorderedListMarker: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'UnorderedListMarker' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Markdown' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 50 | extension MarkupFormatter.Options.UseCodeFence: ExpressibleByArgument {}
 51 | extension MarkupFormatter.Options.ThematicBreakCharacter: ExpressibleByArgument {}
/Users/admin/builder/spi-builder-workspace/Sources/markdown-tool/Commands/FormatCommand.swift:50:1: warning: extension declares a conformance of imported type 'UseCodeFence' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Markdown' introduce this conformance in the future
 48 |
 49 | extension MarkupFormatter.Options.UnorderedListMarker: ExpressibleByArgument {}
 50 | extension MarkupFormatter.Options.UseCodeFence: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'UseCodeFence' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Markdown' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 51 | extension MarkupFormatter.Options.ThematicBreakCharacter: ExpressibleByArgument {}
 52 | extension MarkupFormatter.Options.EmphasisMarker: ExpressibleByArgument {}
/Users/admin/builder/spi-builder-workspace/Sources/markdown-tool/Commands/FormatCommand.swift:51:1: warning: extension declares a conformance of imported type 'ThematicBreakCharacter' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Markdown' introduce this conformance in the future
 49 | extension MarkupFormatter.Options.UnorderedListMarker: ExpressibleByArgument {}
 50 | extension MarkupFormatter.Options.UseCodeFence: ExpressibleByArgument {}
 51 | extension MarkupFormatter.Options.ThematicBreakCharacter: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'ThematicBreakCharacter' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Markdown' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 52 | extension MarkupFormatter.Options.EmphasisMarker: ExpressibleByArgument {}
 53 | extension MarkupFormatter.Options.PreferredHeadingStyle: ExpressibleByArgument {}
/Users/admin/builder/spi-builder-workspace/Sources/markdown-tool/Commands/FormatCommand.swift:52:1: warning: extension declares a conformance of imported type 'EmphasisMarker' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Markdown' introduce this conformance in the future
 50 | extension MarkupFormatter.Options.UseCodeFence: ExpressibleByArgument {}
 51 | extension MarkupFormatter.Options.ThematicBreakCharacter: ExpressibleByArgument {}
 52 | extension MarkupFormatter.Options.EmphasisMarker: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'EmphasisMarker' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Markdown' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 53 | extension MarkupFormatter.Options.PreferredHeadingStyle: ExpressibleByArgument {}
 54 | extension MarkupFormatter.Options.PreferredLineLimit.SplittingElement:  ExpressibleByArgument {}
/Users/admin/builder/spi-builder-workspace/Sources/markdown-tool/Commands/FormatCommand.swift:53:1: warning: extension declares a conformance of imported type 'PreferredHeadingStyle' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Markdown' introduce this conformance in the future
 51 | extension MarkupFormatter.Options.ThematicBreakCharacter: ExpressibleByArgument {}
 52 | extension MarkupFormatter.Options.EmphasisMarker: ExpressibleByArgument {}
 53 | extension MarkupFormatter.Options.PreferredHeadingStyle: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'PreferredHeadingStyle' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Markdown' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 54 | extension MarkupFormatter.Options.PreferredLineLimit.SplittingElement:  ExpressibleByArgument {}
 55 |
/Users/admin/builder/spi-builder-workspace/Sources/markdown-tool/Commands/FormatCommand.swift:54:1: warning: extension declares a conformance of imported type 'SplittingElement' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Markdown' introduce this conformance in the future
 52 | extension MarkupFormatter.Options.EmphasisMarker: ExpressibleByArgument {}
 53 | extension MarkupFormatter.Options.PreferredHeadingStyle: ExpressibleByArgument {}
 54 | extension MarkupFormatter.Options.PreferredLineLimit.SplittingElement:  ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'SplittingElement' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Markdown' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 55 |
 56 | extension MarkdownCommand {
[197/242] Compiling markdown_tool DumpTreeCommand.swift
[198/242] Compiling OrderedListNumerals OrderedListNumerals.swift
[199/242] Emitting module OrderedListNumerals
[200/242] Compiling MaximumWidth MaximumWidth.swift
[201/242] Emitting module MaximumWidth
[202/242] Compiling DefaultFormatting DefaultFormatting.swift
[203/242] Emitting module DefaultFormatting
[203/242] Linking UseCodeFence
[205/242] Compiling EmphasisMarkers EmphasisMarkers.swift
[206/242] Emitting module EmphasisMarkers
[207/242] Emitting module ChildThrough
[208/242] Compiling ChildThrough ChildThrough.swift
[209/242] Compiling CondenseAutolinks CondenseAutolinks.swift
[210/242] Emitting module CondenseAutolinks
[210/242] Write Objects.LinkFileList
[214/242] Emitting module CustomLinePrefix
[215/242] Compiling CustomLinePrefix CustomLinePrefix.swift
[216/242] Emitting module LinkCollector
[217/242] Compiling LinkCollector LinkCollector.swift
[217/242] Linking UnorderedListMarker
[218/242] Write Objects.LinkFileList
[220/242] Linking ThematicBreakCharacter
[221/242] Linking ReplaceText
[222/242] Write Objects.LinkFileList
[224/242] Linking PreferredHeadingStyle
[225/242] Linking RemoveElementKind
[226/242] Write Objects.LinkFileList
[228/242] Linking XMLConverter
[229/242] Linking ParseDocumentFile
[230/242] Write Objects.LinkFileList
[231/242] Linking ParseDocumentString
[232/242] Linking OrderedListNumerals
[233/242] Linking markdown-tool
[234/242] Applying markdown-tool
[235/242] Linking MaximumWidth
[236/242] Linking LinkCollector
[237/242] Linking EmphasisMarkers
[238/242] Linking CustomLinePrefix
[239/242] Linking DefaultFormatting
[240/242] Linking ChildThrough
[241/242] Linking CondenseAutolinks
Build complete! (27.81s)
Fetching https://github.com/apple/swift-cmark.git
[1/18112] Fetching swift-cmark
Fetched https://github.com/apple/swift-cmark.git from cache (1.63s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-argument-parser
[1/2082] Fetching swift-docc-plugin
[210/17462] Fetching swift-docc-plugin, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.52s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.52s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.0.3 (2.09s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.51s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.16s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.74s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.0.3
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.4
Creating working copy for https://github.com/apple/swift-cmark.git
Working copy of https://github.com/apple/swift-cmark.git resolved at gfm (b97d094)
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
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-cmark",
      "requirement" : {
        "branch" : [
          "gfm"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-cmark.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "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" : "markdown-tool",
      "targets" : [
        "markdown-tool"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "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" : "markdown_tool",
      "module_type" : "SwiftTarget",
      "name" : "markdown-tool",
      "path" : "Sources/markdown-tool",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "markdown-tool"
      ],
      "sources" : [
        "Commands/DumpTreeCommand.swift",
        "Commands/FormatCommand.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Markdown"
      ],
      "type" : "executable"
    },
    {
      "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/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",
        "markdown-tool",
        "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/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",
        "markdown-tool",
        "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.