Build Information
Successful build of swift-markdown, reference 0.50800.0 (f02c1d), with Swift 6.3 for Linux on 14 Apr 2026 03:55:43 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SDGGiesbrecht/swift-markdown.git
Reference: 0.50800.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/SDGGiesbrecht/swift-markdown.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/SDGGiesbrecht/swift-cmark
Fetching https://github.com/apple/swift-argument-parser
[1/14476] Fetching swift-cmark
[870/31999] Fetching swift-cmark, swift-argument-parser
Fetched https://github.com/SDGGiesbrecht/swift-cmark from cache (1.28s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.28s)
Computing version for https://github.com/SDGGiesbrecht/swift-cmark
Computed https://github.com/SDGGiesbrecht/swift-cmark at 0.50800.0 (1.89s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.0.3 (1.08s)
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
Building for debugging...
[0/114] Compiling cmark-gfm cmark_ctype.c
[1/114] Compiling CAtomic CAtomic.c
[2/114] Write sources
[3/114] Compiling cmark-gfm buffer.c
[4/114] Compiling cmark-gfm arena.c
[5/114] Compiling cmark-gfm cmark.c
[6/114] Compiling cmark-gfm commonmark.c
[7/114] Compiling cmark-gfm footnotes.c
[8/114] Compiling cmark-gfm-extensions tasklist.c
[9/114] Compiling cmark-gfm-extensions core-extensions.c
[9/114] Compiling cmark-gfm-extensions strikethrough.c
[11/114] Compiling cmark-gfm-extensions tagfilter.c
[12/114] Compiling cmark-gfm blocks.c
[13/114] Compiling cmark-gfm-extensions ext_scanners.c
[14/114] Write swift-version-24593BA9C3E375BF.txt
[15/114] Compiling cmark-gfm xml.c
[16/114] Compiling cmark-gfm-extensions table.c
[17/114] Compiling cmark-gfm syntax_extension.c
[18/114] Compiling cmark-gfm-extensions autolink.c
[19/114] Compiling cmark-gfm render.c
[20/114] Compiling cmark-gfm registry.c
[21/114] Compiling cmark-gfm plaintext.c
[22/114] Compiling cmark-gfm plugin.c
[23/114] Compiling cmark-gfm references.c
[24/114] Compiling cmark-gfm man.c
[24/114] Compiling cmark-gfm utf8.c
[26/114] Compiling cmark-gfm node.c
[27/114] Compiling cmark-gfm map.c
[28/114] Compiling cmark-gfm linked_list.c
[29/114] Compiling cmark-gfm latex.c
[30/114] Write sources
[34/114] Compiling cmark-gfm iterator.c
[35/114] Write sources
[44/114] Compiling cmark-gfm houdini_html_e.c
[45/114] Compiling cmark-gfm houdini_href_e.c
[46/114] Write sources
[52/114] Compiling cmark-gfm html.c
[53/114] Write sources
[54/114] Compiling cmark-gfm inlines.c
[55/114] Compiling cmark-gfm houdini_html_u.c
[56/116] Compiling cmark-gfm scanners.c
[58/173] Emitting module Markdown
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
88 | }
89 |
90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
| `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
91 | enum Error: LocalizedError {
92 | case concreteConversionError(from: RawMarkup, to: Markup.Type)
| `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
93 | var errorDescription: String? {
94 | switch self {
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type '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' contains non-Sendable type 'any Markup.Type'
93 | var errorDescription: String? {
94 | switch self {
[59/181] Emitting module ArgumentParserToolInfo
[60/181] Compiling ArgumentParserToolInfo ToolInfo.swift
[61/182] Wrapping AST for ArgumentParserToolInfo for debugging
[63/216] Compiling Markdown Strikethrough.swift
[64/216] Compiling Markdown Strong.swift
[65/216] Compiling Markdown CustomInline.swift
[66/216] Compiling Markdown InlineCode.swift
[67/216] Compiling Markdown InlineHTML.swift
[68/216] Compiling Markdown LineBreak.swift
[69/216] Compiling Markdown SoftBreak.swift
[70/216] Compiling Markdown SymbolLink.swift
[71/216] Compiling Markdown TableHead.swift
[72/216] Compiling Markdown TableRow.swift
[73/216] Compiling Markdown Replacement.swift
[74/216] Compiling Markdown SourceLocation.swift
[75/216] Compiling Markdown Emphasis.swift
[76/216] Compiling Markdown Image.swift
[77/216] Compiling Markdown InlineAttributes.swift
[78/216] Compiling Markdown Link.swift
[79/216] Compiling ArgumentParser ArgumentHelp.swift
[80/216] Compiling ArgumentParser CompletionKind.swift
[81/216] Compiling ArgumentParser Errors.swift
[82/216] Compiling ArgumentParser Flag.swift
[83/216] Compiling ArgumentParser NameSpecification.swift
[84/220] Compiling ArgumentParser ZshCompletionsGenerator.swift
[85/220] Compiling ArgumentParser Argument.swift
[91/220] Compiling ArgumentParser ParsedValues.swift
[92/220] Compiling ArgumentParser ParserError.swift
[93/220] Compiling ArgumentParser SplitArguments.swift
[94/220] Compiling ArgumentParser DumpHelpGenerator.swift
[95/220] Compiling ArgumentParser ParsableArguments.swift
[96/220] Compiling ArgumentParser ParsableArgumentsValidation.swift
[97/220] Compiling ArgumentParser ParsableCommand.swift
[98/220] Compiling ArgumentParser ArgumentDecoder.swift
[99/220] Compiling ArgumentParser ArgumentDefinition.swift
[100/220] Compiling Markdown AtomicCounter.swift
[101/220] Compiling Markdown CharacterExtensions.swift
[102/220] Compiling Markdown CollectionExtensions.swift
[103/220] Compiling Markdown StringExtensions.swift
[104/220] Compiling Markdown MarkupVisitor.swift
[105/220] Compiling Markdown MarkupWalker.swift
[106/220] Compiling Markdown MarkupFormatter.swift
[107/220] Compiling Markdown MarkupTreeDumper.swift
[108/220] Compiling ArgumentParser Option.swift
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
88 | }
89 |
90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
| `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
91 | enum Error: LocalizedError {
92 | case concreteConversionError(from: RawMarkup, to: Markup.Type)
| `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
93 | var errorDescription: String? {
94 | switch self {
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type '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' contains non-Sendable type 'any Markup.Type'
93 | var errorDescription: String? {
94 | switch self {
[109/220] Compiling ArgumentParser OptionGroup.swift
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
88 | }
89 |
90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
| `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
91 | enum Error: LocalizedError {
92 | case concreteConversionError(from: RawMarkup, to: Markup.Type)
| `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
93 | var errorDescription: String? {
94 | switch self {
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type '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' contains non-Sendable type 'any Markup.Type'
93 | var errorDescription: String? {
94 | switch self {
[110/220] Compiling ArgumentParser CommandConfiguration.swift
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
88 | }
89 |
90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
| `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
91 | enum Error: LocalizedError {
92 | case concreteConversionError(from: RawMarkup, to: Markup.Type)
| `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
93 | var errorDescription: String? {
94 | switch self {
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type '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' contains non-Sendable type 'any Markup.Type'
93 | var errorDescription: String? {
94 | switch self {
[111/220] Compiling ArgumentParser EnumerableFlag.swift
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
88 | }
89 |
90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
| `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
91 | enum Error: LocalizedError {
92 | case concreteConversionError(from: RawMarkup, to: Markup.Type)
| `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
93 | var errorDescription: String? {
94 | switch self {
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type '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' contains non-Sendable type 'any Markup.Type'
93 | var errorDescription: String? {
94 | switch self {
[112/220] Compiling ArgumentParser ExpressibleByArgument.swift
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
88 | }
89 |
90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
| `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
91 | enum Error: LocalizedError {
92 | case concreteConversionError(from: RawMarkup, to: Markup.Type)
| `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
93 | var errorDescription: String? {
94 | switch self {
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type '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' contains non-Sendable type 'any Markup.Type'
93 | var errorDescription: String? {
94 | switch self {
[113/220] Compiling ArgumentParser BashCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
88 | }
89 |
90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
| `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
91 | enum Error: LocalizedError {
92 | case concreteConversionError(from: RawMarkup, to: Markup.Type)
| `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
93 | var errorDescription: String? {
94 | switch self {
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type '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' contains non-Sendable type 'any Markup.Type'
93 | var errorDescription: String? {
94 | switch self {
[114/220] Compiling ArgumentParser CompletionsGenerator.swift
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
88 | }
89 |
90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
| `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
91 | enum Error: LocalizedError {
92 | case concreteConversionError(from: RawMarkup, to: Markup.Type)
| `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
93 | var errorDescription: String? {
94 | switch self {
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type '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' contains non-Sendable type 'any Markup.Type'
93 | var errorDescription: String? {
94 | switch self {
[115/220] Compiling ArgumentParser FishCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
88 | }
89 |
90 | final class RawMarkup: ManagedBuffer<RawMarkupHeader, RawMarkup> {
| `- note: class 'RawMarkup' does not conform to the 'Sendable' protocol
91 | enum Error: LocalizedError {
92 | case concreteConversionError(from: RawMarkup, to: Markup.Type)
| `- warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type 'RawMarkup'
93 | var errorDescription: String? {
94 | switch self {
/host/spi-builder-workspace/Sources/Markdown/Base/RawMarkup.swift:92:14: warning: associated value 'concreteConversionError(from:to:)' of 'Sendable'-conforming enum 'Error' contains non-Sendable type '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' contains non-Sendable type 'any Markup.Type'
93 | var errorDescription: String? {
94 | switch self {
[121/220] Emitting module ArgumentParser
[131/220] Compiling ArgumentParser ArgumentSet.swift
[132/220] Compiling ArgumentParser CommandParser.swift
[133/220] Compiling ArgumentParser InputOrigin.swift
[134/220] Compiling ArgumentParser Name.swift
[135/220] Compiling ArgumentParser Parsed.swift
[136/220] Compiling ArgumentParser HelpCommand.swift
[137/220] Compiling ArgumentParser HelpGenerator.swift
[138/220] Compiling ArgumentParser MessageInfo.swift
[139/220] Compiling ArgumentParser UsageGenerator.swift
[140/220] Compiling ArgumentParser CollectionExtensions.swift
[141/220] Compiling ArgumentParser SequenceExtensions.swift
[142/220] Compiling ArgumentParser StringExtensions.swift
[143/220] Compiling ArgumentParser Tree.swift
[144/220] Compiling Markdown ParseOptions.swift
[145/220] Compiling Markdown RangeAdjuster.swift
[146/220] Compiling Markdown RangerTracker.swift
[152/233] Wrapping AST for Markdown for debugging
[163/235] Emitting module UnorderedListMarker
[164/235] Emitting module ThematicBreakCharacter
[165/235] Compiling ThematicBreakCharacter ThematicBreakCharacter.swift
[167/236] Compiling RemoveElementKind RemoveElementKind.swift
[168/236] Emitting module RemoveElementKind
[169/236] Compiling UnorderedListMarker UnorderedListMarker.swift
[170/238] Emitting module UseCodeFence
[171/238] Compiling UseCodeFence UseCodeFence.swift
[172/238] Emitting module PreferredHeadingStyle
[173/238] Compiling PreferredHeadingStyle PreferredHeadingStyle.swift
[183/247] Emitting module XMLConverter
[184/247] Compiling XMLConverter XMLConverter.swift
[185/247] Compiling ReplaceText ReplaceText.swift
[186/247] Emitting module ReplaceText
[187/251] Emitting module OrderedListNumerals
[190/257] Emitting module ParseDocumentString
[191/257] Compiling ParseDocumentString ParseDocumentString.swift
[192/259] Emitting module ParseDocumentFile
[193/259] Compiling ParseDocumentFile ParseDocumentFile.swift
[194/261] Compiling OrderedListNumerals OrderedListNumerals.swift
[198/264] Emitting module MaximumWidth
[199/264] Compiling MaximumWidth MaximumWidth.swift
[200/271] Emitting module EmphasisMarkers
[201/271] Compiling EmphasisMarkers EmphasisMarkers.swift
[203/272] Wrapping AST for XMLConverter for debugging
[205/272] Emitting module DefaultFormatting
[206/272] Compiling DefaultFormatting DefaultFormatting.swift
[206/272] Write Objects.LinkFileList
[208/273] Emitting module ChildThrough
[209/273] Emitting module LinkCollector
[210/273] Compiling LinkCollector LinkCollector.swift
[210/273] Wrapping AST for UseCodeFence for debugging
[211/273] Write Objects.LinkFileList
[215/274] Compiling CustomLinePrefix CustomLinePrefix.swift
[216/274] Emitting module CustomLinePrefix
[217/274] Compiling ChildThrough ChildThrough.swift
[218/274] Compiling CondenseAutolinks CondenseAutolinks.swift
[219/274] Emitting module CondenseAutolinks
[219/276] Wrapping AST for UnorderedListMarker for debugging
[220/277] Write Objects.LinkFileList
[221/277] Wrapping AST for ThematicBreakCharacter for debugging
[223/277] Compiling markdown_tool main.swift
[224/277] Write Objects.LinkFileList
[227/277] Wrapping AST for ReplaceText for debugging
[228/277] Write Objects.LinkFileList
[229/277] Wrapping AST for RemoveElementKind for debugging
[230/277] Linking XMLConverter
[231/277] Write Objects.LinkFileList
[232/277] Wrapping AST for PreferredHeadingStyle for debugging
[233/277] Wrapping AST for ParseDocumentString for debugging
[234/277] Write Objects.LinkFileList
[236/277] Wrapping AST for ParseDocumentFile for debugging
[237/277] Linking UseCodeFence
[238/277] Write Objects.LinkFileList
[239/277] Linking UnorderedListMarker
[240/277] Wrapping AST for OrderedListNumerals for debugging
[241/277] Write Objects.LinkFileList
[242/277] Linking ThematicBreakCharacter
[243/277] Wrapping AST for MaximumWidth for debugging
[244/277] Linking ReplaceText
[245/277] Write Objects.LinkFileList
[246/277] Wrapping AST for LinkCollector for debugging
[247/277] Linking ParseDocumentString
[248/277] Write Objects.LinkFileList
[249/277] Linking RemoveElementKind
[250/277] Linking PreferredHeadingStyle
[251/277] Wrapping AST for DefaultFormatting for debugging
[252/277] Wrapping AST for EmphasisMarkers for debugging
[253/277] Write Objects.LinkFileList
[255/277] Wrapping AST for CondenseAutolinks for debugging
[256/277] Wrapping AST for CustomLinePrefix for debugging
[257/277] Write Objects.LinkFileList
[259/277] Linking ParseDocumentFile
[260/277] Linking OrderedListNumerals
[261/277] Wrapping AST for ChildThrough for debugging
[262/277] Linking DefaultFormatting
[263/277] Linking LinkCollector
[264/277] Write Objects.LinkFileList
[265/277] Linking MaximumWidth
[266/277] Wrapping AST for ArgumentParser for debugging
[268/277] Compiling markdown_tool DumpTreeCommand.swift
[269/277] Compiling markdown_tool FormatCommand.swift
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 |
/host/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 {
[270/277] Emitting module markdown_tool
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 |
/host/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 {
[270/278] Linking CustomLinePrefix
[272/278] Linking EmphasisMarkers
[273/278] Linking CondenseAutolinks
[274/278] Wrapping AST for markdown-tool for debugging
[275/278] Write Objects.LinkFileList
[276/278] Linking ChildThrough
[277/278] Linking markdown-tool
Build complete! (34.75s)
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" : "/host/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" : "ParseDocumentFile",
"targets" : [
"ParseDocumentFile"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ParseDocumentString",
"targets" : [
"ParseDocumentString"
],
"type" : {
"snippet" : null
}
},
{
"name" : "RemoveElementKind",
"targets" : [
"RemoveElementKind"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ReplaceText",
"targets" : [
"ReplaceText"
],
"type" : {
"snippet" : null
}
},
{
"name" : "PreferredHeadingStyle",
"targets" : [
"PreferredHeadingStyle"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ThematicBreakCharacter",
"targets" : [
"ThematicBreakCharacter"
],
"type" : {
"snippet" : null
}
},
{
"name" : "MaximumWidth",
"targets" : [
"MaximumWidth"
],
"type" : {
"snippet" : null
}
},
{
"name" : "CondenseAutolinks",
"targets" : [
"CondenseAutolinks"
],
"type" : {
"snippet" : null
}
},
{
"name" : "EmphasisMarkers",
"targets" : [
"EmphasisMarkers"
],
"type" : {
"snippet" : null
}
},
{
"name" : "OrderedListNumerals",
"targets" : [
"OrderedListNumerals"
],
"type" : {
"snippet" : null
}
},
{
"name" : "CustomLinePrefix",
"targets" : [
"CustomLinePrefix"
],
"type" : {
"snippet" : null
}
},
{
"name" : "UseCodeFence",
"targets" : [
"UseCodeFence"
],
"type" : {
"snippet" : null
}
},
{
"name" : "UnorderedListMarker",
"targets" : [
"UnorderedListMarker"
],
"type" : {
"snippet" : null
}
},
{
"name" : "DefaultFormatting",
"targets" : [
"DefaultFormatting"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ChildThrough",
"targets" : [
"ChildThrough"
],
"type" : {
"snippet" : null
}
},
{
"name" : "LinkCollector",
"targets" : [
"LinkCollector"
],
"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" : "/host/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",
"ParseDocumentFile",
"ParseDocumentString",
"RemoveElementKind",
"ReplaceText",
"PreferredHeadingStyle",
"ThematicBreakCharacter",
"MaximumWidth",
"CondenseAutolinks",
"EmphasisMarkers",
"OrderedListNumerals",
"CustomLinePrefix",
"UseCodeFence",
"UnorderedListMarker",
"DefaultFormatting",
"ChildThrough",
"LinkCollector"
],
"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",
"ParseDocumentFile",
"ParseDocumentString",
"RemoveElementKind",
"ReplaceText",
"PreferredHeadingStyle",
"ThematicBreakCharacter",
"MaximumWidth",
"CondenseAutolinks",
"EmphasisMarkers",
"OrderedListNumerals",
"CustomLinePrefix",
"UseCodeFence",
"UnorderedListMarker",
"DefaultFormatting",
"ChildThrough",
"LinkCollector"
],
"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" : "ParseDocumentFile",
"module_type" : "SwiftTarget",
"name" : "ParseDocumentFile",
"path" : "Snippets/Parsing",
"product_memberships" : [
"ParseDocumentFile"
],
"sources" : [
"ParseDocumentFile.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" : "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"
},
{
"c99name" : "PreferredHeadingStyle",
"module_type" : "SwiftTarget",
"name" : "PreferredHeadingStyle",
"path" : "Snippets/Formatting",
"product_memberships" : [
"PreferredHeadingStyle"
],
"sources" : [
"PreferredHeadingStyle.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" : "MaximumWidth",
"module_type" : "SwiftTarget",
"name" : "MaximumWidth",
"path" : "Snippets/Formatting",
"product_memberships" : [
"MaximumWidth"
],
"sources" : [
"MaximumWidth.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" : "EmphasisMarkers",
"module_type" : "SwiftTarget",
"name" : "EmphasisMarkers",
"path" : "Snippets/Formatting",
"product_memberships" : [
"EmphasisMarkers"
],
"sources" : [
"EmphasisMarkers.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" : "CustomLinePrefix",
"module_type" : "SwiftTarget",
"name" : "CustomLinePrefix",
"path" : "Snippets/Formatting",
"product_memberships" : [
"CustomLinePrefix"
],
"sources" : [
"CustomLinePrefix.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" : "UnorderedListMarker",
"module_type" : "SwiftTarget",
"name" : "UnorderedListMarker",
"path" : "Snippets/Formatting",
"product_memberships" : [
"UnorderedListMarker"
],
"sources" : [
"UnorderedListMarker.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" : "ChildThrough",
"module_type" : "SwiftTarget",
"name" : "ChildThrough",
"path" : "Snippets/Querying",
"product_memberships" : [
"ChildThrough"
],
"sources" : [
"ChildThrough.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"
}
],
"tools_version" : "5.5"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.