Build Information
Failed to build Music, reference 0.17.1 (f3fd48
), with Swift 6.1 for Wasm on 27 May 2025 18:24:46 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dn-m/Music.git
Reference: 0.17.1
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/Music
* tag 0.17.1 -> FETCH_HEAD
HEAD is now at f3fd487 Add Chord.init(lowest:descriptor) (#126)
Cloned https://github.com/dn-m/Music.git
Revision (git rev-parse @):
f3fd487603a05c7b7ff20f1e8ad29d866a60fded
SUCCESS checkout https://github.com/dn-m/Music.git at 0.17.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/dn-m/Music.git
https://github.com/dn-m/Music.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.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dn-m/Math"
}
],
"manifest_display_name" : "Music",
"name" : "Music",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Articulations",
"targets" : [
"Articulations"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Dynamics",
"targets" : [
"Dynamics"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Pitch",
"targets" : [
"Pitch"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Duration",
"targets" : [
"Duration"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MusicModel",
"targets" : [
"MusicModel"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PitchTests",
"module_type" : "SwiftTarget",
"name" : "PitchTests",
"path" : "Tests/PitchTests",
"sources" : [
"ChordDescriptorTests.swift",
"ChordTests.swift",
"CompoundIntervalDescriptorTests.swift",
"FrequencyTests.swift",
"IntervalQualityTests.swift",
"NoteNumberTests.swift",
"OrderedIntervalDescriptorTests.swift",
"PitchClassDyadTests.swift",
"PitchClassIntervalTests.swift",
"PitchClassSetTests.swift",
"PitchClassTests.swift",
"PitchDyadTests.swift",
"PitchIntervalTests.swift",
"PitchSegmentTests.swift",
"PitchSetTests.swift",
"PitchTests.swift",
"ScaleTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Pitch"
],
"type" : "test"
},
{
"c99name" : "Pitch",
"module_type" : "SwiftTarget",
"name" : "Pitch",
"path" : "Sources/Pitch",
"product_dependencies" : [
"Math",
"DataStructures"
],
"product_memberships" : [
"Pitch",
"MusicModel"
],
"sources" : [
"Chord/Chord.IntervalPattern.swift",
"Chord/Chord.swift",
"Chord/ChordDescriptor.swift",
"Dyad.swift",
"Frequency.swift",
"IntervalDescriptor/CompoundIntervalDescriptor.swift",
"IntervalDescriptor/IntervalDescriptor.swift",
"IntervalDescriptor/IntervalOrdinal.swift",
"IntervalDescriptor/IntervalQuality.swift",
"IntervalDescriptor/OrderedIntervalDescriptor.swift",
"IntervalDescriptor/UnorderedIntervalDescriptor.swift",
"NoteNumber.swift",
"NoteNumberRepresentable.swift",
"OrderedInterval.swift",
"Pitch.Class.swift",
"Pitch.swift",
"Scale/Scale.IntervalPattern.swift",
"Scale/Scale.swift",
"TuningSystem.swift",
"UnorderedInterval.swift"
],
"type" : "library"
},
{
"c99name" : "MusicModelTests",
"module_type" : "SwiftTarget",
"name" : "MusicModelTests",
"path" : "Tests/MusicModelTests",
"sources" : [
"Fixtures/JACKQuartet.swift",
"IntervalSearchTreeTests.swift",
"MeterTempoTests.swift",
"ModelTests.swift",
"PerformanceContextTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"MusicModel"
],
"type" : "test"
},
{
"c99name" : "MusicModel",
"module_type" : "SwiftTarget",
"name" : "MusicModel",
"path" : "Sources/MusicModel",
"product_dependencies" : [
"Algebra",
"DataStructures"
],
"product_memberships" : [
"MusicModel"
],
"sources" : [
"BeatContext.swift",
"Data Structures/IntervalSearchTree.swift",
"Model.Builder.swift",
"Model.swift",
"PerformanceContext/Identifiable.swift",
"PerformanceContext/Instrument.swift",
"PerformanceContext/PerformanceContext.swift",
"PerformanceContext/Performer.swift",
"PerformanceContext/PerformerInstrument.swift",
"PerformanceContext/PerformerInstrumentVoice.swift",
"PerformanceContext/Voice.swift"
],
"target_dependencies" : [
"Articulations",
"Pitch",
"Duration"
],
"type" : "library"
},
{
"c99name" : "DynamicsTests",
"module_type" : "SwiftTarget",
"name" : "DynamicsTests",
"path" : "Tests/DynamicsTests",
"sources" : [
"DynamicInterpolationTests.swift",
"DynamicTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Dynamics"
],
"type" : "test"
},
{
"c99name" : "Dynamics",
"module_type" : "SwiftTarget",
"name" : "Dynamics",
"path" : "Sources/Dynamics",
"product_dependencies" : [
"Destructure",
"DataStructures"
],
"product_memberships" : [
"Dynamics"
],
"sources" : [
"Dynamic.Interpolation.swift",
"Dynamic.swift"
],
"type" : "library"
},
{
"c99name" : "DurationTests",
"module_type" : "SwiftTarget",
"name" : "DurationTests",
"path" : "Tests/DurationTests",
"sources" : [
"DurationTests.swift",
"DurationTreeTests.swift",
"EasingEvaluateTests.swift",
"EasingIntegrateTests.swift",
"InterpolationTests.swift",
"MeterCollectionTests.swift",
"MeterTests.swift",
"ProportionTreeTests.swift",
"RhythmTests.swift",
"RhythmTreeTests.swift",
"TempoInterpolationCollectionTests.swift",
"TempoInterpolationFragmentTests.swift",
"TempoTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Duration"
],
"type" : "test"
},
{
"c99name" : "Duration",
"module_type" : "SwiftTarget",
"name" : "Duration",
"path" : "Sources/Duration",
"product_dependencies" : [
"Math",
"DataStructures"
],
"product_memberships" : [
"Duration",
"MusicModel"
],
"sources" : [
"Beats.swift",
"Duration.swift",
"Meter/Meter.Collection.swift",
"Meter/Meter.Context.swift",
"Meter/Meter.Fragment.swift",
"Meter/Meter.Kind.swift",
"Meter/Meter.swift",
"Rhythm/AbsenceOrEvent.swift",
"Rhythm/ContinuationOrInstance.swift",
"Rhythm/DurationTree.swift",
"Rhythm/ProportionTree.swift",
"Rhythm/Rhythm.swift",
"Subdivision.swift",
"Tempo/Tempo.Context.swift",
"Tempo/Tempo.swift"
],
"type" : "library"
},
{
"c99name" : "ArticulationsTests",
"module_type" : "SwiftTarget",
"name" : "ArticulationsTests",
"path" : "Tests/ArticulationsTests",
"sources" : [
"ArticulationTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Articulations"
],
"type" : "test"
},
{
"c99name" : "Articulations",
"module_type" : "SwiftTarget",
"name" : "Articulations",
"path" : "Sources/Articulations",
"product_memberships" : [
"Articulations",
"MusicModel"
],
"sources" : [
"Articulation.swift",
"Slur.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/dn-m/Math
Fetching https://github.com/dn-m/Structure
[1/841] Fetching math
[842/6670] Fetching math, structure
Fetched https://github.com/dn-m/Math from cache (0.38s)
Fetched https://github.com/dn-m/Structure from cache (0.38s)
Computing version for https://github.com/dn-m/Math
Computed https://github.com/dn-m/Math at 0.8.0 (0.90s)
Computing version for https://github.com/dn-m/Structure
Computed https://github.com/dn-m/Structure at 0.25.0 (2.14s)
Fetching https://github.com/dn-m/PerformanceTesting
[1/1525] Fetching performancetesting
Fetched https://github.com/dn-m/PerformanceTesting from cache (0.19s)
Computing version for https://github.com/dn-m/PerformanceTesting
Computed https://github.com/dn-m/PerformanceTesting at 0.4.0 (2.36s)
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
Creating working copy for https://github.com/dn-m/PerformanceTesting
Working copy of https://github.com/dn-m/PerformanceTesting resolved at 0.4.0
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/16] Emitting module Destructure
[13/16] Compiling Destructure Destructure.swift
[14/17] Compiling Articulations Articulation.swift
[15/17] Emitting module Articulations
[16/17] Compiling Articulations Slur.swift
[19/42] Compiling Algebra Invertible.swift
[20/42] Compiling Algebra Monoid.swift
[21/44] Compiling Algebra AlgebraAdapters.swift
[22/44] Compiling Algebra Group.swift
[23/44] Compiling Algorithms Ordered.swift
[24/44] Emitting module Algebra
[25/45] Compiling Algebra MultiplicativeSemigroup.swift
[26/45] Compiling Algebra One.swift
[27/45] Compiling Algebra AdditiveGroup.swift
[28/45] Compiling Algebra AdditiveSemigroup.swift
[29/45] Compiling Algorithms Swap.swift
[30/45] Compiling Algorithms TupleMap.swift
[31/45] Compiling Algorithms Split.swift
[32/45] Compiling Algebra MonoidView.swift
[33/45] Compiling Algebra Multiplicative.swift
[34/45] Compiling Algebra Product.swift
[35/45] Compiling Algebra Semigroup.swift
[36/45] Compiling Algebra Abelian.swift
[37/45] Compiling Algebra Accumulate.swift
[38/45] Compiling Algebra Additive.swift
[39/45] Compiling Algorithms StableSort.swift
[40/45] Compiling Algorithms Rotate.swift
[41/45] Compiling Algebra Sum.swift
[42/45] Compiling Algebra Zero.swift
[43/46] Compiling Algorithms Combinatorics.swift
[44/46] Emitting module Algorithms
[46/46] Compiling Algorithms Unzip.swift
[48/106] Compiling DataStructures BinarySearchTree.swift
[49/106] Compiling DataStructures ReferenceTree.swift
[50/106] Compiling DataStructures ReferenceTreeProtocol.swift
[51/106] Compiling DataStructures SingleTypedTree.swift
[52/106] Compiling DataStructures Tree.Zipper.swift
[53/106] Compiling DataStructures Tree.swift
[54/106] Compiling DataStructures CollectionWrapping.swift
[55/106] Compiling DataStructures DoubleWrapping.swift
[56/114] Compiling DataStructures Either.swift
[57/114] Compiling DataStructures IntervalRelation.swift
[58/114] Compiling DataStructures InvertibleEnum.swift
[59/114] Compiling DataStructures Cross.swift
[60/114] Compiling DataStructures OrderedPair.swift
[61/114] Compiling DataStructures Pair.swift
[62/114] Compiling DataStructures SwappablePair.swift
[63/114] Compiling DataStructures SymmetricPair.swift
[64/114] Compiling DataStructures UnorderedPair.swift
[65/114] Compiling DataStructures CollectionExtensions.swift
[66/114] Compiling DataStructures Homogeneity.swift
[67/114] Compiling DataStructures RangeProtocol+Algebra.swift
[68/114] Compiling DataStructures RangeProtocol.swift
[69/114] Compiling DataStructures SequenceExtensions.swift
[70/114] Compiling DataStructures SetExtensions.swift
[71/114] Compiling DataStructures AdjacencyList.swift
[72/114] Compiling DataStructures DirectedGraph.swift
[73/114] Compiling DataStructures Graph.swift
[74/114] Emitting module DataStructures
[75/114] 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 |
[76/114] 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 |
[77/114] 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 |
[78/114] 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 |
[79/114] 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 |
[80/114] 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 |
[81/114] 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 |
[82/114] 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 |
[83/114] Compiling DataStructures FloatWrapping.swift
[84/114] Compiling DataStructures Identifier.swift
[85/114] Compiling DataStructures IntegerWrapping.swift
[86/114] Compiling DataStructures Metatype.swift
[87/114] Compiling DataStructures NewType.swift
[88/114] Compiling DataStructures RandomAccessCollectionWrapping.swift
[89/114] Compiling DataStructures SequenceWrapping.swift
[90/114] Compiling DataStructures SortedCollectionWrapping.swift
[91/114] Compiling DataStructures DirectedGraphProtocol.swift
[92/114] Compiling DataStructures GraphProtocol.swift
[93/114] Compiling DataStructures UndirectedGraphProtocol.swift
[94/114] Compiling DataStructures UnweightedGraphProtocol.swift
[95/114] Compiling DataStructures WeightedGraphProtocol.swift
[96/114] Compiling DataStructures ReferenceGraph.AdjacencyList.swift
[97/114] Compiling DataStructures ReferenceGraph.Edge.swift
[98/114] Compiling DataStructures ReferenceGraph.EdgeList.swift
[99/114] Compiling DataStructures IntervallicFragmentable.swift
[100/114] Compiling DataStructures Measured.swift
[101/114] Compiling DataStructures Totalizable.swift
[102/114] Compiling DataStructures DictionaryProtocol.swift
[103/114] Compiling DataStructures OrderedDictionary.swift
[104/114] Compiling DataStructures SortedDictionary.swift
[105/114] Compiling DataStructures CircularArray.swift
[106/114] Compiling DataStructures LinkedList.swift
[107/114] Compiling DataStructures Matrix.swift
[108/114] Compiling DataStructures Queue.swift
[109/114] Compiling DataStructures SortedArray.swift
[110/114] Compiling DataStructures Stack.swift
[111/114] Compiling DataStructures Zip3Sequence.swift
[112/114] Compiling DataStructures ZipToLongest.swift
[113/114] Compiling DataStructures AVLTree.swift
[114/114] Compiling DataStructures BinaryHeap.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/6] Emitting module Articulations
[3/6] Emitting module Destructure
[4/6] Compiling Destructure Destructure.swift
[5/6] Compiling Articulations Slur.swift
[6/7] Compiling Articulations Articulation.swift
[9/32] Compiling Algorithms Split.swift
[10/33] Compiling Algebra Product.swift
[11/33] Compiling Algebra Semigroup.swift
[12/35] Compiling Algorithms TupleMap.swift
[13/35] Compiling Algorithms Unzip.swift
[14/35] Compiling Algebra MonoidView.swift
[15/35] Compiling Algebra Multiplicative.swift
[16/35] Compiling Algebra Invertible.swift
[17/35] Compiling Algebra Monoid.swift
[18/35] Compiling Algebra MultiplicativeSemigroup.swift
[19/35] Compiling Algebra One.swift
[20/35] Emitting module Algebra
[21/35] Compiling Algorithms Swap.swift
[22/35] Compiling Algorithms Rotate.swift
[23/35] Emitting module Algorithms
[24/35] Compiling Algorithms Combinatorics.swift
[25/35] Compiling Algorithms Ordered.swift
[26/35] Compiling Algebra AdditiveGroup.swift
[27/35] Compiling Algebra AdditiveSemigroup.swift
[28/35] Compiling Algebra AlgebraAdapters.swift
[29/35] Compiling Algebra Group.swift
[30/35] Compiling Algebra Abelian.swift
[31/35] Compiling Algebra Accumulate.swift
[32/35] Compiling Algebra Additive.swift
[33/35] Compiling Algebra Sum.swift
[34/35] Compiling Algebra Zero.swift
[35/36] Compiling Algorithms StableSort.swift
[38/96] Emitting module DataStructures
[39/104] Compiling DataStructures CollectionExtensions.swift
[40/104] Compiling DataStructures Homogeneity.swift
[41/104] Compiling DataStructures RangeProtocol+Algebra.swift
[42/104] Compiling DataStructures RangeProtocol.swift
[43/104] Compiling DataStructures SequenceExtensions.swift
[44/104] Compiling DataStructures SetExtensions.swift
[45/104] Compiling DataStructures AdjacencyList.swift
[46/104] Compiling DataStructures DirectedGraph.swift
[47/104] Compiling DataStructures Graph.swift
[48/104] Compiling DataStructures DirectedGraphProtocol.swift
[49/104] Compiling DataStructures GraphProtocol.swift
[50/104] Compiling DataStructures UndirectedGraphProtocol.swift
[51/104] Compiling DataStructures UnweightedGraphProtocol.swift
[52/104] Compiling DataStructures WeightedGraphProtocol.swift
[53/104] Compiling DataStructures ReferenceGraph.AdjacencyList.swift
[54/104] Compiling DataStructures ReferenceGraph.Edge.swift
[55/104] Compiling DataStructures ReferenceGraph.EdgeList.swift
[56/104] Compiling DataStructures BinarySearchTree.swift
[57/104] Compiling DataStructures ReferenceTree.swift
[58/104] Compiling DataStructures ReferenceTreeProtocol.swift
[59/104] Compiling DataStructures SingleTypedTree.swift
[60/104] Compiling DataStructures Tree.Zipper.swift
[61/104] Compiling DataStructures Tree.swift
[62/104] Compiling DataStructures CollectionWrapping.swift
[63/104] Compiling DataStructures DoubleWrapping.swift
[64/104] Compiling DataStructures IntervallicFragmentable.swift
[65/104] Compiling DataStructures Measured.swift
[66/104] Compiling DataStructures Totalizable.swift
[67/104] Compiling DataStructures DictionaryProtocol.swift
[68/104] Compiling DataStructures OrderedDictionary.swift
[69/104] Compiling DataStructures SortedDictionary.swift
[70/104] Compiling DataStructures CircularArray.swift
[71/104] Compiling DataStructures LinkedList.swift
[72/104] Compiling DataStructures Either.swift
[73/104] Compiling DataStructures IntervalRelation.swift
[74/104] Compiling DataStructures InvertibleEnum.swift
[75/104] Compiling DataStructures Cross.swift
[76/104] Compiling DataStructures OrderedPair.swift
[77/104] Compiling DataStructures Pair.swift
[78/104] Compiling DataStructures SwappablePair.swift
[79/104] Compiling DataStructures SymmetricPair.swift
[80/104] Compiling DataStructures UnorderedPair.swift
[81/104] Compiling DataStructures FloatWrapping.swift
[82/104] Compiling DataStructures Identifier.swift
[83/104] Compiling DataStructures IntegerWrapping.swift
[84/104] Compiling DataStructures Metatype.swift
[85/104] Compiling DataStructures NewType.swift
[86/104] Compiling DataStructures RandomAccessCollectionWrapping.swift
[87/104] Compiling DataStructures SequenceWrapping.swift
[88/104] Compiling DataStructures SortedCollectionWrapping.swift
[89/104] Compiling DataStructures Matrix.swift
[90/104] Compiling DataStructures Queue.swift
[91/104] Compiling DataStructures SortedArray.swift
[92/104] Compiling DataStructures Stack.swift
[93/104] Compiling DataStructures Zip3Sequence.swift
[94/104] Compiling DataStructures ZipToLongest.swift
[95/104] Compiling DataStructures AVLTree.swift
[96/104] Compiling DataStructures BinaryHeap.swift
[97/104] Compiling DataStructures ReferenceGraph.Node.swift
[98/104] Compiling DataStructures ReferenceGraph.swift
[99/104] Compiling DataStructures WeightedDirectedGraph.swift
[100/104] Compiling DataStructures WeightedGraph.swift
[101/104] Compiling DataStructures Bimap.swift
[102/104] Compiling DataStructures ContiguousSegmentCollection.swift
[103/104] Compiling DataStructures Fragmentable.swift
[104/104] Compiling DataStructures Intervallic.swift
[106/122] 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 |
[107/123] Compiling Dynamics Dynamic.Interpolation.swift
[108/123] Emitting module Dynamics
[109/123] Compiling Dynamics Dynamic.swift
[110/124] 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 |
[111/124] 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 |
[112/124] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[114/124] 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 |
[115/124] 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 |
[116/124] 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 |
[117/124] 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 |
[118/124] 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 |
[119/124] 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 |
[120/124] 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 |
[121/124] 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 |
[122/124] 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 |
[123/124] 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 |
[124/124] 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 |
BUILD FAILURE 6.1 wasm