Build Information
Failed to build html-to-markdown-swift, reference main (cd6e7e), with Swift 6.3 for Wasm on 21 Apr 2026 22:30:02 UTC.
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: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/jaredhowland/html-to-markdown-swift.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/jaredhowland/html-to-markdown-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cd6e7ed chore: update badges in README.md
Cloned https://github.com/jaredhowland/html-to-markdown-swift.git
Revision (git rev-parse @):
cd6e7ed013b8686a51c879b9710aea445378a4b8
SUCCESS checkout https://github.com/jaredhowland/html-to-markdown-swift.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/jaredhowland/html-to-markdown-swift.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: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/scinfu/SwiftSoup.git
[1/5929] Fetching swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.17s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.13.4 (1.92s)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.13.4
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/57] Emitting module SwiftSoup
[5/64] Compiling SwiftSoup QueryParserCache.swift
[6/64] Compiling SwiftSoup SourceRange.swift
[7/64] Compiling SwiftSoup StreamReader.swift
[8/64] Compiling SwiftSoup String.swift
[9/64] Compiling SwiftSoup StringBuilder.swift
[10/64] Compiling SwiftSoup StringUtil.swift
[11/64] Compiling SwiftSoup StructuralEvaluator.swift
[12/64] Compiling SwiftSoup HtmlTreeBuilderState.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:9: error: cannot find 'pthread_mutex_init' in scope
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:36: error: 'nil' requires a contextual type
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:86:9: error: cannot find 'pthread_mutex_destroy' in scope
84 |
85 | deinit {
86 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
87 | }
88 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:90:9: error: cannot find 'pthread_mutex_lock' in scope
88 |
89 | func lock() {
90 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
91 | }
92 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:94:9: error: cannot find 'pthread_mutex_unlock' in scope
92 |
93 | func unlock() {
94 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
95 | }
96 | #endif
[13/64] Compiling SwiftSoup LRUCache.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:9: error: cannot find 'pthread_mutex_init' in scope
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:36: error: 'nil' requires a contextual type
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:86:9: error: cannot find 'pthread_mutex_destroy' in scope
84 |
85 | deinit {
86 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
87 | }
88 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:90:9: error: cannot find 'pthread_mutex_lock' in scope
88 |
89 | func lock() {
90 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
91 | }
92 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:94:9: error: cannot find 'pthread_mutex_unlock' in scope
92 |
93 | func unlock() {
94 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
95 | }
96 | #endif
[14/64] Compiling SwiftSoup Mutex.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:9: error: cannot find 'pthread_mutex_init' in scope
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:36: error: 'nil' requires a contextual type
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:86:9: error: cannot find 'pthread_mutex_destroy' in scope
84 |
85 | deinit {
86 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
87 | }
88 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:90:9: error: cannot find 'pthread_mutex_lock' in scope
88 |
89 | func lock() {
90 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
91 | }
92 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:94:9: error: cannot find 'pthread_mutex_unlock' in scope
92 |
93 | func unlock() {
94 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
95 | }
96 | #endif
[15/64] Compiling SwiftSoup Node.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:9: error: cannot find 'pthread_mutex_init' in scope
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:36: error: 'nil' requires a contextual type
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:86:9: error: cannot find 'pthread_mutex_destroy' in scope
84 |
85 | deinit {
86 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
87 | }
88 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:90:9: error: cannot find 'pthread_mutex_lock' in scope
88 |
89 | func lock() {
90 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
91 | }
92 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:94:9: error: cannot find 'pthread_mutex_unlock' in scope
92 |
93 | func unlock() {
94 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
95 | }
96 | #endif
[16/64] Compiling SwiftSoup NodeTraversor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:9: error: cannot find 'pthread_mutex_init' in scope
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:36: error: 'nil' requires a contextual type
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:86:9: error: cannot find 'pthread_mutex_destroy' in scope
84 |
85 | deinit {
86 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
87 | }
88 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:90:9: error: cannot find 'pthread_mutex_lock' in scope
88 |
89 | func lock() {
90 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
91 | }
92 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:94:9: error: cannot find 'pthread_mutex_unlock' in scope
92 |
93 | func unlock() {
94 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
95 | }
96 | #endif
[17/64] Compiling SwiftSoup NodeVisitor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:9: error: cannot find 'pthread_mutex_init' in scope
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:36: error: 'nil' requires a contextual type
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:86:9: error: cannot find 'pthread_mutex_destroy' in scope
84 |
85 | deinit {
86 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
87 | }
88 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:90:9: error: cannot find 'pthread_mutex_lock' in scope
88 |
89 | func lock() {
90 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
91 | }
92 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:94:9: error: cannot find 'pthread_mutex_unlock' in scope
92 |
93 | func unlock() {
94 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
95 | }
96 | #endif
[18/64] Compiling SwiftSoup OrderedSet.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:9: error: cannot find 'pthread_mutex_init' in scope
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:36: error: 'nil' requires a contextual type
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:86:9: error: cannot find 'pthread_mutex_destroy' in scope
84 |
85 | deinit {
86 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
87 | }
88 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:90:9: error: cannot find 'pthread_mutex_lock' in scope
88 |
89 | func lock() {
90 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
91 | }
92 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:94:9: error: cannot find 'pthread_mutex_unlock' in scope
92 |
93 | func unlock() {
94 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
95 | }
96 | #endif
[19/64] Compiling SwiftSoup ParseError.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:9: error: cannot find 'pthread_mutex_init' in scope
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:82:36: error: 'nil' requires a contextual type
80 |
81 | init() {
82 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
83 | }
84 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:86:9: error: cannot find 'pthread_mutex_destroy' in scope
84 |
85 | deinit {
86 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
87 | }
88 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:90:9: error: cannot find 'pthread_mutex_lock' in scope
88 |
89 | func lock() {
90 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
91 | }
92 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:94:9: error: cannot find 'pthread_mutex_unlock' in scope
92 |
93 | func unlock() {
94 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
95 | }
96 | #endif
[20/64] Compiling SwiftSoup Collector.swift
[21/64] Compiling SwiftSoup CombiningEvaluator.swift
[22/64] Compiling SwiftSoup Comment.swift
[23/64] Compiling SwiftSoup CssSelector.swift
[24/64] Compiling SwiftSoup DataNode.swift
[25/64] Compiling SwiftSoup DebugTrace.swift
[26/64] Compiling SwiftSoup Document.swift
[27/64] Compiling SwiftSoup DocumentType.swift
[28/64] Compiling SwiftSoup Attribute.swift
[29/64] Compiling SwiftSoup Attributes.swift
[30/64] Compiling SwiftSoup BinarySearch.swift
[31/64] Compiling SwiftSoup BooleanAttribute.swift
[32/64] Compiling SwiftSoup ByteSlice.swift
[33/64] Compiling SwiftSoup CharacterExt.swift
[34/64] Compiling SwiftSoup CharacterReader.swift
[35/64] Compiling SwiftSoup Cleaner.swift
[36/64] Compiling SwiftSoup TreeBuilder.swift
[37/64] Compiling SwiftSoup UTF8Arrays.swift
[38/64] Compiling SwiftSoup UnicodeScalar.swift
[39/64] Compiling SwiftSoup Validate.swift
[40/64] Compiling SwiftSoup Whitelist.swift
[41/64] Compiling SwiftSoup XmlDeclaration.swift
[42/64] Compiling SwiftSoup XmlTreeBuilder.swift
[43/64] Compiling SwiftSoup ParseErrorList.swift
[44/64] Compiling SwiftSoup ParseSettings.swift
[45/64] Compiling SwiftSoup Parser.swift
[46/64] Compiling SwiftSoup ParsingStrings.swift
[47/64] Compiling SwiftSoup Pattern.swift
[48/64] Compiling SwiftSoup Profiler.swift
[49/64] Compiling SwiftSoup QueryParser.swift
[50/64] Compiling SwiftSoup SwiftSoup.swift
[51/64] Compiling SwiftSoup Tag.swift
[52/64] Compiling SwiftSoup TextNode.swift
[53/64] Compiling SwiftSoup Token.swift
[54/64] Compiling SwiftSoup TokenQueue.swift
[55/64] Compiling SwiftSoup Tokeniser.swift
[56/64] Compiling SwiftSoup TokeniserState.swift
[57/64] Compiling SwiftSoup Element.swift
[58/64] Compiling SwiftSoup ElementQuery.swift
[59/64] Compiling SwiftSoup Elements.swift
[60/64] Compiling SwiftSoup Entities.swift
[61/64] Compiling SwiftSoup Evaluator.swift
[62/64] Compiling SwiftSoup Exception.swift
[63/64] Compiling SwiftSoup FormElement.swift
[64/64] Compiling SwiftSoup HtmlTreeBuilder.swift
BUILD FAILURE 6.3 wasm