Build Information
Failed to build SwiftHTMLtoMarkdown, reference 1.1.1 (d533b9
), with Swift 6.1 for Wasm on 29 May 2025 19:47:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git
Reference: 1.1.1
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/ActuallyTaylor/SwiftHTMLToMarkdown
* tag 1.1.1 -> FETCH_HEAD
HEAD is now at d533b9c Update BasicHTML.swift
Cloned https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git
Revision (git rev-parse @):
d533b9cb47a8defaa8d9432fad20ecf5964c0668
SUCCESS checkout https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git at 1.1.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git
https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swiftsoup",
"requirement" : {
"range" : [
{
"lower_bound" : "2.6.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/scinfu/SwiftSoup.git"
}
],
"manifest_display_name" : "SwiftHTMLtoMarkdown",
"name" : "SwiftHTMLtoMarkdown",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SwiftHTMLtoMarkdown",
"targets" : [
"SwiftHTMLtoMarkdown"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftHTMLtoMarkdownTests",
"module_type" : "SwiftTarget",
"name" : "SwiftHTMLtoMarkdownTests",
"path" : "Tests/SwiftHTMLtoMarkdownTests",
"sources" : [
"BasicHTMLTests.swift",
"SwiftHTMLtoMarkdownTests.swift"
],
"target_dependencies" : [
"SwiftHTMLtoMarkdown"
],
"type" : "test"
},
{
"c99name" : "SwiftHTMLtoMarkdown",
"module_type" : "SwiftTarget",
"name" : "SwiftHTMLtoMarkdown",
"path" : "Sources/SwiftHTMLtoMarkdown",
"product_dependencies" : [
"SwiftSoup"
],
"product_memberships" : [
"SwiftHTMLtoMarkdown"
],
"sources" : [
"BasicHTML.swift",
"ConversionError.swift",
"HTML.swift",
"MastodonHTML.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/scinfu/SwiftSoup.git
[1/3908] Fetching swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.40s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.8.7 (0.86s)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.8.7
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/57] Emitting module SwiftSoup
[5/64] Compiling SwiftSoup HtmlTreeBuilderState.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:9: error: cannot find 'pthread_mutex_init' in scope
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:36: error: 'nil' requires a contextual type
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:42:9: error: cannot find 'pthread_mutex_destroy' in scope
40 |
41 | deinit {
42 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
43 | }
44 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:46:9: error: cannot find 'pthread_mutex_lock' in scope
44 |
45 | func lock() {
46 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
47 | }
48 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:50:9: error: cannot find 'pthread_mutex_unlock' in scope
48 |
49 | func unlock() {
50 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
51 | }
52 | #endif
[6/64] Compiling SwiftSoup HttpStatusException.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:9: error: cannot find 'pthread_mutex_init' in scope
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:36: error: 'nil' requires a contextual type
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:42:9: error: cannot find 'pthread_mutex_destroy' in scope
40 |
41 | deinit {
42 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
43 | }
44 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:46:9: error: cannot find 'pthread_mutex_lock' in scope
44 |
45 | func lock() {
46 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
47 | }
48 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:50:9: error: cannot find 'pthread_mutex_unlock' in scope
48 |
49 | func unlock() {
50 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
51 | }
52 | #endif
[7/64] Compiling SwiftSoup Mutex.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:9: error: cannot find 'pthread_mutex_init' in scope
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:36: error: 'nil' requires a contextual type
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:42:9: error: cannot find 'pthread_mutex_destroy' in scope
40 |
41 | deinit {
42 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
43 | }
44 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:46:9: error: cannot find 'pthread_mutex_lock' in scope
44 |
45 | func lock() {
46 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
47 | }
48 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:50:9: error: cannot find 'pthread_mutex_unlock' in scope
48 |
49 | func unlock() {
50 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
51 | }
52 | #endif
[8/64] Compiling SwiftSoup Node.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:9: error: cannot find 'pthread_mutex_init' in scope
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:36: error: 'nil' requires a contextual type
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:42:9: error: cannot find 'pthread_mutex_destroy' in scope
40 |
41 | deinit {
42 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
43 | }
44 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:46:9: error: cannot find 'pthread_mutex_lock' in scope
44 |
45 | func lock() {
46 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
47 | }
48 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:50:9: error: cannot find 'pthread_mutex_unlock' in scope
48 |
49 | func unlock() {
50 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
51 | }
52 | #endif
[9/64] Compiling SwiftSoup NodeTraversor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:9: error: cannot find 'pthread_mutex_init' in scope
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:36: error: 'nil' requires a contextual type
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:42:9: error: cannot find 'pthread_mutex_destroy' in scope
40 |
41 | deinit {
42 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
43 | }
44 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:46:9: error: cannot find 'pthread_mutex_lock' in scope
44 |
45 | func lock() {
46 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
47 | }
48 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:50:9: error: cannot find 'pthread_mutex_unlock' in scope
48 |
49 | func unlock() {
50 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
51 | }
52 | #endif
[10/64] Compiling SwiftSoup NodeVisitor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:9: error: cannot find 'pthread_mutex_init' in scope
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:36: error: 'nil' requires a contextual type
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:42:9: error: cannot find 'pthread_mutex_destroy' in scope
40 |
41 | deinit {
42 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
43 | }
44 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:46:9: error: cannot find 'pthread_mutex_lock' in scope
44 |
45 | func lock() {
46 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
47 | }
48 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:50:9: error: cannot find 'pthread_mutex_unlock' in scope
48 |
49 | func unlock() {
50 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
51 | }
52 | #endif
[11/64] Compiling SwiftSoup OrderedSet.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:9: error: cannot find 'pthread_mutex_init' in scope
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:36: error: 'nil' requires a contextual type
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:42:9: error: cannot find 'pthread_mutex_destroy' in scope
40 |
41 | deinit {
42 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
43 | }
44 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:46:9: error: cannot find 'pthread_mutex_lock' in scope
44 |
45 | func lock() {
46 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
47 | }
48 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:50:9: error: cannot find 'pthread_mutex_unlock' in scope
48 |
49 | func unlock() {
50 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
51 | }
52 | #endif
[12/64] Compiling SwiftSoup ParseError.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:9: error: cannot find 'pthread_mutex_init' in scope
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:36: error: 'nil' requires a contextual type
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:42:9: error: cannot find 'pthread_mutex_destroy' in scope
40 |
41 | deinit {
42 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
43 | }
44 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:46:9: error: cannot find 'pthread_mutex_lock' in scope
44 |
45 | func lock() {
46 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
47 | }
48 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:50:9: error: cannot find 'pthread_mutex_unlock' in scope
48 |
49 | func unlock() {
50 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
51 | }
52 | #endif
[13/64] Compiling SwiftSoup SimpleDictionary.swift
[14/64] Compiling SwiftSoup StreamReader.swift
[15/64] Compiling SwiftSoup String.swift
[16/64] Compiling SwiftSoup StringBuilder.swift
[17/64] Compiling SwiftSoup StringUtil.swift
[18/64] Compiling SwiftSoup StructuralEvaluator.swift
[19/64] Compiling SwiftSoup SwiftSoup.swift
[20/64] Compiling SwiftSoup Collector.swift
[21/64] Compiling SwiftSoup CombiningEvaluator.swift
[22/64] Compiling SwiftSoup Comment.swift
[23/64] Compiling SwiftSoup Connection.swift
[24/64] Compiling SwiftSoup CssSelector.swift
[25/64] Compiling SwiftSoup DataNode.swift
[26/64] Compiling SwiftSoup DataUtil.swift
[27/64] Compiling SwiftSoup Document.swift
[28/64] Compiling SwiftSoup ArrayExt.swift
[29/64] Compiling SwiftSoup Attribute.swift
[30/64] Compiling SwiftSoup Attributes.swift
[31/64] Compiling SwiftSoup BinarySearch.swift
[32/64] Compiling SwiftSoup BooleanAttribute.swift
[33/64] Compiling SwiftSoup CharacterExt.swift
[34/64] Compiling SwiftSoup CharacterReader.swift
[35/64] Compiling SwiftSoup Cleaner.swift
[36/64] Compiling SwiftSoup ParseErrorList.swift
[37/64] Compiling SwiftSoup ParseSettings.swift
[38/64] Compiling SwiftSoup Parser.swift
[39/64] Compiling SwiftSoup ParsingStrings.swift
[40/64] Compiling SwiftSoup Pattern.swift
[41/64] Compiling SwiftSoup QueryParser.swift
[42/64] Compiling SwiftSoup SerializationException.swift
[43/64] Compiling SwiftSoup Tag.swift
[44/64] Compiling SwiftSoup TextNode.swift
[45/64] Compiling SwiftSoup Token.swift
[46/64] Compiling SwiftSoup TokenQueue.swift
[47/64] Compiling SwiftSoup Tokeniser.swift
[48/64] Compiling SwiftSoup TokeniserState.swift
[49/64] Compiling SwiftSoup TreeBuilder.swift
[50/64] Compiling SwiftSoup UTF8Arrays.swift
[51/64] Compiling SwiftSoup UnfairLock.swift
[52/64] Compiling SwiftSoup UnicodeScalar.swift
[53/64] Compiling SwiftSoup Validate.swift
[54/64] Compiling SwiftSoup Whitelist.swift
[55/64] Compiling SwiftSoup XmlDeclaration.swift
[56/64] Compiling SwiftSoup XmlTreeBuilder.swift
[57/64] Compiling SwiftSoup DocumentType.swift
[58/64] Compiling SwiftSoup Element.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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/55] Compiling SwiftSoup HtmlTreeBuilderState.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:9: error: cannot find 'pthread_mutex_init' in scope
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:36: error: 'nil' requires a contextual type
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:42:9: error: cannot find 'pthread_mutex_destroy' in scope
40 |
41 | deinit {
42 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
43 | }
44 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:46:9: error: cannot find 'pthread_mutex_lock' in scope
44 |
45 | func lock() {
46 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
47 | }
48 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:50:9: error: cannot find 'pthread_mutex_unlock' in scope
48 |
49 | func unlock() {
50 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
51 | }
52 | #endif
[3/55] Compiling SwiftSoup HttpStatusException.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:9: error: cannot find 'pthread_mutex_init' in scope
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:36: error: 'nil' requires a contextual type
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:42:9: error: cannot find 'pthread_mutex_destroy' in scope
40 |
41 | deinit {
42 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
43 | }
44 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:46:9: error: cannot find 'pthread_mutex_lock' in scope
44 |
45 | func lock() {
46 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
47 | }
48 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:50:9: error: cannot find 'pthread_mutex_unlock' in scope
48 |
49 | func unlock() {
50 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
51 | }
52 | #endif
[4/55] Compiling SwiftSoup Mutex.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:9: error: cannot find 'pthread_mutex_init' in scope
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:36: error: 'nil' requires a contextual type
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:42:9: error: cannot find 'pthread_mutex_destroy' in scope
40 |
41 | deinit {
42 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
43 | }
44 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:46:9: error: cannot find 'pthread_mutex_lock' in scope
44 |
45 | func lock() {
46 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
47 | }
48 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:50:9: error: cannot find 'pthread_mutex_unlock' in scope
48 |
49 | func unlock() {
50 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
51 | }
52 | #endif
[5/55] Compiling SwiftSoup Node.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:9: error: cannot find 'pthread_mutex_init' in scope
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:36: error: 'nil' requires a contextual type
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:42:9: error: cannot find 'pthread_mutex_destroy' in scope
40 |
41 | deinit {
42 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
43 | }
44 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:46:9: error: cannot find 'pthread_mutex_lock' in scope
44 |
45 | func lock() {
46 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
47 | }
48 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:50:9: error: cannot find 'pthread_mutex_unlock' in scope
48 |
49 | func unlock() {
50 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
51 | }
52 | #endif
[6/55] Compiling SwiftSoup NodeTraversor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:9: error: cannot find 'pthread_mutex_init' in scope
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:36: error: 'nil' requires a contextual type
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:42:9: error: cannot find 'pthread_mutex_destroy' in scope
40 |
41 | deinit {
42 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
43 | }
44 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:46:9: error: cannot find 'pthread_mutex_lock' in scope
44 |
45 | func lock() {
46 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
47 | }
48 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:50:9: error: cannot find 'pthread_mutex_unlock' in scope
48 |
49 | func unlock() {
50 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
51 | }
52 | #endif
[7/55] Compiling SwiftSoup NodeVisitor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:9: error: cannot find 'pthread_mutex_init' in scope
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:36: error: 'nil' requires a contextual type
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:42:9: error: cannot find 'pthread_mutex_destroy' in scope
40 |
41 | deinit {
42 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
43 | }
44 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:46:9: error: cannot find 'pthread_mutex_lock' in scope
44 |
45 | func lock() {
46 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
47 | }
48 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:50:9: error: cannot find 'pthread_mutex_unlock' in scope
48 |
49 | func unlock() {
50 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
51 | }
52 | #endif
[8/55] Compiling SwiftSoup OrderedSet.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:9: error: cannot find 'pthread_mutex_init' in scope
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:36: error: 'nil' requires a contextual type
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:42:9: error: cannot find 'pthread_mutex_destroy' in scope
40 |
41 | deinit {
42 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
43 | }
44 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:46:9: error: cannot find 'pthread_mutex_lock' in scope
44 |
45 | func lock() {
46 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
47 | }
48 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:50:9: error: cannot find 'pthread_mutex_unlock' in scope
48 |
49 | func unlock() {
50 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
51 | }
52 | #endif
[9/55] Compiling SwiftSoup ParseError.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:9: error: cannot find 'pthread_mutex_init' in scope
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:38:36: error: 'nil' requires a contextual type
36 |
37 | init() {
38 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:42:9: error: cannot find 'pthread_mutex_destroy' in scope
40 |
41 | deinit {
42 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
43 | }
44 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:46:9: error: cannot find 'pthread_mutex_lock' in scope
44 |
45 | func lock() {
46 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
47 | }
48 |
/host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Mutex.swift:50:9: error: cannot find 'pthread_mutex_unlock' in scope
48 |
49 | func unlock() {
50 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
51 | }
52 | #endif
[10/62] Compiling SwiftSoup ArrayExt.swift
[11/62] Compiling SwiftSoup Attribute.swift
[12/62] Compiling SwiftSoup Attributes.swift
[13/62] Compiling SwiftSoup BinarySearch.swift
[14/62] Compiling SwiftSoup BooleanAttribute.swift
[15/62] Compiling SwiftSoup CharacterExt.swift
[16/62] Compiling SwiftSoup CharacterReader.swift
[17/62] Compiling SwiftSoup Cleaner.swift
[18/62] Emitting module SwiftSoup
[19/62] Compiling SwiftSoup Collector.swift
[20/62] Compiling SwiftSoup CombiningEvaluator.swift
[21/62] Compiling SwiftSoup Comment.swift
[22/62] Compiling SwiftSoup Connection.swift
[23/62] Compiling SwiftSoup CssSelector.swift
[24/62] Compiling SwiftSoup DataNode.swift
[25/62] Compiling SwiftSoup DataUtil.swift
[26/62] Compiling SwiftSoup Document.swift
[27/62] Compiling SwiftSoup SimpleDictionary.swift
[28/62] Compiling SwiftSoup StreamReader.swift
[29/62] Compiling SwiftSoup String.swift
[30/62] Compiling SwiftSoup StringBuilder.swift
[31/62] Compiling SwiftSoup StringUtil.swift
[32/62] Compiling SwiftSoup StructuralEvaluator.swift
[33/62] Compiling SwiftSoup SwiftSoup.swift
[34/62] Compiling SwiftSoup Tag.swift
[35/62] Compiling SwiftSoup TextNode.swift
[36/62] Compiling SwiftSoup Token.swift
[37/62] Compiling SwiftSoup TokenQueue.swift
[38/62] Compiling SwiftSoup Tokeniser.swift
[39/62] Compiling SwiftSoup TokeniserState.swift
[40/62] Compiling SwiftSoup TreeBuilder.swift
[41/62] Compiling SwiftSoup UTF8Arrays.swift
[42/62] Compiling SwiftSoup UnfairLock.swift
[43/62] Compiling SwiftSoup UnicodeScalar.swift
[44/62] Compiling SwiftSoup Validate.swift
[45/62] Compiling SwiftSoup Whitelist.swift
[46/62] Compiling SwiftSoup XmlDeclaration.swift
[47/62] Compiling SwiftSoup XmlTreeBuilder.swift
[48/62] Compiling SwiftSoup ParseErrorList.swift
[49/62] Compiling SwiftSoup ParseSettings.swift
[50/62] Compiling SwiftSoup Parser.swift
[51/62] Compiling SwiftSoup ParsingStrings.swift
[52/62] Compiling SwiftSoup Pattern.swift
[53/62] Compiling SwiftSoup QueryParser.swift
[54/62] Compiling SwiftSoup SerializationException.swift
[55/62] Compiling SwiftSoup DocumentType.swift
[56/62] Compiling SwiftSoup Element.swift
[57/62] Compiling SwiftSoup Elements.swift
[58/62] Compiling SwiftSoup Entities.swift
[59/62] Compiling SwiftSoup Evaluator.swift
[60/62] Compiling SwiftSoup Exception.swift
[61/62] Compiling SwiftSoup FormElement.swift
[62/62] Compiling SwiftSoup HtmlTreeBuilder.swift
BUILD FAILURE 6.1 wasm