Build Information
Failed to build NotationModel, reference 0.9.0 (a68f1a
), with Swift 6.1 for Wasm on 27 May 2025 15:56:40 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: 0.9.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/notationmodel
* tag 0.9.0 -> FETCH_HEAD
HEAD is now at a68f1af Remove usage of CollectionWrapping and RandomAccessCollectionWrapping (#217)
Cloned https://github.com/dn-m/notationmodel.git
Revision (git rev-parse @):
a68f1af89ca15c41736e25f17616a4504838073c
SUCCESS checkout https://github.com/dn-m/notationmodel.git at 0.9.0
========================================
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-0":/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/Music
Fetching https://github.com/dn-m/Structure
Fetching https://github.com/dn-m/Math
[1/4196] Fetching music
[421/10025] Fetching music, structure
[697/10866] Fetching music, structure, math
Fetched https://github.com/dn-m/Math from cache (0.57s)
[6062/10025] Fetching music, structure
Fetched https://github.com/dn-m/Structure from cache (0.81s)
Fetched https://github.com/dn-m/Music from cache (0.83s)
Computing version for https://github.com/dn-m/Math
Computed https://github.com/dn-m/Math at 0.8.0 (5.50s)
Computing version for https://github.com/dn-m/Music
Computed https://github.com/dn-m/Music at 0.17.1 (1.04s)
Computing version for https://github.com/dn-m/Structure
Computed https://github.com/dn-m/Structure at 0.25.0 (1.05s)
Fetching https://github.com/dn-m/PerformanceTesting
[1/1525] Fetching performancetesting
Fetched https://github.com/dn-m/PerformanceTesting from cache (0.45s)
Computing version for https://github.com/dn-m/PerformanceTesting
Computed https://github.com/dn-m/PerformanceTesting at 0.4.0 (1.91s)
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/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/Math
Working copy of https://github.com/dn-m/Math resolved at 0.8.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] Emitting module Destructure
[14/14] Compiling Destructure Destructure.swift
[16/39] Compiling Algebra MonoidView.swift
[17/39] Compiling Algebra Multiplicative.swift
[18/39] Compiling Algorithms TupleMap.swift
[19/42] Compiling Algorithms Swap.swift
[20/42] Compiling Algebra MultiplicativeSemigroup.swift
[21/42] Compiling Algebra One.swift
[22/42] Compiling Algebra Product.swift
[23/42] Compiling Algebra Semigroup.swift
[24/42] Compiling Algorithms Ordered.swift
[25/42] Emitting module Algebra
[26/42] Compiling Algorithms Unzip.swift
[27/42] Compiling Algorithms Split.swift
[28/42] Emitting module Algorithms
[29/42] Compiling Algorithms Combinatorics.swift
[30/42] Compiling Algorithms StableSort.swift
[31/42] Compiling Algorithms Rotate.swift
[32/43] Compiling Algebra AdditiveGroup.swift
[33/43] Compiling Algebra AdditiveSemigroup.swift
[34/43] Compiling Algebra Invertible.swift
[35/43] Compiling Algebra Monoid.swift
[36/43] Compiling Algebra Abelian.swift
[37/43] Compiling Algebra Accumulate.swift
[38/43] Compiling Algebra Additive.swift
[39/43] Compiling Algebra AlgebraAdapters.swift
[40/43] Compiling Algebra Group.swift
[42/43] Compiling Algebra Sum.swift
[43/43] Compiling Algebra Zero.swift
[45/103] Compiling DataStructures DirectedGraphProtocol.swift
[46/103] Compiling DataStructures GraphProtocol.swift
[47/103] Compiling DataStructures UndirectedGraphProtocol.swift
[48/103] Compiling DataStructures UnweightedGraphProtocol.swift
[49/103] Compiling DataStructures WeightedGraphProtocol.swift
[50/103] Compiling DataStructures ReferenceGraph.AdjacencyList.swift
[51/103] Compiling DataStructures ReferenceGraph.Edge.swift
[52/103] Compiling DataStructures ReferenceGraph.EdgeList.swift
[53/111] Compiling DataStructures CollectionExtensions.swift
[54/111] Compiling DataStructures Homogeneity.swift
[55/111] Compiling DataStructures RangeProtocol+Algebra.swift
[56/111] Compiling DataStructures RangeProtocol.swift
[57/111] Compiling DataStructures SequenceExtensions.swift
[58/111] Compiling DataStructures SetExtensions.swift
[59/111] Compiling DataStructures AdjacencyList.swift
[60/111] Compiling DataStructures DirectedGraph.swift
[61/111] Compiling DataStructures Graph.swift
[62/111] Compiling DataStructures Either.swift
[63/111] Compiling DataStructures IntervalRelation.swift
[64/111] Compiling DataStructures InvertibleEnum.swift
[65/111] Compiling DataStructures Cross.swift
[66/111] Compiling DataStructures OrderedPair.swift
[67/111] Compiling DataStructures Pair.swift
[68/111] Compiling DataStructures SwappablePair.swift
[69/111] Compiling DataStructures SymmetricPair.swift
[70/111] Compiling DataStructures UnorderedPair.swift
[71/111] Compiling DataStructures FloatWrapping.swift
[72/111] Compiling DataStructures Identifier.swift
[73/111] Compiling DataStructures IntegerWrapping.swift
[74/111] Compiling DataStructures Metatype.swift
[75/111] Compiling DataStructures NewType.swift
[76/111] Compiling DataStructures RandomAccessCollectionWrapping.swift
[77/111] Compiling DataStructures SequenceWrapping.swift
[78/111] Compiling DataStructures SortedCollectionWrapping.swift
[79/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 |
[80/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 |
[81/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 |
[82/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 |
[83/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 |
[84/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 |
[85/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 |
[86/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 |
[87/111] Emitting module DataStructures
[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 IntervallicFragmentable.swift
[97/111] Compiling DataStructures Measured.swift
[98/111] Compiling DataStructures Totalizable.swift
[99/111] Compiling DataStructures DictionaryProtocol.swift
[100/111] Compiling DataStructures OrderedDictionary.swift
[101/111] Compiling DataStructures SortedDictionary.swift
[102/111] Compiling DataStructures CircularArray.swift
[103/111] Compiling DataStructures LinkedList.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-0":/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] Emitting module Destructure
[3/3] Compiling Destructure Destructure.swift
[5/28] Compiling Algebra MultiplicativeSemigroup.swift
[6/28] Compiling Algebra One.swift
[7/30] Emitting module Algebra
[8/30] Compiling Algebra Product.swift
[9/30] Compiling Algebra Semigroup.swift
[10/30] Compiling Algebra MonoidView.swift
[11/30] Compiling Algebra Multiplicative.swift
[12/30] Compiling Algorithms Swap.swift
[13/30] Compiling Algebra Invertible.swift
[14/30] Compiling Algebra Monoid.swift
[15/30] Compiling Algorithms TupleMap.swift
[16/31] Compiling Algebra Sum.swift
[17/31] Compiling Algebra Zero.swift
[18/31] Compiling Algorithms Rotate.swift
[19/31] Compiling Algorithms Ordered.swift
[20/31] Compiling Algebra AdditiveGroup.swift
[21/31] Compiling Algebra AdditiveSemigroup.swift
[22/31] Compiling Algebra AlgebraAdapters.swift
[23/31] Compiling Algebra Group.swift
[24/31] Compiling Algebra Abelian.swift
[25/31] Compiling Algebra Accumulate.swift
[26/31] Compiling Algebra Additive.swift
[27/32] Compiling Algorithms Split.swift
[28/32] Compiling Algorithms StableSort.swift
[29/32] Emitting module Algorithms
[30/32] Compiling Algorithms Combinatorics.swift
[32/32] Compiling Algorithms Unzip.swift
[34/92] Compiling DataStructures DirectedGraphProtocol.swift
[35/92] Compiling DataStructures GraphProtocol.swift
[36/92] Compiling DataStructures UndirectedGraphProtocol.swift
[37/92] Compiling DataStructures UnweightedGraphProtocol.swift
[38/92] Compiling DataStructures WeightedGraphProtocol.swift
[39/92] Compiling DataStructures ReferenceGraph.AdjacencyList.swift
[40/92] Compiling DataStructures ReferenceGraph.Edge.swift
[41/92] Compiling DataStructures ReferenceGraph.EdgeList.swift
[42/100] Emitting module DataStructures
[43/100] Compiling DataStructures FloatWrapping.swift
[44/100] Compiling DataStructures Identifier.swift
[45/100] Compiling DataStructures IntegerWrapping.swift
[46/100] Compiling DataStructures Metatype.swift
[47/100] Compiling DataStructures NewType.swift
[48/100] Compiling DataStructures RandomAccessCollectionWrapping.swift
[49/100] Compiling DataStructures SequenceWrapping.swift
[50/100] Compiling DataStructures SortedCollectionWrapping.swift
[51/100] Compiling DataStructures Either.swift
[52/100] Compiling DataStructures IntervalRelation.swift
[53/100] Compiling DataStructures InvertibleEnum.swift
[54/100] Compiling DataStructures Cross.swift
[55/100] Compiling DataStructures OrderedPair.swift
[56/100] Compiling DataStructures Pair.swift
[57/100] Compiling DataStructures SwappablePair.swift
[58/100] Compiling DataStructures SymmetricPair.swift
[59/100] Compiling DataStructures UnorderedPair.swift
[60/100] Compiling DataStructures IntervallicFragmentable.swift
[61/100] Compiling DataStructures Measured.swift
[62/100] Compiling DataStructures Totalizable.swift
[63/100] Compiling DataStructures DictionaryProtocol.swift
[64/100] Compiling DataStructures OrderedDictionary.swift
[65/100] Compiling DataStructures SortedDictionary.swift
[66/100] Compiling DataStructures CircularArray.swift
[67/100] Compiling DataStructures LinkedList.swift
[68/100] Compiling DataStructures BinarySearchTree.swift
[69/100] Compiling DataStructures ReferenceTree.swift
[70/100] Compiling DataStructures ReferenceTreeProtocol.swift
[71/100] Compiling DataStructures SingleTypedTree.swift
[72/100] Compiling DataStructures Tree.Zipper.swift
[73/100] Compiling DataStructures Tree.swift
[74/100] Compiling DataStructures CollectionWrapping.swift
[75/100] Compiling DataStructures DoubleWrapping.swift
[76/100] Compiling DataStructures Matrix.swift
[77/100] Compiling DataStructures Queue.swift
[78/100] Compiling DataStructures SortedArray.swift
[79/100] Compiling DataStructures Stack.swift
[80/100] Compiling DataStructures Zip3Sequence.swift
[81/100] Compiling DataStructures ZipToLongest.swift
[82/100] Compiling DataStructures AVLTree.swift
[83/100] Compiling DataStructures BinaryHeap.swift
[84/100] Compiling DataStructures ReferenceGraph.Node.swift
[85/100] Compiling DataStructures ReferenceGraph.swift
[86/100] Compiling DataStructures WeightedDirectedGraph.swift
[87/100] Compiling DataStructures WeightedGraph.swift
[88/100] Compiling DataStructures Bimap.swift
[89/100] Compiling DataStructures ContiguousSegmentCollection.swift
[90/100] Compiling DataStructures Fragmentable.swift
[91/100] Compiling DataStructures Intervallic.swift
[92/100] Compiling DataStructures CollectionExtensions.swift
[93/100] Compiling DataStructures Homogeneity.swift
[94/100] Compiling DataStructures RangeProtocol+Algebra.swift
[95/100] Compiling DataStructures RangeProtocol.swift
[96/100] Compiling DataStructures SequenceExtensions.swift
[97/100] Compiling DataStructures SetExtensions.swift
[98/100] Compiling DataStructures AdjacencyList.swift
[99/100] Compiling DataStructures DirectedGraph.swift
[100/100] Compiling DataStructures Graph.swift
[102/124] Compiling Math Bitwise.swift
[103/124] Compiling Math CollectionExtensions.swift
[104/125] Compiling PlotModel DefaultVerticalPointModel.swift
[105/125] Compiling PlotModel HorizontalPlotModel.swift
[106/125] Emitting module PlotModel
[107/125] Compiling PlotModel PointModel.swift
[108/125] Compiling PlotModel PlotModel.swift
[109/125] 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 |
[110/125] 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 |
[111/125] 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 |
[112/125] 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 |
[113/126] Compiling PlotModel DefaultVerticalPlotModel.Builder.swift
[114/126] Compiling PlotModel DefaultVerticalPlotModel.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 |
[117/126] Compiling PlotModel VerticalPlotModel.swift
[118/127] 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 |
[119/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 |
[121/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 |
[122/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[123/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 |
[124/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 |
[125/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 |
[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