The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build NotationModel, reference latest (fae8f6), with Swift 6.1 for Android on 27 May 2025 15:55:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/notationmodel.git
Reference: latest
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/dn-m/notationmodel
 * branch            latest     -> FETCH_HEAD
 * [new branch]      latest     -> origin/latest
HEAD is now at fae8f64 Point Travis badge to latest branch
Cloned https://github.com/dn-m/notationmodel.git
Revision (git rev-parse @):
fae8f641845a2f03dab154c299d3aa3edaeba146
SUCCESS checkout https://github.com/dn-m/notationmodel.git at latest
========================================
Build
========================================
Selected platform:         android
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-4609320-2":/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/Music
Fetching https://github.com/dn-m/Structure
Fetching https://github.com/dn-m/Math
[1/5829] Fetching structure
[818/6670] Fetching structure, math
[835/10866] Fetching structure, math, music
Fetched https://github.com/dn-m/Math from cache (0.33s)
Fetched https://github.com/dn-m/Music from cache (0.33s)
Fetched https://github.com/dn-m/Structure from cache (0.36s)
Computing version for https://github.com/dn-m/Math
Computed https://github.com/dn-m/Math at 0.8.0 (2.90s)
Computing version for https://github.com/dn-m/Music
Computed https://github.com/dn-m/Music at 0.17.1 (0.98s)
Computing version for https://github.com/dn-m/Structure
Computed https://github.com/dn-m/Structure at 0.25.0 (0.54s)
Fetching https://github.com/dn-m/PerformanceTesting
[1/1525] Fetching performancetesting
Fetched https://github.com/dn-m/PerformanceTesting from cache (0.49s)
Computing version for https://github.com/dn-m/PerformanceTesting
Computed https://github.com/dn-m/PerformanceTesting at 0.4.0 (1.29s)
Creating working copy for https://github.com/dn-m/Math
Working copy of https://github.com/dn-m/Math resolved at 0.8.0
Creating working copy for https://github.com/dn-m/PerformanceTesting
Working copy of https://github.com/dn-m/PerformanceTesting resolved at 0.4.0
Creating working copy for https://github.com/dn-m/Structure
Working copy of https://github.com/dn-m/Structure resolved at 0.25.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
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 Algorithms TupleMap.swift
[17/39] Compiling Algorithms Swap.swift
[18/39] Compiling Algorithms StableSort.swift
[19/40] Compiling Algorithms Rotate.swift
[20/40] Compiling Algorithms Split.swift
[21/40] Compiling Algorithms Ordered.swift
[22/40] Compiling Algorithms Combinatorics.swift
[23/40] Emitting module Algorithms
[24/40] Compiling Algebra MultiplicativeSemigroup.swift
[25/40] Compiling Algebra One.swift
[26/42] Compiling Algorithms Unzip.swift
[27/43] Compiling Algebra MonoidView.swift
[28/43] Compiling Algebra Multiplicative.swift
[29/43] Compiling Algebra Product.swift
[30/43] Compiling Algebra Semigroup.swift
[31/43] Compiling Algebra Invertible.swift
[32/43] Compiling Algebra Monoid.swift
[33/43] Compiling Algebra Abelian.swift
[34/43] Compiling Algebra Accumulate.swift
[35/43] Compiling Algebra Additive.swift
[36/43] Compiling Algebra AdditiveGroup.swift
[37/43] Compiling Algebra AdditiveSemigroup.swift
[38/43] Emitting module Algebra
[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] Emitting module DataStructures
[80/111] Compiling DataStructures IntervallicFragmentable.swift
[81/111] Compiling DataStructures Measured.swift
[82/111] Compiling DataStructures Totalizable.swift
[83/111] Compiling DataStructures DictionaryProtocol.swift
[84/111] Compiling DataStructures OrderedDictionary.swift
[85/111] Compiling DataStructures SortedDictionary.swift
[86/111] Compiling DataStructures CircularArray.swift
[87/111] Compiling DataStructures LinkedList.swift
[88/111] Compiling DataStructures BinarySearchTree.swift
[89/111] Compiling DataStructures ReferenceTree.swift
[90/111] Compiling DataStructures ReferenceTreeProtocol.swift
[91/111] Compiling DataStructures SingleTypedTree.swift
[92/111] Compiling DataStructures Tree.Zipper.swift
[93/111] Compiling DataStructures Tree.swift
[94/111] Compiling DataStructures CollectionWrapping.swift
[95/111] Compiling DataStructures DoubleWrapping.swift
[96/111] Compiling DataStructures Matrix.swift
[97/111] Compiling DataStructures Queue.swift
[98/111] Compiling DataStructures SortedArray.swift
[99/111] Compiling DataStructures Stack.swift
[100/111] Compiling DataStructures Zip3Sequence.swift
[101/111] Compiling DataStructures ZipToLongest.swift
[102/111] Compiling DataStructures AVLTree.swift
[103/111] Compiling DataStructures BinaryHeap.swift
[104/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 |
[105/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 |
[106/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 |
[107/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 |
[108/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 |
[109/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 |
[110/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 |
[111/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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
warning: 'spi-builder-workspace': dependency 'math' is not used by any target
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/3] Compiling Destructure Destructure.swift
[3/3] Emitting module Destructure
[5/28] Emitting module Algebra
[6/30] Compiling Algorithms TupleMap.swift
[7/31] Compiling Algebra Product.swift
[8/31] Compiling Algebra Semigroup.swift
[9/31] Compiling Algorithms Combinatorics.swift
[10/31] Compiling Algorithms Ordered.swift
[11/31] Emitting module Algorithms
[12/31] Compiling Algorithms Swap.swift
[13/31] Compiling Algebra MultiplicativeSemigroup.swift
[14/31] Compiling Algebra One.swift
[15/31] Compiling Algorithms Rotate.swift
[16/31] Compiling Algorithms StableSort.swift
[17/31] Compiling Algorithms Split.swift
[18/31] Compiling Algorithms Unzip.swift
[19/32] Compiling Algebra Sum.swift
[20/32] Compiling Algebra Zero.swift
[21/32] Compiling Algebra Invertible.swift
[22/32] Compiling Algebra Monoid.swift
[23/32] Compiling Algebra AdditiveGroup.swift
[24/32] Compiling Algebra AdditiveSemigroup.swift
[25/32] Compiling Algebra AlgebraAdapters.swift
[26/32] Compiling Algebra Group.swift
[27/32] Compiling Algebra Abelian.swift
[28/32] Compiling Algebra Accumulate.swift
[29/32] Compiling Algebra Additive.swift
[30/32] Compiling Algebra MonoidView.swift
[31/32] Compiling Algebra Multiplicative.swift
[34/92] Compiling DataStructures Either.swift
[35/92] Compiling DataStructures IntervalRelation.swift
[36/92] Compiling DataStructures InvertibleEnum.swift
[37/92] Compiling DataStructures Cross.swift
[38/92] Compiling DataStructures OrderedPair.swift
[39/92] Compiling DataStructures Pair.swift
[40/92] Compiling DataStructures SwappablePair.swift
[41/92] Compiling DataStructures SymmetricPair.swift
[42/92] Compiling DataStructures UnorderedPair.swift
[43/100] Compiling DataStructures DirectedGraphProtocol.swift
[44/100] Compiling DataStructures GraphProtocol.swift
[45/100] Compiling DataStructures UndirectedGraphProtocol.swift
[46/100] Compiling DataStructures UnweightedGraphProtocol.swift
[47/100] Compiling DataStructures WeightedGraphProtocol.swift
[48/100] Compiling DataStructures ReferenceGraph.AdjacencyList.swift
[49/100] Compiling DataStructures ReferenceGraph.Edge.swift
[50/100] Compiling DataStructures ReferenceGraph.EdgeList.swift
[51/100] Compiling DataStructures CollectionExtensions.swift
[52/100] Compiling DataStructures Homogeneity.swift
[53/100] Compiling DataStructures RangeProtocol+Algebra.swift
[54/100] Compiling DataStructures RangeProtocol.swift
[55/100] Compiling DataStructures SequenceExtensions.swift
[56/100] Compiling DataStructures SetExtensions.swift
[57/100] Compiling DataStructures AdjacencyList.swift
[58/100] Compiling DataStructures DirectedGraph.swift
[59/100] Compiling DataStructures Graph.swift
[60/100] Compiling DataStructures FloatWrapping.swift
[61/100] Compiling DataStructures Identifier.swift
[62/100] Compiling DataStructures IntegerWrapping.swift
[63/100] Compiling DataStructures Metatype.swift
[64/100] Compiling DataStructures NewType.swift
[65/100] Compiling DataStructures RandomAccessCollectionWrapping.swift
[66/100] Compiling DataStructures SequenceWrapping.swift
[67/100] Compiling DataStructures SortedCollectionWrapping.swift
[68/100] Emitting module DataStructures
[69/100] Compiling DataStructures IntervallicFragmentable.swift
[70/100] Compiling DataStructures Measured.swift
[71/100] Compiling DataStructures Totalizable.swift
[72/100] Compiling DataStructures DictionaryProtocol.swift
[73/100] Compiling DataStructures OrderedDictionary.swift
[74/100] Compiling DataStructures SortedDictionary.swift
[75/100] Compiling DataStructures CircularArray.swift
[76/100] Compiling DataStructures LinkedList.swift
[77/100] Compiling DataStructures BinarySearchTree.swift
[78/100] Compiling DataStructures ReferenceTree.swift
[79/100] Compiling DataStructures ReferenceTreeProtocol.swift
[80/100] Compiling DataStructures SingleTypedTree.swift
[81/100] Compiling DataStructures Tree.Zipper.swift
[82/100] Compiling DataStructures Tree.swift
[83/100] Compiling DataStructures CollectionWrapping.swift
[84/100] Compiling DataStructures DoubleWrapping.swift
[85/100] Compiling DataStructures ReferenceGraph.Node.swift
[86/100] Compiling DataStructures ReferenceGraph.swift
[87/100] Compiling DataStructures WeightedDirectedGraph.swift
[88/100] Compiling DataStructures WeightedGraph.swift
[89/100] Compiling DataStructures Bimap.swift
[90/100] Compiling DataStructures ContiguousSegmentCollection.swift
[91/100] Compiling DataStructures Fragmentable.swift
[92/100] Compiling DataStructures Intervallic.swift
[93/100] Compiling DataStructures Matrix.swift
[94/100] Compiling DataStructures Queue.swift
[95/100] Compiling DataStructures SortedArray.swift
[96/100] Compiling DataStructures Stack.swift
[97/100] Compiling DataStructures Zip3Sequence.swift
[98/100] Compiling DataStructures ZipToLongest.swift
[99/100] Compiling DataStructures AVLTree.swift
[100/100] Compiling DataStructures BinaryHeap.swift
[102/124] Compiling PlotModel DefaultVerticalPlotModel.Builder.swift
[103/124] Compiling PlotModel DefaultVerticalPlotModel.swift
[104/125] Compiling Math IntegerExtensions.swift
[105/125] Compiling Math LinearRegression.swift
[106/125] Emitting module PlotModel
[107/125] Compiling PlotModel HorizontalPlotModel.swift
[108/125] Compiling PlotModel DefaultVerticalPointModel.swift
[109/125] Compiling PlotModel PlotModel.swift
[110/125] Compiling PlotModel PointModel.swift
[111/125] Compiling PlotModel VerticalPlotModel.swift
[112/126] Compiling Math Rational.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[116/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[117/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 |
[118/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 |
[119/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 |
[120/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 |
[121/127] Compiling Math Functions.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[122/127] Compiling Math GCDDomain.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[123/127] Compiling Math DoubleExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[124/127] Compiling Math Fraction.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[125/127] Compiling Math Bitwise.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[126/127] Compiling Math CollectionExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[127/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 |
BUILD FAILURE 6.1 android