Build Information
Failed to build SwiftSoup, reference 2.10.3 (3a439f
), with Swift 6.1 for Wasm on 16 Aug 2025 14:24:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.66.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/scinfu/SwiftSoup.git
Reference: 2.10.3
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/scinfu/SwiftSoup
* tag 2.10.3 -> FETCH_HEAD
HEAD is now at 3a439f9 Merge pull request #333 from DarkDust/feature/310-last-child-pseudo-selector-not-working
Cloned https://github.com/scinfu/SwiftSoup.git
Revision (git rev-parse @):
3a439f9eccc391b264d54516ce640251552eb0c4
SUCCESS checkout https://github.com/scinfu/SwiftSoup.git at 2.10.3
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/scinfu/SwiftSoup.git
https://github.com/scinfu/SwiftSoup.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "SwiftSoup",
"name" : "SwiftSoup",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SwiftSoup",
"targets" : [
"SwiftSoup"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftSoupTests",
"module_type" : "SwiftTarget",
"name" : "SwiftSoupTests",
"path" : "Tests/SwiftSoupTests",
"sources" : [
"AttributeParseTest.swift",
"AttributeTest.swift",
"AttributesTest.swift",
"BuildEntities.swift",
"CharacterReaderTest.swift",
"CleanerTest.swift",
"CssTest.swift",
"DocumentTest.swift",
"DocumentTypeTest.swift",
"ElementTest.swift",
"ElementsTest.swift",
"EntitiesTest.swift",
"FormElementTest.swift",
"HtmlParserTest.swift",
"NodeTest.swift",
"NodeTraversorTest.swift",
"ParseSettingsTest.swift",
"QueryParserTest.swift",
"SelectorTest.swift",
"StringUtilTest.swift",
"TagTest.swift",
"TextNodeTest.swift",
"TextUtil.swift",
"TokenQueueTest.swift",
"XmlTreeBuilderTest.swift"
],
"target_dependencies" : [
"SwiftSoup"
],
"type" : "test"
},
{
"c99name" : "SwiftSoup",
"module_type" : "SwiftTarget",
"name" : "SwiftSoup",
"path" : "Sources",
"product_memberships" : [
"SwiftSoup"
],
"sources" : [
"Attribute.swift",
"Attributes.swift",
"BinarySearch.swift",
"BooleanAttribute.swift",
"CharacterExt.swift",
"CharacterReader.swift",
"Cleaner.swift",
"Collector.swift",
"CombiningEvaluator.swift",
"Comment.swift",
"Connection.swift",
"CssSelector.swift",
"DataNode.swift",
"DataUtil.swift",
"Document.swift",
"DocumentType.swift",
"Element.swift",
"Elements.swift",
"Entities.swift",
"Evaluator.swift",
"Exception.swift",
"FormElement.swift",
"HtmlTreeBuilder.swift",
"HtmlTreeBuilderState.swift",
"HttpStatusException.swift",
"Mutex.swift",
"MutexLock.swift",
"Node.swift",
"NodeTraversor.swift",
"NodeVisitor.swift",
"OrderedSet.swift",
"ParseError.swift",
"ParseErrorList.swift",
"ParseSettings.swift",
"Parser.swift",
"ParsingStrings.swift",
"Pattern.swift",
"QueryParser.swift",
"SerializationException.swift",
"StreamReader.swift",
"String.swift",
"StringBuilder.swift",
"StringUtil.swift",
"StructuralEvaluator.swift",
"SwiftSoup.swift",
"Tag.swift",
"TextNode.swift",
"Token.swift",
"TokenQueue.swift",
"Tokeniser.swift",
"TokeniserState.swift",
"TreeBuilder.swift",
"UTF8Arrays.swift",
"UnfairLock.swift",
"UnicodeScalar.swift",
"Validate.swift",
"Whitelist.swift",
"XmlDeclaration.swift",
"XmlTreeBuilder.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/55] Emitting module SwiftSoup
/host/spi-builder-workspace/Sources/String.swift:73:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
71 | // TODO: Use @retroactive once supported on Ubuntu (?)
72 | //extension Array: @retroactive Comparable where Element == UInt8 {
73 | extension Array: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
74 | @inline(__always)
75 | public func lowercased() -> [UInt8] {
/host/spi-builder-workspace/Sources/String.swift:201:1: warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
199 | // TODO: Use @retroactive once supported on Ubuntu (?)
200 | //extension ArraySlice: @retroactive Comparable where Element == UInt8 {
201 | extension ArraySlice: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
202 | public static func < (lhs: ArraySlice<UInt8>, rhs: ArraySlice<UInt8>) -> Bool {
203 | // public static func < (lhs: [UInt8], rhs: [UInt8]) -> Bool {
[4/62] Compiling SwiftSoup Attribute.swift
[5/62] Compiling SwiftSoup Attributes.swift
[6/62] Compiling SwiftSoup BinarySearch.swift
[7/62] Compiling SwiftSoup BooleanAttribute.swift
[8/62] Compiling SwiftSoup CharacterExt.swift
[9/62] Compiling SwiftSoup CharacterReader.swift
[10/62] Compiling SwiftSoup Cleaner.swift
[11/62] Compiling SwiftSoup Collector.swift
[12/62] Compiling SwiftSoup ParseError.swift
[13/62] Compiling SwiftSoup ParseErrorList.swift
[14/62] Compiling SwiftSoup ParseSettings.swift
[15/62] Compiling SwiftSoup Parser.swift
[16/62] Compiling SwiftSoup ParsingStrings.swift
[17/62] Compiling SwiftSoup Pattern.swift
[18/62] Compiling SwiftSoup QueryParser.swift
[19/62] Compiling SwiftSoup UTF8Arrays.swift
[20/62] Compiling SwiftSoup UnfairLock.swift
[21/62] Compiling SwiftSoup UnicodeScalar.swift
[22/62] Compiling SwiftSoup Validate.swift
[23/62] Compiling SwiftSoup Whitelist.swift
[24/62] Compiling SwiftSoup XmlDeclaration.swift
[25/62] Compiling SwiftSoup XmlTreeBuilder.swift
[26/62] Compiling SwiftSoup HttpStatusException.swift
/host/spi-builder-workspace/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 | deinit {
41 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
42 | }
43 |
/host/spi-builder-workspace/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 | func lock() {
45 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
46 | }
47 |
/host/spi-builder-workspace/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 | func unlock() {
49 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
50 | }
51 | #endif
[27/62] Compiling SwiftSoup Mutex.swift
/host/spi-builder-workspace/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 | deinit {
41 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
42 | }
43 |
/host/spi-builder-workspace/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 | func lock() {
45 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
46 | }
47 |
/host/spi-builder-workspace/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 | func unlock() {
49 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
50 | }
51 | #endif
[28/62] Compiling SwiftSoup MutexLock.swift
/host/spi-builder-workspace/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 | deinit {
41 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
42 | }
43 |
/host/spi-builder-workspace/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 | func lock() {
45 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
46 | }
47 |
/host/spi-builder-workspace/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 | func unlock() {
49 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
50 | }
51 | #endif
[29/62] Compiling SwiftSoup Node.swift
/host/spi-builder-workspace/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 | deinit {
41 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
42 | }
43 |
/host/spi-builder-workspace/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 | func lock() {
45 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
46 | }
47 |
/host/spi-builder-workspace/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 | func unlock() {
49 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
50 | }
51 | #endif
[30/62] Compiling SwiftSoup NodeTraversor.swift
/host/spi-builder-workspace/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 | deinit {
41 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
42 | }
43 |
/host/spi-builder-workspace/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 | func lock() {
45 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
46 | }
47 |
/host/spi-builder-workspace/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 | func unlock() {
49 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
50 | }
51 | #endif
[31/62] Compiling SwiftSoup NodeVisitor.swift
/host/spi-builder-workspace/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 | deinit {
41 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
42 | }
43 |
/host/spi-builder-workspace/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 | func lock() {
45 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
46 | }
47 |
/host/spi-builder-workspace/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 | func unlock() {
49 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
50 | }
51 | #endif
[32/62] Compiling SwiftSoup OrderedSet.swift
/host/spi-builder-workspace/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 | deinit {
41 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
42 | }
43 |
/host/spi-builder-workspace/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 | func lock() {
45 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
46 | }
47 |
/host/spi-builder-workspace/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 | func unlock() {
49 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
50 | }
51 | #endif
[33/62] Compiling SwiftSoup SerializationException.swift
/host/spi-builder-workspace/Sources/String.swift:73:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
71 | // TODO: Use @retroactive once supported on Ubuntu (?)
72 | //extension Array: @retroactive Comparable where Element == UInt8 {
73 | extension Array: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
74 | @inline(__always)
75 | public func lowercased() -> [UInt8] {
/host/spi-builder-workspace/Sources/String.swift:201:1: warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
199 | // TODO: Use @retroactive once supported on Ubuntu (?)
200 | //extension ArraySlice: @retroactive Comparable where Element == UInt8 {
201 | extension ArraySlice: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
202 | public static func < (lhs: ArraySlice<UInt8>, rhs: ArraySlice<UInt8>) -> Bool {
203 | // public static func < (lhs: [UInt8], rhs: [UInt8]) -> Bool {
[34/62] Compiling SwiftSoup StreamReader.swift
/host/spi-builder-workspace/Sources/String.swift:73:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
71 | // TODO: Use @retroactive once supported on Ubuntu (?)
72 | //extension Array: @retroactive Comparable where Element == UInt8 {
73 | extension Array: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
74 | @inline(__always)
75 | public func lowercased() -> [UInt8] {
/host/spi-builder-workspace/Sources/String.swift:201:1: warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
199 | // TODO: Use @retroactive once supported on Ubuntu (?)
200 | //extension ArraySlice: @retroactive Comparable where Element == UInt8 {
201 | extension ArraySlice: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
202 | public static func < (lhs: ArraySlice<UInt8>, rhs: ArraySlice<UInt8>) -> Bool {
203 | // public static func < (lhs: [UInt8], rhs: [UInt8]) -> Bool {
[35/62] Compiling SwiftSoup String.swift
/host/spi-builder-workspace/Sources/String.swift:73:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
71 | // TODO: Use @retroactive once supported on Ubuntu (?)
72 | //extension Array: @retroactive Comparable where Element == UInt8 {
73 | extension Array: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
74 | @inline(__always)
75 | public func lowercased() -> [UInt8] {
/host/spi-builder-workspace/Sources/String.swift:201:1: warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
199 | // TODO: Use @retroactive once supported on Ubuntu (?)
200 | //extension ArraySlice: @retroactive Comparable where Element == UInt8 {
201 | extension ArraySlice: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
202 | public static func < (lhs: ArraySlice<UInt8>, rhs: ArraySlice<UInt8>) -> Bool {
203 | // public static func < (lhs: [UInt8], rhs: [UInt8]) -> Bool {
[36/62] Compiling SwiftSoup StringBuilder.swift
/host/spi-builder-workspace/Sources/String.swift:73:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
71 | // TODO: Use @retroactive once supported on Ubuntu (?)
72 | //extension Array: @retroactive Comparable where Element == UInt8 {
73 | extension Array: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
74 | @inline(__always)
75 | public func lowercased() -> [UInt8] {
/host/spi-builder-workspace/Sources/String.swift:201:1: warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
199 | // TODO: Use @retroactive once supported on Ubuntu (?)
200 | //extension ArraySlice: @retroactive Comparable where Element == UInt8 {
201 | extension ArraySlice: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
202 | public static func < (lhs: ArraySlice<UInt8>, rhs: ArraySlice<UInt8>) -> Bool {
203 | // public static func < (lhs: [UInt8], rhs: [UInt8]) -> Bool {
[37/62] Compiling SwiftSoup StringUtil.swift
/host/spi-builder-workspace/Sources/String.swift:73:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
71 | // TODO: Use @retroactive once supported on Ubuntu (?)
72 | //extension Array: @retroactive Comparable where Element == UInt8 {
73 | extension Array: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
74 | @inline(__always)
75 | public func lowercased() -> [UInt8] {
/host/spi-builder-workspace/Sources/String.swift:201:1: warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
199 | // TODO: Use @retroactive once supported on Ubuntu (?)
200 | //extension ArraySlice: @retroactive Comparable where Element == UInt8 {
201 | extension ArraySlice: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
202 | public static func < (lhs: ArraySlice<UInt8>, rhs: ArraySlice<UInt8>) -> Bool {
203 | // public static func < (lhs: [UInt8], rhs: [UInt8]) -> Bool {
[38/62] Compiling SwiftSoup StructuralEvaluator.swift
/host/spi-builder-workspace/Sources/String.swift:73:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
71 | // TODO: Use @retroactive once supported on Ubuntu (?)
72 | //extension Array: @retroactive Comparable where Element == UInt8 {
73 | extension Array: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
74 | @inline(__always)
75 | public func lowercased() -> [UInt8] {
/host/spi-builder-workspace/Sources/String.swift:201:1: warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
199 | // TODO: Use @retroactive once supported on Ubuntu (?)
200 | //extension ArraySlice: @retroactive Comparable where Element == UInt8 {
201 | extension ArraySlice: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
202 | public static func < (lhs: ArraySlice<UInt8>, rhs: ArraySlice<UInt8>) -> Bool {
203 | // public static func < (lhs: [UInt8], rhs: [UInt8]) -> Bool {
[39/62] Compiling SwiftSoup SwiftSoup.swift
/host/spi-builder-workspace/Sources/String.swift:73:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
71 | // TODO: Use @retroactive once supported on Ubuntu (?)
72 | //extension Array: @retroactive Comparable where Element == UInt8 {
73 | extension Array: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
74 | @inline(__always)
75 | public func lowercased() -> [UInt8] {
/host/spi-builder-workspace/Sources/String.swift:201:1: warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
199 | // TODO: Use @retroactive once supported on Ubuntu (?)
200 | //extension ArraySlice: @retroactive Comparable where Element == UInt8 {
201 | extension ArraySlice: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
202 | public static func < (lhs: ArraySlice<UInt8>, rhs: ArraySlice<UInt8>) -> Bool {
203 | // public static func < (lhs: [UInt8], rhs: [UInt8]) -> Bool {
[40/62] Compiling SwiftSoup Tag.swift
[41/62] Compiling SwiftSoup TextNode.swift
[42/62] Compiling SwiftSoup Token.swift
[43/62] Compiling SwiftSoup TokenQueue.swift
[44/62] Compiling SwiftSoup Tokeniser.swift
[45/62] Compiling SwiftSoup TokeniserState.swift
[46/62] Compiling SwiftSoup TreeBuilder.swift
[47/62] Compiling SwiftSoup CombiningEvaluator.swift
[48/62] Compiling SwiftSoup Comment.swift
[49/62] Compiling SwiftSoup Connection.swift
[50/62] Compiling SwiftSoup CssSelector.swift
[51/62] Compiling SwiftSoup DataNode.swift
[52/62] Compiling SwiftSoup DataUtil.swift
[53/62] Compiling SwiftSoup Document.swift
[54/62] Compiling SwiftSoup DocumentType.swift
[55/62] Compiling SwiftSoup Element.swift
[56/62] Compiling SwiftSoup Elements.swift
[57/62] Compiling SwiftSoup Entities.swift
[58/62] Compiling SwiftSoup Evaluator.swift
[59/62] Compiling SwiftSoup Exception.swift
[60/62] Compiling SwiftSoup FormElement.swift
[61/62] Compiling SwiftSoup HtmlTreeBuilder.swift
[62/62] Compiling SwiftSoup HtmlTreeBuilderState.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
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/54] Compiling SwiftSoup CombiningEvaluator.swift
[3/54] Compiling SwiftSoup Comment.swift
[4/54] Compiling SwiftSoup Connection.swift
[5/54] Compiling SwiftSoup CssSelector.swift
[6/54] Compiling SwiftSoup DataNode.swift
[7/54] Compiling SwiftSoup DataUtil.swift
[8/54] Compiling SwiftSoup Document.swift
[9/54] Compiling SwiftSoup DocumentType.swift
[10/61] Emitting module SwiftSoup
/host/spi-builder-workspace/Sources/String.swift:73:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
71 | // TODO: Use @retroactive once supported on Ubuntu (?)
72 | //extension Array: @retroactive Comparable where Element == UInt8 {
73 | extension Array: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
74 | @inline(__always)
75 | public func lowercased() -> [UInt8] {
/host/spi-builder-workspace/Sources/String.swift:201:1: warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
199 | // TODO: Use @retroactive once supported on Ubuntu (?)
200 | //extension ArraySlice: @retroactive Comparable where Element == UInt8 {
201 | extension ArraySlice: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
202 | public static func < (lhs: ArraySlice<UInt8>, rhs: ArraySlice<UInt8>) -> Bool {
203 | // public static func < (lhs: [UInt8], rhs: [UInt8]) -> Bool {
[11/61] Compiling SwiftSoup Attribute.swift
[12/61] Compiling SwiftSoup Attributes.swift
[13/61] Compiling SwiftSoup BinarySearch.swift
[14/61] Compiling SwiftSoup BooleanAttribute.swift
[15/61] Compiling SwiftSoup CharacterExt.swift
[16/61] Compiling SwiftSoup CharacterReader.swift
[17/61] Compiling SwiftSoup Cleaner.swift
[18/61] Compiling SwiftSoup Collector.swift
[19/61] Compiling SwiftSoup SerializationException.swift
/host/spi-builder-workspace/Sources/String.swift:73:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
71 | // TODO: Use @retroactive once supported on Ubuntu (?)
72 | //extension Array: @retroactive Comparable where Element == UInt8 {
73 | extension Array: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
74 | @inline(__always)
75 | public func lowercased() -> [UInt8] {
/host/spi-builder-workspace/Sources/String.swift:201:1: warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
199 | // TODO: Use @retroactive once supported on Ubuntu (?)
200 | //extension ArraySlice: @retroactive Comparable where Element == UInt8 {
201 | extension ArraySlice: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
202 | public static func < (lhs: ArraySlice<UInt8>, rhs: ArraySlice<UInt8>) -> Bool {
203 | // public static func < (lhs: [UInt8], rhs: [UInt8]) -> Bool {
[20/61] Compiling SwiftSoup StreamReader.swift
/host/spi-builder-workspace/Sources/String.swift:73:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
71 | // TODO: Use @retroactive once supported on Ubuntu (?)
72 | //extension Array: @retroactive Comparable where Element == UInt8 {
73 | extension Array: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
74 | @inline(__always)
75 | public func lowercased() -> [UInt8] {
/host/spi-builder-workspace/Sources/String.swift:201:1: warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
199 | // TODO: Use @retroactive once supported on Ubuntu (?)
200 | //extension ArraySlice: @retroactive Comparable where Element == UInt8 {
201 | extension ArraySlice: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
202 | public static func < (lhs: ArraySlice<UInt8>, rhs: ArraySlice<UInt8>) -> Bool {
203 | // public static func < (lhs: [UInt8], rhs: [UInt8]) -> Bool {
[21/61] Compiling SwiftSoup String.swift
/host/spi-builder-workspace/Sources/String.swift:73:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
71 | // TODO: Use @retroactive once supported on Ubuntu (?)
72 | //extension Array: @retroactive Comparable where Element == UInt8 {
73 | extension Array: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
74 | @inline(__always)
75 | public func lowercased() -> [UInt8] {
/host/spi-builder-workspace/Sources/String.swift:201:1: warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
199 | // TODO: Use @retroactive once supported on Ubuntu (?)
200 | //extension ArraySlice: @retroactive Comparable where Element == UInt8 {
201 | extension ArraySlice: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
202 | public static func < (lhs: ArraySlice<UInt8>, rhs: ArraySlice<UInt8>) -> Bool {
203 | // public static func < (lhs: [UInt8], rhs: [UInt8]) -> Bool {
[22/61] Compiling SwiftSoup StringBuilder.swift
/host/spi-builder-workspace/Sources/String.swift:73:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
71 | // TODO: Use @retroactive once supported on Ubuntu (?)
72 | //extension Array: @retroactive Comparable where Element == UInt8 {
73 | extension Array: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
74 | @inline(__always)
75 | public func lowercased() -> [UInt8] {
/host/spi-builder-workspace/Sources/String.swift:201:1: warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
199 | // TODO: Use @retroactive once supported on Ubuntu (?)
200 | //extension ArraySlice: @retroactive Comparable where Element == UInt8 {
201 | extension ArraySlice: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
202 | public static func < (lhs: ArraySlice<UInt8>, rhs: ArraySlice<UInt8>) -> Bool {
203 | // public static func < (lhs: [UInt8], rhs: [UInt8]) -> Bool {
[23/61] Compiling SwiftSoup StringUtil.swift
/host/spi-builder-workspace/Sources/String.swift:73:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
71 | // TODO: Use @retroactive once supported on Ubuntu (?)
72 | //extension Array: @retroactive Comparable where Element == UInt8 {
73 | extension Array: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
74 | @inline(__always)
75 | public func lowercased() -> [UInt8] {
/host/spi-builder-workspace/Sources/String.swift:201:1: warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
199 | // TODO: Use @retroactive once supported on Ubuntu (?)
200 | //extension ArraySlice: @retroactive Comparable where Element == UInt8 {
201 | extension ArraySlice: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
202 | public static func < (lhs: ArraySlice<UInt8>, rhs: ArraySlice<UInt8>) -> Bool {
203 | // public static func < (lhs: [UInt8], rhs: [UInt8]) -> Bool {
[24/61] Compiling SwiftSoup StructuralEvaluator.swift
/host/spi-builder-workspace/Sources/String.swift:73:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
71 | // TODO: Use @retroactive once supported on Ubuntu (?)
72 | //extension Array: @retroactive Comparable where Element == UInt8 {
73 | extension Array: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
74 | @inline(__always)
75 | public func lowercased() -> [UInt8] {
/host/spi-builder-workspace/Sources/String.swift:201:1: warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
199 | // TODO: Use @retroactive once supported on Ubuntu (?)
200 | //extension ArraySlice: @retroactive Comparable where Element == UInt8 {
201 | extension ArraySlice: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
202 | public static func < (lhs: ArraySlice<UInt8>, rhs: ArraySlice<UInt8>) -> Bool {
203 | // public static func < (lhs: [UInt8], rhs: [UInt8]) -> Bool {
[25/61] Compiling SwiftSoup SwiftSoup.swift
/host/spi-builder-workspace/Sources/String.swift:73:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
71 | // TODO: Use @retroactive once supported on Ubuntu (?)
72 | //extension Array: @retroactive Comparable where Element == UInt8 {
73 | extension Array: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
74 | @inline(__always)
75 | public func lowercased() -> [UInt8] {
/host/spi-builder-workspace/Sources/String.swift:201:1: warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
199 | // TODO: Use @retroactive once supported on Ubuntu (?)
200 | //extension ArraySlice: @retroactive Comparable where Element == UInt8 {
201 | extension ArraySlice: Comparable where Element == UInt8 {
| |- warning: extension declares a conformance of imported type 'ArraySlice' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
202 | public static func < (lhs: ArraySlice<UInt8>, rhs: ArraySlice<UInt8>) -> Bool {
203 | // public static func < (lhs: [UInt8], rhs: [UInt8]) -> Bool {
[26/61] Compiling SwiftSoup Tag.swift
[27/61] Compiling SwiftSoup TextNode.swift
[28/61] Compiling SwiftSoup Token.swift
[29/61] Compiling SwiftSoup TokenQueue.swift
[30/61] Compiling SwiftSoup Tokeniser.swift
[31/61] Compiling SwiftSoup TokeniserState.swift
[32/61] Compiling SwiftSoup TreeBuilder.swift
[33/61] Compiling SwiftSoup ParseError.swift
[34/61] Compiling SwiftSoup ParseErrorList.swift
[35/61] Compiling SwiftSoup ParseSettings.swift
[36/61] Compiling SwiftSoup Parser.swift
[37/61] Compiling SwiftSoup ParsingStrings.swift
[38/61] Compiling SwiftSoup Pattern.swift
[39/61] Compiling SwiftSoup QueryParser.swift
[40/61] Compiling SwiftSoup UTF8Arrays.swift
[41/61] Compiling SwiftSoup UnfairLock.swift
[42/61] Compiling SwiftSoup UnicodeScalar.swift
[43/61] Compiling SwiftSoup Validate.swift
[44/61] Compiling SwiftSoup Whitelist.swift
[45/61] Compiling SwiftSoup XmlDeclaration.swift
[46/61] Compiling SwiftSoup XmlTreeBuilder.swift
[47/61] Compiling SwiftSoup Element.swift
[48/61] Compiling SwiftSoup Elements.swift
[49/61] Compiling SwiftSoup Entities.swift
[50/61] Compiling SwiftSoup Evaluator.swift
[51/61] Compiling SwiftSoup Exception.swift
[52/61] Compiling SwiftSoup FormElement.swift
[53/61] Compiling SwiftSoup HtmlTreeBuilder.swift
[54/61] Compiling SwiftSoup HtmlTreeBuilderState.swift
[55/61] Compiling SwiftSoup HttpStatusException.swift
/host/spi-builder-workspace/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 | deinit {
41 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
42 | }
43 |
/host/spi-builder-workspace/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 | func lock() {
45 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
46 | }
47 |
/host/spi-builder-workspace/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 | func unlock() {
49 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
50 | }
51 | #endif
[56/61] Compiling SwiftSoup Mutex.swift
/host/spi-builder-workspace/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 | deinit {
41 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
42 | }
43 |
/host/spi-builder-workspace/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 | func lock() {
45 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
46 | }
47 |
/host/spi-builder-workspace/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 | func unlock() {
49 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
50 | }
51 | #endif
[57/61] Compiling SwiftSoup MutexLock.swift
/host/spi-builder-workspace/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 | deinit {
41 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
42 | }
43 |
/host/spi-builder-workspace/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 | func lock() {
45 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
46 | }
47 |
/host/spi-builder-workspace/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 | func unlock() {
49 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
50 | }
51 | #endif
[58/61] Compiling SwiftSoup Node.swift
/host/spi-builder-workspace/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 | deinit {
41 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
42 | }
43 |
/host/spi-builder-workspace/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 | func lock() {
45 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
46 | }
47 |
/host/spi-builder-workspace/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 | func unlock() {
49 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
50 | }
51 | #endif
[59/61] Compiling SwiftSoup NodeTraversor.swift
/host/spi-builder-workspace/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 | deinit {
41 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
42 | }
43 |
/host/spi-builder-workspace/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 | func lock() {
45 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
46 | }
47 |
/host/spi-builder-workspace/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 | func unlock() {
49 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
50 | }
51 | #endif
[60/61] Compiling SwiftSoup NodeVisitor.swift
/host/spi-builder-workspace/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 | deinit {
41 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
42 | }
43 |
/host/spi-builder-workspace/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 | func lock() {
45 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
46 | }
47 |
/host/spi-builder-workspace/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 | func unlock() {
49 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
50 | }
51 | #endif
[61/61] Compiling SwiftSoup OrderedSet.swift
/host/spi-builder-workspace/Sources/Mutex.swift:37:9: error: cannot find 'pthread_mutex_init' in scope
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: cannot find 'pthread_mutex_init' in scope
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:37:36: error: 'nil' requires a contextual type
35 |
36 | init() {
37 | pthread_mutex_init(&mutex, nil)
| `- error: 'nil' requires a contextual type
38 | }
39 |
/host/spi-builder-workspace/Sources/Mutex.swift:41:9: error: cannot find 'pthread_mutex_destroy' in scope
39 |
40 | deinit {
41 | pthread_mutex_destroy(&mutex)
| `- error: cannot find 'pthread_mutex_destroy' in scope
42 | }
43 |
/host/spi-builder-workspace/Sources/Mutex.swift:45:9: error: cannot find 'pthread_mutex_lock' in scope
43 |
44 | func lock() {
45 | pthread_mutex_lock(&mutex)
| `- error: cannot find 'pthread_mutex_lock' in scope
46 | }
47 |
/host/spi-builder-workspace/Sources/Mutex.swift:49:9: error: cannot find 'pthread_mutex_unlock' in scope
47 |
48 | func unlock() {
49 | pthread_mutex_unlock(&mutex)
| `- error: cannot find 'pthread_mutex_unlock' in scope
50 | }
51 | #endif
BUILD FAILURE 6.1 wasm