Build Information
Successful build of swift-markdown, reference 0.50800.0 (f02c1d), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 22:19:09 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SDGGiesbrecht/swift-markdown.git
Reference: 0.50800.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SDGGiesbrecht/swift-markdown
* tag 0.50800.0 -> FETCH_HEAD
HEAD is now at f02c1d1 Pinned dependencies.
Cloned https://github.com/SDGGiesbrecht/swift-markdown.git
Revision (git rev-parse @):
f02c1d1e44fb3280b1df5cd57f0f3bd994354525
SUCCESS checkout https://github.com/SDGGiesbrecht/swift-markdown.git at 0.50800.0
========================================
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
Building for debugging...
[0/95] Compiling cmark-gfm cmark_ctype.c
[1/95] Write swift-version-1EA4D86E10B52AF.txt
[2/95] Write sources
[3/95] Write markdown-tool-entitlement.plist
[4/95] Compiling cmark-gfm cmark.c
[5/95] Compiling cmark-gfm xml.c
[6/95] Compiling cmark-gfm-extensions strikethrough.c
[7/95] Compiling cmark-gfm syntax_extension.c
[8/95] Compiling cmark-gfm utf8.c
[9/95] Compiling cmark-gfm render.c
[10/95] Compiling cmark-gfm-extensions table.c
[11/95] Compiling cmark-gfm registry.c
[12/95] Compiling cmark-gfm references.c
[13/95] Compiling cmark-gfm commonmark.c
[14/95] Compiling cmark-gfm plugin.c
[15/95] Compiling cmark-gfm scanners.c
[16/95] Compiling cmark-gfm plaintext.c
[17/95] Compiling cmark-gfm map.c
[18/95] Compiling cmark-gfm node.c
[19/95] Compiling cmark-gfm linked_list.c
[20/95] Compiling cmark-gfm man.c
[21/95] Compiling cmark-gfm latex.c
[22/95] Compiling cmark-gfm iterator.c
[23/95] Compiling cmark-gfm html.c
[24/95] Compiling cmark-gfm houdini_html_u.c
[25/95] Compiling cmark-gfm inlines.c
[26/95] Compiling cmark-gfm houdini_html_e.c
[27/95] Compiling cmark-gfm houdini_href_e.c
[28/95] Write sources
[46/95] Compiling cmark-gfm footnotes.c
[47/95] Write sources
[49/95] Compiling cmark-gfm buffer.c
[50/95] Compiling cmark-gfm arena.c
[51/95] Compiling CAtomic CAtomic.c
[52/95] Compiling cmark-gfm blocks.c
[53/95] Compiling cmark-gfm-extensions autolink.c
[54/97] Compiling cmark-gfm-extensions core-extensions.c
[55/97] Compiling cmark-gfm-extensions tasklist.c
[56/97] Compiling cmark-gfm-extensions tagfilter.c
[57/97] Compiling cmark-gfm-extensions ext_scanners.c
[59/156] Emitting module ArgumentParserToolInfo
[60/156] Compiling ArgumentParserToolInfo ToolInfo.swift
[61/191] Emitting module ArgumentParser
[62/194] Compiling ArgumentParser ParsableCommand.swift
[63/194] Compiling ArgumentParser ArgumentDecoder.swift
[64/194] Compiling ArgumentParser ArgumentDefinition.swift
[65/194] Compiling ArgumentParser CommandConfiguration.swift
[66/194] Compiling ArgumentParser EnumerableFlag.swift
[67/194] Compiling ArgumentParser ExpressibleByArgument.swift
[68/194] Compiling ArgumentParser ParsableArguments.swift
[69/200] Compiling ArgumentParser CompletionKind.swift
[70/200] Compiling ArgumentParser Errors.swift
[71/200] Compiling ArgumentParser MessageInfo.swift
[72/200] Compiling ArgumentParser UsageGenerator.swift
[73/200] Compiling ArgumentParser CollectionExtensions.swift
[74/200] Compiling ArgumentParser ParsableArgumentsValidation.swift
[75/200] Compiling ArgumentParser DumpHelpGenerator.swift
[76/200] Compiling ArgumentParser HelpCommand.swift
[77/200] Compiling ArgumentParser HelpGenerator.swift
[78/200] Compiling ArgumentParser Parsed.swift
[79/200] Compiling ArgumentParser ParsedValues.swift
[80/200] Compiling ArgumentParser ParserError.swift
[81/200] Compiling Markdown Emphasis.swift
[82/200] Compiling Markdown Image.swift
[83/200] Compiling Markdown InlineAttributes.swift
[84/200] Compiling Markdown Link.swift
[85/200] Compiling Markdown Strikethrough.swift
[86/200] Compiling Markdown Strong.swift
[87/200] Compiling ArgumentParser SplitArguments.swift
[88/200] Compiling ArgumentParser SequenceExtensions.swift
[89/200] Compiling ArgumentParser StringExtensions.swift
[90/200] Compiling ArgumentParser Tree.swift
[91/200] Compiling Markdown SoftBreak.swift
[92/200] Compiling Markdown SymbolLink.swift
[96/200] Compiling ArgumentParser BashCompletionsGenerator.swift
[97/200] Compiling ArgumentParser CompletionsGenerator.swift
[98/200] Compiling ArgumentParser FishCompletionsGenerator.swift
[99/200] Compiling ArgumentParser ZshCompletionsGenerator.swift
[100/200] Emitting module Markdown
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
91 | enum Error: LocalizedError {
92 | 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)'
93 | var errorDescription: String? {
94 | switch self {
[101/200] Compiling ArgumentParser Flag.swift
[102/200] Compiling ArgumentParser NameSpecification.swift
[103/200] Compiling ArgumentParser Option.swift
[104/200] Compiling ArgumentParser OptionGroup.swift
[105/200] Compiling ArgumentParser ArgumentSet.swift
[106/200] Compiling ArgumentParser CommandParser.swift
[107/200] Compiling ArgumentParser InputOrigin.swift
[108/200] Compiling ArgumentParser Name.swift
[117/200] Compiling ArgumentParser Argument.swift
[118/200] Compiling ArgumentParser ArgumentHelp.swift
[145/200] Compiling Markdown CollectionExtensions.swift
[146/200] Compiling Markdown StringExtensions.swift
[147/200] Compiling Markdown MarkupVisitor.swift
[148/200] Compiling Markdown MarkupWalker.swift
[149/200] Compiling Markdown MarkupFormatter.swift
[150/200] Compiling Markdown MarkupTreeDumper.swift
[151/200] Compiling Markdown Text.swift
[152/200] Compiling Markdown Aside.swift
[153/200] Compiling Markdown BlockDirectiveParser.swift
[154/200] Compiling Markdown CommonMarkConverter.swift
[155/200] Compiling Markdown LazySplitLines.swift
[156/200] Compiling Markdown ParseOptions.swift
[157/200] Compiling Markdown PlainTextConvertibleMarkup.swift
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
91 | enum Error: LocalizedError {
92 | 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)'
93 | var errorDescription: String? {
94 | switch self {
[158/200] Compiling Markdown RawMarkup.swift
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
91 | enum Error: LocalizedError {
92 | 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)'
93 | var errorDescription: String? {
94 | switch self {
[159/200] Compiling Markdown BlockDirective.swift
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
91 | enum Error: LocalizedError {
92 | 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)'
93 | var errorDescription: String? {
94 | switch self {
[160/200] Compiling Markdown BlockQuote.swift
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
91 | enum Error: LocalizedError {
92 | 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)'
93 | var errorDescription: String? {
94 | switch self {
[161/200] Compiling Markdown CustomBlock.swift
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
91 | enum Error: LocalizedError {
92 | 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)'
93 | var errorDescription: String? {
94 | switch self {
[162/200] Compiling Markdown ListItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
91 | enum Error: LocalizedError {
92 | 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)'
93 | var errorDescription: String? {
94 | switch self {
[163/200] Compiling Markdown OrderedList.swift
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
91 | enum Error: LocalizedError {
92 | 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)'
93 | var errorDescription: String? {
94 | switch self {
[164/222] Compiling XMLConverter XMLConverter.swift
[165/222] Emitting module XMLConverter
[166/222] Compiling UseCodeFence UseCodeFence.swift
[167/222] Emitting module UseCodeFence
[168/222] Compiling UnorderedListMarker UnorderedListMarker.swift
[169/222] Emitting module UnorderedListMarker
[170/222] Compiling ParseDocumentString ParseDocumentString.swift
[171/222] Emitting module ParseDocumentString
[172/222] Emitting module ParseDocumentFile
[173/222] Compiling ParseDocumentFile ParseDocumentFile.swift
[174/222] Compiling PreferredHeadingStyle PreferredHeadingStyle.swift
[175/222] Emitting module PreferredHeadingStyle
[176/222] Compiling ThematicBreakCharacter ThematicBreakCharacter.swift
[177/222] Emitting module ThematicBreakCharacter
[178/222] Compiling RemoveElementKind RemoveElementKind.swift
[179/222] Emitting module RemoveElementKind
[180/238] Compiling ReplaceText ReplaceText.swift
[181/238] Emitting module ReplaceText
[181/238] Write Objects.LinkFileList
[184/238] Compiling markdown_tool main.swift
[185/238] Compiling OrderedListNumerals OrderedListNumerals.swift
[186/238] Emitting module OrderedListNumerals
[187/238] Emitting module DefaultFormatting
[188/238] Compiling CondenseAutolinks CondenseAutolinks.swift
[189/238] Emitting module CondenseAutolinks
[190/238] Compiling MaximumWidth MaximumWidth.swift
[191/238] Emitting module MaximumWidth
[192/238] Compiling LinkCollector LinkCollector.swift
[193/238] Emitting module LinkCollector
[193/238] Write Objects.LinkFileList
[196/238] Emitting module CustomLinePrefix
[197/238] Compiling CustomLinePrefix CustomLinePrefix.swift
[198/238] Compiling ChildThrough ChildThrough.swift
[199/238] Emitting module ChildThrough
[199/238] Write Objects.LinkFileList
[202/238] Compiling EmphasisMarkers EmphasisMarkers.swift
[203/238] Emitting module EmphasisMarkers
[203/238] Write Objects.LinkFileList
[206/238] Compiling DefaultFormatting DefaultFormatting.swift
[206/238] Write Objects.LinkFileList
[209/238] 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 {
[210/238] Compiling markdown_tool DumpTreeCommand.swift
[211/238] 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 {
[211/238] Linking XMLConverter
[212/238] Write Objects.LinkFileList
[214/238] Linking UseCodeFence
[215/238] Linking ThematicBreakCharacter
[216/238] Write Objects.LinkFileList
[219/238] Linking RemoveElementKind
[220/238] Linking ParseDocumentString
[221/238] Linking ReplaceText
[222/238] Write Objects.LinkFileList
[224/238] Linking PreferredHeadingStyle
[225/238] Linking UnorderedListMarker
[226/238] Write Objects.LinkFileList
[227/238] Linking ParseDocumentFile
[228/238] Linking OrderedListNumerals
[229/238] Linking markdown-tool
[230/238] Linking MaximumWidth
[231/238] Applying markdown-tool
[232/238] Linking LinkCollector
[233/238] Linking DefaultFormatting
[234/238] Linking EmphasisMarkers
[235/238] Linking CustomLinePrefix
[236/238] Linking ChildThrough
[237/238] Linking CondenseAutolinks
Build complete! (14.26s)
Fetching https://github.com/SDGGiesbrecht/swift-cmark
Fetching https://github.com/apple/swift-argument-parser
[1/14476] Fetching swift-cmark
[581/29856] Fetching swift-cmark, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.67s)
Fetched https://github.com/SDGGiesbrecht/swift-cmark from cache (1.67s)
Computing version for https://github.com/SDGGiesbrecht/swift-cmark
Computed https://github.com/SDGGiesbrecht/swift-cmark at 0.50800.0 (2.27s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.0.3 (0.55s)
Creating working copy for https://github.com/SDGGiesbrecht/swift-cmark
Working copy of https://github.com/SDGGiesbrecht/swift-cmark resolved at 0.50800.0
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
Build complete.
{
"dependencies" : [
{
"identity" : "swift-cmark",
"requirement" : {
"exact" : [
"0.50800.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/SDGGiesbrecht/swift-cmark"
},
{
"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"
}
],
"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/SourceLoacationTests.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/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/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.