Build Information
Failed to build swift-utils, reference v4.6.2 (562ead
), with Swift 6.1 for Wasm on 30 May 2025 09:36:03 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fwcd/swift-utils.git
Reference: v4.6.2
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/fwcd/swift-utils
* tag v4.6.2 -> FETCH_HEAD
HEAD is now at 562ead6 Add FibonacciSequence
Cloned https://github.com/fwcd/swift-utils.git
Revision (git rev-parse @):
562ead64965e2b314398eecfe98df3aadd94fc7a
SUCCESS checkout https://github.com/fwcd/swift-utils.git at v4.6.2
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/fwcd/swift-utils.git
https://github.com/fwcd/swift-utils.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
},
{
"identity" : "swiftsoup",
"requirement" : {
"range" : [
{
"lower_bound" : "2.7.5",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/scinfu/SwiftSoup.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "xmlcoder",
"requirement" : {
"range" : [
{
"lower_bound" : "0.17.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/MaxDesiatov/XMLCoder.git"
}
],
"manifest_display_name" : "swift-utils",
"name" : "swift-utils",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Utils",
"targets" : [
"Utils"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UtilsTests",
"module_type" : "SwiftTarget",
"name" : "UtilsTests",
"path" : "Tests/UtilsTests",
"sources" : [
"Collections/AvlTreeTests.swift",
"Collections/BiDictionaryTests.swift",
"Collections/BinaryHeapTests.swift",
"Collections/BitArrayTests.swift",
"Collections/CircularArrayTests.swift",
"Collections/CollectionUtilsTests.swift",
"Collections/StablePriorityQueueTests.swift",
"Extensions/AsyncExtensionsTests.swift",
"Extensions/StringExtensionsTests.swift",
"Numerics/ComplexTests.swift",
"Numerics/FibonacciSequenceTests.swift",
"Numerics/Mat2Tests.swift",
"Numerics/MathUtilsTests.swift",
"Numerics/MatrixTests.swift",
"Numerics/NDArrayTests.swift",
"Numerics/RationalTests.swift",
"Parsing/TokenIteratorTests.swift",
"Processes/ShellTests.swift"
],
"target_dependencies" : [
"Utils"
],
"type" : "test"
},
{
"c99name" : "Utils",
"module_type" : "SwiftTarget",
"name" : "Utils",
"path" : "Sources/Utils",
"product_dependencies" : [
"Logging",
"SwiftSoup",
"XMLCoder"
],
"product_memberships" : [
"Utils"
],
"sources" : [
"Asynchrony/Promise.swift",
"Asynchrony/PromiseUtils.swift",
"Collections/ArrayUtils.swift",
"Collections/AvlTree.swift",
"Collections/BiDictionary.swift",
"Collections/BinaryHeap.swift",
"Collections/BitArray.swift",
"Collections/CircularArray.swift",
"Collections/ExpiringList.swift",
"Collections/FixedArray.swift",
"Collections/LazyDictionary.swift",
"Collections/PriorityQueue.swift",
"Collections/SearchTree.swift",
"Collections/StablePriorityQueue.swift",
"Concurrency/UncheckedSendable.swift",
"Extensions/Array+Extensions.swift",
"Extensions/ChoiceOf+Extensions.swift",
"Extensions/Collection+Extensions.swift",
"Extensions/Dictionary+Extensions.swift",
"Extensions/Optional+Extensions.swift",
"Extensions/RandomAccessCollection+Extensions.swift",
"Extensions/Result+Extensions.swift",
"Extensions/Sequence+Extensions.swift",
"Extensions/StringProtocol+Extensions.swift",
"Extensions/TimeInterval+Extensions.swift",
"Filesystem/TemporaryDirectory.swift",
"Filesystem/TemporaryFile.swift",
"Iterators/PeekableIterator.swift",
"Metaprogramming/ConstBoolTypes.swift",
"Metaprogramming/ConstIntTypes.swift",
"Misc/AsyncRunnable.swift",
"Misc/CompareUtils.swift",
"Misc/DefaultInitializable.swift",
"Misc/DiskFileError.swift",
"Misc/KeyParameterizable.swift",
"Misc/Runnable.swift",
"Misc/Startable.swift",
"Misc/StringBuilder.swift",
"Misc/StringEnum.swift",
"Misc/UnionStringEnum.swift",
"Networking/AddressUtils.swift",
"Networking/NetworkError.swift",
"Numerics/Axis.swift",
"Numerics/Complex.swift",
"Numerics/Direction.swift",
"Numerics/FibonacciSequence.swift",
"Numerics/Mat2.swift",
"Numerics/MathUtils.swift",
"Numerics/Matrix.swift",
"Numerics/NDArray.swift",
"Numerics/NDArrayError.swift",
"Numerics/NDArrayParser.swift",
"Numerics/NDArrayParserError.swift",
"Numerics/Rational.swift",
"Numerics/Vec2.swift",
"Numerics/Vector.swift",
"Operations/Absolutable.swift",
"Operations/Addable.swift",
"Operations/AnyAsyncBijection.swift",
"Operations/AnyBijection.swift",
"Operations/AsyncBijection.swift",
"Operations/Bijection.swift",
"Operations/ComposedAsyncBijection.swift",
"Operations/ComposedBijection.swift",
"Operations/Divisible.swift",
"Operations/IdentityBijection.swift",
"Operations/IntExpressibleAlgebraicField.swift",
"Operations/InverseAsyncBijection.swift",
"Operations/InverseBijection.swift",
"Operations/Magnitudable.swift",
"Operations/Multipliable.swift",
"Operations/Negatable.swift",
"Operations/Remainderable.swift",
"Operations/Scaling.swift",
"Operations/Subtractable.swift",
"Operations/Translation.swift",
"Operations/UnsignedConvertible.swift",
"Parsing/LegacyRegex.swift",
"Parsing/TokenIterator.swift",
"Processes/NodePackage.swift",
"Processes/Shell.swift",
"Ranges/LowBoundedIntRange.swift",
"Ranges/RangeUtils.swift",
"Scheduling/RepeatingTimer.swift",
"Scheduling/TimerContext.swift",
"Serialization/AnyCodable.swift",
"Serialization/AnyCodingKey.swift",
"Serialization/AutoSerializing.swift",
"Serialization/DiskJsonSerializer.swift",
"Serialization/EncodeError.swift",
"Statistics/Averager.swift",
"Statistics/CustomDiscreteDistribution.swift",
"Statistics/Distribution.swift",
"Synchronization/MutexLock.swift",
"Synchronization/Synchronized.swift",
"Time/Time.swift",
"Web/DocumentToMarkdownConverter.swift",
"Web/HTTPRequest.swift",
"Wrappers/AsyncLazyExpiring.swift",
"Wrappers/Binding.swift",
"Wrappers/Box.swift",
"Wrappers/Expiring.swift",
"Wrappers/Lazy.swift",
"Wrappers/PhantomWrapped.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
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 -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/apple/swift-docc-plugin.git
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/MaxDesiatov/XMLCoder.git
[1/2049] Fetching swift-docc-plugin
[227/5957] Fetching swift-docc-plugin, swiftsoup
[345/9793] Fetching swift-docc-plugin, swiftsoup, swift-log
[2032/19804] Fetching swift-docc-plugin, swiftsoup, swift-log, xmlcoder
Fetched https://github.com/MaxDesiatov/XMLCoder.git from cache (4.18s)
Fetched https://github.com/apple/swift-log.git from cache (4.63s)
Fetched https://github.com/apple/swift-docc-plugin.git from cache (4.63s)
Fetched https://github.com/scinfu/SwiftSoup.git from cache (4.63s)
Computing version for https://github.com/MaxDesiatov/XMLCoder.git
Computed https://github.com/MaxDesiatov/XMLCoder.git at 0.17.1 (19.17s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.02s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.3 (1.56s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.48s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.27s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.8.7 (1.00s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.8.7
Creating working copy for https://github.com/MaxDesiatov/XMLCoder.git
Working copy of https://github.com/MaxDesiatov/XMLCoder.git resolved at 0.17.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/111] Emitting module XMLCoder
[9/117] Compiling SwiftSoup ArrayExt.swift
[10/117] Compiling SwiftSoup Attribute.swift
[11/117] Compiling SwiftSoup Attributes.swift
[12/117] Compiling SwiftSoup BinarySearch.swift
[13/117] Compiling SwiftSoup BooleanAttribute.swift
[14/117] Compiling SwiftSoup CharacterExt.swift
[15/117] Compiling SwiftSoup CharacterReader.swift
[16/117] Compiling Logging MetadataProvider.swift
[17/117] Compiling Logging LogHandler.swift
[18/117] Emitting module Logging
[19/117] Compiling Logging Locks.swift
[20/117] Compiling Logging Logging.swift
[22/118] Emitting module SwiftSoup
[23/125] Compiling SwiftSoup Cleaner.swift
[24/125] Compiling SwiftSoup Collector.swift
[25/125] Compiling SwiftSoup CombiningEvaluator.swift
[26/125] Compiling SwiftSoup Comment.swift
[27/125] Compiling SwiftSoup Connection.swift
[28/125] Compiling SwiftSoup CssSelector.swift
[29/125] Compiling SwiftSoup DataNode.swift
[36/125] Compiling SwiftSoup DataUtil.swift
[37/125] Compiling SwiftSoup Document.swift
[38/125] 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
[39/125] 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
[40/125] 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
[41/125] 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
[42/125] 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
[43/125] 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
[44/125] 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
[45/125] 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
[52/125] Compiling SwiftSoup SimpleDictionary.swift
[53/125] Compiling SwiftSoup StreamReader.swift
[54/125] Compiling SwiftSoup String.swift
[55/125] Compiling SwiftSoup StringBuilder.swift
[56/125] Compiling SwiftSoup StringUtil.swift
[57/125] Compiling SwiftSoup StructuralEvaluator.swift
[58/125] Compiling XMLCoder XMLEncoder.swift
[59/125] Compiling XMLCoder XMLEncoderImplementation.swift
[60/125] Compiling XMLCoder XMLEncodingStorage.swift
[61/125] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[62/125] Compiling XMLCoder XMLReferencingEncoder.swift
[63/125] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[66/125] Compiling SwiftSoup DocumentType.swift
[67/125] Compiling SwiftSoup Element.swift
[68/125] Compiling SwiftSoup Elements.swift
[69/125] Compiling SwiftSoup Entities.swift
[70/125] Compiling SwiftSoup SwiftSoup.swift
[71/125] Compiling SwiftSoup ParseErrorList.swift
[72/125] Compiling SwiftSoup ParseSettings.swift
[73/125] Compiling SwiftSoup Parser.swift
[74/125] Compiling SwiftSoup ParsingStrings.swift
[75/125] Compiling SwiftSoup Pattern.swift
[76/125] Compiling SwiftSoup Evaluator.swift
[77/125] Compiling SwiftSoup Exception.swift
[78/125] Compiling SwiftSoup FormElement.swift
[79/125] Compiling SwiftSoup HtmlTreeBuilder.swift
[86/126] Compiling SwiftSoup Tokeniser.swift
[87/126] Compiling SwiftSoup TokeniserState.swift
[88/126] Compiling SwiftSoup TreeBuilder.swift
[104/126] Compiling SwiftSoup UTF8Arrays.swift
[105/126] Compiling SwiftSoup UnfairLock.swift
[106/126] Compiling SwiftSoup UnicodeScalar.swift
[107/126] Compiling SwiftSoup Validate.swift
[108/126] Compiling SwiftSoup Whitelist.swift
[109/126] Compiling SwiftSoup XmlDeclaration.swift
[110/126] Compiling SwiftSoup XmlTreeBuilder.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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/107] Compiling Logging MetadataProvider.swift
[5/107] Compiling Logging Locks.swift
[6/107] Emitting module XMLCoder
[7/113] Compiling XMLCoder Attribute.swift
[8/113] Compiling XMLCoder BoolBox.swift
[9/113] Compiling XMLCoder Box.swift
[10/113] Compiling XMLCoder ChoiceBox.swift
[11/113] Compiling XMLCoder DataBox.swift
[12/113] Compiling XMLCoder DateBox.swift
[13/113] Compiling XMLCoder DecimalBox.swift
[14/113] Compiling XMLCoder DoubleBox.swift
[15/113] Compiling XMLCoder FloatBox.swift
[16/113] Compiling XMLCoder IntBox.swift
[17/113] Compiling XMLCoder KeyedBox.swift
[18/113] Compiling XMLCoder NullBox.swift
[19/113] Compiling XMLCoder SharedBox.swift
[20/113] Compiling XMLCoder SingleKeyedBox.swift
[21/113] Compiling Logging LogHandler.swift
[22/113] Compiling Logging Logging.swift
[23/113] Emitting module Logging
[24/114] Compiling XMLCoder ElementAndAttribute.swift
[25/114] Compiling XMLCoder ISO8601DateFormatter.swift
[26/114] Compiling XMLCoder KeyedStorage.swift
[27/114] Compiling XMLCoder Metatypes.swift
[28/114] Compiling XMLCoder String+Extensions.swift
[29/114] Compiling XMLCoder XMLChoiceCodingKey.swift
[30/114] Compiling XMLCoder XMLCoderElement.swift
[31/114] Compiling XMLCoder XMLDocumentType.swift
[32/114] Compiling XMLCoder XMLHeader.swift
[33/114] Compiling XMLCoder XMLKey.swift
[34/114] Compiling XMLCoder XMLStackParser.swift
[35/114] Compiling XMLCoder DecodingErrorExtension.swift
[36/114] Compiling XMLCoder StringBox.swift
[37/114] Compiling XMLCoder UIntBox.swift
[38/114] Compiling XMLCoder URLBox.swift
[39/114] Compiling XMLCoder UnkeyedBox.swift
[40/114] Compiling XMLCoder ValueBox.swift
[41/114] Compiling XMLCoder Element.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
/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
/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
/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
/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
/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
/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
/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
[51/121] Compiling XMLCoder DynamicNodeDecoding.swift
[52/121] Compiling XMLCoder SingleValueDecodingContainer.swift
[53/121] Compiling XMLCoder XMLChoiceDecodingContainer.swift
[54/121] Compiling XMLCoder XMLDecoder.swift
[55/121] Compiling XMLCoder XMLDecoderImplementation.swift
[56/121] Compiling XMLCoder XMLDecodingStorage.swift
[57/121] Compiling XMLCoder XMLKeyedDecodingContainer.swift
[59/121] Compiling XMLCoder XMLUnkeyedDecodingContainer.swift
[60/121] Compiling XMLCoder DynamicNodeEncoding.swift
[61/121] Compiling XMLCoder EncodingErrorExtension.swift
[62/121] Compiling XMLCoder SingleValueEncodingContainer.swift
[63/121] Compiling XMLCoder XMLChoiceEncodingContainer.swift
[78/121] Emitting module SwiftSoup
[79/121] Compiling XMLCoder XMLEncoder.swift
[80/121] Compiling XMLCoder XMLEncoderImplementation.swift
[81/121] Compiling XMLCoder XMLEncodingStorage.swift
[82/121] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[83/121] Compiling XMLCoder XMLReferencingEncoder.swift
[84/121] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[97/122] Compiling SwiftSoup Tokeniser.swift
[98/122] Compiling SwiftSoup TokeniserState.swift
[99/122] Compiling SwiftSoup TreeBuilder.swift
[100/122] Compiling SwiftSoup UTF8Arrays.swift
[101/122] Compiling SwiftSoup UnfairLock.swift
[102/122] Compiling SwiftSoup UnicodeScalar.swift
[103/122] Compiling SwiftSoup Validate.swift
[104/122] Compiling SwiftSoup Whitelist.swift
[105/122] Compiling SwiftSoup XmlDeclaration.swift
[106/122] Compiling SwiftSoup XmlTreeBuilder.swift
BUILD FAILURE 6.1 wasm