The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Music, reference latest (0e4c36), with Swift 6.1 for Android on 27 May 2025 18:24:58 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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: latest
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/dn-m/Music
 * branch            latest     -> FETCH_HEAD
 * [new branch]      latest     -> origin/latest
HEAD is now at 0e4c365 Fix R & I
Cloned https://github.com/dn-m/Music.git
Revision (git rev-parse @):
0e4c3653740c34df98dd3587f630f30ac34ed25b
SUCCESS checkout https://github.com/dn-m/Music.git at latest
========================================
Build
========================================
Selected platform:         android
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.24.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",
        "CompoundDiatonicIntervalTests.swift",
        "DiatonicIntervalTests.swift",
        "FrequencyTests.swift",
        "IntervalQualityTests.swift",
        "NoteNumberTests.swift",
        "PitchClassDyadTests.swift",
        "PitchClassIntervalTests.swift",
        "PitchClassSetTests.swift",
        "PitchClassTests.swift",
        "PitchDyadTests.swift",
        "PitchIntervalTests.swift",
        "PitchSegmentTests.swift",
        "PitchSetTests.swift",
        "PitchTests.swift",
        "ScaleTests.swift",
        "UnorderedIntervalDescriptorTests.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",
        "DiatonicInterval/CompoundDiatonicInterval.swift",
        "DiatonicInterval/DiatonicInterval.swift",
        "DiatonicInterval/DiatonicIntervalNumber.swift",
        "DiatonicInterval/DiatonicIntervalProtocol.swift",
        "DiatonicInterval/DiatonicIntervalQuality.swift",
        "DiatonicInterval/UnorderedDiatonicInterval.swift",
        "Dyad.swift",
        "Frequency.swift",
        "NoteNumber.swift",
        "NoteNumberRepresentable.swift",
        "OrderedInterval.swift",
        "Pitch.Class.Collection.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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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.37s)
Fetched https://github.com/dn-m/Structure from cache (0.37s)
Computing version for https://github.com/dn-m/Math
Computed https://github.com/dn-m/Math at 0.8.0 (1.03s)
Computing version for https://github.com/dn-m/Structure
Computed https://github.com/dn-m/Structure at 0.25.0 (3.33s)
Fetching https://github.com/dn-m/PerformanceTesting
[1/1525] Fetching performancetesting
Fetched https://github.com/dn-m/PerformanceTesting from cache (0.38s)
Computing version for https://github.com/dn-m/PerformanceTesting
Computed https://github.com/dn-m/PerformanceTesting at 0.4.0 (1.18s)
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] Compiling Articulations Slur.swift
[13/16] Emitting module Destructure
[14/16] Compiling Destructure Destructure.swift
[15/17] Emitting module Articulations
[16/17] Compiling Articulations Articulation.swift
[19/42] Emitting module Algebra
[20/44] Compiling Algebra Product.swift
[21/44] Compiling Algebra Semigroup.swift
[22/44] Compiling Algebra AdditiveGroup.swift
[23/44] Compiling Algebra AdditiveSemigroup.swift
[24/44] Compiling Algorithms TupleMap.swift
[25/45] Compiling Algebra Sum.swift
[26/45] Compiling Algebra Zero.swift
[27/45] Compiling Algorithms Swap.swift
[28/45] Compiling Algorithms Split.swift
[29/45] Compiling Algorithms StableSort.swift
[30/45] Emitting module Algorithms
[31/45] Compiling Algebra MonoidView.swift
[32/45] Compiling Algebra Multiplicative.swift
[33/45] Compiling Algebra MultiplicativeSemigroup.swift
[34/45] Compiling Algebra One.swift
[35/45] Compiling Algebra AlgebraAdapters.swift
[36/45] Compiling Algebra Group.swift
[37/45] Compiling Algebra Invertible.swift
[38/45] Compiling Algebra Monoid.swift
[39/45] Compiling Algebra Abelian.swift
[40/45] Compiling Algebra Accumulate.swift
[41/45] Compiling Algebra Additive.swift
[42/45] Compiling Algorithms Ordered.swift
[43/45] Compiling Algorithms Rotate.swift
[44/45] Compiling Algorithms Combinatorics.swift
[45/46] Compiling Algorithms Unzip.swift
[48/106] Compiling DataStructures DirectedGraphProtocol.swift
[49/106] Compiling DataStructures GraphProtocol.swift
[50/106] Compiling DataStructures UndirectedGraphProtocol.swift
[51/106] Compiling DataStructures UnweightedGraphProtocol.swift
[52/106] Compiling DataStructures WeightedGraphProtocol.swift
[53/106] Compiling DataStructures ReferenceGraph.AdjacencyList.swift
[54/106] Compiling DataStructures ReferenceGraph.Edge.swift
[55/106] Compiling DataStructures ReferenceGraph.EdgeList.swift
[56/114] Emitting module DataStructures
[57/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 |
[58/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 |
[59/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 |
[60/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 |
[61/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 |
[62/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 |
[63/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 |
[64/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 |
[65/114] Compiling DataStructures Either.swift
[66/114] Compiling DataStructures IntervalRelation.swift
[67/114] Compiling DataStructures InvertibleEnum.swift
[68/114] Compiling DataStructures Cross.swift
[69/114] Compiling DataStructures OrderedPair.swift
[70/114] Compiling DataStructures Pair.swift
[71/114] Compiling DataStructures SwappablePair.swift
[72/114] Compiling DataStructures SymmetricPair.swift
[73/114] Compiling DataStructures UnorderedPair.swift
[74/114] Compiling DataStructures FloatWrapping.swift
[75/114] Compiling DataStructures Identifier.swift
[76/114] Compiling DataStructures IntegerWrapping.swift
[77/114] Compiling DataStructures Metatype.swift
[78/114] Compiling DataStructures NewType.swift
[79/114] Compiling DataStructures RandomAccessCollectionWrapping.swift
[80/114] Compiling DataStructures SequenceWrapping.swift
[81/114] Compiling DataStructures SortedCollectionWrapping.swift
[82/114] Compiling DataStructures BinarySearchTree.swift
[83/114] Compiling DataStructures ReferenceTree.swift
[84/114] Compiling DataStructures ReferenceTreeProtocol.swift
[85/114] Compiling DataStructures SingleTypedTree.swift
[86/114] Compiling DataStructures Tree.Zipper.swift
[87/114] Compiling DataStructures Tree.swift
[88/114] Compiling DataStructures CollectionWrapping.swift
[89/114] Compiling DataStructures DoubleWrapping.swift
[90/114] Compiling DataStructures IntervallicFragmentable.swift
[91/114] Compiling DataStructures Measured.swift
[92/114] Compiling DataStructures Totalizable.swift
[93/114] Compiling DataStructures DictionaryProtocol.swift
[94/114] Compiling DataStructures OrderedDictionary.swift
[95/114] Compiling DataStructures SortedDictionary.swift
[96/114] Compiling DataStructures CircularArray.swift
[97/114] Compiling DataStructures LinkedList.swift
[98/114] Compiling DataStructures CollectionExtensions.swift
[99/114] Compiling DataStructures Homogeneity.swift
[100/114] Compiling DataStructures RangeProtocol+Algebra.swift
[101/114] Compiling DataStructures RangeProtocol.swift
[102/114] Compiling DataStructures SequenceExtensions.swift
[103/114] Compiling DataStructures SetExtensions.swift
[104/114] Compiling DataStructures AdjacencyList.swift
[105/114] Compiling DataStructures DirectedGraph.swift
[106/114] Compiling DataStructures Graph.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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/6] Emitting module Destructure
[3/6] Compiling Destructure Destructure.swift
[4/7] Compiling Articulations Slur.swift
[5/7] Emitting module Articulations
[6/7] Compiling Articulations Articulation.swift
[9/32] Compiling Algorithms StableSort.swift
[10/33] Compiling Algorithms Swap.swift
[11/33] Compiling Algorithms TupleMap.swift
[12/33] Compiling Algorithms Split.swift
[13/33] Compiling Algorithms Rotate.swift
[14/33] Compiling Algebra Invertible.swift
[15/33] Compiling Algebra Monoid.swift
[16/35] Compiling Algebra MultiplicativeSemigroup.swift
[17/35] Compiling Algebra One.swift
[18/35] Compiling Algebra Product.swift
[19/35] Compiling Algebra Semigroup.swift
[20/35] Compiling Algebra MonoidView.swift
[21/35] Compiling Algebra Multiplicative.swift
[22/35] Compiling Algorithms Combinatorics.swift
[23/35] Emitting module Algorithms
[24/35] Compiling Algorithms Ordered.swift
[25/35] Compiling Algorithms Unzip.swift
[26/36] Compiling Algebra AdditiveGroup.swift
[27/36] Compiling Algebra AdditiveSemigroup.swift
[28/36] Compiling Algebra Abelian.swift
[29/36] Compiling Algebra Accumulate.swift
[30/36] Compiling Algebra Additive.swift
[31/36] Emitting module Algebra
[32/36] Compiling Algebra AlgebraAdapters.swift
[33/36] Compiling Algebra Group.swift
[34/36] Compiling Algebra Sum.swift
[35/36] Compiling Algebra Zero.swift
[38/96] Compiling DataStructures Either.swift
[39/96] Compiling DataStructures IntervalRelation.swift
[40/96] Compiling DataStructures InvertibleEnum.swift
[41/96] Compiling DataStructures Cross.swift
[42/96] Compiling DataStructures OrderedPair.swift
[43/96] Compiling DataStructures Pair.swift
[44/96] Compiling DataStructures SwappablePair.swift
[45/96] Compiling DataStructures SymmetricPair.swift
[46/96] Compiling DataStructures UnorderedPair.swift
[47/104] Compiling DataStructures CollectionExtensions.swift
[48/104] Compiling DataStructures Homogeneity.swift
[49/104] Compiling DataStructures RangeProtocol+Algebra.swift
[50/104] Compiling DataStructures RangeProtocol.swift
[51/104] Compiling DataStructures SequenceExtensions.swift
[52/104] Compiling DataStructures SetExtensions.swift
[53/104] Compiling DataStructures AdjacencyList.swift
[54/104] Compiling DataStructures DirectedGraph.swift
[55/104] Compiling DataStructures Graph.swift
[56/104] Compiling DataStructures FloatWrapping.swift
[57/104] Compiling DataStructures Identifier.swift
[58/104] Compiling DataStructures IntegerWrapping.swift
[59/104] Compiling DataStructures Metatype.swift
[60/104] Compiling DataStructures NewType.swift
[61/104] Compiling DataStructures RandomAccessCollectionWrapping.swift
[62/104] Compiling DataStructures SequenceWrapping.swift
[63/104] Compiling DataStructures SortedCollectionWrapping.swift
[64/104] Emitting module DataStructures
[65/104] Compiling DataStructures Matrix.swift
[66/104] Compiling DataStructures Queue.swift
[67/104] Compiling DataStructures SortedArray.swift
[68/104] Compiling DataStructures Stack.swift
[69/104] Compiling DataStructures Zip3Sequence.swift
[70/104] Compiling DataStructures ZipToLongest.swift
[71/104] Compiling DataStructures AVLTree.swift
[72/104] Compiling DataStructures BinaryHeap.swift
[73/104] Compiling DataStructures BinarySearchTree.swift
[74/104] Compiling DataStructures ReferenceTree.swift
[75/104] Compiling DataStructures ReferenceTreeProtocol.swift
[76/104] Compiling DataStructures SingleTypedTree.swift
[77/104] Compiling DataStructures Tree.Zipper.swift
[78/104] Compiling DataStructures Tree.swift
[79/104] Compiling DataStructures CollectionWrapping.swift
[80/104] Compiling DataStructures DoubleWrapping.swift
[81/104] Compiling DataStructures IntervallicFragmentable.swift
[82/104] Compiling DataStructures Measured.swift
[83/104] Compiling DataStructures Totalizable.swift
[84/104] Compiling DataStructures DictionaryProtocol.swift
[85/104] Compiling DataStructures OrderedDictionary.swift
[86/104] Compiling DataStructures SortedDictionary.swift
[87/104] Compiling DataStructures CircularArray.swift
[88/104] Compiling DataStructures LinkedList.swift
[89/104] Compiling DataStructures ReferenceGraph.Node.swift
[90/104] Compiling DataStructures ReferenceGraph.swift
[91/104] Compiling DataStructures WeightedDirectedGraph.swift
[92/104] Compiling DataStructures WeightedGraph.swift
[93/104] Compiling DataStructures Bimap.swift
[94/104] Compiling DataStructures ContiguousSegmentCollection.swift
[95/104] Compiling DataStructures Fragmentable.swift
[96/104] Compiling DataStructures Intervallic.swift
[97/104] Compiling DataStructures DirectedGraphProtocol.swift
[98/104] Compiling DataStructures GraphProtocol.swift
[99/104] Compiling DataStructures UndirectedGraphProtocol.swift
[100/104] Compiling DataStructures UnweightedGraphProtocol.swift
[101/104] Compiling DataStructures WeightedGraphProtocol.swift
[102/104] Compiling DataStructures ReferenceGraph.AdjacencyList.swift
[103/104] Compiling DataStructures ReferenceGraph.Edge.swift
[104/104] Compiling DataStructures ReferenceGraph.EdgeList.swift
[106/122] 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 |
[107/122] 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 |
[108/123] 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 |
[109/123] Emitting module Dynamics
[110/123] Compiling Dynamics Dynamic.swift
[111/123] Compiling Dynamics Dynamic.Interpolation.swift
[112/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 |
[113/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 |
[114/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 |
[116/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 |
[117/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 |
[118/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 |
[119/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 |
[120/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 |
[121/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 |
[122/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 |
[123/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[124/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 |
BUILD FAILURE 6.1 android