The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Slab, reference develop (cddcfa), with Swift 6.1 for Wasm on 28 May 2025 02:30:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/ptrkstr/Slab.git
Reference: develop
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/ptrkstr/Slab
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at cddcfa9 Update readme
Cloned https://github.com/ptrkstr/Slab.git
Revision (git rev-parse @):
cddcfa99626ec372f31f935b85103aaf8769f4ca
SUCCESS checkout https://github.com/ptrkstr/Slab.git at develop
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ptrkstr/Slab.git
https://github.com/ptrkstr/Slab.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftsoup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "Slab",
  "name" : "Slab",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Slab",
      "targets" : [
        "Slab"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SlabTests",
      "module_type" : "SwiftTarget",
      "name" : "SlabTests",
      "path" : "Tests/SlabTests",
      "sources" : [
        "SlabTests.swift"
      ],
      "target_dependencies" : [
        "Slab"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Slab",
      "module_type" : "SwiftTarget",
      "name" : "Slab",
      "path" : "Sources/Slab",
      "product_dependencies" : [
        "SwiftSoup",
        "Collections"
      ],
      "product_memberships" : [
        "Slab"
      ],
      "sources" : [
        "Configuration.swift",
        "Slab.swift",
        "SlabError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
Fetching https://github.com/apple/swift-collections.git
[1/3908] Fetching swiftsoup
[2503/20499] Fetching swiftsoup, swift-collections
Fetched https://github.com/scinfu/SwiftSoup from cache (1.46s)
Fetched https://github.com/apple/swift-collections.git from cache (1.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.83s)
Computing version for https://github.com/scinfu/SwiftSoup
Computed https://github.com/scinfu/SwiftSoup at 2.8.7 (0.51s)
Creating working copy for https://github.com/scinfu/SwiftSoup
Working copy of https://github.com/scinfu/SwiftSoup resolved at 2.8.7
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/79] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/80] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[14/80] Compiling SwiftSoup Collector.swift
[15/80] Compiling SwiftSoup CombiningEvaluator.swift
[16/80] Emitting module InternalCollectionsUtilities
[17/80] Compiling SwiftSoup Comment.swift
[18/80] Compiling SwiftSoup Connection.swift
[19/80] Compiling SwiftSoup Elements.swift
[20/80] Compiling SwiftSoup Entities.swift
[21/80] Compiling SwiftSoup CssSelector.swift
[22/80] Compiling SwiftSoup DataNode.swift
[23/80] Compiling SwiftSoup DocumentType.swift
[24/80] Compiling SwiftSoup Element.swift
[25/80] Compiling SwiftSoup DataUtil.swift
[26/80] Compiling SwiftSoup Document.swift
[28/138] Emitting module SwiftSoup
[29/294] Compiling HashTreeCollections _HashNode+Storage.swift
[30/294] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[31/311] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[32/364] Compiling HeapModule Heap+Descriptions.swift
[33/364] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[34/364] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[35/364] Compiling HeapModule _HeapNode.swift
[36/364] Emitting module HeapModule
[37/364] Compiling HeapModule Heap.swift
[38/364] Compiling BitCollections BitArray+Copy.swift
[39/364] Compiling BitCollections BitArray+CustomReflectable.swift
[40/364] Compiling BitCollections BitArray+Descriptions.swift
[41/364] Compiling BitCollections BitArray+Equatable.swift
[42/364] Compiling HeapModule Heap+UnsafeHandle.swift
[43/364] Compiling HeapModule Heap+Invariants.swift
[45/365] Compiling HashTreeCollections TreeSet+Hashable.swift
[46/365] Compiling HashTreeCollections TreeSet+Sendable.swift
[47/365] Compiling HashTreeCollections TreeSet+Sequence.swift
[48/365] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[49/365] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[50/365] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[51/365] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[52/365] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[53/365] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[54/365] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[55/375] Compiling BitCollections BitArray+Invariants.swift
[56/375] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[57/375] Compiling BitCollections BitArray+RandomBits.swift
[58/375] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[59/375] Compiling BitCollections BitArray+Shifts.swift
[60/375] Compiling BitCollections BitArray+Testing.swift
[61/375] Compiling BitCollections BitArray._UnsafeHandle.swift
[62/375] Compiling BitCollections BitArray.swift
[63/375] Compiling BitCollections BitSet+BidirectionalCollection.swift
[64/375] Compiling BitCollections BitSet+Codable.swift
[65/382] Compiling BitCollections BitArray+Hashable.swift
[66/382] Compiling BitCollections BitArray+Initializers.swift
[67/382] Compiling BitCollections BitArray+Extras.swift
[68/382] Compiling BitCollections BitArray+Fill.swift
[69/382] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[70/382] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[71/382] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[72/382] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[73/382] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[74/382] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[75/382] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[76/382] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[77/382] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[78/382] Compiling BitCollections BitSet+SetAlgebra union.swift
[79/382] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[80/382] Compiling BitCollections BitSet.Counted.swift
[81/382] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[82/382] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[83/382] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[97/382] Compiling BitCollections BitSet+CustomReflectable.swift
[98/382] Compiling BitCollections BitSet+CustomStringConvertible.swift
[99/382] Compiling BitCollections BitSet+Equatable.swift
[100/382] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[101/382] Compiling BitCollections BitSet+Extras.swift
[102/382] Compiling BitCollections BitSet+Hashable.swift
[103/382] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[104/382] Compiling BitCollections BitSet+Initializers.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
[105/382] Compiling BitCollections BitSet+Invariants.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
[106/382] Compiling BitCollections BitSet+Random.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
[107/382] Compiling BitCollections BitSet+SetAlgebra basics.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
[108/382] Compiling BitCollections BitSet+SetAlgebra conformance.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
[109/382] Compiling BitCollections BitSet+SetAlgebra formIntersection.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
[110/382] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.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
[111/382] Compiling BitCollections BitSet+CustomDebugStringConvertible.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
[112/382] Compiling BitCollections BitArray+BitwiseOperations.swift
[113/382] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[151/389] Compiling BitCollections Range+Utilities.swift
[152/389] Compiling BitCollections Slice+Utilities.swift
[153/389] Compiling BitCollections UInt+Tricks.swift
[154/389] Compiling BitCollections _Word.swift
[155/389] Compiling OrderedCollections OrderedSet.swift
[156/389] Compiling OrderedCollections _UnsafeBitset.swift
[157/389] Compiling HashTreeCollections TreeSet+Equatable.swift
[158/389] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[159/389] Compiling HashTreeCollections TreeSet+Extras.swift
[160/389] Compiling HashTreeCollections TreeSet+Filter.swift
[169/389] Emitting module BitCollections
[178/389] Compiling BitCollections BitSet.Index.swift
[179/389] Compiling BitCollections BitSet._UnsafeHandle.swift
[180/389] Compiling BitCollections BitSet.swift
[188/389] Emitting module DequeModule
[190/390] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[191/390] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[192/390] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[193/390] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[194/390] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[195/390] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[196/390] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[197/390] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[198/390] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[199/390] Compiling HashTreeCollections TreeSet.swift
[202/390] Compiling BitCollections BitArray+Codable.swift
[203/390] Compiling BitCollections BitArray+Collection.swift
[277/399] Emitting module OrderedCollections
[329/401] Emitting module _RopeModule
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/69] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[3/69] Compiling InternalCollectionsUtilities UInt+reversed.swift
[4/70] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/70] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[6/70] Compiling InternalCollectionsUtilities Debugging.swift
[7/70] Compiling InternalCollectionsUtilities Descriptions.swift
[8/70] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[9/70] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[10/70] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[11/70] Compiling InternalCollectionsUtilities Integer rank.swift
[12/70] Emitting module InternalCollectionsUtilities
[13/70] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[14/70] Compiling InternalCollectionsUtilities _SortedCollection.swift
[15/70] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[16/70] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[26/299] Compiling HeapModule Heap+Descriptions.swift
[27/352] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[28/352] Compiling HeapModule Heap+Invariants.swift
[29/352] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[30/352] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[31/354] Compiling BitCollections BitArray.swift
[32/354] Compiling BitCollections BitSet+BidirectionalCollection.swift
[33/354] Compiling HeapModule _HeapNode.swift
[34/354] Compiling HeapModule Heap.swift
[35/354] Emitting module HeapModule
[36/354] Emitting module SwiftSoup
[37/354] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[38/354] Compiling BitCollections BitArray+RandomBits.swift
[39/354] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[40/354] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[41/354] Compiling BitCollections BitSet+Random.swift
[42/354] Compiling BitCollections BitSet+SetAlgebra basics.swift
[43/354] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[44/354] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[45/354] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[46/354] Compiling HashTreeCollections TreeSet+Extras.swift
[47/354] Compiling HashTreeCollections TreeSet+Filter.swift
[48/361] Compiling DequeModule _DequeSlot.swift
[49/361] Compiling DequeModule _UnsafeWrappedBuffer.swift
[50/361] Compiling HeapModule Heap+UnsafeHandle.swift
[52/362] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[53/362] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[54/362] Compiling BitCollections BitSet+SetAlgebra union.swift
[55/362] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[56/362] Compiling BitCollections BitSet.Counted.swift
[57/362] Compiling BitCollections BitSet+Initializers.swift
[58/362] Compiling BitCollections BitSet+Invariants.swift
[59/362] Compiling OrderedCollections OrderedSet+Sendable.swift
[60/362] Compiling OrderedCollections OrderedSet+SubSequence.swift
[61/362] Compiling OrderedCollections OrderedSet+Testing.swift
[62/362] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[63/362] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[64/362] Compiling OrderedCollections OrderedSet.swift
[65/362] Compiling OrderedCollections _UnsafeBitset.swift
[66/362] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[67/362] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[68/362] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[69/372] Emitting module BitCollections
[70/379] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[71/379] Compiling BitCollections BitArray+Shifts.swift
[72/379] Compiling BitCollections BitArray+Testing.swift
[73/379] Compiling BitCollections BitArray._UnsafeHandle.swift
[77/379] Compiling BitCollections BitArray+BitwiseOperations.swift
[78/379] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[79/379] Compiling BitCollections BitArray+Codable.swift
[80/379] Compiling BitCollections BitArray+Collection.swift
[81/379] Compiling BitCollections BitArray+Copy.swift
[82/379] Compiling BitCollections BitArray+CustomReflectable.swift
[83/379] Compiling BitCollections BitArray+Descriptions.swift
[84/379] Compiling BitCollections BitArray+Equatable.swift
[86/379] Compiling BitCollections BitSet+CustomReflectable.swift
[87/379] Compiling BitCollections BitSet+CustomStringConvertible.swift
[88/379] Compiling BitCollections BitSet+Equatable.swift
[89/379] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[90/379] Compiling BitCollections BitSet+Extras.swift
[91/379] Compiling BitCollections BitSet+Hashable.swift
[96/379] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[97/379] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[120/379] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[121/379] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[122/379] Compiling BitCollections BitArray+Extras.swift
[123/379] Compiling BitCollections BitArray+Fill.swift
[124/379] Compiling BitCollections BitArray+Hashable.swift
[125/379] Compiling BitCollections BitArray+Initializers.swift
[126/379] Compiling BitCollections BitArray+Invariants.swift
[127/379] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[128/379] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[129/379] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[149/379] Compiling BitCollections BitSet.Index.swift
[150/379] Compiling BitCollections BitSet._UnsafeHandle.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
[195/379] Emitting module DequeModule
[206/380] Compiling BitCollections BitSet.swift
[207/380] Compiling BitCollections Range+Utilities.swift
[208/380] Compiling BitCollections Slice+Utilities.swift
[209/380] Compiling BitCollections UInt+Tricks.swift
[210/380] Compiling BitCollections _Word.swift
[211/380] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[212/380] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[213/380] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[214/380] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[215/380] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[216/380] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[217/380] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[218/380] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[219/380] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[220/380] Compiling HashTreeCollections TreeSet.swift
[236/380] Emitting module OrderedCollections
BUILD FAILURE 6.1 wasm