Build Information
Successful build of swift-markdown, reference main (b57dd8
), with Swift 5.9 for Linux on 25 Apr 2025 07:51:48 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/swift-markdown.git
Reference: main
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/swiftlang/swift-markdown
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b57dd89 parse doxygen commands if a previous block directive is truncated
Cloned https://github.com/swiftlang/swift-markdown.git
Revision (git rev-parse @):
b57dd89b17c02c60869875ee68c38078848329fb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftlang/swift-markdown.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/swiftlang/swift-markdown.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18017] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git (0.97s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin (0.33s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.48s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3374] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit (0.37s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.37s)
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.3
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/swiftlang/swift-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git resolved at gfm
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/72] Compiling cmark-gfm footnotes.c
[3/72] Compiling cmark-gfm cmark.c
[4/72] Compiling cmark-gfm references.c
[5/72] Compiling cmark-gfm buffer.c
[6/72] Compiling cmark-gfm commonmark.c
[7/72] Compiling cmark-gfm-extensions tasklist.c
[8/72] Compiling cmark-gfm-extensions tagfilter.c
[9/72] Compiling cmark-gfm-extensions strikethrough.c
[10/72] Compiling cmark-gfm-extensions autolink.c
[11/72] Compiling cmark-gfm-extensions ext_scanners.c
[11/72] Compiling cmark-gfm-extensions core-extensions.c
[13/72] Compiling cmark-gfm xml.c
[13/72] Compiling cmark-gfm-extensions table.c
[15/72] Compiling cmark-gfm syntax_extension.c
[16/72] Compiling cmark-gfm render.c
[16/72] Compiling cmark-gfm registry.c
[18/72] Compiling cmark-gfm plugin.c
[19/72] Compiling cmark-gfm plaintext.c
[20/72] Compiling cmark-gfm map.c
[21/72] Compiling cmark-gfm linked_list.c
[22/72] Compiling cmark-gfm man.c
[23/72] Compiling cmark-gfm utf8.c
[24/72] Compiling cmark-gfm latex.c
[25/72] Compiling cmark-gfm node.c
[26/72] Compiling cmark-gfm houdini_html_e.c
[27/72] Compiling cmark-gfm houdini_href_e.c
[28/72] Compiling cmark-gfm html.c
[29/72] Compiling cmark-gfm cmark_ctype.c
[30/72] Compiling cmark-gfm iterator.c
[30/72] Compiling CAtomic CAtomic.c
[32/72] Compiling cmark-gfm arena.c
[33/72] Compiling cmark-gfm houdini_html_u.c
[34/72] Compiling cmark-gfm blocks.c
[35/72] Compiling cmark-gfm inlines.c
[36/72] Compiling cmark-gfm scanners.c
[38/134] Emitting module Markdown
/host/spi-builder-workspace/Sources/Markdown/Infrastructure/SourceLocation.swift:32:16: warning: stored property 'source' of 'Sendable'-conforming struct 'SourceLocation' has non-sendable type 'URL?'
public var source: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Markdown/Infrastructure/SourceLocation.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[39/142] Compiling Markdown Strikethrough.swift
[40/142] Compiling Markdown Strong.swift
[41/142] Compiling Markdown CustomInline.swift
[42/142] Compiling Markdown InlineCode.swift
[43/142] Compiling Markdown InlineHTML.swift
[44/142] Compiling Markdown LineBreak.swift
[45/142] Compiling Markdown SoftBreak.swift
[46/142] Compiling Markdown SymbolLink.swift
[47/142] Compiling Markdown Text.swift
[48/142] Compiling Markdown BasicBlockContainer.swift
[49/142] Compiling Markdown BasicInlineContainer.swift
[50/142] Compiling Markdown BlockContainer.swift
[51/142] Compiling Markdown BlockMarkup.swift
[52/142] Compiling Markdown InlineContainer.swift
[53/142] Compiling Markdown InlineMarkup.swift
[54/142] Compiling Markdown ListItemContainer.swift
[55/142] Compiling Markdown AtomicCounter.swift
[56/142] Compiling Markdown TableCellContainer.swift
/host/spi-builder-workspace/Sources/Markdown/Infrastructure/SourceLocation.swift:32:16: warning: stored property 'source' of 'Sendable'-conforming struct 'SourceLocation' has non-sendable type 'URL?'
public var source: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Markdown/Infrastructure/SourceLocation.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[57/142] Compiling Markdown TableHead.swift
/host/spi-builder-workspace/Sources/Markdown/Infrastructure/SourceLocation.swift:32:16: warning: stored property 'source' of 'Sendable'-conforming struct 'SourceLocation' has non-sendable type 'URL?'
public var source: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Markdown/Infrastructure/SourceLocation.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[58/142] Compiling Markdown TableRow.swift
/host/spi-builder-workspace/Sources/Markdown/Infrastructure/SourceLocation.swift:32:16: warning: stored property 'source' of 'Sendable'-conforming struct 'SourceLocation' has non-sendable type 'URL?'
public var source: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Markdown/Infrastructure/SourceLocation.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[59/142] Compiling Markdown Replacement.swift
/host/spi-builder-workspace/Sources/Markdown/Infrastructure/SourceLocation.swift:32:16: warning: stored property 'source' of 'Sendable'-conforming struct 'SourceLocation' has non-sendable type 'URL?'
public var source: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Markdown/Infrastructure/SourceLocation.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[60/142] Compiling Markdown SourceLocation.swift
/host/spi-builder-workspace/Sources/Markdown/Infrastructure/SourceLocation.swift:32:16: warning: stored property 'source' of 'Sendable'-conforming struct 'SourceLocation' has non-sendable type 'URL?'
public var source: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Markdown/Infrastructure/SourceLocation.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[61/142] Compiling Markdown Emphasis.swift
/host/spi-builder-workspace/Sources/Markdown/Infrastructure/SourceLocation.swift:32:16: warning: stored property 'source' of 'Sendable'-conforming struct 'SourceLocation' has non-sendable type 'URL?'
public var source: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Markdown/Infrastructure/SourceLocation.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[62/142] Compiling Markdown Image.swift
/host/spi-builder-workspace/Sources/Markdown/Infrastructure/SourceLocation.swift:32:16: warning: stored property 'source' of 'Sendable'-conforming struct 'SourceLocation' has non-sendable type 'URL?'
public var source: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Markdown/Infrastructure/SourceLocation.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[63/142] Compiling Markdown InlineAttributes.swift
/host/spi-builder-workspace/Sources/Markdown/Infrastructure/SourceLocation.swift:32:16: warning: stored property 'source' of 'Sendable'-conforming struct 'SourceLocation' has non-sendable type 'URL?'
public var source: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Markdown/Infrastructure/SourceLocation.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[64/142] Compiling Markdown Link.swift
/host/spi-builder-workspace/Sources/Markdown/Infrastructure/SourceLocation.swift:32:16: warning: stored property 'source' of 'Sendable'-conforming struct 'SourceLocation' has non-sendable type 'URL?'
public var source: URL?
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/Markdown/Infrastructure/SourceLocation.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[65/142] Compiling Markdown BlockDirective.swift
[66/142] Compiling Markdown BlockQuote.swift
[67/142] Compiling Markdown CustomBlock.swift
[68/142] Compiling Markdown DoxygenDiscussion.swift
[69/142] Compiling Markdown DoxygenNote.swift
[70/142] Compiling Markdown DoxygenParameter.swift
[71/142] Compiling Markdown DoxygenReturns.swift
[72/142] Compiling Markdown ListItem.swift
[73/142] Compiling Markdown OrderedList.swift
[74/142] Compiling Markdown ChildIndexPath.swift
[75/142] Compiling Markdown DirectiveArgument.swift
[76/142] Compiling Markdown Document.swift
[77/142] Compiling Markdown LiteralMarkup.swift
[78/142] Compiling Markdown Markup.swift
[79/142] Compiling Markdown MarkupChildren.swift
[80/142] Compiling Markdown MarkupData.swift
[81/142] Compiling Markdown PlainTextConvertibleMarkup.swift
[82/142] Compiling Markdown RawMarkup.swift
[83/142] Compiling Markdown CharacterExtensions.swift
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[84/142] Compiling Markdown CollectionExtensions.swift
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[85/142] Compiling Markdown StringExtensions.swift
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[86/142] Compiling Markdown MarkupVisitor.swift
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[87/142] Compiling Markdown MarkupWalker.swift
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[88/142] Compiling Markdown HTMLFormatter.swift
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[89/142] Compiling Markdown MarkupFormatter.swift
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[90/142] Compiling Markdown MarkupTreeDumper.swift
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/Sources/Markdown/Walker/Walkers/HTMLFormatter.swift:305:71: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
^~~~~~~~
Windows
[91/142] Compiling Markdown UnorderedList.swift
[92/142] Compiling Markdown Paragraph.swift
[93/142] Compiling Markdown CodeBlock.swift
[94/142] Compiling Markdown HTMLBlock.swift
[95/142] Compiling Markdown Heading.swift
[96/142] Compiling Markdown ThematicBreak.swift
[97/142] Compiling Markdown Table.swift
[98/142] Compiling Markdown TableBody.swift
[99/142] Compiling Markdown TableCell.swift
[100/142] Compiling Markdown Aside.swift
[101/142] Compiling Markdown BlockDirectiveParser.swift
[102/142] Compiling Markdown CommonMarkConverter.swift
[103/142] Compiling Markdown LazySplitLines.swift
[104/142] Compiling Markdown ParseOptions.swift
[105/142] Compiling Markdown RangeAdjuster.swift
[106/142] Compiling Markdown RangerTracker.swift
[107/142] Compiling Markdown MarkupRewriter.swift
[110/160] Compiling PreferredHeadingStyle PreferredHeadingStyle.swift
[111/160] Emitting module PreferredHeadingStyle
[112/160] Compiling ThematicBreakCharacter ThematicBreakCharacter.swift
[113/160] Compiling ParseDocumentString ParseDocumentString.swift
[114/160] Compiling UseCodeFence UseCodeFence.swift
[115/160] Emitting module UseCodeFence
[116/160] Emitting module ReplaceText
[117/160] Compiling ReplaceText ReplaceText.swift
[118/160] Emitting module ThematicBreakCharacter
[119/163] Emitting module UnorderedListMarker
[120/163] Compiling UnorderedListMarker UnorderedListMarker.swift
[121/163] Emitting module ParseDocumentString
[122/165] Emitting module RemoveElementKind
[123/165] Compiling RemoveElementKind RemoveElementKind.swift
[130/171] Emitting module XMLConverter
[132/171] Compiling XMLConverter XMLConverter.swift
[142/188] Compiling OrderedListNumerals OrderedListNumerals.swift
[143/188] Compiling ParseDocumentFile ParseDocumentFile.swift
[144/188] Emitting module ParseDocumentFile
[145/190] Emitting module OrderedListNumerals
[146/190] Emitting module MaximumWidth
[147/191] Compiling MaximumWidth MaximumWidth.swift
[148/191] Compiling DefaultFormatting DefaultFormatting.swift
[149/192] Emitting module DefaultFormatting
[150/192] Compiling EmphasisMarkers EmphasisMarkers.swift
[151/192] Emitting module EmphasisMarkers
[153/196] Compiling LinkCollector LinkCollector.swift
[154/196] Emitting module LinkCollector
[157/199] Compiling CustomLinePrefix CustomLinePrefix.swift
[158/199] Emitting module CustomLinePrefix
[163/202] Compiling CondenseAutolinks CondenseAutolinks.swift
[164/202] Emitting module CondenseAutolinks
[171/210] Wrapping AST for XMLConverter for debugging
[173/210] Wrapping AST for UseCodeFence for debugging
[175/210] Wrapping AST for UnorderedListMarker for debugging
[176/210] Wrapping AST for ReplaceText for debugging
[177/210] Wrapping AST for ThematicBreakCharacter for debugging
[178/210] Wrapping AST for RemoveElementKind for debugging
[179/210] Wrapping AST for PreferredHeadingStyle for debugging
[180/210] Wrapping AST for ParseDocumentString for debugging
[182/210] Emitting module ChildThrough
[183/210] Compiling ChildThrough ChildThrough.swift
[183/210] Wrapping AST for ParseDocumentFile for debugging
[184/210] Wrapping AST for OrderedListNumerals for debugging
[185/210] Wrapping AST for LinkCollector for debugging
[186/210] Wrapping AST for Markdown for debugging
[187/210] Wrapping AST for DefaultFormatting for debugging
[188/211] Wrapping AST for CustomLinePrefix for debugging
[189/211] Wrapping AST for MaximumWidth for debugging
[190/211] Wrapping AST for CondenseAutolinks for debugging
[190/211] Wrapping AST for EmphasisMarkers for debugging
[194/212] Linking XMLConverter
[195/212] Linking UseCodeFence
[196/212] Linking PreferredHeadingStyle
[197/212] Linking RemoveElementKind
[198/212] Linking UnorderedListMarker
[199/212] Linking ThematicBreakCharacter
[200/212] Linking ReplaceText
[201/212] Linking ParseDocumentString
[202/212] Linking MaximumWidth
[203/212] Linking OrderedListNumerals
[204/212] Linking LinkCollector
[205/212] Linking ParseDocumentFile
[206/212] Wrapping AST for ChildThrough for debugging
[207/212] Linking EmphasisMarkers
[208/212] Linking DefaultFormatting
[209/212] Linking CustomLinePrefix
[210/212] Linking CondenseAutolinks
[211/212] Linking ChildThrough
Build complete! (25.54s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-cmark",
"requirement" : {
"branch" : [
"gfm"
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-cmark.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-markdown",
"name" : "swift-markdown",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Markdown",
"targets" : [
"Markdown"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"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" : "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/SourceLocationTests.swift",
"Inline Nodes/ImageTests.swift",
"Inline Nodes/InlineAttributesTests.swift",
"Inline Nodes/InlineCodeTests.swift",
"Inline Nodes/InlineHTMLTests.swift",
"Inline Nodes/LineBreakTests.swift",
"Inline Nodes/LinkTests.swift",
"Inline Nodes/SoftBreakTests.swift",
"Inline Nodes/SymbolLinkTests.swift",
"Inline Nodes/TextTests.swift",
"Interpretive Nodes/AsideTests.swift",
"Parsing/BacktickTests.swift",
"Parsing/BlockDirectiveParserTests.swift",
"Parsing/CommonMarkConverterTests.swift",
"Parsing/DoxygenCommandParserTests.swift",
"Parsing/SourceURLTests.swift",
"Performance/EditPerformanceTests.swift",
"Performance/MarkupChildrenPerformanceTests.swift",
"Structural Restrictions/BasicBlockContainerTests.swift",
"Structural Restrictions/BasicInlineContainerTests.swift",
"Structural Restrictions/ListItemContainerTests.swift",
"Utility/AssertElementDidntChange.swift",
"Visitors/HTMLFormatterTests.swift",
"Visitors/MarkupFormatterTests.swift",
"Visitors/MarkupRewriterTests.swift",
"Visitors/MarkupTreeDumperTests.swift",
"Visitors/MarkupVisitorTests.swift",
"Visitors/MarkupWalkerTests.swift"
],
"target_dependencies" : [
"Markdown"
],
"type" : "test"
},
{
"c99name" : "Markdown",
"module_type" : "SwiftTarget",
"name" : "Markdown",
"path" : "Sources/Markdown",
"product_dependencies" : [
"cmark-gfm",
"cmark-gfm-extensions"
],
"product_memberships" : [
"Markdown",
"XMLConverter",
"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/Doxygen Commands/DoxygenDiscussion.swift",
"Block Nodes/Block Container Blocks/Doxygen Commands/DoxygenNote.swift",
"Block Nodes/Block Container Blocks/Doxygen Commands/DoxygenParameter.swift",
"Block Nodes/Block Container Blocks/Doxygen Commands/DoxygenReturns.swift",
"Block Nodes/Block Container Blocks/ListItem.swift",
"Block Nodes/Block Container Blocks/OrderedList.swift",
"Block Nodes/Block Container Blocks/UnorderedList.swift",
"Block Nodes/Inline Container Blocks/Paragraph.swift",
"Block Nodes/Leaf Blocks/CodeBlock.swift",
"Block Nodes/Leaf Blocks/HTMLBlock.swift",
"Block Nodes/Leaf Blocks/Heading.swift",
"Block Nodes/Leaf Blocks/ThematicBreak.swift",
"Block Nodes/Tables/Table.swift",
"Block Nodes/Tables/TableBody.swift",
"Block Nodes/Tables/TableCell.swift",
"Block Nodes/Tables/TableCellContainer.swift",
"Block Nodes/Tables/TableHead.swift",
"Block Nodes/Tables/TableRow.swift",
"Infrastructure/Replacement.swift",
"Infrastructure/SourceLocation.swift",
"Inline Nodes/Inline Containers/Emphasis.swift",
"Inline Nodes/Inline Containers/Image.swift",
"Inline Nodes/Inline Containers/InlineAttributes.swift",
"Inline Nodes/Inline Containers/Link.swift",
"Inline Nodes/Inline Containers/Strikethrough.swift",
"Inline Nodes/Inline Containers/Strong.swift",
"Inline Nodes/Inline Leaves/CustomInline.swift",
"Inline Nodes/Inline Leaves/InlineCode.swift",
"Inline Nodes/Inline Leaves/InlineHTML.swift",
"Inline Nodes/Inline Leaves/LineBreak.swift",
"Inline Nodes/Inline Leaves/SoftBreak.swift",
"Inline Nodes/Inline Leaves/SymbolLink.swift",
"Inline Nodes/Inline Leaves/Text.swift",
"Interpretive Nodes/Aside.swift",
"Parser/BlockDirectiveParser.swift",
"Parser/CommonMarkConverter.swift",
"Parser/LazySplitLines.swift",
"Parser/ParseOptions.swift",
"Parser/RangeAdjuster.swift",
"Parser/RangerTracker.swift",
"Rewriter/MarkupRewriter.swift",
"Structural Restrictions/BasicBlockContainer.swift",
"Structural Restrictions/BasicInlineContainer.swift",
"Structural Restrictions/BlockContainer.swift",
"Structural Restrictions/BlockMarkup.swift",
"Structural Restrictions/InlineContainer.swift",
"Structural Restrictions/InlineMarkup.swift",
"Structural Restrictions/ListItemContainer.swift",
"Utility/AtomicCounter.swift",
"Utility/CharacterExtensions.swift",
"Utility/CollectionExtensions.swift",
"Utility/StringExtensions.swift",
"Visitor/MarkupVisitor.swift",
"Walker/MarkupWalker.swift",
"Walker/Walkers/HTMLFormatter.swift",
"Walker/Walkers/MarkupFormatter.swift",
"Walker/Walkers/MarkupTreeDumper.swift"
],
"target_dependencies" : [
"CAtomic"
],
"type" : "library"
},
{
"c99name" : "CAtomic",
"module_type" : "ClangTarget",
"name" : "CAtomic",
"path" : "Sources/CAtomic",
"product_memberships" : [
"Markdown",
"XMLConverter",
"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.7"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.