Build Information
Successful build of swift-markdown, reference main (83188d
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 00:32:26 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/shaps80/swift-markdown.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shaps80/swift-markdown
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 83188de Updates package to depend on my own fork
Cloned https://github.com/shaps80/swift-markdown.git
Revision (git rev-parse @):
83188dee2dbccfa70124c56055dd0b759d3e4ec3
SUCCESS checkout https://github.com/shaps80/swift-markdown.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/shaps80/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/46] Write sources
[3/46] Write markdown-tool-entitlement.plist
[4/46] Write swift-version-1EA4D86E10B52AF.txt
[5/46] Compiling CAtomic CAtomic.c
[6/46] Compiling cmark-gfm houdini_href_e.c
[7/46] Compiling cmark-gfm footnotes.c
[8/46] Compiling cmark-gfm commonmark.c
[9/46] Compiling cmark-gfm-extensions tasklist.c
[10/46] Compiling cmark-gfm-extensions core-extensions.c
[11/46] Compiling cmark-gfm-extensions ext_scanners.c
[12/46] Compiling cmark-gfm-extensions table.c
[13/46] Compiling cmark-gfm-extensions tagfilter.c
[14/46] Compiling cmark-gfm arena.c
[15/46] Compiling cmark-gfm xml.c
[16/46] Compiling cmark-gfm syntax_extension.c
[17/46] Compiling cmark-gfm buffer.c
[18/46] Compiling cmark-gfm-extensions strikethrough.c
[19/46] Compiling cmark-gfm render.c
[20/46] Compiling cmark-gfm registry.c
[21/46] Compiling cmark-gfm utf8.c
[22/46] Compiling cmark-gfm references.c
[23/46] Compiling cmark-gfm blocks.c
[24/46] Compiling cmark-gfm plugin.c
[25/46] Compiling cmark-gfm plaintext.c
[26/46] Compiling cmark-gfm node.c
[27/46] Compiling cmark-gfm map.c
[28/46] Compiling cmark-gfm linked_list.c
[29/46] Compiling cmark-gfm man.c
[30/46] Compiling cmark-gfm iterator.c
[30/46] Write sources
[34/46] Compiling cmark-gfm latex.c
[35/46] Compiling cmark-gfm scanners.c
[36/46] Compiling cmark-gfm html.c
[37/46] Compiling cmark-gfm houdini_html_e.c
[38/46] Compiling cmark-gfm cmark_ctype.c
[39/46] Compiling cmark-gfm inlines.c
[40/46] Compiling cmark-gfm houdini_html_u.c
[41/46] Compiling cmark-gfm cmark.c
[42/48] Compiling cmark-gfm-extensions autolink.c
[44/106] Compiling ArgumentParserToolInfo ToolInfo.swift
[45/106] Emitting module ArgumentParserToolInfo
[46/141] Compiling ArgumentParser ArgumentDefinition.swift
[47/141] Compiling ArgumentParser Argument.swift
[48/141] Compiling ArgumentParser ArgumentHelp.swift
[49/141] Compiling ArgumentParser CompletionKind.swift
[50/141] Compiling ArgumentParser Errors.swift
[51/141] Compiling ArgumentParser MessageInfo.swift
[52/141] Compiling ArgumentParser UsageGenerator.swift
[53/141] Compiling ArgumentParser CollectionExtensions.swift
[54/141] Compiling Markdown CodeBlock.swift
[55/141] Compiling Markdown HTMLBlock.swift
[56/141] Compiling Markdown Heading.swift
[57/141] Compiling Markdown ThematicBreak.swift
[58/141] Compiling Markdown Table.swift
[59/147] Compiling Markdown CustomInline.swift
[60/147] Compiling Markdown InlineCode.swift
[61/147] Compiling Markdown InlineHTML.swift
[62/147] Compiling Markdown LineBreak.swift
[63/147] Compiling Markdown SoftBreak.swift
[64/147] Compiling Markdown SymbolLink.swift
[65/147] Compiling ArgumentParser Flag.swift
[66/147] Compiling ArgumentParser NameSpecification.swift
[67/147] Compiling ArgumentParser Option.swift
[68/147] Compiling ArgumentParser OptionGroup.swift
[69/150] Emitting module ArgumentParser
[70/150] Emitting module Markdown
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:80:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
78 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
79 | enum Error: LocalizedError {
80 | 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)'
81 | var errorDescription: String? {
82 | switch self {
[71/150] Compiling ArgumentParser BashCompletionsGenerator.swift
[72/150] Compiling ArgumentParser CompletionsGenerator.swift
[73/150] Compiling ArgumentParser FishCompletionsGenerator.swift
[74/150] Compiling ArgumentParser ZshCompletionsGenerator.swift
[75/150] Compiling ArgumentParser Parsed.swift
[76/150] Compiling ArgumentParser ParsedValues.swift
[77/150] Compiling ArgumentParser ParserError.swift
[78/150] Compiling ArgumentParser SplitArguments.swift
[79/150] Compiling ArgumentParser SequenceExtensions.swift
[80/150] Compiling ArgumentParser StringExtensions.swift
[81/150] Compiling ArgumentParser Tree.swift
[82/150] Compiling ArgumentParser CommandConfiguration.swift
[83/150] Compiling ArgumentParser EnumerableFlag.swift
[84/150] Compiling ArgumentParser ExpressibleByArgument.swift
[85/150] Compiling ArgumentParser ParsableArguments.swift
[86/150] Compiling ArgumentParser ArgumentSet.swift
[87/150] Compiling ArgumentParser CommandParser.swift
[88/150] Compiling ArgumentParser InputOrigin.swift
[89/150] Compiling ArgumentParser Name.swift
[90/150] Compiling ArgumentParser DumpHelpGenerator.swift
[91/150] Compiling ArgumentParser HelpCommand.swift
[92/150] Compiling ArgumentParser HelpGenerator.swift
[93/150] Compiling Markdown TableBody.swift
[94/150] Compiling Markdown TableCell.swift
[95/150] Compiling Markdown TableCellContainer.swift
[96/150] Compiling Markdown TableHead.swift
[97/150] Compiling Markdown TableRow.swift
[98/150] Compiling Markdown Replacement.swift
[99/150] Compiling Markdown SourceLocation.swift
[100/150] Compiling Markdown Emphasis.swift
[101/150] Compiling Markdown Image.swift
[102/150] Compiling Markdown Link.swift
[103/150] Compiling Markdown Strikethrough.swift
[104/150] Compiling Markdown Strong.swift
[105/150] Compiling ArgumentParser ParsableArgumentsValidation.swift
[106/150] Compiling ArgumentParser ParsableCommand.swift
[107/150] Compiling ArgumentParser ArgumentDecoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:80:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
78 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
79 | enum Error: LocalizedError {
80 | 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)'
81 | var errorDescription: String? {
82 | switch self {
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:80:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
78 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
79 | enum Error: LocalizedError {
80 | 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)'
81 | var errorDescription: String? {
82 | switch self {
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:80:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
78 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
79 | enum Error: LocalizedError {
80 | 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)'
81 | var errorDescription: String? {
82 | switch self {
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:80:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
78 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
79 | enum Error: LocalizedError {
80 | 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)'
81 | var errorDescription: String? {
82 | switch self {
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:80:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
78 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
79 | enum Error: LocalizedError {
80 | 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)'
81 | var errorDescription: String? {
82 | switch self {
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:80:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
78 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
79 | enum Error: LocalizedError {
80 | 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)'
81 | var errorDescription: String? {
82 | switch self {
/Users/admin/builder/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:80:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' has non-sendable type '(from: RawMarkup, to: any Markup.Type)'
78 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
79 | enum Error: LocalizedError {
80 | 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)'
81 | var errorDescription: String? {
82 | switch self {
[130/150] Compiling Markdown CollectionExtensions.swift
[131/150] Compiling Markdown StringExtensions.swift
[132/150] Compiling Markdown MarkupVisitor.swift
[133/150] Compiling Markdown MarkupWalker.swift
[134/150] Compiling Markdown MarkupFormatter.swift
[135/150] Compiling Markdown MarkupTreeDumper.swift
[148/154] Compiling markdown_tool main.swift
[149/154] Compiling markdown_tool DumpTreeCommand.swift
[150/154] 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 {
[151/154] 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 {
[151/154] Write Objects.LinkFileList
[152/154] Linking markdown-tool
[153/154] Applying markdown-tool
Build complete! (21.49s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/shaps80/swift-cmark.git
[1/12613] Fetching swift-cmark
[128/14695] Fetching swift-cmark, swift-docc-plugin
[2628/30075] Fetching swift-cmark, swift-docc-plugin, swift-argument-parser
Fetched https://github.com/apple/swift-docc-plugin from cache (1.54s)
Fetched https://github.com/shaps80/swift-cmark.git from cache (1.54s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.54s)
Computing version for https://github.com/shaps80/swift-cmark.git
Computed https://github.com/shaps80/swift-cmark.git at 0.2.0 (2.06s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.0.3 (0.51s)
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.21s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.79s)
Creating working copy for https://github.com/shaps80/swift-cmark.git
Working copy of https://github.com/shaps80/swift-cmark.git resolved at 0.2.0
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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/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" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "0.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shaps80/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.0.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
}
}
],
"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/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"
],
"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/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"
],
"sources" : [
"CAtomic.c"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.