The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PitchSpeller, reference master (f4fe72), with Swift 6.1 for Android on 27 May 2025 13:56:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/bwetherfield/pitchspeller.git
Reference: master
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/bwetherfield/pitchspeller
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f4fe72e Merge pull request #6 from bwetherfield/cleanup
Cloned https://github.com/bwetherfield/pitchspeller.git
Revision (git rev-parse @):
f4fe72e5f3c5f613dd364da7edd6f10c09e2200a
SUCCESS checkout https://github.com/bwetherfield/pitchspeller.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bwetherfield/pitchspeller.git
https://github.com/bwetherfield/pitchspeller.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "structure",
      "requirement" : {
        "branch" : [
          "pitchspeller-dependency"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dn-m/Structure"
    },
    {
      "identity" : "music",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.15.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dn-m/Music"
    },
    {
      "identity" : "notationmodel",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dn-m/NotationModel"
    }
  ],
  "manifest_display_name" : "PitchSpeller",
  "name" : "PitchSpeller",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PitchSpeller",
      "targets" : [
        "PitchSpeller"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PitchSpellerTests",
      "module_type" : "SwiftTarget",
      "name" : "PitchSpellerTests",
      "path" : "Tests/PitchSpellerTests",
      "sources" : [
        "CategoryTests.swift",
        "FlowNetworkTests.swift",
        "FlowNodeTests.swift",
        "LetterNameTests.swift",
        "PitchSpellingTests.swift",
        "SpellingInverterTests.swift",
        "TendencyTests.swift",
        "WetherfieldTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PitchSpeller"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PitchSpeller",
      "module_type" : "SwiftTarget",
      "name" : "PitchSpeller",
      "path" : "Sources/PitchSpeller",
      "product_dependencies" : [
        "DataStructures",
        "Pitch",
        "SpelledPitch"
      ],
      "product_memberships" : [
        "PitchSpeller"
      ],
      "sources" : [
        "PitchSpeller/ModifierDirection.swift",
        "PitchSpeller/Wetherfield/DirectedGraphScheme.swift",
        "PitchSpeller/Wetherfield/DirectedGraphSchemeProtocol.swift",
        "PitchSpeller/Wetherfield/FlowNetwork.swift",
        "PitchSpeller/Wetherfield/FlowNode.swift",
        "PitchSpeller/Wetherfield/GraphScheme.swift",
        "PitchSpeller/Wetherfield/GraphSchemeProtocol.swift",
        "PitchSpeller/Wetherfield/Pitch.Spelling.Category.swift",
        "PitchSpeller/Wetherfield/Pitch.Spelling.swift",
        "PitchSpeller/Wetherfield/SpellingInverter.swift",
        "PitchSpeller/Wetherfield/Tendency.swift",
        "PitchSpeller/Wetherfield/TendencyConverting.swift",
        "PitchSpeller/Wetherfield/UndirectedGraphSchemeProtocol.swift",
        "PitchSpeller/Wetherfield/UnweightedGraphSchemeProtocol.swift",
        "PitchSpeller/Wetherfield/WeightedDirectedGraphScheme.swift",
        "PitchSpeller/Wetherfield/WeightedGraphProtocolExtension.swift",
        "PitchSpeller/Wetherfield/WeightedGraphScheme.swift",
        "PitchSpeller/Wetherfield/WeightedGraphSchemeProtocol.swift",
        "PitchSpeller/Wetherfield/Wetherfield.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/dn-m/Structure
[1/5829] Fetching structure
Fetched https://github.com/dn-m/Structure from cache (0.35s)
Fetching https://github.com/dn-m/PerformanceTesting
[1/1525] Fetching performancetesting
Fetched https://github.com/dn-m/PerformanceTesting from cache (0.36s)
Fetching https://github.com/dn-m/Music
Fetching https://github.com/dn-m/NotationModel
[1/4196] Fetching music
[3526/17357] Fetching music, notationmodel
Fetched https://github.com/dn-m/Music from cache (0.71s)
Fetched https://github.com/dn-m/NotationModel from cache (0.71s)
Computing version for https://github.com/dn-m/NotationModel
Computed https://github.com/dn-m/NotationModel at 0.9.0 (1.66s)
Fetching https://github.com/dn-m/Math
[1/841] Fetching math
Fetched https://github.com/dn-m/Math from cache (0.31s)
Computing version for https://github.com/dn-m/Math
Computed https://github.com/dn-m/Math at 0.8.0 (3.26s)
Computing version for https://github.com/dn-m/Music
Computed https://github.com/dn-m/Music at 0.17.1 (2.37s)
Creating working copy for https://github.com/dn-m/Music
Working copy of https://github.com/dn-m/Music resolved at 0.17.1
Creating working copy for https://github.com/dn-m/NotationModel
Working copy of https://github.com/dn-m/NotationModel resolved at 0.9.0
Creating working copy for https://github.com/dn-m/Structure
Working copy of https://github.com/dn-m/Structure resolved at pitchspeller-dependency (8386aad)
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 pitchspeller-dependency (0c298e2)
Building for debugging...
[0/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/11] Compiling Destructure Destructure.swift
[11/11] Emitting module Destructure
[13/35] Compiling Algorithms Swap.swift
[14/35] Compiling Algorithms TupleMap.swift
[15/36] Compiling Algebra Invertible.swift
[16/36] Compiling Algebra Monoid.swift
[17/38] Compiling Algebra AdditiveGroup.swift
[18/38] Compiling Algebra AdditiveSemigroup.swift
[19/38] Compiling Algebra MonoidView.swift
[20/38] Compiling Algebra Multiplicative.swift
[21/38] Compiling Algebra MultiplicativeSemigroup.swift
[22/38] Compiling Algebra One.swift
[23/38] Compiling Algebra Product.swift
[24/38] Compiling Algebra Semigroup.swift
[25/38] Compiling Algebra Accumulate.swift
[26/38] Compiling Algebra Additive.swift
[27/38] Emitting module Algebra
[28/38] Compiling Algebra AlgebraAdapters.swift
[29/38] Compiling Algebra Group.swift
[30/38] Emitting module Algorithms
[31/38] Compiling Algorithms Combinatorics.swift
[32/38] Compiling Algorithms Split.swift
[33/38] Compiling Algorithms StableSort.swift
[34/38] Compiling Algorithms Ordered.swift
[35/38] Compiling Algorithms Rotate.swift
[36/38] Compiling Algorithms Unzip.swift
[37/39] Compiling Algebra Sum.swift
[38/39] Compiling Algebra Zero.swift
[41/99] Compiling DataStructures OrderedPair.swift
[42/99] Compiling DataStructures Pair.swift
[43/99] Compiling DataStructures SwappablePair.swift
[44/99] Compiling DataStructures SymmetricPair.swift
[45/99] Compiling DataStructures UnorderedPair.swift
[46/99] Compiling DataStructures Queue.swift
[47/99] Compiling DataStructures RangeProtocol+Algebra.swift
[48/99] Compiling DataStructures RangeProtocol.swift
[49/99] Compiling DataStructures GraphProtocol.swift
[50/99] Compiling DataStructures UndirectedGraphProtocol.swift
[51/99] Compiling DataStructures UnweightedGraphProtocol.swift
[52/99] Compiling DataStructures WeightedGraphProtocol.swift
[53/99] Compiling DataStructures WeightedDirectedGraph.swift
[54/99] Compiling DataStructures WeightedGraph.swift
[55/99] Compiling DataStructures Homogeneity.swift
[56/99] Compiling DataStructures Identifier.swift
[57/107] Compiling DataStructures Intervallic.swift
[58/107] Compiling DataStructures IntervallicFragmentable.swift
[59/107] Compiling DataStructures Measured.swift
[60/107] Compiling DataStructures Totalizable.swift
[61/107] Compiling DataStructures DictionaryProtocol.swift
[62/107] Compiling DataStructures Either.swift
[63/107] Compiling DataStructures DirectedGraph.swift
[64/107] Compiling DataStructures Graph.swift
[65/107] Compiling DataStructures DirectedGraphProtocol.swift
[66/107] Compiling DataStructures IntervalRelation.swift
[67/107] Compiling DataStructures InvertibleEnum.swift
[68/107] Compiling DataStructures LinkedList.swift
[69/107] Compiling DataStructures Matrix.swift
[70/107] Compiling DataStructures Metatype.swift
[71/107] Compiling DataStructures NewType.swift
[72/107] Compiling DataStructures OrderedDictionary.swift
[73/107] Compiling DataStructures Cross.swift
[74/107] Emitting module DataStructures
[75/107] Compiling DataStructures AVLTree.swift
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/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/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/107] Compiling DataStructures AdjacencyList.swift
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/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/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/107] Compiling DataStructures Bimap.swift
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/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/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/107] Compiling DataStructures BinaryHeap.swift
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/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/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/107] Compiling DataStructures BinarySearchTree.swift
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/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/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/107] Compiling DataStructures CircularArray.swift
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/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/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/107] Compiling DataStructures CollectionExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/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/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/107] Compiling DataStructures ContiguousSegmentCollection.swift
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/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/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/107] Compiling DataStructures Fragmentable.swift
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/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/ContiguousSegmentCollection/ContiguousSegmentCollection.swift:466:84: error: ambiguous use of operator '<='
464 |         case lower, upper
465 |         var lowerCompare: (Metric,Metric) -> Bool { return self == .lower ? (>=) : (>) }
466 |         var upperCompare: (Metric,Metric) -> Bool { return self == .lower ? (<) : (<=) }
    |                                                                                    `- error: ambiguous use of operator '<='
467 |     }
468 |
Swift.Comparable.<=:2:13: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | static func <= (lhs: Self, rhs: Self) -> Bool}
  |             `- note: found this candidate in module 'Swift'
3 |
Swift.Comparable.<=:2:31: note: found this candidate in module 'Swift'
1 | protocol Comparable {
2 | @inlinable public static func <= (lhs: Self, rhs: Self) -> Bool}
  |                               `- note: found this candidate in module 'Swift'
3 |
[84/107] Compiling DataStructures DoubleWrapping.swift
[85/107] Compiling DataStructures FloatWrapping.swift
[86/107] Compiling DataStructures IntegerWrapping.swift
[87/107] Compiling DataStructures RandomAccessCollectionWrapping.swift
[88/107] Compiling DataStructures SequenceWrapping.swift
[89/107] Compiling DataStructures SortedCollectionWrapping.swift
[90/107] Compiling DataStructures Zip3Sequence.swift
[91/107] Compiling DataStructures ZipToLongest.swift
[92/107] Compiling DataStructures ReferenceGraph.AdjacencyList.swift
[93/107] Compiling DataStructures ReferenceGraph.Edge.swift
[94/107] Compiling DataStructures ReferenceGraph.EdgeList.swift
[95/107] Compiling DataStructures ReferenceGraph.Node.swift
[96/107] Compiling DataStructures ReferenceGraph.swift
[97/107] Compiling DataStructures ReferenceTree.swift
[98/107] Compiling DataStructures ReferenceTreeProtocol.swift
[99/107] Compiling DataStructures SequenceExtensions.swift
[100/107] Compiling DataStructures SetExtensions.swift
[101/107] Compiling DataStructures SingleTypedTree.swift
[102/107] Compiling DataStructures SortedArray.swift
[103/107] Compiling DataStructures SortedDictionary.swift
[104/107] Compiling DataStructures Stack.swift
[105/107] Compiling DataStructures Tree.Zipper.swift
[106/107] Compiling DataStructures Tree.swift
[107/107] Compiling DataStructures CollectionWrapping.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
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/3] Emitting module Destructure
[3/3] Compiling Destructure Destructure.swift
[5/27] Compiling Algebra Product.swift
[6/27] Compiling Algebra Semigroup.swift
[7/27] Compiling Algebra MultiplicativeSemigroup.swift
[8/27] Compiling Algebra One.swift
[9/29] Compiling Algorithms TupleMap.swift
[10/30] Compiling Algorithms Ordered.swift
[11/30] Compiling Algorithms Swap.swift
[12/30] Compiling Algebra MonoidView.swift
[13/30] Compiling Algebra Multiplicative.swift
[14/30] Compiling Algorithms StableSort.swift
[15/30] Emitting module Algorithms
[16/30] Compiling Algorithms Combinatorics.swift
[17/30] Compiling Algorithms Unzip.swift
[18/30] Compiling Algebra AlgebraAdapters.swift
[19/30] Compiling Algebra Group.swift
[20/30] Emitting module Algebra
[21/30] Compiling Algebra Accumulate.swift
[22/30] Compiling Algebra Additive.swift
[23/30] Compiling Algebra Invertible.swift
[24/30] Compiling Algebra Monoid.swift
[25/30] Compiling Algebra AdditiveGroup.swift
[26/30] Compiling Algebra AdditiveSemigroup.swift
[27/30] Compiling Algorithms Split.swift
[28/30] Compiling Algorithms Rotate.swift
[29/31] Compiling Algebra Sum.swift
[30/31] Compiling Algebra Zero.swift
[33/91] Compiling DataStructures OrderedPair.swift
[34/91] Compiling DataStructures Pair.swift
[35/91] Compiling DataStructures SwappablePair.swift
[36/91] Compiling DataStructures SymmetricPair.swift
[37/91] Compiling DataStructures UnorderedPair.swift
[38/91] Compiling DataStructures Queue.swift
[39/91] Compiling DataStructures RangeProtocol+Algebra.swift
[40/91] Compiling DataStructures RangeProtocol.swift
[41/99] Compiling DataStructures IntervalRelation.swift
[42/99] Compiling DataStructures InvertibleEnum.swift
[43/99] Compiling DataStructures LinkedList.swift
[44/99] Compiling DataStructures Matrix.swift
[45/99] Compiling DataStructures Metatype.swift
[46/99] Compiling DataStructures NewType.swift
[47/99] Compiling DataStructures OrderedDictionary.swift
[48/99] Compiling DataStructures Cross.swift
[49/99] Compiling DataStructures GraphProtocol.swift
[50/99] Compiling DataStructures UndirectedGraphProtocol.swift
[51/99] Compiling DataStructures UnweightedGraphProtocol.swift
[52/99] Compiling DataStructures WeightedGraphProtocol.swift
[53/99] Compiling DataStructures WeightedDirectedGraph.swift
[54/99] Compiling DataStructures WeightedGraph.swift
[55/99] Compiling DataStructures Homogeneity.swift
[56/99] Compiling DataStructures Identifier.swift
[57/99] Compiling DataStructures Intervallic.swift
[58/99] Compiling DataStructures IntervallicFragmentable.swift
[59/99] Compiling DataStructures Measured.swift
[60/99] Compiling DataStructures Totalizable.swift
[61/99] Compiling DataStructures DictionaryProtocol.swift
[62/99] Compiling DataStructures Either.swift
[63/99] Compiling DataStructures DirectedGraph.swift
[64/99] Compiling DataStructures Graph.swift
[65/99] Compiling DataStructures DirectedGraphProtocol.swift
[66/99] Compiling DataStructures ReferenceGraph.AdjacencyList.swift
[67/99] Compiling DataStructures ReferenceGraph.Edge.swift
[68/99] Compiling DataStructures ReferenceGraph.EdgeList.swift
[69/99] Compiling DataStructures ReferenceGraph.Node.swift
[70/99] Compiling DataStructures ReferenceGraph.swift
[71/99] Compiling DataStructures ReferenceTree.swift
[72/99] Compiling DataStructures ReferenceTreeProtocol.swift
[73/99] Compiling DataStructures SequenceExtensions.swift
[74/99] Compiling DataStructures SetExtensions.swift
[75/99] Compiling DataStructures SingleTypedTree.swift
[76/99] Compiling DataStructures SortedArray.swift
[77/99] Compiling DataStructures SortedDictionary.swift
[78/99] Compiling DataStructures Stack.swift
[79/99] Compiling DataStructures Tree.Zipper.swift
[80/99] Compiling DataStructures Tree.swift
[81/99] Compiling DataStructures CollectionWrapping.swift
[82/99] Compiling DataStructures DoubleWrapping.swift
[83/99] Compiling DataStructures FloatWrapping.swift
[84/99] Compiling DataStructures IntegerWrapping.swift
[85/99] Compiling DataStructures RandomAccessCollectionWrapping.swift
[86/99] Compiling DataStructures SequenceWrapping.swift
[87/99] Compiling DataStructures SortedCollectionWrapping.swift
[88/99] Compiling DataStructures Zip3Sequence.swift
[89/99] Compiling DataStructures ZipToLongest.swift
[90/99] Emitting module DataStructures
[91/99] Compiling DataStructures AVLTree.swift
[92/99] Compiling DataStructures AdjacencyList.swift
[93/99] Compiling DataStructures Bimap.swift
[94/99] Compiling DataStructures BinaryHeap.swift
[95/99] Compiling DataStructures BinarySearchTree.swift
[96/99] Compiling DataStructures CircularArray.swift
[97/99] Compiling DataStructures CollectionExtensions.swift
[98/99] Compiling DataStructures ContiguousSegmentCollection.swift
[99/99] Compiling DataStructures Fragmentable.swift
[101/114] 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 |
[102/114] 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 |
[103/114] 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 |
[104/114] 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 |
[105/115] 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 |
[106/115] 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 |
[107/115] 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 |
[108/115] 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 |
[109/115] 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 |
[110/115] 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)
[111/115] 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 |
[112/115] 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 |
[113/115] 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 |
[114/115] 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 |
[115/115] 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 |
BUILD FAILURE 6.1 android