The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build NotationView, reference 0.1.0 (edf140), with Swift 6.1 for Linux on 25 Apr 2025 15:11:15 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dn-m/notationview.git
Reference: 0.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/dn-m/notationview
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at edf1405 Merge pull request #18 from dn-m/update
Cloned https://github.com/dn-m/notationview.git
Revision (git rev-parse @):
edf1405c78b0b8c5d447164ce831a9adc5785d3f
SUCCESS checkout https://github.com/dn-m/notationview.git at 0.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dn-m/notationview.git
https://github.com/dn-m/notationview.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "graphics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dn-m/Graphics"
    },
    {
      "identity" : "notationmodel",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dn-m/NotationModel"
    }
  ],
  "manifest_display_name" : "NotationView",
  "name" : "NotationView",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PlotView",
      "targets" : [
        "PlotView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StaffView",
      "targets" : [
        "StaffView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RhythmView",
      "targets" : [
        "RhythmView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ScoreView",
      "targets" : [
        "ScoreView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StaffViewTests",
      "module_type" : "SwiftTarget",
      "name" : "StaffViewTests",
      "path" : "Tests/StaffViewTests",
      "product_dependencies" : [
        "QuartzAdapter",
        "GraphicsTesting"
      ],
      "sources" : [
        "AccidentalTests.swift",
        "ClefTests.swift",
        "NoteheadTests.swift",
        "StaffViewTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "StaffView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StaffView",
      "module_type" : "SwiftTarget",
      "name" : "StaffView",
      "path" : "Sources/StaffView",
      "product_dependencies" : [
        "StaffModel"
      ],
      "product_memberships" : [
        "StaffView",
        "ScoreView"
      ],
      "sources" : [
        "AccidentalView.swift",
        "AltoClef.swift",
        "BassClef.swift",
        "ClefView.swift",
        "Flat.swift",
        "Natural.swift",
        "NoteheadView.swift",
        "Sharp.swift",
        "StaffConfiguration.swift",
        "StaffItemSize.swift",
        "StaffLinesCollection.swift",
        "StaffRepresentedPitch.swift",
        "StaffView.swift",
        "TenorClef.swift",
        "TrebleClef.swift"
      ],
      "target_dependencies" : [
        "PlotView"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ScoreViewTests",
      "module_type" : "SwiftTarget",
      "name" : "ScoreViewTests",
      "path" : "Tests/ScoreViewTests",
      "product_dependencies" : [
        "GraphicsTesting"
      ],
      "sources" : [
        "ScoreViewTests.swift"
      ],
      "target_dependencies" : [
        "ScoreView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScoreView",
      "module_type" : "SwiftTarget",
      "name" : "ScoreView",
      "path" : "Sources/ScoreView",
      "product_dependencies" : [
        "Rendering"
      ],
      "product_memberships" : [
        "ScoreView"
      ],
      "sources" : [
        "ScoreView.swift"
      ],
      "target_dependencies" : [
        "PlotView",
        "StaffView",
        "RhythmView"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RhythmViewTests",
      "module_type" : "SwiftTarget",
      "name" : "RhythmViewTests",
      "path" : "Tests/RhythmViewTests",
      "product_dependencies" : [
        "GraphicsTesting"
      ],
      "sources" : [
        "BeamsViewTests.swift",
        "RhythmViewTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "RhythmView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RhythmView",
      "module_type" : "SwiftTarget",
      "name" : "RhythmView",
      "path" : "Sources/RhythmView",
      "product_dependencies" : [
        "Rendering",
        "SpelledRhythm"
      ],
      "product_memberships" : [
        "RhythmView",
        "ScoreView"
      ],
      "sources" : [
        "Beam.swift",
        "BeamsView.Builder.swift",
        "BeamsView.swift",
        "Orientation.swift",
        "RhythmView.TieRenderer.swift",
        "RhythmView.swift",
        "SubdivisionView.swift",
        "TupletBracketView.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PlotViewTests",
      "module_type" : "SwiftTarget",
      "name" : "PlotViewTests",
      "path" : "Tests/PlotViewTests",
      "product_dependencies" : [
        "GraphicsTesting"
      ],
      "sources" : [
        "AxisViewTests.swift",
        "DefaultVerticalAxisViewTests.swift",
        "DefaultVerticalPlotModelTests.swift",
        "DefaultVerticalPlotViewTests.swift",
        "PlotViewTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PlotView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PlotView",
      "module_type" : "SwiftTarget",
      "name" : "PlotView",
      "path" : "Sources/PlotView",
      "product_dependencies" : [
        "PlotModel",
        "Rendering"
      ],
      "product_memberships" : [
        "PlotView",
        "StaffView",
        "ScoreView"
      ],
      "sources" : [
        "AxisView.swift",
        "DefaultVerticalAxisView.swift",
        "DefaultVerticalPlotLinesCollection.swift",
        "DefaultVerticalPlotView.Builder.swift",
        "DefaultVerticalPlotView.swift",
        "HorizontalAxisPosition.swift",
        "HorizontalAxisView.swift",
        "HorizontalPlotView.swift",
        "LinesPosition.swift",
        "LinesSegment.swift",
        "LinesSegmentCollection.swift",
        "PlotView.swift",
        "PlotViewCollection.swift",
        "VerticalAxisPosition.swift",
        "VerticalAxisView.swift",
        "VerticalPlotView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/dn-m/Graphics
Fetching https://github.com/dn-m/NotationModel
[1/13161] Fetching notationmodel
[265/14319] Fetching notationmodel, graphics
Fetched https://github.com/dn-m/Graphics from cache (0.59s)
Fetched https://github.com/dn-m/NotationModel from cache (1.30s)
Computing version for https://github.com/dn-m/NotationModel
Computed https://github.com/dn-m/NotationModel at 0.9.0 (5.17s)
Fetching https://github.com/dn-m/Music
Fetching https://github.com/dn-m/Math
Fetching https://github.com/dn-m/Structure
[1/841] Fetching math
[515/5037] Fetching math, music
[1304/10866] Fetching math, music, structure
Fetched https://github.com/dn-m/Math from cache (0.66s)
Fetched https://github.com/dn-m/Structure from cache (0.66s)
Fetched https://github.com/dn-m/Music from cache (0.67s)
Computing version for https://github.com/dn-m/Math
Computed https://github.com/dn-m/Math at 0.8.0 (1.71s)
Computing version for https://github.com/dn-m/Music
Computed https://github.com/dn-m/Music at 0.17.1 (1.93s)
Computing version for https://github.com/dn-m/Graphics
Computed https://github.com/dn-m/Graphics at 0.4.1 (1.66s)
Fetching https://github.com/drmohundro/SWXMLHash
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash from cache (0.48s)
Computing version for https://github.com/dn-m/Structure
Computed https://github.com/dn-m/Structure at 0.25.0 (1.29s)
Fetching https://github.com/dn-m/PerformanceTesting
[1/1525] Fetching performancetesting
Fetched https://github.com/dn-m/PerformanceTesting from cache (0.26s)
Computing version for https://github.com/dn-m/PerformanceTesting
Computed https://github.com/dn-m/PerformanceTesting at 0.4.0 (0.83s)
Computing version for https://github.com/drmohundro/SWXMLHash
Computed https://github.com/drmohundro/SWXMLHash at 4.9.0 (2.50s)
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/Music
Working copy of https://github.com/dn-m/Music resolved at 0.17.1
Creating working copy for https://github.com/dn-m/Structure
Working copy of https://github.com/dn-m/Structure resolved at 0.25.0
Creating working copy for https://github.com/drmohundro/SWXMLHash
Working copy of https://github.com/drmohundro/SWXMLHash resolved at 4.9.0
Creating working copy for https://github.com/dn-m/Graphics
Working copy of https://github.com/dn-m/Graphics resolved at 0.4.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/PerformanceTesting
Working copy of https://github.com/dn-m/PerformanceTesting resolved at 0.4.0
Building for debugging...
[0/19] Write sources
[18/19] Write swift-version-24593BA9C3E375BF.txt
[20/21] Emitting module Destructure
[21/21] Compiling Destructure Destructure.swift
[23/46] Compiling Algebra AdditiveGroup.swift
[24/46] Compiling Algebra AdditiveSemigroup.swift
[25/46] Compiling Algebra Invertible.swift
[26/46] Compiling Algebra Monoid.swift
[27/48] Compiling Algebra MonoidView.swift
[28/48] Compiling Algebra Multiplicative.swift
[29/48] Compiling Algebra MultiplicativeSemigroup.swift
[30/48] Compiling Algebra One.swift
[31/48] Compiling Algebra Product.swift
[32/48] Compiling Algebra Semigroup.swift
[33/48] Emitting module Algebra
[34/48] Emitting module Algorithms
[35/49] Compiling Algebra Sum.swift
[36/49] Compiling Algebra Zero.swift
[37/49] Compiling Algorithms TupleMap.swift
[38/49] Compiling Algorithms Ordered.swift
[39/49] Compiling Algorithms StableSort.swift
[40/49] Compiling Algorithms Swap.swift
[41/49] Compiling Algorithms Split.swift
[42/49] Compiling Algorithms Rotate.swift
[43/49] Compiling Algebra Abelian.swift
[44/49] Compiling Algebra Accumulate.swift
[45/49] Compiling Algebra Additive.swift
[46/49] Compiling Algebra AlgebraAdapters.swift
[47/49] Compiling Algebra Group.swift
[48/50] Compiling Algorithms Unzip.swift
[49/50] Compiling Algorithms Combinatorics.swift
[52/110] Compiling DataStructures DirectedGraphProtocol.swift
[53/110] Compiling DataStructures GraphProtocol.swift
[54/110] Compiling DataStructures UndirectedGraphProtocol.swift
[55/110] Compiling DataStructures UnweightedGraphProtocol.swift
[56/110] Compiling DataStructures WeightedGraphProtocol.swift
[57/110] Compiling DataStructures ReferenceGraph.AdjacencyList.swift
[58/110] Compiling DataStructures ReferenceGraph.Edge.swift
[59/110] Compiling DataStructures ReferenceGraph.EdgeList.swift
[60/110] Compiling DataStructures Either.swift
[61/110] Compiling DataStructures IntervalRelation.swift
[62/110] Compiling DataStructures InvertibleEnum.swift
[63/110] Compiling DataStructures Cross.swift
[64/110] Compiling DataStructures OrderedPair.swift
[65/110] Compiling DataStructures Pair.swift
[66/110] Compiling DataStructures SwappablePair.swift
[67/110] Compiling DataStructures SymmetricPair.swift
[68/110] Compiling DataStructures UnorderedPair.swift
[69/118] Compiling DataStructures CollectionExtensions.swift
[70/118] Compiling DataStructures Homogeneity.swift
[71/118] Compiling DataStructures RangeProtocol+Algebra.swift
[72/118] Compiling DataStructures RangeProtocol.swift
[73/118] Compiling DataStructures SequenceExtensions.swift
[74/118] Compiling DataStructures SetExtensions.swift
[75/118] Compiling DataStructures AdjacencyList.swift
[76/118] Compiling DataStructures DirectedGraph.swift
[77/118] Compiling DataStructures Graph.swift
[78/118] Compiling DataStructures FloatWrapping.swift
[79/118] Compiling DataStructures Identifier.swift
[80/118] Compiling DataStructures IntegerWrapping.swift
[81/118] Compiling DataStructures Metatype.swift
[82/118] Compiling DataStructures NewType.swift
[83/118] Compiling DataStructures RandomAccessCollectionWrapping.swift
[84/118] Compiling DataStructures SequenceWrapping.swift
[85/118] Compiling DataStructures SortedCollectionWrapping.swift
[86/118] 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 |
[87/118] 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 |
[88/118] 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 |
[89/118] 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 |
[90/118] 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 |
[91/118] 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 |
[92/118] 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 |
[93/118] 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 |
[94/118] Compiling DataStructures BinarySearchTree.swift
[95/118] Compiling DataStructures ReferenceTree.swift
[96/118] Compiling DataStructures ReferenceTreeProtocol.swift
[97/118] Compiling DataStructures SingleTypedTree.swift
[98/118] Compiling DataStructures Tree.Zipper.swift
[99/118] Compiling DataStructures Tree.swift
[100/118] Compiling DataStructures CollectionWrapping.swift
[101/118] Compiling DataStructures DoubleWrapping.swift
[102/118] Emitting module DataStructures
[103/118] Compiling DataStructures IntervallicFragmentable.swift
[104/118] Compiling DataStructures Measured.swift
[105/118] Compiling DataStructures Totalizable.swift
[106/118] Compiling DataStructures DictionaryProtocol.swift
[107/118] Compiling DataStructures OrderedDictionary.swift
[108/118] Compiling DataStructures SortedDictionary.swift
[109/118] Compiling DataStructures CircularArray.swift
[110/118] Compiling DataStructures LinkedList.swift
[111/118] Compiling DataStructures Matrix.swift
[112/118] Compiling DataStructures Queue.swift
[113/118] Compiling DataStructures SortedArray.swift
[114/118] Compiling DataStructures Stack.swift
[115/118] Compiling DataStructures Zip3Sequence.swift
[116/118] Compiling DataStructures ZipToLongest.swift
[117/118] Compiling DataStructures AVLTree.swift
[118/118] Compiling DataStructures BinaryHeap.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[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] Compiling Algorithms Swap.swift
[6/29] Compiling Algorithms TupleMap.swift
[7/29] Compiling Algebra AdditiveGroup.swift
[8/29] Compiling Algebra AdditiveSemigroup.swift
[9/31] Compiling Algebra MonoidView.swift
[10/31] Compiling Algebra Multiplicative.swift
[11/31] Compiling Algebra MultiplicativeSemigroup.swift
[12/31] Compiling Algebra One.swift
[13/31] Compiling Algebra Invertible.swift
[14/31] Compiling Algebra Monoid.swift
[15/31] Compiling Algebra Product.swift
[16/31] Compiling Algebra Semigroup.swift
[17/31] Compiling Algorithms Ordered.swift
[18/31] Compiling Algorithms StableSort.swift
[19/31] Compiling Algorithms Split.swift
[20/31] Compiling Algorithms Rotate.swift
[21/31] Emitting module Algebra
[22/31] Emitting module Algorithms
[23/31] Compiling Algorithms Combinatorics.swift
[24/31] Compiling Algorithms Unzip.swift
[25/31] Compiling Algebra Abelian.swift
[26/31] Compiling Algebra Accumulate.swift
[27/31] Compiling Algebra Additive.swift
[28/31] Compiling Algebra AlgebraAdapters.swift
[29/31] Compiling Algebra Group.swift
[30/32] Compiling Algebra Sum.swift
[31/32] Compiling Algebra Zero.swift
[34/92] Compiling DataStructures Matrix.swift
[35/92] Compiling DataStructures Queue.swift
[36/92] Compiling DataStructures SortedArray.swift
[37/92] Compiling DataStructures Stack.swift
[38/92] Compiling DataStructures Zip3Sequence.swift
[39/92] Compiling DataStructures ZipToLongest.swift
[40/92] Compiling DataStructures AVLTree.swift
[41/92] Compiling DataStructures BinaryHeap.swift
[42/100] Emitting module DataStructures
[43/100] Compiling DataStructures CollectionExtensions.swift
[44/100] Compiling DataStructures Homogeneity.swift
[45/100] Compiling DataStructures RangeProtocol+Algebra.swift
[46/100] Compiling DataStructures RangeProtocol.swift
[47/100] Compiling DataStructures SequenceExtensions.swift
[48/100] Compiling DataStructures SetExtensions.swift
[49/100] Compiling DataStructures AdjacencyList.swift
[50/100] Compiling DataStructures DirectedGraph.swift
[51/100] Compiling DataStructures Graph.swift
[52/100] Compiling DataStructures IntervallicFragmentable.swift
[53/100] Compiling DataStructures Measured.swift
[54/100] Compiling DataStructures Totalizable.swift
[55/100] Compiling DataStructures DictionaryProtocol.swift
[56/100] Compiling DataStructures OrderedDictionary.swift
[57/100] Compiling DataStructures SortedDictionary.swift
[58/100] Compiling DataStructures CircularArray.swift
[59/100] Compiling DataStructures LinkedList.swift
[60/100] Compiling DataStructures BinarySearchTree.swift
[61/100] Compiling DataStructures ReferenceTree.swift
[62/100] Compiling DataStructures ReferenceTreeProtocol.swift
[63/100] Compiling DataStructures SingleTypedTree.swift
[64/100] Compiling DataStructures Tree.Zipper.swift
[65/100] Compiling DataStructures Tree.swift
[66/100] Compiling DataStructures CollectionWrapping.swift
[67/100] Compiling DataStructures DoubleWrapping.swift
[68/100] Compiling DataStructures FloatWrapping.swift
[69/100] Compiling DataStructures Identifier.swift
[70/100] Compiling DataStructures IntegerWrapping.swift
[71/100] Compiling DataStructures Metatype.swift
[72/100] Compiling DataStructures NewType.swift
[73/100] Compiling DataStructures RandomAccessCollectionWrapping.swift
[74/100] Compiling DataStructures SequenceWrapping.swift
[75/100] Compiling DataStructures SortedCollectionWrapping.swift
[76/100] Compiling DataStructures Either.swift
[77/100] Compiling DataStructures IntervalRelation.swift
[78/100] Compiling DataStructures InvertibleEnum.swift
[79/100] Compiling DataStructures Cross.swift
[80/100] Compiling DataStructures OrderedPair.swift
[81/100] Compiling DataStructures Pair.swift
[82/100] Compiling DataStructures SwappablePair.swift
[83/100] Compiling DataStructures SymmetricPair.swift
[84/100] Compiling DataStructures UnorderedPair.swift
[85/100] Compiling DataStructures DirectedGraphProtocol.swift
[86/100] Compiling DataStructures GraphProtocol.swift
[87/100] Compiling DataStructures UndirectedGraphProtocol.swift
[88/100] Compiling DataStructures UnweightedGraphProtocol.swift
[89/100] Compiling DataStructures WeightedGraphProtocol.swift
[90/100] Compiling DataStructures ReferenceGraph.AdjacencyList.swift
[91/100] Compiling DataStructures ReferenceGraph.Edge.swift
[92/100] Compiling DataStructures ReferenceGraph.EdgeList.swift
[93/100] Compiling DataStructures ReferenceGraph.Node.swift
[94/100] Compiling DataStructures ReferenceGraph.swift
[95/100] Compiling DataStructures WeightedDirectedGraph.swift
[96/100] Compiling DataStructures WeightedGraph.swift
[97/100] Compiling DataStructures Bimap.swift
[98/100] Compiling DataStructures ContiguousSegmentCollection.swift
[99/100] Compiling DataStructures Fragmentable.swift
[100/100] Compiling DataStructures Intervallic.swift
[102/124] Compiling PlotModel DefaultVerticalPlotModel.Builder.swift
[103/125] Compiling PlotModel DefaultVerticalPointModel.swift
[104/125] Compiling PlotModel HorizontalPlotModel.swift
[105/125] Compiling PlotModel PointModel.swift
[106/125] Compiling PlotModel PlotModel.swift
[107/125] Emitting module PlotModel
[108/125] Compiling PlotModel DefaultVerticalPlotModel.swift
[109/125] Compiling PlotModel Axis.swift
[110/125] Compiling PlotModel DefaultAxis.swift
[111/125] Compiling PlotModel VerticalPlotModel.swift
[115/127] Compiling Math Rational.swift
[116/127] Compiling Math Scale.swift
[117/127] Compiling Math Bitwise.swift
[118/127] Compiling Math CollectionExtensions.swift
[119/127] Compiling Math Power.swift
[120/127] Compiling Math PowerOfTwoSequence.swift
[121/127] Compiling Math IntegerExtensions.swift
[122/127] Compiling Math LinearRegression.swift
[123/127] Compiling Math DoubleExtensions.swift
[124/127] Compiling Math Fraction.swift
[125/127] Compiling Math Proximity.swift
[126/127] Compiling Math Quadratic.swift
[127/127] Emitting module Math
[129/186] Compiling Geometry Line.Segment.swift
[130/186] Compiling Geometry Line.swift
[131/187] Compiling Geometry Rotation.swift
[132/187] Compiling Geometry Shape.swift
[133/187] Compiling Geometry Size.swift
[134/190] Compiling Geometry ConvexPolygon.swift
[135/190] Compiling Geometry ConvexPolygonContainer.swift
[136/190] Compiling Geometry Angle.swift
[137/190] Compiling Geometry Axis.swift
[138/190] Compiling Geometry Bound.swift
[139/190] Compiling Geometry Circle.swift
[140/190] Compiling Geometry CollisionDetectable.swift
[141/190] Compiling Geometry CollisionDetection.swift
[146/190] Emitting module Geometry
[149/190] Compiling Geometry ConvexPolygonProtocol.swift
[150/192] Compiling Geometry Ellipse.swift
/host/spi-builder-workspace/.build/checkouts/Music/Sources/Pitch/NoteNumber.swift:27:15: error: type 'NoteNumber' does not conform to protocol 'AdditiveArithmetic'
25 | ///     let cold: NoteNumber = 60
26 | ///
27 | public struct NoteNumber:
   |               `- error: type 'NoteNumber' does not conform to protocol 'AdditiveArithmetic'
28 |     NewType,
29 |     Comparable,
Swift.AdditiveArithmetic.+=:2:13: note: multiple matching functions named '+=' with type '(inout NoteNumber, NoteNumber) -> ()'
1 | protocol AdditiveArithmetic {
2 | static func += (lhs: inout Self, rhs: Self)}
  |             `- note: multiple matching functions named '+=' with type '(inout NoteNumber, NoteNumber) -> ()'
3 |
Swift.AdditiveArithmetic.+=:2:20: note: candidate exactly matches
1 | protocol AdditiveArithmetic {
2 | public static func += (lhs: inout Self, rhs: Self)}
  |                    `- note: candidate exactly matches
3 |
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Wrapping/NewType.swift:71:24: note: candidate exactly matches
69 |     }
70 |
71 |     public static func += (lhs: inout Self, rhs: Self) {
   |                        `- note: candidate exactly matches
72 |         lhs = lhs + rhs
73 |     }
   :
77 |     }
78 |
79 |     public static func -= (lhs: inout Self, rhs: Self) {
   |                        `- note: candidate exactly matches
80 |         lhs = lhs - rhs
81 |     }
Swift.AdditiveArithmetic.-=:2:13: note: multiple matching functions named '-=' with type '(inout NoteNumber, NoteNumber) -> ()'
1 | protocol AdditiveArithmetic {
2 | static func -= (lhs: inout Self, rhs: Self)}
  |             `- note: multiple matching functions named '-=' with type '(inout NoteNumber, NoteNumber) -> ()'
3 |
Swift.AdditiveArithmetic.-=:2:20: note: candidate exactly matches
1 | protocol AdditiveArithmetic {
2 | public static func -= (lhs: inout Self, rhs: Self)}
  |                    `- note: candidate exactly matches
3 |
[151/192] Compiling Geometry Extremum.swift
/host/spi-builder-workspace/.build/checkouts/Music/Sources/Pitch/NoteNumber.swift:27:15: error: type 'NoteNumber' does not conform to protocol 'AdditiveArithmetic'
25 | ///     let cold: NoteNumber = 60
26 | ///
27 | public struct NoteNumber:
   |               `- error: type 'NoteNumber' does not conform to protocol 'AdditiveArithmetic'
28 |     NewType,
29 |     Comparable,
Swift.AdditiveArithmetic.+=:2:13: note: multiple matching functions named '+=' with type '(inout NoteNumber, NoteNumber) -> ()'
1 | protocol AdditiveArithmetic {
2 | static func += (lhs: inout Self, rhs: Self)}
  |             `- note: multiple matching functions named '+=' with type '(inout NoteNumber, NoteNumber) -> ()'
3 |
Swift.AdditiveArithmetic.+=:2:20: note: candidate exactly matches
1 | protocol AdditiveArithmetic {
2 | public static func += (lhs: inout Self, rhs: Self)}
  |                    `- note: candidate exactly matches
3 |
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Wrapping/NewType.swift:71:24: note: candidate exactly matches
69 |     }
70 |
71 |     public static func += (lhs: inout Self, rhs: Self) {
   |                        `- note: candidate exactly matches
72 |         lhs = lhs + rhs
73 |     }
   :
77 |     }
78 |
79 |     public static func -= (lhs: inout Self, rhs: Self) {
   |                        `- note: candidate exactly matches
80 |         lhs = lhs - rhs
81 |     }
Swift.AdditiveArithmetic.-=:2:13: note: multiple matching functions named '-=' with type '(inout NoteNumber, NoteNumber) -> ()'
1 | protocol AdditiveArithmetic {
2 | static func -= (lhs: inout Self, rhs: Self)}
  |             `- note: multiple matching functions named '-=' with type '(inout NoteNumber, NoteNumber) -> ()'
3 |
Swift.AdditiveArithmetic.-=:2:20: note: candidate exactly matches
1 | protocol AdditiveArithmetic {
2 | public static func -= (lhs: inout Self, rhs: Self)}
  |                    `- note: candidate exactly matches
3 |
[152/192] Compiling Geometry Line.Ray.swift
/host/spi-builder-workspace/.build/checkouts/Music/Sources/Pitch/NoteNumber.swift:27:15: error: type 'NoteNumber' does not conform to protocol 'AdditiveArithmetic'
25 | ///     let cold: NoteNumber = 60
26 | ///
27 | public struct NoteNumber:
   |               `- error: type 'NoteNumber' does not conform to protocol 'AdditiveArithmetic'
28 |     NewType,
29 |     Comparable,
Swift.AdditiveArithmetic.+=:2:13: note: multiple matching functions named '+=' with type '(inout NoteNumber, NoteNumber) -> ()'
1 | protocol AdditiveArithmetic {
2 | static func += (lhs: inout Self, rhs: Self)}
  |             `- note: multiple matching functions named '+=' with type '(inout NoteNumber, NoteNumber) -> ()'
3 |
Swift.AdditiveArithmetic.+=:2:20: note: candidate exactly matches
1 | protocol AdditiveArithmetic {
2 | public static func += (lhs: inout Self, rhs: Self)}
  |                    `- note: candidate exactly matches
3 |
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Wrapping/NewType.swift:71:24: note: candidate exactly matches
69 |     }
70 |
71 |     public static func += (lhs: inout Self, rhs: Self) {
   |                        `- note: candidate exactly matches
72 |         lhs = lhs + rhs
73 |     }
   :
77 |     }
78 |
79 |     public static func -= (lhs: inout Self, rhs: Self) {
   |                        `- note: candidate exactly matches
80 |         lhs = lhs - rhs
81 |     }
Swift.AdditiveArithmetic.-=:2:13: note: multiple matching functions named '-=' with type '(inout NoteNumber, NoteNumber) -> ()'
1 | protocol AdditiveArithmetic {
2 | static func -= (lhs: inout Self, rhs: Self)}
  |             `- note: multiple matching functions named '-=' with type '(inout NoteNumber, NoteNumber) -> ()'
3 |
Swift.AdditiveArithmetic.-=:2:20: note: candidate exactly matches
1 | protocol AdditiveArithmetic {
2 | public static func -= (lhs: inout Self, rhs: Self)}
  |                    `- note: candidate exactly matches
3 |
[153/192] Emitting module Duration
[161/192] Compiling Geometry Triangle.swift
[162/192] Compiling Geometry Vector2.swift
[163/192] Compiling Geometry VertexCollection.swift
[169/192] Compiling Geometry Point.swift
[170/192] Compiling Geometry Polygon.swift
[171/192] Compiling Geometry PolygonError.swift
[176/192] Compiling Geometry PolygonProtocol.swift
[177/192] Compiling Geometry Polyline.swift
[178/192] Compiling Geometry Rectangle.swift
[179/193] Compiling Duration Tempo.swift
[180/193] Compiling Pitch TuningSystem.swift
[181/193] Compiling Pitch UnorderedInterval.swift
/host/spi-builder-workspace/.build/checkouts/Music/Sources/Pitch/Frequency.swift:25:15: error: type 'Frequency' does not conform to protocol 'AdditiveArithmetic'
23 | ///     let mean: Frequency = 440.0 // => "a 440"
24 | ///
25 | public struct Frequency: NewType, SignedNumeric {
   |               `- error: type 'Frequency' does not conform to protocol 'AdditiveArithmetic'
26 |
27 |     // MARK: - Instance Properties
Swift.AdditiveArithmetic.+=:2:13: note: multiple matching functions named '+=' with type '(inout Frequency, Frequency) -> ()'
1 | protocol AdditiveArithmetic {
2 | static func += (lhs: inout Self, rhs: Self)}
  |             `- note: multiple matching functions named '+=' with type '(inout Frequency, Frequency) -> ()'
3 |
Swift.AdditiveArithmetic.+=:2:20: note: candidate exactly matches
1 | protocol AdditiveArithmetic {
2 | public static func += (lhs: inout Self, rhs: Self)}
  |                    `- note: candidate exactly matches
3 |
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Wrapping/NewType.swift:71:24: note: candidate exactly matches
69 |     }
70 |
71 |     public static func += (lhs: inout Self, rhs: Self) {
   |                        `- note: candidate exactly matches
72 |         lhs = lhs + rhs
73 |     }
   :
77 |     }
78 |
79 |     public static func -= (lhs: inout Self, rhs: Self) {
   |                        `- note: candidate exactly matches
80 |         lhs = lhs - rhs
81 |     }
Swift.AdditiveArithmetic.-=:2:13: note: multiple matching functions named '-=' with type '(inout Frequency, Frequency) -> ()'
1 | protocol AdditiveArithmetic {
2 | static func -= (lhs: inout Self, rhs: Self)}
  |             `- note: multiple matching functions named '-=' with type '(inout Frequency, Frequency) -> ()'
3 |
Swift.AdditiveArithmetic.-=:2:20: note: candidate exactly matches
1 | protocol AdditiveArithmetic {
2 | public static func -= (lhs: inout Self, rhs: Self)}
  |                    `- note: candidate exactly matches
3 |
/host/spi-builder-workspace/.build/checkouts/Music/Sources/Pitch/Frequency.swift:25:15: error: type 'Frequency' does not conform to protocol 'AdditiveArithmetic'
23 | ///     let mean: Frequency = 440.0 // => "a 440"
24 | ///
25 | public struct Frequency: NewType, SignedNumeric {
   |               `- error: type 'Frequency' does not conform to protocol 'AdditiveArithmetic'
26 |
27 |     // MARK: - Instance Properties
Swift.AdditiveArithmetic.+=:2:13: note: multiple matching functions named '+=' with type '(inout Frequency, Frequency) -> ()'
1 | protocol AdditiveArithmetic {
2 | static func += (lhs: inout Self, rhs: Self)}
  |             `- note: multiple matching functions named '+=' with type '(inout Frequency, Frequency) -> ()'
3 |
Swift.AdditiveArithmetic.+=:2:20: note: candidate exactly matches
1 | protocol AdditiveArithmetic {
2 | public static func += (lhs: inout Self, rhs: Self)}
  |                    `- note: candidate exactly matches
3 |
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Wrapping/NewType.swift:71:24: note: candidate exactly matches
69 |     }
70 |
71 |     public static func += (lhs: inout Self, rhs: Self) {
   |                        `- note: candidate exactly matches
72 |         lhs = lhs + rhs
73 |     }
   :
77 |     }
78 |
79 |     public static func -= (lhs: inout Self, rhs: Self) {
   |                        `- note: candidate exactly matches
80 |         lhs = lhs - rhs
81 |     }
Swift.AdditiveArithmetic.-=:2:13: note: multiple matching functions named '-=' with type '(inout Frequency, Frequency) -> ()'
1 | protocol AdditiveArithmetic {
2 | static func -= (lhs: inout Self, rhs: Self)}
  |             `- note: multiple matching functions named '-=' with type '(inout Frequency, Frequency) -> ()'
3 |
Swift.AdditiveArithmetic.-=:2:20: note: candidate exactly matches
1 | protocol AdditiveArithmetic {
2 | public static func -= (lhs: inout Self, rhs: Self)}
  |                    `- note: candidate exactly matches
3 |
/host/spi-builder-workspace/.build/checkouts/Music/Sources/Pitch/Frequency.swift:25:15: error: type 'Frequency' does not conform to protocol 'AdditiveArithmetic'
23 | ///     let mean: Frequency = 440.0 // => "a 440"
24 | ///
25 | public struct Frequency: NewType, SignedNumeric {
   |               `- error: type 'Frequency' does not conform to protocol 'AdditiveArithmetic'
26 |
27 |     // MARK: - Instance Properties
Swift.AdditiveArithmetic.+=:2:13: note: multiple matching functions named '+=' with type '(inout Frequency, Frequency) -> ()'
1 | protocol AdditiveArithmetic {
2 | static func += (lhs: inout Self, rhs: Self)}
  |             `- note: multiple matching functions named '+=' with type '(inout Frequency, Frequency) -> ()'
3 |
Swift.AdditiveArithmetic.+=:2:20: note: candidate exactly matches
1 | protocol AdditiveArithmetic {
2 | public static func += (lhs: inout Self, rhs: Self)}
  |                    `- note: candidate exactly matches
3 |
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Wrapping/NewType.swift:71:24: note: candidate exactly matches
69 |     }
70 |
71 |     public static func += (lhs: inout Self, rhs: Self) {
   |                        `- note: candidate exactly matches
72 |         lhs = lhs + rhs
73 |     }
   :
77 |     }
78 |
79 |     public static func -= (lhs: inout Self, rhs: Self) {
   |                        `- note: candidate exactly matches
80 |         lhs = lhs - rhs
81 |     }
Swift.AdditiveArithmetic.-=:2:13: note: multiple matching functions named '-=' with type '(inout Frequency, Frequency) -> ()'
1 | protocol AdditiveArithmetic {
2 | static func -= (lhs: inout Self, rhs: Self)}
  |             `- note: multiple matching functions named '-=' with type '(inout Frequency, Frequency) -> ()'
3 |
Swift.AdditiveArithmetic.-=:2:20: note: candidate exactly matches
1 | protocol AdditiveArithmetic {
2 | public static func -= (lhs: inout Self, rhs: Self)}
  |                    `- note: candidate exactly matches
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[193/194] Emitting module Pitch
/host/spi-builder-workspace/.build/checkouts/Music/Sources/Pitch/Frequency.swift:25:15: error: type 'Frequency' does not conform to protocol 'AdditiveArithmetic'
23 | ///     let mean: Frequency = 440.0 // => "a 440"
24 | ///
25 | public struct Frequency: NewType, SignedNumeric {
   |               `- error: type 'Frequency' does not conform to protocol 'AdditiveArithmetic'
26 |
27 |     // MARK: - Instance Properties
Swift.AdditiveArithmetic.+=:2:13: note: multiple matching functions named '+=' with type '(inout Frequency, Frequency) -> ()'
1 | protocol AdditiveArithmetic {
2 | static func += (lhs: inout Self, rhs: Self)}
  |             `- note: multiple matching functions named '+=' with type '(inout Frequency, Frequency) -> ()'
3 |
Swift.AdditiveArithmetic.+=:2:20: note: candidate exactly matches
1 | protocol AdditiveArithmetic {
2 | public static func += (lhs: inout Self, rhs: Self)}
  |                    `- note: candidate exactly matches
3 |
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Wrapping/NewType.swift:71:24: note: candidate exactly matches
69 |     }
70 |
71 |     public static func += (lhs: inout Self, rhs: Self) {
   |                        `- note: candidate exactly matches
72 |         lhs = lhs + rhs
73 |     }
   :
77 |     }
78 |
79 |     public static func -= (lhs: inout Self, rhs: Self) {
   |                        `- note: candidate exactly matches
80 |         lhs = lhs - rhs
81 |     }
Swift.AdditiveArithmetic.-=:2:13: note: multiple matching functions named '-=' with type '(inout Frequency, Frequency) -> ()'
1 | protocol AdditiveArithmetic {
2 | static func -= (lhs: inout Self, rhs: Self)}
  |             `- note: multiple matching functions named '-=' with type '(inout Frequency, Frequency) -> ()'
3 |
Swift.AdditiveArithmetic.-=:2:20: note: candidate exactly matches
1 | protocol AdditiveArithmetic {
2 | public static func -= (lhs: inout Self, rhs: Self)}
  |                    `- note: candidate exactly matches
3 |
/host/spi-builder-workspace/.build/checkouts/Music/Sources/Pitch/NoteNumber.swift:27:15: error: type 'NoteNumber' does not conform to protocol 'AdditiveArithmetic'
25 | ///     let cold: NoteNumber = 60
26 | ///
27 | public struct NoteNumber:
   |               `- error: type 'NoteNumber' does not conform to protocol 'AdditiveArithmetic'
28 |     NewType,
29 |     Comparable,
Swift.AdditiveArithmetic.+=:2:13: note: multiple matching functions named '+=' with type '(inout NoteNumber, NoteNumber) -> ()'
1 | protocol AdditiveArithmetic {
2 | static func += (lhs: inout Self, rhs: Self)}
  |             `- note: multiple matching functions named '+=' with type '(inout NoteNumber, NoteNumber) -> ()'
3 |
Swift.AdditiveArithmetic.+=:2:20: note: candidate exactly matches
1 | protocol AdditiveArithmetic {
2 | public static func += (lhs: inout Self, rhs: Self)}
  |                    `- note: candidate exactly matches
3 |
/host/spi-builder-workspace/.build/checkouts/Structure/Sources/DataStructures/Wrapping/NewType.swift:71:24: note: candidate exactly matches
69 |     }
70 |
71 |     public static func += (lhs: inout Self, rhs: Self) {
   |                        `- note: candidate exactly matches
72 |         lhs = lhs + rhs
73 |     }
   :
77 |     }
78 |
79 |     public static func -= (lhs: inout Self, rhs: Self) {
   |                        `- note: candidate exactly matches
80 |         lhs = lhs - rhs
81 |     }
Swift.AdditiveArithmetic.-=:2:13: note: multiple matching functions named '-=' with type '(inout NoteNumber, NoteNumber) -> ()'
1 | protocol AdditiveArithmetic {
2 | static func -= (lhs: inout Self, rhs: Self)}
  |             `- note: multiple matching functions named '-=' with type '(inout NoteNumber, NoteNumber) -> ()'
3 |
Swift.AdditiveArithmetic.-=:2:20: note: candidate exactly matches
1 | protocol AdditiveArithmetic {
2 | public static func -= (lhs: inout Self, rhs: Self)}
  |                    `- note: candidate exactly matches
3 |
BUILD FAILURE 6.1 linux