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 1.0.7 (6da22a), with Swift 6.1 for Wasm on 28 May 2025 02:32:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ptrkstr/Slab.git
Reference: 1.0.7
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
 * tag               1.0.7      -> FETCH_HEAD
HEAD is now at 6da22ae Add localized descriptions
Cloned https://github.com/ptrkstr/Slab.git
Revision (git rev-parse @):
6da22ae415e93017ed345e6fc3eadcc4c4c3a4f0
SUCCESS checkout https://github.com/ptrkstr/Slab.git at 1.0.7
========================================
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/scinfu/SwiftSoup
Fetching https://github.com/apple/swift-collections.git
[1/3908] Fetching swiftsoup
[1057/20499] Fetching swiftsoup, swift-collections
Fetched https://github.com/scinfu/SwiftSoup from cache (1.76s)
Fetched https://github.com/apple/swift-collections.git from cache (1.80s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (5.11s)
Computing version for https://github.com/scinfu/SwiftSoup
Computed https://github.com/scinfu/SwiftSoup at 2.8.7 (0.87s)
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] Emitting module InternalCollectionsUtilities
[13/80] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[14/80] Compiling SwiftSoup Parser.swift
[15/80] Compiling SwiftSoup ParsingStrings.swift
[16/80] Compiling SwiftSoup Attribute.swift
[17/80] Compiling SwiftSoup Attributes.swift
[18/80] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[19/80] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[20/80] Compiling SwiftSoup ArrayExt.swift
[21/80] Compiling SwiftSoup Pattern.swift
[22/80] Compiling SwiftSoup QueryParser.swift
[23/80] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[24/80] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[25/80] Compiling SwiftSoup ParseErrorList.swift
[26/80] Compiling SwiftSoup ParseSettings.swift
[28/95] Compiling HeapModule Heap+Invariants.swift
[29/101] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[30/355] Compiling HeapModule Heap+Descriptions.swift
[31/355] Compiling OrderedCollections _HashTable+Testing.swift
[32/355] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[33/357] Compiling HeapModule _HeapNode.swift
[34/357] Compiling HeapModule Heap.swift
[35/357] Emitting module HeapModule
[36/357] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[37/357] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[38/357] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[39/357] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[40/357] Compiling HeapModule Heap+UnsafeHandle.swift
[41/358] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[42/358] Compiling OrderedCollections OrderedDictionary+Values.swift
[43/358] Compiling OrderedCollections _HashTable+Constants.swift
[44/358] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[45/358] Compiling OrderedCollections _HashTable+Bucket.swift
[46/358] Compiling OrderedCollections _HashTable+BucketIterator.swift
[48/358] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[49/358] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[50/358] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[51/358] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[52/358] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[53/358] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[54/358] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[55/365] Compiling DequeModule _DequeSlot.swift
[56/365] Compiling DequeModule _UnsafeWrappedBuffer.swift
[57/365] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[58/365] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[59/365] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[60/365] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[61/365] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[62/365] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[63/365] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[64/365] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[65/365] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[79/372] Compiling OrderedCollections OrderedDictionary.swift
[80/372] Compiling OrderedCollections OrderedSet+Codable.swift
[81/372] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[82/372] Compiling OrderedCollections OrderedSet+Descriptions.swift
[83/372] Compiling OrderedCollections OrderedSet+Diffing.swift
[84/372] Compiling OrderedCollections OrderedSet+Equatable.swift
[85/372] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[86/372] Compiling OrderedCollections OrderedSet+Hashable.swift
[87/372] Compiling OrderedCollections OrderedSet+Initializers.swift
[88/372] Compiling OrderedCollections OrderedSet+Insertions.swift
[89/372] Compiling OrderedCollections OrderedSet+Invariants.swift
[90/372] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[91/372] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[92/372] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[93/372] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[94/372] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[109/379] Compiling BitCollections Range+Utilities.swift
[110/379] Compiling BitCollections Slice+Utilities.swift
[111/379] Compiling BitCollections UInt+Tricks.swift
[112/379] Compiling BitCollections _Word.swift
[113/379] Compiling SwiftSoup XmlTreeBuilder.swift
[114/379] Compiling OrderedCollections _UnsafeBitset.swift
[115/379] Compiling _RopeModule Rope+Sequence.swift
[116/379] Compiling _RopeModule Rope+Append.swift
[117/379] Compiling _RopeModule Rope+Extract.swift
[118/379] Compiling _RopeModule Rope+Find.swift
[119/379] Compiling HashTreeCollections TreeDictionary.swift
[120/379] Compiling HashTreeCollections TreeSet+Codable.swift
[121/379] Compiling HashTreeCollections TreeSet+Collection.swift
[122/379] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[123/379] Compiling HashTreeCollections TreeSet+Debugging.swift
[124/379] Compiling HashTreeCollections TreeSet+Descriptions.swift
[125/379] Compiling HashTreeCollections TreeSet+Equatable.swift
[126/379] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[127/379] Compiling HashTreeCollections TreeSet+Extras.swift
[128/379] Compiling HashTreeCollections TreeSet+Filter.swift
[137/389] Compiling BitCollections BitSet.Index.swift
[138/389] Emitting module DequeModule
[162/390] Compiling BitCollections BitSet._UnsafeHandle.swift
[163/390] Compiling BitCollections BitSet.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
[188/390] Emitting module BitCollections
[189/390] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[190/390] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[191/390] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[192/390] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[193/390] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[194/390] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[195/390] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[196/390] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[197/390] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[198/390] Compiling HashTreeCollections TreeSet.swift
[207/390] Compiling OrderedCollections OrderedDictionary+Codable.swift
[208/390] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[209/390] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[210/390] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[211/390] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[212/390] Compiling OrderedCollections OrderedDictionary+Elements.swift
[213/390] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[214/390] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[301/400] Emitting module SwiftSoup
[310/400] Emitting module OrderedCollections
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/69] Compiling SwiftSoup ArrayExt.swift
[3/69] Compiling SwiftSoup Attribute.swift
[4/69] Compiling SwiftSoup BooleanAttribute.swift
[5/69] Compiling SwiftSoup CharacterExt.swift
[6/70] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/70] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[8/70] Compiling SwiftSoup Comment.swift
[9/70] Compiling SwiftSoup Connection.swift
[10/70] Compiling SwiftSoup Attributes.swift
[11/70] Compiling SwiftSoup BinarySearch.swift
[12/70] Emitting module InternalCollectionsUtilities
[13/70] Compiling SwiftSoup CharacterReader.swift
[14/70] Compiling SwiftSoup Cleaner.swift
[15/70] Compiling SwiftSoup Collector.swift
[16/70] Compiling SwiftSoup CombiningEvaluator.swift
[18/201] Compiling _RopeModule BigString+ExpressibleByStringLiteral.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
[19/202] Compiling _RopeModule BigString+Hashing.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
[20/202] Compiling _RopeModule BigString+LosslessStringConvertible.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
[21/202] Compiling _RopeModule BigString+RangeReplaceableCollection.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
[22/202] Compiling _RopeModule BigString+Sequence.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
[23/202] Compiling _RopeModule BigString+TextOutputStream.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
[24/202] Compiling _RopeModule BigString+Append.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
[25/202] Compiling _RopeModule BigString+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
[26/247] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[27/352] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[28/352] Compiling BitCollections BitSet+CustomReflectable.swift
[29/352] Compiling BitCollections BitSet+CustomStringConvertible.swift
[30/352] Compiling BitCollections BitSet+Equatable.swift
[31/352] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[32/352] Compiling BitCollections BitSet+Extras.swift
[33/352] Compiling BitCollections BitSet+Hashable.swift
[34/352] Compiling BitCollections BitArray+RandomBits.swift
[35/352] Compiling HeapModule Heap+Descriptions.swift
[36/352] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[37/352] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[38/352] Compiling BitCollections BitArray+Extras.swift
[39/352] Compiling BitCollections BitArray+Fill.swift
[40/352] Compiling BitCollections BitArray+Hashable.swift
[41/352] Compiling BitCollections BitArray+Initializers.swift
[42/352] Compiling BitCollections BitArray+Invariants.swift
[43/352] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[48/354] Compiling HeapModule _HeapNode.swift
[49/354] Compiling HeapModule Heap.swift
[52/354] Emitting module HeapModule
[53/354] Compiling HeapModule Heap+Invariants.swift
[54/354] Compiling HeapModule Heap+UnsafeHandle.swift
[55/355] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[56/355] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[57/355] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[58/355] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[59/355] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[60/355] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[61/355] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[62/355] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[63/355] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[64/355] Compiling BitCollections BitSet+SetAlgebra union.swift
[65/355] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[66/355] Compiling BitCollections BitSet.Counted.swift
[67/355] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[68/355] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[82/362] Compiling DequeModule _DequeSlot.swift
[83/369] Compiling HashTreeCollections TreeSet+Hashable.swift
[84/369] Compiling HashTreeCollections TreeSet+Sendable.swift
[85/369] Compiling HashTreeCollections TreeSet+Sequence.swift
[86/369] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[87/369] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[88/369] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[89/369] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[90/369] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[91/369] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[92/369] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[94/379] Compiling DequeModule _UnsafeWrappedBuffer.swift
[95/379] Emitting module BitCollections
[96/379] Compiling BitCollections BitSet+Initializers.swift
[97/379] Compiling BitCollections BitSet+Invariants.swift
[98/379] Compiling BitCollections BitSet+Random.swift
[99/379] Compiling BitCollections BitSet+SetAlgebra basics.swift
[100/379] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[101/379] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[102/379] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[103/379] Emitting module SwiftSoup
[104/379] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[105/379] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[134/379] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[135/379] Compiling BitCollections BitArray+Shifts.swift
[136/379] Compiling BitCollections BitArray+Testing.swift
[137/379] Compiling BitCollections BitArray._UnsafeHandle.swift
[138/379] Compiling BitCollections BitArray.swift
[139/379] Compiling BitCollections BitSet+BidirectionalCollection.swift
[140/379] Compiling BitCollections BitSet+Codable.swift
[141/379] Compiling BitCollections BitArray+BitwiseOperations.swift
[142/379] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[143/379] Compiling BitCollections BitArray+Codable.swift
[144/379] Compiling BitCollections BitArray+Collection.swift
[145/379] Compiling BitCollections BitArray+Copy.swift
[146/379] Compiling BitCollections BitArray+CustomReflectable.swift
[147/379] Compiling BitCollections BitArray+Descriptions.swift
[148/379] Compiling BitCollections BitArray+Equatable.swift
[152/379] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[153/379] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[154/379] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[155/379] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[156/379] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[157/379] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[158/379] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[159/379] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[160/379] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[161/379] Compiling HashTreeCollections TreeSet.swift
[162/379] Emitting module DequeModule
[174/389] Compiling BitCollections BitSet.Index.swift
[175/389] Compiling BitCollections BitSet._UnsafeHandle.swift
[176/389] Compiling BitCollections BitSet.swift
[177/389] Compiling BitCollections Range+Utilities.swift
[178/389] Compiling BitCollections Slice+Utilities.swift
[179/389] Compiling BitCollections UInt+Tricks.swift
[180/389] Compiling BitCollections _Word.swift
[194/389] Compiling OrderedCollections OrderedSet.swift
[195/389] Compiling OrderedCollections _UnsafeBitset.swift
[248/390] Emitting module OrderedCollections
[304/391] Compiling HashTreeCollections TreeDictionary+Merge.swift
[305/391] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[306/391] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[307/391] Compiling HashTreeCollections TreeDictionary+Values.swift
BUILD FAILURE 6.1 wasm