The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Predicate, reference main (24842a), with Swift 6.1 for Wasm on 29 May 2025 19:06:04 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/yockow/swiftpredicate.git
Reference: main
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/yockow/swiftpredicate
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 24842ad Merge pull request #9 from YOCKOW/development
Cloned https://github.com/yockow/swiftpredicate.git
Revision (git rev-parse @):
24842ad4386598882890cc369f5580ef165ed634
SUCCESS checkout https://github.com/yockow/swiftpredicate.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/yockow/swiftpredicate.git
https://github.com/yockow/swiftpredicate.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftranges",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.2.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/YOCKOW/SwiftRanges.git"
    }
  ],
  "manifest_display_name" : "Predicate",
  "name" : "Predicate",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftPredicate",
      "targets" : [
        "Predicate"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "4.2",
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "PredicateTests",
      "module_type" : "SwiftTarget",
      "name" : "PredicateTests",
      "path" : "Tests/PredicateTests",
      "sources" : [
        "ConsolidatablePredicateTests.swift",
        "EquatablePredicateTests.swift",
        "NSPredicateTests.swift",
        "ProtocolExtensionTests.swift",
        "SimplePredicateTests.swift",
        "TotallyOrderedSetTests.swift"
      ],
      "target_dependencies" : [
        "Predicate",
        "PredicateTestSupporters"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PredicateTestSupporters",
      "module_type" : "SwiftTarget",
      "name" : "PredicateTestSupporters",
      "path" : "Sources/PredicateTestSupporters",
      "sources" : [
        "SimpleConsolidatablePredicate.swift",
        "SimpleEquatablePredicates.swift",
        "SimplePredicates.swift"
      ],
      "target_dependencies" : [
        "Predicate"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Predicate",
      "module_type" : "SwiftTarget",
      "name" : "Predicate",
      "path" : "Sources/Predicate",
      "product_dependencies" : [
        "SwiftRanges"
      ],
      "product_memberships" : [
        "SwiftPredicate"
      ],
      "sources" : [
        "AnyEquatablePredicate.swift",
        "AnyEquatablePredicateBox.swift",
        "AnyPredicate.swift",
        "BidirectionalCollection+PredicateProtocol.swift",
        "Collection+PredicateProtocol.swift",
        "Dictionary+PredicateProtocol.swift",
        "LazyCollectionProtocol+PredicateProtocol.swift",
        "MutableCollection+PredicateProtocol.swift",
        "NSPredicate+PredicateProtocol.swift",
        "NegatedPredicate+ConsolidatablePredicate.swift",
        "NegatedPredicate+EquatablePredicate.swift",
        "NegatedPredicate+NegatablePredicate.swift",
        "NegatedPredicate.swift",
        "PredicateBinaryOperation+EquatablePredicate.swift",
        "PredicateBinaryOperation+NegatablePredicate.swift",
        "PredicateBinaryOperation.swift",
        "Protocols/ConsolidatablePredicate.swift",
        "Protocols/EquatablePredicate.swift",
        "Protocols/IntensionalSet.swift",
        "Protocols/NegatablePredicate.swift",
        "Protocols/PredicateProtocol.swift",
        "RangeReplaceableCollection+PredicateProtocol.swift",
        "Sequence+PredicateProtocol.swift",
        "String+PredicateProtocol.swift",
        "TotallyOrderedSet.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
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 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/YOCKOW/SwiftRanges.git
[1/1329] Fetching swiftranges
Fetched https://github.com/YOCKOW/SwiftRanges.git from cache (0.22s)
Computing version for https://github.com/YOCKOW/SwiftRanges.git
Computed https://github.com/YOCKOW/SwiftRanges.git at 3.2.1 (0.71s)
Creating working copy for https://github.com/YOCKOW/SwiftRanges.git
Working copy of https://github.com/YOCKOW/SwiftRanges.git resolved at 3.2.1
Building for debugging...
[0/10] Write sources
[3/10] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/38] Compiling Ranges AnyBounds.swift
[6/38] Compiling Ranges AnyRange+Operators.swift
[7/38] Compiling Ranges AnyRange.swift
[8/38] Compiling Ranges Array+TwoEachElements.swift
[9/38] Emitting module Ranges
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:13:24: error: cannot find 'DispatchQueue' in scope
11 | /// Results can be memoized.
12 | public final class MemoizableRangeDictionary<Bound, Value>: @unchecked Sendable where Bound: Comparable & Hashable {
13 |   private let _queue = DispatchQueue(
   |                        `- error: cannot find 'DispatchQueue' in scope
14 |     label: "jp.YOCKOW.Ranges.MemoizableRangeDictionary.\(UUID().description)",
15 |     attributes: .concurrent
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:15:18: error: cannot infer contextual base in reference to member 'concurrent'
13 |   private let _queue = DispatchQueue(
14 |     label: "jp.YOCKOW.Ranges.MemoizableRangeDictionary.\(UUID().description)",
15 |     attributes: .concurrent
   |                  `- error: cannot infer contextual base in reference to member 'concurrent'
16 |   )
17 |
[10/41] Compiling Ranges PartialRangeGreaterThan.swift
[11/41] Compiling Ranges PartialRangeThrough+GeneralizedRange.swift
[12/41] Compiling Ranges PartialRangeUpTo+GeneralizedRange.swift
[13/41] Compiling Ranges Range+GeneralizedRange.swift
[14/41] Compiling Ranges RangeDictionary.swift
[15/41] Compiling Ranges TangibleUnboundedRange.swift
[16/41] Compiling Ranges GeneralizedRange+Subtraction.swift
[17/41] Compiling Ranges GeneralizedRange.swift
[18/41] Compiling Ranges HashableRange.swift
[19/41] Compiling Ranges LeftOpenRange.swift
[20/41] Compiling Ranges GeneralizedRange+Comparison.swift
[21/41] Compiling Ranges GeneralizedRange+Concatenation.swift
[22/41] Compiling Ranges GeneralizedRange+Intersection.swift
[23/41] Compiling Ranges GeneralizedRange+Overlaps.swift
[24/41] Compiling Ranges Boundary+Comparison.swift
[25/41] Compiling Ranges Boundary+Concatenation.swift
[26/41] Compiling Ranges Boundary.swift
[27/41] Compiling Ranges ClosedRange+GeneralizedRange.swift
[28/41] Compiling Ranges CustomStringConvertibleRange.swift
[29/41] Compiling Ranges EmptyRange.swift
[30/41] Compiling Ranges ExcludedLowerBound.swift
[31/41] Compiling Ranges GeneralizedRange+Comparison+ParticularCases.swift
[32/41] Compiling Ranges Memoizables.swift
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:13:24: error: cannot find 'DispatchQueue' in scope
11 | /// Results can be memoized.
12 | public final class MemoizableRangeDictionary<Bound, Value>: @unchecked Sendable where Bound: Comparable & Hashable {
13 |   private let _queue = DispatchQueue(
   |                        `- error: cannot find 'DispatchQueue' in scope
14 |     label: "jp.YOCKOW.Ranges.MemoizableRangeDictionary.\(UUID().description)",
15 |     attributes: .concurrent
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:15:18: error: cannot infer contextual base in reference to member 'concurrent'
13 |   private let _queue = DispatchQueue(
14 |     label: "jp.YOCKOW.Ranges.MemoizableRangeDictionary.\(UUID().description)",
15 |     attributes: .concurrent
   |                  `- error: cannot infer contextual base in reference to member 'concurrent'
16 |   )
17 |
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:27:32: error: cannot infer contextual base in reference to member 'barrier'
25 |
26 |   public subscript(_ element: Bound) -> Value? {
27 |     return _queue.sync(flags: .barrier) {
   |                                `- error: cannot infer contextual base in reference to member 'barrier'
28 |       func __valueWithMemoizing(for bound: Bound) -> Value? {
29 |         func __recentValue(for bound: Bound) -> Value? {
[33/41] Compiling Ranges MultipleRanges.swift
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:13:24: error: cannot find 'DispatchQueue' in scope
11 | /// Results can be memoized.
12 | public final class MemoizableRangeDictionary<Bound, Value>: @unchecked Sendable where Bound: Comparable & Hashable {
13 |   private let _queue = DispatchQueue(
   |                        `- error: cannot find 'DispatchQueue' in scope
14 |     label: "jp.YOCKOW.Ranges.MemoizableRangeDictionary.\(UUID().description)",
15 |     attributes: .concurrent
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:15:18: error: cannot infer contextual base in reference to member 'concurrent'
13 |   private let _queue = DispatchQueue(
14 |     label: "jp.YOCKOW.Ranges.MemoizableRangeDictionary.\(UUID().description)",
15 |     attributes: .concurrent
   |                  `- error: cannot infer contextual base in reference to member 'concurrent'
16 |   )
17 |
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:27:32: error: cannot infer contextual base in reference to member 'barrier'
25 |
26 |   public subscript(_ element: Bound) -> Value? {
27 |     return _queue.sync(flags: .barrier) {
   |                                `- error: cannot infer contextual base in reference to member 'barrier'
28 |       func __valueWithMemoizing(for bound: Bound) -> Value? {
29 |         func __recentValue(for bound: Bound) -> Value? {
[34/41] Compiling Ranges OpenRange.swift
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:13:24: error: cannot find 'DispatchQueue' in scope
11 | /// Results can be memoized.
12 | public final class MemoizableRangeDictionary<Bound, Value>: @unchecked Sendable where Bound: Comparable & Hashable {
13 |   private let _queue = DispatchQueue(
   |                        `- error: cannot find 'DispatchQueue' in scope
14 |     label: "jp.YOCKOW.Ranges.MemoizableRangeDictionary.\(UUID().description)",
15 |     attributes: .concurrent
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:15:18: error: cannot infer contextual base in reference to member 'concurrent'
13 |   private let _queue = DispatchQueue(
14 |     label: "jp.YOCKOW.Ranges.MemoizableRangeDictionary.\(UUID().description)",
15 |     attributes: .concurrent
   |                  `- error: cannot infer contextual base in reference to member 'concurrent'
16 |   )
17 |
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:27:32: error: cannot infer contextual base in reference to member 'barrier'
25 |
26 |   public subscript(_ element: Bound) -> Value? {
27 |     return _queue.sync(flags: .barrier) {
   |                                `- error: cannot infer contextual base in reference to member 'barrier'
28 |       func __valueWithMemoizing(for bound: Bound) -> Value? {
29 |         func __recentValue(for bound: Bound) -> Value? {
[35/41] Compiling Ranges PartialRangeFrom+GeneralizedRange.swift
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:13:24: error: cannot find 'DispatchQueue' in scope
11 | /// Results can be memoized.
12 | public final class MemoizableRangeDictionary<Bound, Value>: @unchecked Sendable where Bound: Comparable & Hashable {
13 |   private let _queue = DispatchQueue(
   |                        `- error: cannot find 'DispatchQueue' in scope
14 |     label: "jp.YOCKOW.Ranges.MemoizableRangeDictionary.\(UUID().description)",
15 |     attributes: .concurrent
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:15:18: error: cannot infer contextual base in reference to member 'concurrent'
13 |   private let _queue = DispatchQueue(
14 |     label: "jp.YOCKOW.Ranges.MemoizableRangeDictionary.\(UUID().description)",
15 |     attributes: .concurrent
   |                  `- error: cannot infer contextual base in reference to member 'concurrent'
16 |   )
17 |
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:27:32: error: cannot infer contextual base in reference to member 'barrier'
25 |
26 |   public subscript(_ element: Bound) -> Value? {
27 |     return _queue.sync(flags: .barrier) {
   |                                `- error: cannot infer contextual base in reference to member 'barrier'
28 |       func __valueWithMemoizing(for bound: Bound) -> Value? {
29 |         func __recentValue(for bound: Bound) -> Value? {
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/7] Write swift-version-24593BA9C3E375BF.txt
[2/35] Compiling Ranges Boundary+Comparison.swift
[3/35] Compiling Ranges Boundary+Concatenation.swift
[4/35] Compiling Ranges Boundary.swift
[5/35] Compiling Ranges ClosedRange+GeneralizedRange.swift
[6/38] Compiling Ranges PartialRangeGreaterThan.swift
[7/38] Compiling Ranges PartialRangeThrough+GeneralizedRange.swift
[8/38] Compiling Ranges PartialRangeUpTo+GeneralizedRange.swift
[9/38] Compiling Ranges Memoizables.swift
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:13:24: error: cannot find 'DispatchQueue' in scope
11 | /// Results can be memoized.
12 | public final class MemoizableRangeDictionary<Bound, Value>: @unchecked Sendable where Bound: Comparable & Hashable {
13 |   private let _queue = DispatchQueue(
   |                        `- error: cannot find 'DispatchQueue' in scope
14 |     label: "jp.YOCKOW.Ranges.MemoizableRangeDictionary.\(UUID().description)",
15 |     attributes: .concurrent
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:15:18: error: cannot infer contextual base in reference to member 'concurrent'
13 |   private let _queue = DispatchQueue(
14 |     label: "jp.YOCKOW.Ranges.MemoizableRangeDictionary.\(UUID().description)",
15 |     attributes: .concurrent
   |                  `- error: cannot infer contextual base in reference to member 'concurrent'
16 |   )
17 |
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:27:32: error: cannot infer contextual base in reference to member 'barrier'
25 |
26 |   public subscript(_ element: Bound) -> Value? {
27 |     return _queue.sync(flags: .barrier) {
   |                                `- error: cannot infer contextual base in reference to member 'barrier'
28 |       func __valueWithMemoizing(for bound: Bound) -> Value? {
29 |         func __recentValue(for bound: Bound) -> Value? {
[10/38] Compiling Ranges MultipleRanges.swift
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:13:24: error: cannot find 'DispatchQueue' in scope
11 | /// Results can be memoized.
12 | public final class MemoizableRangeDictionary<Bound, Value>: @unchecked Sendable where Bound: Comparable & Hashable {
13 |   private let _queue = DispatchQueue(
   |                        `- error: cannot find 'DispatchQueue' in scope
14 |     label: "jp.YOCKOW.Ranges.MemoizableRangeDictionary.\(UUID().description)",
15 |     attributes: .concurrent
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:15:18: error: cannot infer contextual base in reference to member 'concurrent'
13 |   private let _queue = DispatchQueue(
14 |     label: "jp.YOCKOW.Ranges.MemoizableRangeDictionary.\(UUID().description)",
15 |     attributes: .concurrent
   |                  `- error: cannot infer contextual base in reference to member 'concurrent'
16 |   )
17 |
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:27:32: error: cannot infer contextual base in reference to member 'barrier'
25 |
26 |   public subscript(_ element: Bound) -> Value? {
27 |     return _queue.sync(flags: .barrier) {
   |                                `- error: cannot infer contextual base in reference to member 'barrier'
28 |       func __valueWithMemoizing(for bound: Bound) -> Value? {
29 |         func __recentValue(for bound: Bound) -> Value? {
[11/38] Compiling Ranges OpenRange.swift
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:13:24: error: cannot find 'DispatchQueue' in scope
11 | /// Results can be memoized.
12 | public final class MemoizableRangeDictionary<Bound, Value>: @unchecked Sendable where Bound: Comparable & Hashable {
13 |   private let _queue = DispatchQueue(
   |                        `- error: cannot find 'DispatchQueue' in scope
14 |     label: "jp.YOCKOW.Ranges.MemoizableRangeDictionary.\(UUID().description)",
15 |     attributes: .concurrent
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:15:18: error: cannot infer contextual base in reference to member 'concurrent'
13 |   private let _queue = DispatchQueue(
14 |     label: "jp.YOCKOW.Ranges.MemoizableRangeDictionary.\(UUID().description)",
15 |     attributes: .concurrent
   |                  `- error: cannot infer contextual base in reference to member 'concurrent'
16 |   )
17 |
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:27:32: error: cannot infer contextual base in reference to member 'barrier'
25 |
26 |   public subscript(_ element: Bound) -> Value? {
27 |     return _queue.sync(flags: .barrier) {
   |                                `- error: cannot infer contextual base in reference to member 'barrier'
28 |       func __valueWithMemoizing(for bound: Bound) -> Value? {
29 |         func __recentValue(for bound: Bound) -> Value? {
[12/38] Compiling Ranges PartialRangeFrom+GeneralizedRange.swift
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:13:24: error: cannot find 'DispatchQueue' in scope
11 | /// Results can be memoized.
12 | public final class MemoizableRangeDictionary<Bound, Value>: @unchecked Sendable where Bound: Comparable & Hashable {
13 |   private let _queue = DispatchQueue(
   |                        `- error: cannot find 'DispatchQueue' in scope
14 |     label: "jp.YOCKOW.Ranges.MemoizableRangeDictionary.\(UUID().description)",
15 |     attributes: .concurrent
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:15:18: error: cannot infer contextual base in reference to member 'concurrent'
13 |   private let _queue = DispatchQueue(
14 |     label: "jp.YOCKOW.Ranges.MemoizableRangeDictionary.\(UUID().description)",
15 |     attributes: .concurrent
   |                  `- error: cannot infer contextual base in reference to member 'concurrent'
16 |   )
17 |
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:27:32: error: cannot infer contextual base in reference to member 'barrier'
25 |
26 |   public subscript(_ element: Bound) -> Value? {
27 |     return _queue.sync(flags: .barrier) {
   |                                `- error: cannot infer contextual base in reference to member 'barrier'
28 |       func __valueWithMemoizing(for bound: Bound) -> Value? {
29 |         func __recentValue(for bound: Bound) -> Value? {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/38] Emitting module Ranges
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:13:24: error: cannot find 'DispatchQueue' in scope
11 | /// Results can be memoized.
12 | public final class MemoizableRangeDictionary<Bound, Value>: @unchecked Sendable where Bound: Comparable & Hashable {
13 |   private let _queue = DispatchQueue(
   |                        `- error: cannot find 'DispatchQueue' in scope
14 |     label: "jp.YOCKOW.Ranges.MemoizableRangeDictionary.\(UUID().description)",
15 |     attributes: .concurrent
/host/spi-builder-workspace/.build/checkouts/SwiftRanges/Sources/Ranges/Memoizables.swift:15:18: error: cannot infer contextual base in reference to member 'concurrent'
13 |   private let _queue = DispatchQueue(
14 |     label: "jp.YOCKOW.Ranges.MemoizableRangeDictionary.\(UUID().description)",
15 |     attributes: .concurrent
   |                  `- error: cannot infer contextual base in reference to member 'concurrent'
16 |   )
17 |
[14/38] Compiling Ranges CustomStringConvertibleRange.swift
[15/38] Compiling Ranges EmptyRange.swift
[16/38] Compiling Ranges ExcludedLowerBound.swift
[17/38] Compiling Ranges GeneralizedRange+Comparison+ParticularCases.swift
[18/38] Compiling Ranges GeneralizedRange+Comparison.swift
[19/38] Compiling Ranges GeneralizedRange+Concatenation.swift
[20/38] Compiling Ranges GeneralizedRange+Intersection.swift
[21/38] Compiling Ranges GeneralizedRange+Overlaps.swift
[22/38] Compiling Ranges GeneralizedRange+Subtraction.swift
[23/38] Compiling Ranges GeneralizedRange.swift
[24/38] Compiling Ranges HashableRange.swift
[25/38] Compiling Ranges LeftOpenRange.swift
[26/38] Compiling Ranges AnyBounds.swift
[27/38] Compiling Ranges AnyRange+Operators.swift
[28/38] Compiling Ranges AnyRange.swift
[29/38] Compiling Ranges Array+TwoEachElements.swift
[30/38] Compiling Ranges Range+GeneralizedRange.swift
[31/38] Compiling Ranges RangeDictionary.swift
[32/38] Compiling Ranges TangibleUnboundedRange.swift
BUILD FAILURE 6.1 wasm