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 NotationView, reference 0.1.0 (edf140), with Swift 6.1 for Wasm on 27 May 2025 14:19:07 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/notationview.git
Reference: 0.1.0
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/notationview
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at edf1405 Merge pull request #18 from dn-m/update
Cloned https://github.com/dn-m/notationview.git
Revision (git rev-parse @):
edf1405c78b0b8c5d447164ce831a9adc5785d3f
SUCCESS checkout https://github.com/dn-m/notationview.git at 0.1.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dn-m/notationview.git
https://github.com/dn-m/notationview.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "graphics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dn-m/Graphics"
    },
    {
      "identity" : "notationmodel",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dn-m/NotationModel"
    }
  ],
  "manifest_display_name" : "NotationView",
  "name" : "NotationView",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PlotView",
      "targets" : [
        "PlotView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StaffView",
      "targets" : [
        "StaffView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RhythmView",
      "targets" : [
        "RhythmView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ScoreView",
      "targets" : [
        "ScoreView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StaffViewTests",
      "module_type" : "SwiftTarget",
      "name" : "StaffViewTests",
      "path" : "Tests/StaffViewTests",
      "product_dependencies" : [
        "QuartzAdapter",
        "GraphicsTesting"
      ],
      "sources" : [
        "AccidentalTests.swift",
        "ClefTests.swift",
        "NoteheadTests.swift",
        "StaffViewTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "StaffView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StaffView",
      "module_type" : "SwiftTarget",
      "name" : "StaffView",
      "path" : "Sources/StaffView",
      "product_dependencies" : [
        "StaffModel"
      ],
      "product_memberships" : [
        "StaffView",
        "ScoreView"
      ],
      "sources" : [
        "AccidentalView.swift",
        "AltoClef.swift",
        "BassClef.swift",
        "ClefView.swift",
        "Flat.swift",
        "Natural.swift",
        "NoteheadView.swift",
        "Sharp.swift",
        "StaffConfiguration.swift",
        "StaffItemSize.swift",
        "StaffLinesCollection.swift",
        "StaffRepresentedPitch.swift",
        "StaffView.swift",
        "TenorClef.swift",
        "TrebleClef.swift"
      ],
      "target_dependencies" : [
        "PlotView"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ScoreViewTests",
      "module_type" : "SwiftTarget",
      "name" : "ScoreViewTests",
      "path" : "Tests/ScoreViewTests",
      "product_dependencies" : [
        "GraphicsTesting"
      ],
      "sources" : [
        "ScoreViewTests.swift"
      ],
      "target_dependencies" : [
        "ScoreView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScoreView",
      "module_type" : "SwiftTarget",
      "name" : "ScoreView",
      "path" : "Sources/ScoreView",
      "product_dependencies" : [
        "Rendering"
      ],
      "product_memberships" : [
        "ScoreView"
      ],
      "sources" : [
        "ScoreView.swift"
      ],
      "target_dependencies" : [
        "PlotView",
        "StaffView",
        "RhythmView"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RhythmViewTests",
      "module_type" : "SwiftTarget",
      "name" : "RhythmViewTests",
      "path" : "Tests/RhythmViewTests",
      "product_dependencies" : [
        "GraphicsTesting"
      ],
      "sources" : [
        "BeamsViewTests.swift",
        "RhythmViewTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "RhythmView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RhythmView",
      "module_type" : "SwiftTarget",
      "name" : "RhythmView",
      "path" : "Sources/RhythmView",
      "product_dependencies" : [
        "Rendering",
        "SpelledRhythm"
      ],
      "product_memberships" : [
        "RhythmView",
        "ScoreView"
      ],
      "sources" : [
        "Beam.swift",
        "BeamsView.Builder.swift",
        "BeamsView.swift",
        "Orientation.swift",
        "RhythmView.TieRenderer.swift",
        "RhythmView.swift",
        "SubdivisionView.swift",
        "TupletBracketView.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PlotViewTests",
      "module_type" : "SwiftTarget",
      "name" : "PlotViewTests",
      "path" : "Tests/PlotViewTests",
      "product_dependencies" : [
        "GraphicsTesting"
      ],
      "sources" : [
        "AxisViewTests.swift",
        "DefaultVerticalAxisViewTests.swift",
        "DefaultVerticalPlotModelTests.swift",
        "DefaultVerticalPlotViewTests.swift",
        "PlotViewTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PlotView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PlotView",
      "module_type" : "SwiftTarget",
      "name" : "PlotView",
      "path" : "Sources/PlotView",
      "product_dependencies" : [
        "PlotModel",
        "Rendering"
      ],
      "product_memberships" : [
        "PlotView",
        "StaffView",
        "ScoreView"
      ],
      "sources" : [
        "AxisView.swift",
        "DefaultVerticalAxisView.swift",
        "DefaultVerticalPlotLinesCollection.swift",
        "DefaultVerticalPlotView.Builder.swift",
        "DefaultVerticalPlotView.swift",
        "HorizontalAxisPosition.swift",
        "HorizontalAxisView.swift",
        "HorizontalPlotView.swift",
        "LinesPosition.swift",
        "LinesSegment.swift",
        "LinesSegmentCollection.swift",
        "PlotView.swift",
        "PlotViewCollection.swift",
        "VerticalAxisPosition.swift",
        "VerticalAxisView.swift",
        "VerticalPlotView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/dn-m/NotationModel
Fetching https://github.com/dn-m/Graphics
[1/1158] Fetching graphics
[94/14319] Fetching graphics, notationmodel
Fetched https://github.com/dn-m/Graphics from cache (0.48s)
Fetched https://github.com/dn-m/NotationModel from cache (0.49s)
Computing version for https://github.com/dn-m/NotationModel
Computed https://github.com/dn-m/NotationModel at 0.9.0 (2.43s)
Fetching https://github.com/dn-m/Math
Fetching https://github.com/dn-m/Structure
Fetching https://github.com/dn-m/Music
[1/5829] Fetching structure
[2/6670] Fetching structure, math
Fetched https://github.com/dn-m/Math from cache (0.27s)
[5013/5829] Fetching structure
[5830/10025] Fetching structure, music
Fetched https://github.com/dn-m/Structure from cache (0.37s)
[2938/4196] Fetching music
Fetched https://github.com/dn-m/Music from cache (0.44s)
Computing version for https://github.com/dn-m/Math
Computed https://github.com/dn-m/Math at 0.8.0 (0.98s)
Computing version for https://github.com/dn-m/Music
Computed https://github.com/dn-m/Music at 0.17.1 (0.65s)
Computing version for https://github.com/dn-m/Graphics
Computed https://github.com/dn-m/Graphics at 0.4.1 (0.73s)
Fetching https://github.com/drmohundro/SWXMLHash
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash from cache (0.33s)
Computing version for https://github.com/dn-m/Structure
Computed https://github.com/dn-m/Structure at 0.25.0 (3.79s)
Fetching https://github.com/dn-m/PerformanceTesting
[1/1525] Fetching performancetesting
Fetched https://github.com/dn-m/PerformanceTesting from cache (0.32s)
Computing version for https://github.com/dn-m/PerformanceTesting
Computed https://github.com/dn-m/PerformanceTesting at 0.4.0 (0.90s)
Computing version for https://github.com/drmohundro/SWXMLHash
Computed https://github.com/drmohundro/SWXMLHash at 4.9.0 (2.16s)
Creating working copy for https://github.com/dn-m/Structure
Working copy of https://github.com/dn-m/Structure resolved at 0.25.0
Creating working copy for https://github.com/dn-m/Graphics
Working copy of https://github.com/dn-m/Graphics resolved at 0.4.1
Creating working copy for https://github.com/dn-m/NotationModel
Working copy of https://github.com/dn-m/NotationModel resolved at 0.9.0
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/PerformanceTesting
Working copy of https://github.com/dn-m/PerformanceTesting resolved at 0.4.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/drmohundro/SWXMLHash
Working copy of https://github.com/drmohundro/SWXMLHash resolved at 4.9.0
Building for debugging...
[0/19] Write sources
[18/19] Write swift-version-24593BA9C3E375BF.txt
[20/21] Emitting module Destructure
[21/21] Compiling Destructure Destructure.swift
[23/46] Compiling Algorithms Combinatorics.swift
[24/47] Compiling Algorithms Swap.swift
[25/47] Emitting module Algorithms
[26/47] Compiling Algorithms Rotate.swift
[27/47] Emitting module Algebra
[28/49] Compiling Algorithms Unzip.swift
[29/49] Compiling Algorithms Ordered.swift
[30/49] Compiling Algebra Invertible.swift
[31/49] Compiling Algebra Monoid.swift
[32/49] Compiling Algorithms TupleMap.swift
[33/49] Compiling Algebra MonoidView.swift
[34/49] Compiling Algebra Multiplicative.swift
[35/49] Compiling Algebra MultiplicativeSemigroup.swift
[36/49] Compiling Algebra One.swift
[37/49] Compiling Algorithms Split.swift
[38/49] Compiling Algorithms StableSort.swift
[39/50] Compiling Algebra Abelian.swift
[40/50] Compiling Algebra Accumulate.swift
[41/50] Compiling Algebra Additive.swift
[42/50] Compiling Algebra Sum.swift
[43/50] Compiling Algebra Zero.swift
[44/50] Compiling Algebra Product.swift
[45/50] Compiling Algebra Semigroup.swift
[47/50] Compiling Algebra AdditiveGroup.swift
[48/50] Compiling Algebra AdditiveSemigroup.swift
[49/50] Compiling Algebra AlgebraAdapters.swift
[50/50] Compiling Algebra Group.swift
[52/110] Compiling DataStructures DirectedGraphProtocol.swift
[53/110] Compiling DataStructures GraphProtocol.swift
[54/110] Compiling DataStructures UndirectedGraphProtocol.swift
[55/110] Compiling DataStructures UnweightedGraphProtocol.swift
[56/110] Compiling DataStructures WeightedGraphProtocol.swift
[57/110] Compiling DataStructures ReferenceGraph.AdjacencyList.swift
[58/110] Compiling DataStructures ReferenceGraph.Edge.swift
[59/110] Compiling DataStructures ReferenceGraph.EdgeList.swift
[60/118] Emitting module DataStructures
[61/118] Compiling DataStructures CollectionExtensions.swift
[62/118] Compiling DataStructures Homogeneity.swift
[63/118] Compiling DataStructures RangeProtocol+Algebra.swift
[64/118] Compiling DataStructures RangeProtocol.swift
[65/118] Compiling DataStructures SequenceExtensions.swift
[66/118] Compiling DataStructures SetExtensions.swift
[67/118] Compiling DataStructures AdjacencyList.swift
[68/118] Compiling DataStructures DirectedGraph.swift
[69/118] Compiling DataStructures Graph.swift
[70/118] Compiling DataStructures Either.swift
[71/118] Compiling DataStructures IntervalRelation.swift
[72/118] Compiling DataStructures InvertibleEnum.swift
[73/118] Compiling DataStructures Cross.swift
[74/118] Compiling DataStructures OrderedPair.swift
[75/118] Compiling DataStructures Pair.swift
[76/118] Compiling DataStructures SwappablePair.swift
[77/118] Compiling DataStructures SymmetricPair.swift
[78/118] Compiling DataStructures UnorderedPair.swift
[79/118] Compiling DataStructures FloatWrapping.swift
[80/118] Compiling DataStructures Identifier.swift
[81/118] Compiling DataStructures IntegerWrapping.swift
[82/118] Compiling DataStructures Metatype.swift
[83/118] Compiling DataStructures NewType.swift
[84/118] Compiling DataStructures RandomAccessCollectionWrapping.swift
[85/118] Compiling DataStructures SequenceWrapping.swift
[86/118] Compiling DataStructures SortedCollectionWrapping.swift
[87/118] Compiling DataStructures BinarySearchTree.swift
[88/118] Compiling DataStructures ReferenceTree.swift
[89/118] Compiling DataStructures ReferenceTreeProtocol.swift
[90/118] Compiling DataStructures SingleTypedTree.swift
[91/118] Compiling DataStructures Tree.Zipper.swift
[92/118] Compiling DataStructures Tree.swift
[93/118] Compiling DataStructures CollectionWrapping.swift
[94/118] Compiling DataStructures DoubleWrapping.swift
[95/118] Compiling DataStructures IntervallicFragmentable.swift
[96/118] Compiling DataStructures Measured.swift
[97/118] Compiling DataStructures Totalizable.swift
[98/118] Compiling DataStructures DictionaryProtocol.swift
[99/118] Compiling DataStructures OrderedDictionary.swift
[100/118] Compiling DataStructures SortedDictionary.swift
[101/118] Compiling DataStructures CircularArray.swift
[102/118] Compiling DataStructures LinkedList.swift
[103/118] Compiling DataStructures Matrix.swift
[104/118] Compiling DataStructures Queue.swift
[105/118] Compiling DataStructures SortedArray.swift
[106/118] Compiling DataStructures Stack.swift
[107/118] Compiling DataStructures Zip3Sequence.swift
[108/118] Compiling DataStructures ZipToLongest.swift
[109/118] Compiling DataStructures AVLTree.swift
[110/118] Compiling DataStructures BinaryHeap.swift
[111/118] 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 |
[112/118] 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 |
[113/118] 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 |
[114/118] 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 |
[115/118] 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 |
[116/118] 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 |
[117/118] 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 |
[118/118] 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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
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/3] Emitting module Destructure
[3/3] Compiling Destructure Destructure.swift
[5/28] Compiling Algebra Invertible.swift
[6/28] Compiling Algebra Monoid.swift
[7/28] Compiling Algebra MultiplicativeSemigroup.swift
[8/28] Compiling Algebra One.swift
[9/28] Compiling Algebra MonoidView.swift
[10/28] Compiling Algebra Multiplicative.swift
[11/30] Compiling Algorithms Ordered.swift
[12/30] Compiling Algorithms Rotate.swift
[13/31] Compiling Algorithms StableSort.swift
[14/31] Compiling Algorithms Split.swift
[15/31] Compiling Algorithms Swap.swift
[16/31] Compiling Algorithms TupleMap.swift
[17/31] Compiling Algebra Product.swift
[18/31] Compiling Algebra Semigroup.swift
[19/31] Emitting module Algorithms
[20/31] Compiling Algorithms Combinatorics.swift
[21/31] Compiling Algorithms Unzip.swift
[22/31] Compiling Algebra AdditiveGroup.swift
[23/31] Compiling Algebra AdditiveSemigroup.swift
[24/31] Compiling Algebra AlgebraAdapters.swift
[25/31] Compiling Algebra Group.swift
[26/32] Emitting module Algebra
[27/32] Compiling Algebra Abelian.swift
[28/32] Compiling Algebra Accumulate.swift
[29/32] Compiling Algebra Additive.swift
[30/32] Compiling Algebra Sum.swift
[31/32] Compiling Algebra Zero.swift
[34/92] Emitting module DataStructures
[35/100] Compiling DataStructures DirectedGraphProtocol.swift
[36/100] Compiling DataStructures GraphProtocol.swift
[37/100] Compiling DataStructures UndirectedGraphProtocol.swift
[38/100] Compiling DataStructures UnweightedGraphProtocol.swift
[39/100] Compiling DataStructures WeightedGraphProtocol.swift
[40/100] Compiling DataStructures ReferenceGraph.AdjacencyList.swift
[41/100] Compiling DataStructures ReferenceGraph.Edge.swift
[42/100] Compiling DataStructures ReferenceGraph.EdgeList.swift
[43/100] Compiling DataStructures Either.swift
[44/100] Compiling DataStructures IntervalRelation.swift
[45/100] Compiling DataStructures InvertibleEnum.swift
[46/100] Compiling DataStructures Cross.swift
[47/100] Compiling DataStructures OrderedPair.swift
[48/100] Compiling DataStructures Pair.swift
[49/100] Compiling DataStructures SwappablePair.swift
[50/100] Compiling DataStructures SymmetricPair.swift
[51/100] Compiling DataStructures UnorderedPair.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 CollectionExtensions.swift
[61/100] Compiling DataStructures Homogeneity.swift
[62/100] Compiling DataStructures RangeProtocol+Algebra.swift
[63/100] Compiling DataStructures RangeProtocol.swift
[64/100] Compiling DataStructures SequenceExtensions.swift
[65/100] Compiling DataStructures SetExtensions.swift
[66/100] Compiling DataStructures AdjacencyList.swift
[67/100] Compiling DataStructures DirectedGraph.swift
[68/100] Compiling DataStructures Graph.swift
[69/100] Compiling DataStructures Matrix.swift
[70/100] Compiling DataStructures Queue.swift
[71/100] Compiling DataStructures SortedArray.swift
[72/100] Compiling DataStructures Stack.swift
[73/100] Compiling DataStructures Zip3Sequence.swift
[74/100] Compiling DataStructures ZipToLongest.swift
[75/100] Compiling DataStructures AVLTree.swift
[76/100] Compiling DataStructures BinaryHeap.swift
[77/100] Compiling DataStructures BinarySearchTree.swift
[78/100] Compiling DataStructures ReferenceTree.swift
[79/100] Compiling DataStructures ReferenceTreeProtocol.swift
[80/100] Compiling DataStructures SingleTypedTree.swift
[81/100] Compiling DataStructures Tree.Zipper.swift
[82/100] Compiling DataStructures Tree.swift
[83/100] Compiling DataStructures CollectionWrapping.swift
[84/100] Compiling DataStructures DoubleWrapping.swift
[85/100] Compiling DataStructures IntervallicFragmentable.swift
[86/100] Compiling DataStructures Measured.swift
[87/100] Compiling DataStructures Totalizable.swift
[88/100] Compiling DataStructures DictionaryProtocol.swift
[89/100] Compiling DataStructures OrderedDictionary.swift
[90/100] Compiling DataStructures SortedDictionary.swift
[91/100] Compiling DataStructures CircularArray.swift
[92/100] Compiling DataStructures LinkedList.swift
[93/100] Compiling DataStructures ReferenceGraph.Node.swift
[94/100] Compiling DataStructures ReferenceGraph.swift
[95/100] Compiling DataStructures WeightedDirectedGraph.swift
[96/100] Compiling DataStructures WeightedGraph.swift
[97/100] Compiling DataStructures Bimap.swift
[98/100] Compiling DataStructures ContiguousSegmentCollection.swift
[99/100] Compiling DataStructures Fragmentable.swift
[100/100] Compiling DataStructures Intervallic.swift
[102/124] Compiling PlotModel PointModel.swift
[103/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 |
[104/125] Compiling PlotModel DefaultVerticalPlotModel.swift
[105/126] Compiling PlotModel VerticalPlotModel.swift
[106/126] Compiling PlotModel PlotModel.swift
[107/126] 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 |
[108/126] Compiling PlotModel DefaultVerticalPlotModel.Builder.swift
[109/126] Compiling PlotModel Axis.swift
[110/126] Compiling PlotModel DefaultAxis.swift
[111/126] Compiling PlotModel HorizontalPlotModel.swift
[112/126] Compiling PlotModel DefaultVerticalPointModel.swift
[113/126] Emitting module PlotModel
error: emit-module command failed with exit code 1 (use -v to see invocation)
[115/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 |
[116/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 |
[117/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 |
[118/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 |
[119/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 |
/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 |
[122/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 |
[123/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 |
[124/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 |
[125/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 |
[126/127] Compiling Math Bitwise.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 CollectionExtensions.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