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 NotationModel, reference latest (fae8f6), with Swift 6.1 for Wasm on 27 May 2025 15:56:17 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/dn-m/notationmodel.git
Reference: latest
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/dn-m/notationmodel
 * branch            latest     -> FETCH_HEAD
 * [new branch]      latest     -> origin/latest
HEAD is now at fae8f64 Point Travis badge to latest branch
Cloned https://github.com/dn-m/notationmodel.git
Revision (git rev-parse @):
fae8f641845a2f03dab154c299d3aa3edaeba146
SUCCESS checkout https://github.com/dn-m/notationmodel.git at latest
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dn-m/notationmodel.git
https://github.com/dn-m/notationmodel.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "structure",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.23.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dn-m/Structure"
    },
    {
      "identity" : "math",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dn-m/Math"
    },
    {
      "identity" : "music",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.15.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dn-m/Music"
    }
  ],
  "manifest_display_name" : "NotationModel",
  "name" : "NotationModel",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PlotModel",
      "targets" : [
        "PlotModel"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpelledPitch",
      "targets" : [
        "SpelledPitch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpelledRhythm",
      "targets" : [
        "SpelledRhythm"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StaffModel",
      "targets" : [
        "StaffModel"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StaffModelTests",
      "module_type" : "SwiftTarget",
      "name" : "StaffModelTests",
      "path" : "Tests/StaffModelTests",
      "sources" : [
        "ClefTests.swift",
        "StaffPointModelTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "StaffModel"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StaffModel",
      "module_type" : "SwiftTarget",
      "name" : "StaffModel",
      "path" : "Sources/StaffModel",
      "product_memberships" : [
        "StaffModel"
      ],
      "sources" : [
        "Clef.swift",
        "Notehead.swift",
        "StaffModel.Builder.swift",
        "StaffModel.swift",
        "StaffPointModel.swift",
        "StaffRepresentablePitch.swift",
        "StaffSlot.swift"
      ],
      "target_dependencies" : [
        "PlotModel",
        "SpelledPitch"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpelledRhythmTests",
      "module_type" : "SwiftTarget",
      "name" : "SpelledRhythmTests",
      "path" : "Tests/SpelledRhythmTests",
      "sources" : [
        "BeamingTests.swift",
        "BeamletDirectionTests.swift",
        "RhythmBeamerTests.swift",
        "SpelledRhythmTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SpelledRhythm"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpelledRhythm",
      "module_type" : "SwiftTarget",
      "name" : "SpelledRhythm",
      "path" : "Sources/SpelledRhythm",
      "product_dependencies" : [
        "Duration"
      ],
      "product_memberships" : [
        "SpelledRhythm"
      ],
      "sources" : [
        "Beaming.swift",
        "Rhythm.Spelling.swift",
        "RhythmBeamer.swift",
        "SpelledRhythm.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpelledPitchTests",
      "module_type" : "SwiftTarget",
      "name" : "SpelledPitchTests",
      "path" : "Tests/SpelledPitchTests",
      "sources" : [
        "CompoundIntervalDescriptorTests.swift",
        "LetterNameTests.swift",
        "PitchSpellingTests.swift",
        "PitchSpellingsTests.swift",
        "SpelledDyadTests.swift",
        "SpelledPitchTests.swift",
        "UnorderedIntervalDescriptorTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SpelledPitch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpelledPitch",
      "module_type" : "SwiftTarget",
      "name" : "SpelledPitch",
      "path" : "Sources/SpelledPitch",
      "product_dependencies" : [
        "Pitch",
        "DataStructures"
      ],
      "product_memberships" : [
        "SpelledPitch",
        "StaffModel"
      ],
      "sources" : [
        "EDO/EDO.swift",
        "EDO/EDO12.swift",
        "EDO/EDO24.swift",
        "EDO/EDO48.swift",
        "EDO/EDO48PitchSpellings.swift",
        "EDO/Pitch+Pitch.Spelling.swift",
        "IntervalDescriptorExtensions/CompoundIntervalDescriptorExtensions.swift",
        "IntervalDescriptorExtensions/IntervalDescriptorExtensions.swift",
        "IntervalDescriptorExtensions/IntervalQualityExtensions.swift",
        "IntervalDescriptorExtensions/OrderedIntervalDescriptorExtensions.swift",
        "IntervalDescriptorExtensions/UnorderedIntervalDescriptorExtensions.swift",
        "LetterName.swift",
        "Pitch.Spelling.swift",
        "SpelledChord.swift",
        "SpelledDyad.swift",
        "SpelledPitch.swift",
        "SpelledPitchConvertingIntervalOrdinal.swift",
        "TuningSystem.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PlotModelTests",
      "module_type" : "SwiftTarget",
      "name" : "PlotModelTests",
      "path" : "Tests/PlotModelTests",
      "sources" : [
        "PlotModelTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PlotModel"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PlotModel",
      "module_type" : "SwiftTarget",
      "name" : "PlotModel",
      "path" : "Sources/PlotModel",
      "product_dependencies" : [
        "DataStructures"
      ],
      "product_memberships" : [
        "PlotModel",
        "StaffModel"
      ],
      "sources" : [
        "Axis.swift",
        "DefaultAxis.swift",
        "DefaultVerticalPlotModel.Builder.swift",
        "DefaultVerticalPlotModel.swift",
        "DefaultVerticalPointModel.swift",
        "HorizontalPlotModel.swift",
        "PlotModel.swift",
        "PointModel.swift",
        "VerticalPlotModel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/dn-m/Math
Fetching https://github.com/dn-m/Structure
Fetching https://github.com/dn-m/Music
[1/841] Fetching math
[666/5037] Fetching math, music
[1514/10866] Fetching math, music, structure
Fetched https://github.com/dn-m/Music from cache (0.62s)
Fetched https://github.com/dn-m/Math from cache (0.72s)
Fetched https://github.com/dn-m/Structure from cache (0.72s)
Computing version for https://github.com/dn-m/Math
Computed https://github.com/dn-m/Math at 0.8.0 (4.72s)
Computing version for https://github.com/dn-m/Music
Computed https://github.com/dn-m/Music at 0.17.1 (1.01s)
Computing version for https://github.com/dn-m/Structure
Computed https://github.com/dn-m/Structure at 0.25.0 (1.03s)
Fetching https://github.com/dn-m/PerformanceTesting
[1/1525] Fetching performancetesting
Fetched https://github.com/dn-m/PerformanceTesting from cache (0.33s)
Computing version for https://github.com/dn-m/PerformanceTesting
Computed https://github.com/dn-m/PerformanceTesting at 0.4.0 (1.47s)
Creating working copy for https://github.com/dn-m/Math
Working copy of https://github.com/dn-m/Math resolved at 0.8.0
Creating working copy for https://github.com/dn-m/Music
Working copy of https://github.com/dn-m/Music resolved at 0.17.1
Creating working copy for https://github.com/dn-m/PerformanceTesting
Working copy of https://github.com/dn-m/PerformanceTesting resolved at 0.4.0
Creating working copy for https://github.com/dn-m/Structure
Working copy of https://github.com/dn-m/Structure resolved at 0.25.0
warning: 'spi-builder-workspace': dependency 'math' is not used by any target
Building for debugging...
[0/12] Write sources
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/14] Compiling Destructure Destructure.swift
[14/14] Emitting module Destructure
[16/39] Compiling Algorithms TupleMap.swift
[17/40] Compiling Algebra Invertible.swift
[18/40] Compiling Algebra Monoid.swift
[19/42] Compiling Algorithms Swap.swift
[20/42] Compiling Algebra MonoidView.swift
[21/42] Compiling Algebra Multiplicative.swift
[22/42] Compiling Algebra Abelian.swift
[23/42] Compiling Algebra Accumulate.swift
[24/42] Compiling Algebra Additive.swift
[25/42] Compiling Algebra AdditiveGroup.swift
[26/42] Compiling Algebra AdditiveSemigroup.swift
[27/42] Emitting module Algebra
[28/42] Compiling Algebra MultiplicativeSemigroup.swift
[29/42] Compiling Algebra One.swift
[30/42] Compiling Algebra Product.swift
[31/42] Compiling Algebra Semigroup.swift
[32/42] Compiling Algorithms Unzip.swift
[33/42] Compiling Algorithms Rotate.swift
[34/42] Compiling Algorithms StableSort.swift
[35/42] Compiling Algorithms Ordered.swift
[36/42] Compiling Algorithms Split.swift
[37/42] Compiling Algebra AlgebraAdapters.swift
[38/42] Compiling Algebra Group.swift
[39/42] Compiling Algorithms Combinatorics.swift
[40/42] Emitting module Algorithms
[41/43] Compiling Algebra Sum.swift
[42/43] Compiling Algebra Zero.swift
[45/103] Emitting module DataStructures
[46/111] Compiling DataStructures Either.swift
[47/111] Compiling DataStructures IntervalRelation.swift
[48/111] Compiling DataStructures InvertibleEnum.swift
[49/111] Compiling DataStructures Cross.swift
[50/111] Compiling DataStructures OrderedPair.swift
[51/111] Compiling DataStructures Pair.swift
[52/111] Compiling DataStructures SwappablePair.swift
[53/111] Compiling DataStructures SymmetricPair.swift
[54/111] Compiling DataStructures UnorderedPair.swift
[55/111] Compiling DataStructures ReferenceGraph.Node.swift
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:465:75: error: type of expression is ambiguous without a type annotation
463 |     private enum Bound {
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
    |                                                                           `- error: type of expression is ambiguous without a type annotation
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
467 |     }
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:466:84: error: ambiguous use of operator '<='
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
    |                                                                                    `- error: ambiguous use of operator '<='
467 |     }
468 |
Swift.Comparable.<=:2:13: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | static func <= (lhs: Self, rhs: Self) -> Bool}
  |             `- note: found this candidate in module 'Swift'
3 |
Swift.Comparable.<=:2:31: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | @inlinable public static func <= (lhs: Self, rhs: Self) -> Bool}
  |                               `- note: found this candidate in module 'Swift'
3 |
[56/111] Compiling DataStructures ReferenceGraph.swift
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:465:75: error: type of expression is ambiguous without a type annotation
463 |     private enum Bound {
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
    |                                                                           `- error: type of expression is ambiguous without a type annotation
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
467 |     }
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:466:84: error: ambiguous use of operator '<='
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
    |                                                                                    `- error: ambiguous use of operator '<='
467 |     }
468 |
Swift.Comparable.<=:2:13: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | static func <= (lhs: Self, rhs: Self) -> Bool}
  |             `- note: found this candidate in module 'Swift'
3 |
Swift.Comparable.<=:2:31: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | @inlinable public static func <= (lhs: Self, rhs: Self) -> Bool}
  |                               `- note: found this candidate in module 'Swift'
3 |
[57/111] Compiling DataStructures WeightedDirectedGraph.swift
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:465:75: error: type of expression is ambiguous without a type annotation
463 |     private enum Bound {
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
    |                                                                           `- error: type of expression is ambiguous without a type annotation
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
467 |     }
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:466:84: error: ambiguous use of operator '<='
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
    |                                                                                    `- error: ambiguous use of operator '<='
467 |     }
468 |
Swift.Comparable.<=:2:13: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | static func <= (lhs: Self, rhs: Self) -> Bool}
  |             `- note: found this candidate in module 'Swift'
3 |
Swift.Comparable.<=:2:31: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | @inlinable public static func <= (lhs: Self, rhs: Self) -> Bool}
  |                               `- note: found this candidate in module 'Swift'
3 |
[58/111] Compiling DataStructures WeightedGraph.swift
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:465:75: error: type of expression is ambiguous without a type annotation
463 |     private enum Bound {
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
    |                                                                           `- error: type of expression is ambiguous without a type annotation
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
467 |     }
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:466:84: error: ambiguous use of operator '<='
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
    |                                                                                    `- error: ambiguous use of operator '<='
467 |     }
468 |
Swift.Comparable.<=:2:13: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | static func <= (lhs: Self, rhs: Self) -> Bool}
  |             `- note: found this candidate in module 'Swift'
3 |
Swift.Comparable.<=:2:31: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | @inlinable public static func <= (lhs: Self, rhs: Self) -> Bool}
  |                               `- note: found this candidate in module 'Swift'
3 |
[59/111] Compiling DataStructures Bimap.swift
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:465:75: error: type of expression is ambiguous without a type annotation
463 |     private enum Bound {
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
    |                                                                           `- error: type of expression is ambiguous without a type annotation
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
467 |     }
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:466:84: error: ambiguous use of operator '<='
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
    |                                                                                    `- error: ambiguous use of operator '<='
467 |     }
468 |
Swift.Comparable.<=:2:13: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | static func <= (lhs: Self, rhs: Self) -> Bool}
  |             `- note: found this candidate in module 'Swift'
3 |
Swift.Comparable.<=:2:31: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | @inlinable public static func <= (lhs: Self, rhs: Self) -> Bool}
  |                               `- note: found this candidate in module 'Swift'
3 |
[60/111] Compiling DataStructures ContiguousSegmentCollection.swift
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:465:75: error: type of expression is ambiguous without a type annotation
463 |     private enum Bound {
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
    |                                                                           `- error: type of expression is ambiguous without a type annotation
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
467 |     }
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:466:84: error: ambiguous use of operator '<='
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
    |                                                                                    `- error: ambiguous use of operator '<='
467 |     }
468 |
Swift.Comparable.<=:2:13: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | static func <= (lhs: Self, rhs: Self) -> Bool}
  |             `- note: found this candidate in module 'Swift'
3 |
Swift.Comparable.<=:2:31: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | @inlinable public static func <= (lhs: Self, rhs: Self) -> Bool}
  |                               `- note: found this candidate in module 'Swift'
3 |
[61/111] Compiling DataStructures Fragmentable.swift
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:465:75: error: type of expression is ambiguous without a type annotation
463 |     private enum Bound {
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
    |                                                                           `- error: type of expression is ambiguous without a type annotation
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
467 |     }
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:466:84: error: ambiguous use of operator '<='
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
    |                                                                                    `- error: ambiguous use of operator '<='
467 |     }
468 |
Swift.Comparable.<=:2:13: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | static func <= (lhs: Self, rhs: Self) -> Bool}
  |             `- note: found this candidate in module 'Swift'
3 |
Swift.Comparable.<=:2:31: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | @inlinable public static func <= (lhs: Self, rhs: Self) -> Bool}
  |                               `- note: found this candidate in module 'Swift'
3 |
[62/111] Compiling DataStructures Intervallic.swift
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:465:75: error: type of expression is ambiguous without a type annotation
463 |     private enum Bound {
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
    |                                                                           `- error: type of expression is ambiguous without a type annotation
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
467 |     }
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Hash/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:466:84: error: ambiguous use of operator '<='
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
    |                                                                                    `- error: ambiguous use of operator '<='
467 |     }
468 |
Swift.Comparable.<=:2:13: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | static func <= (lhs: Self, rhs: Self) -> Bool}
  |             `- note: found this candidate in module 'Swift'
3 |
Swift.Comparable.<=:2:31: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | @inlinable public static func <= (lhs: Self, rhs: Self) -> Bool}
  |                               `- note: found this candidate in module 'Swift'
3 |
[63/111] Compiling DataStructures IntervallicFragmentable.swift
[64/111] Compiling DataStructures Measured.swift
[65/111] Compiling DataStructures Totalizable.swift
[66/111] Compiling DataStructures DictionaryProtocol.swift
[67/111] Compiling DataStructures OrderedDictionary.swift
[68/111] Compiling DataStructures SortedDictionary.swift
[69/111] Compiling DataStructures CircularArray.swift
[70/111] Compiling DataStructures LinkedList.swift
[71/111] Compiling DataStructures CollectionExtensions.swift
[72/111] Compiling DataStructures Homogeneity.swift
[73/111] Compiling DataStructures RangeProtocol+Algebra.swift
[74/111] Compiling DataStructures RangeProtocol.swift
[75/111] Compiling DataStructures SequenceExtensions.swift
[76/111] Compiling DataStructures SetExtensions.swift
[77/111] Compiling DataStructures AdjacencyList.swift
[78/111] Compiling DataStructures DirectedGraph.swift
[79/111] Compiling DataStructures Graph.swift
[80/111] Compiling DataStructures FloatWrapping.swift
[81/111] Compiling DataStructures Identifier.swift
[82/111] Compiling DataStructures IntegerWrapping.swift
[83/111] Compiling DataStructures Metatype.swift
[84/111] Compiling DataStructures NewType.swift
[85/111] Compiling DataStructures RandomAccessCollectionWrapping.swift
[86/111] Compiling DataStructures SequenceWrapping.swift
[87/111] Compiling DataStructures SortedCollectionWrapping.swift
[88/111] Compiling DataStructures BinarySearchTree.swift
[89/111] Compiling DataStructures ReferenceTree.swift
[90/111] Compiling DataStructures ReferenceTreeProtocol.swift
[91/111] Compiling DataStructures SingleTypedTree.swift
[92/111] Compiling DataStructures Tree.Zipper.swift
[93/111] Compiling DataStructures Tree.swift
[94/111] Compiling DataStructures CollectionWrapping.swift
[95/111] Compiling DataStructures DoubleWrapping.swift
[96/111] Compiling DataStructures DirectedGraphProtocol.swift
[97/111] Compiling DataStructures GraphProtocol.swift
[98/111] Compiling DataStructures UndirectedGraphProtocol.swift
[99/111] Compiling DataStructures UnweightedGraphProtocol.swift
[100/111] Compiling DataStructures WeightedGraphProtocol.swift
[101/111] Compiling DataStructures ReferenceGraph.AdjacencyList.swift
[102/111] Compiling DataStructures ReferenceGraph.Edge.swift
[103/111] Compiling DataStructures ReferenceGraph.EdgeList.swift
[104/111] Compiling DataStructures Matrix.swift
[105/111] Compiling DataStructures Queue.swift
[106/111] Compiling DataStructures SortedArray.swift
[107/111] Compiling DataStructures Stack.swift
[108/111] Compiling DataStructures Zip3Sequence.swift
[109/111] Compiling DataStructures ZipToLongest.swift
[110/111] Compiling DataStructures AVLTree.swift
[111/111] Compiling DataStructures BinaryHeap.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
warning: 'spi-builder-workspace': dependency 'math' is not used by any target
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/3] Compiling Destructure Destructure.swift
[3/3] Emitting module Destructure
[5/28] Compiling Algebra MonoidView.swift
[6/28] Compiling Algebra Multiplicative.swift
[7/30] Compiling Algorithms TupleMap.swift
[8/31] Compiling Algorithms Ordered.swift
[9/31] Compiling Algorithms Swap.swift
[10/31] Compiling Algebra MultiplicativeSemigroup.swift
[11/31] Compiling Algebra One.swift
[12/31] Compiling Algebra Invertible.swift
[13/31] Compiling Algebra Monoid.swift
[14/31] Compiling Algebra Abelian.swift
[15/31] Compiling Algebra Accumulate.swift
[16/31] Compiling Algebra Additive.swift
[17/31] Emitting module Algebra
[18/31] Compiling Algorithms Rotate.swift
[19/31] Compiling Algorithms Combinatorics.swift
[20/31] Emitting module Algorithms
[21/31] Compiling Algorithms Split.swift
[22/31] Compiling Algorithms StableSort.swift
[23/31] Compiling Algebra Product.swift
[24/31] Compiling Algebra Semigroup.swift
[25/31] Compiling Algorithms Unzip.swift
[26/32] Compiling Algebra Sum.swift
[27/32] Compiling Algebra Zero.swift
[28/32] Compiling Algebra AlgebraAdapters.swift
[29/32] Compiling Algebra Group.swift
[30/32] Compiling Algebra AdditiveGroup.swift
[31/32] Compiling Algebra AdditiveSemigroup.swift
[34/92] Emitting module DataStructures
[35/92] Compiling DataStructures Either.swift
[36/92] Compiling DataStructures IntervalRelation.swift
[37/92] Compiling DataStructures InvertibleEnum.swift
[38/92] Compiling DataStructures Cross.swift
[39/92] Compiling DataStructures OrderedPair.swift
[40/92] Compiling DataStructures Pair.swift
[41/92] Compiling DataStructures SwappablePair.swift
[42/92] Compiling DataStructures SymmetricPair.swift
[43/92] Compiling DataStructures UnorderedPair.swift
[44/100] Compiling DataStructures BinarySearchTree.swift
[45/100] Compiling DataStructures ReferenceTree.swift
[46/100] Compiling DataStructures ReferenceTreeProtocol.swift
[47/100] Compiling DataStructures SingleTypedTree.swift
[48/100] Compiling DataStructures Tree.Zipper.swift
[49/100] Compiling DataStructures Tree.swift
[50/100] Compiling DataStructures CollectionWrapping.swift
[51/100] Compiling DataStructures DoubleWrapping.swift
[52/100] Compiling DataStructures FloatWrapping.swift
[53/100] Compiling DataStructures Identifier.swift
[54/100] Compiling DataStructures IntegerWrapping.swift
[55/100] Compiling DataStructures Metatype.swift
[56/100] Compiling DataStructures NewType.swift
[57/100] Compiling DataStructures RandomAccessCollectionWrapping.swift
[58/100] Compiling DataStructures SequenceWrapping.swift
[59/100] Compiling DataStructures SortedCollectionWrapping.swift
[60/100] Compiling DataStructures Matrix.swift
[61/100] Compiling DataStructures Queue.swift
[62/100] Compiling DataStructures SortedArray.swift
[63/100] Compiling DataStructures Stack.swift
[64/100] Compiling DataStructures Zip3Sequence.swift
[65/100] Compiling DataStructures ZipToLongest.swift
[66/100] Compiling DataStructures AVLTree.swift
[67/100] Compiling DataStructures BinaryHeap.swift
[68/100] Compiling DataStructures IntervallicFragmentable.swift
[69/100] Compiling DataStructures Measured.swift
[70/100] Compiling DataStructures Totalizable.swift
[71/100] Compiling DataStructures DictionaryProtocol.swift
[72/100] Compiling DataStructures OrderedDictionary.swift
[73/100] Compiling DataStructures SortedDictionary.swift
[74/100] Compiling DataStructures CircularArray.swift
[75/100] Compiling DataStructures LinkedList.swift
[76/100] Compiling DataStructures CollectionExtensions.swift
[77/100] Compiling DataStructures Homogeneity.swift
[78/100] Compiling DataStructures RangeProtocol+Algebra.swift
[79/100] Compiling DataStructures RangeProtocol.swift
[80/100] Compiling DataStructures SequenceExtensions.swift
[81/100] Compiling DataStructures SetExtensions.swift
[82/100] Compiling DataStructures AdjacencyList.swift
[83/100] Compiling DataStructures DirectedGraph.swift
[84/100] Compiling DataStructures Graph.swift
[85/100] Compiling DataStructures ReferenceGraph.Node.swift
[86/100] Compiling DataStructures ReferenceGraph.swift
[87/100] Compiling DataStructures WeightedDirectedGraph.swift
[88/100] Compiling DataStructures WeightedGraph.swift
[89/100] Compiling DataStructures Bimap.swift
[90/100] Compiling DataStructures ContiguousSegmentCollection.swift
[91/100] Compiling DataStructures Fragmentable.swift
[92/100] Compiling DataStructures Intervallic.swift
[93/100] Compiling DataStructures DirectedGraphProtocol.swift
[94/100] Compiling DataStructures GraphProtocol.swift
[95/100] Compiling DataStructures UndirectedGraphProtocol.swift
[96/100] Compiling DataStructures UnweightedGraphProtocol.swift
[97/100] Compiling DataStructures WeightedGraphProtocol.swift
[98/100] Compiling DataStructures ReferenceGraph.AdjacencyList.swift
[99/100] Compiling DataStructures ReferenceGraph.Edge.swift
[100/100] Compiling DataStructures ReferenceGraph.EdgeList.swift
[102/124] Compiling PlotModel PointModel.swift
[103/125] Compiling PlotModel PlotModel.swift
[104/125] Compiling PlotModel DefaultVerticalPlotModel.swift
[105/125] Emitting module PlotModel
[106/125] Compiling PlotModel Axis.swift
[107/125] Compiling PlotModel DefaultAxis.swift
[108/125] Compiling PlotModel DefaultVerticalPlotModel.Builder.swift
[109/125] Compiling PlotModel DefaultVerticalPointModel.swift
[110/125] Compiling PlotModel HorizontalPlotModel.swift
[111/125] Compiling Math Rational.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[114/126] Compiling PlotModel VerticalPlotModel.swift
[115/127] Compiling Math Scale.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[116/127] Compiling Math Functions.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[117/127] Compiling Math GCDDomain.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[119/127] Emitting module Math
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[120/127] Compiling Math IntegerExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[121/127] Compiling Math LinearRegression.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[122/127] Compiling Math Power.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[123/127] Compiling Math PowerOfTwoSequence.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[124/127] Compiling Math DoubleExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[125/127] Compiling Math Fraction.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[126/127] Compiling Math Proximity.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[127/127] Compiling Math Quadratic.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
BUILD FAILURE 6.1 wasm