Build Information
Failed to build swift-markdown, reference 0.50800.0 (f02c1d), with Swift 6.3 for Wasm on 14 Apr 2026 03:55:06 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 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: wasm
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-4609320-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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/SDGGiesbrecht/swift-cmark
Fetching https://github.com/apple/swift-argument-parser
[1/14476] Fetching swift-cmark
[2607/31999] Fetching swift-cmark, swift-argument-parser
Fetched https://github.com/SDGGiesbrecht/swift-cmark from cache (1.39s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.39s)
Computing version for https://github.com/SDGGiesbrecht/swift-cmark
Computed https://github.com/SDGGiesbrecht/swift-cmark at 0.50800.0 (2.15s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.0.3 (0.70s)
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.c
[0/114] Compiling cmark-gfm cmark_ctype.c
[2/114] Compiling cmark-gfm footnotes.c
[3/114] Write sources
[4/114] Compiling cmark-gfm buffer.c
[5/114] Compiling CAtomic CAtomic.c
[6/114] Compiling cmark-gfm-extensions tasklist.c
[7/114] Compiling cmark-gfm-extensions tagfilter.c
[8/114] Compiling cmark-gfm arena.c
[9/114] Compiling cmark-gfm commonmark.c
[10/114] Write swift-version-24593BA9C3E375BF.txt
[11/114] Compiling cmark-gfm blocks.c
[12/114] Compiling cmark-gfm-extensions strikethrough.c
[13/114] Compiling cmark-gfm-extensions ext_scanners.c
[14/114] Compiling cmark-gfm-extensions core-extensions.c
[15/114] Compiling cmark-gfm syntax_extension.c
[16/114] Compiling cmark-gfm render.c
[17/114] Compiling cmark-gfm-extensions autolink.c
[18/114] Compiling cmark-gfm-extensions table.c
[19/114] Compiling cmark-gfm references.c
[20/114] Compiling cmark-gfm registry.c
[21/114] Compiling cmark-gfm xml.c
[22/114] Compiling cmark-gfm plugin.c
[23/114] Compiling cmark-gfm map.c
[24/114] Compiling cmark-gfm linked_list.c
[25/114] Compiling cmark-gfm man.c
[26/114] Compiling cmark-gfm plaintext.c
[27/114] Compiling cmark-gfm latex.c
[28/114] Compiling cmark-gfm node.c
[29/114] Compiling cmark-gfm iterator.c
[30/114] Write sources
[34/114] Compiling cmark-gfm html.c
[35/114] Compiling cmark-gfm houdini_html_e.c
[35/114] Write sources
[37/114] Compiling cmark-gfm houdini_href_e.c
[37/114] Write sources
[53/114] Compiling cmark-gfm houdini_html_u.c
[54/114] Compiling cmark-gfm inlines.c
[55/116] Compiling cmark-gfm scanners.c
[56/116] Compiling cmark-gfm utf8.c
[58/173] Compiling ArgumentParserToolInfo ToolInfo.swift
[59/173] Emitting module ArgumentParserToolInfo
[60/174] Wrapping AST for ArgumentParserToolInfo for debugging
[62/208] 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 {
[63/216] Emitting module ArgumentParser
[64/220] Compiling ArgumentParser ArgumentDefinition.swift
[65/220] Compiling ArgumentParser CollectionExtensions.swift
[66/220] Compiling ArgumentParser SequenceExtensions.swift
[67/220] Compiling ArgumentParser StringExtensions.swift
[68/220] Compiling ArgumentParser Tree.swift
[69/220] Compiling Markdown LineBreak.swift
[70/220] Compiling Markdown SoftBreak.swift
[71/220] Compiling Markdown SymbolLink.swift
[72/220] Compiling Markdown CodeBlock.swift
[73/220] Compiling Markdown HTMLBlock.swift
[74/220] Compiling Markdown Heading.swift
[75/220] Compiling Markdown ThematicBreak.swift
[76/220] Compiling Markdown Table.swift
[77/220] Compiling Markdown TableBody.swift
[78/220] Compiling Markdown TableCell.swift
[79/220] Compiling Markdown TableCellContainer.swift
[84/220] Compiling ArgumentParser ArgumentHelp.swift
[85/220] Compiling ArgumentParser CompletionKind.swift
[86/220] Compiling ArgumentParser Errors.swift
[87/220] Compiling ArgumentParser Flag.swift
[88/220] Compiling ArgumentParser NameSpecification.swift
[89/220] Compiling ArgumentParser BashCompletionsGenerator.swift
[90/220] Compiling ArgumentParser CompletionsGenerator.swift
[91/220] Compiling ArgumentParser FishCompletionsGenerator.swift
[92/220] Compiling ArgumentParser ZshCompletionsGenerator.swift
[93/220] Compiling ArgumentParser Argument.swift
[94/220] Compiling ArgumentParser Option.swift
[95/220] Compiling ArgumentParser OptionGroup.swift
[96/220] Compiling ArgumentParser CommandConfiguration.swift
[97/220] Compiling ArgumentParser EnumerableFlag.swift
[98/220] Compiling ArgumentParser ExpressibleByArgument.swift
[99/220] Compiling ArgumentParser ArgumentSet.swift
[100/220] Compiling ArgumentParser CommandParser.swift
[101/220] Compiling ArgumentParser InputOrigin.swift
[102/220] Compiling ArgumentParser Name.swift
[103/220] Compiling ArgumentParser Parsed.swift
[104/220] Compiling ArgumentParser ParsedValues.swift
[105/220] Compiling ArgumentParser ParserError.swift
[106/220] Compiling ArgumentParser SplitArguments.swift
[107/220] Compiling ArgumentParser DumpHelpGenerator.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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
[118/220] Compiling ArgumentParser HelpCommand.swift
[119/220] Compiling ArgumentParser HelpGenerator.swift
[120/220] Compiling ArgumentParser MessageInfo.swift
[121/220] Compiling ArgumentParser UsageGenerator.swift
[128/220] Compiling ArgumentParser ParsableArguments.swift
[129/220] Compiling ArgumentParser ParsableArgumentsValidation.swift
[130/220] Compiling ArgumentParser ParsableCommand.swift
[131/220] Compiling ArgumentParser ArgumentDecoder.swift
[133/221] Wrapping AST for ArgumentParser for debugging
[135/221] Compiling Markdown AtomicCounter.swift
[136/221] Compiling Markdown CharacterExtensions.swift
[137/221] Compiling Markdown CollectionExtensions.swift
[138/221] Compiling Markdown StringExtensions.swift
[139/221] Compiling Markdown MarkupVisitor.swift
[140/221] Compiling Markdown MarkupWalker.swift
[141/221] Compiling Markdown MarkupFormatter.swift
[142/221] Compiling Markdown MarkupTreeDumper.swift
[143/221] Compiling Markdown TableHead.swift
[144/221] Compiling Markdown TableRow.swift
[145/221] Compiling Markdown Replacement.swift
[146/221] Compiling Markdown SourceLocation.swift
[147/221] Compiling Markdown Emphasis.swift
[148/221] Compiling Markdown Image.swift
[149/221] Compiling Markdown InlineAttributes.swift
[150/221] Compiling Markdown Link.swift
[168/240] Compiling UseCodeFence UseCodeFence.swift
[169/240] Emitting module UnorderedListMarker
[170/240] Compiling ThematicBreakCharacter ThematicBreakCharacter.swift
[171/240] Emitting module UseCodeFence
[172/241] Emitting module ThematicBreakCharacter
[173/241] Emitting module RemoveElementKind
[174/241] Compiling RemoveElementKind RemoveElementKind.swift
[175/241] Compiling UnorderedListMarker UnorderedListMarker.swift
[180/244] Emitting module PreferredHeadingStyle
[181/244] Compiling PreferredHeadingStyle PreferredHeadingStyle.swift
[182/247] Emitting module ReplaceText
[183/248] Compiling ReplaceText ReplaceText.swift
[186/254] Emitting module XMLConverter
[187/254] Compiling XMLConverter XMLConverter.swift
[189/259] Compiling markdown_tool main.swift
[190/259] Emitting module ParseDocumentFile
[191/259] Compiling ParseDocumentFile ParseDocumentFile.swift
[192/260] 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 {
/host/spi-builder-workspace/Sources/markdown-tool/Commands/FormatCommand.swift:128:25: error: cannot find 'Process' in scope
126 | /// Search for the an executable with a given base name.
127 | func findExecutable(named name: String) throws -> String? {
128 | let which = Process()
| `- error: cannot find 'Process' in scope
129 | which.arguments = [name]
130 | let standardOutput = Pipe()
[194/260] Emitting module OrderedListNumerals
[195/260] Compiling OrderedListNumerals OrderedListNumerals.swift
[196/260] Emitting module MaximumWidth
[197/260] Compiling MaximumWidth MaximumWidth.swift
[199/264] Emitting module ParseDocumentString
[200/264] Compiling ParseDocumentString ParseDocumentString.swift
[202/265] Emitting module EmphasisMarkers
[203/265] Compiling EmphasisMarkers EmphasisMarkers.swift
[204/266] Compiling markdown_tool DumpTreeCommand.swift
[205/266] 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 {
[207/268] Compiling DefaultFormatting DefaultFormatting.swift
[208/268] Emitting module DefaultFormatting
error: cancelled
error: cancelled
error: cancelled
error: cancelled
error: cancelled
BUILD FAILURE 6.3 wasm