Build Information
Failed to build NotationView with Swift 6.0 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dn-m/notationview.git
Reference: latest
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dn-m/notationview
* branch latest -> FETCH_HEAD
* [new branch] latest -> origin/latest
HEAD is now at 3063c07 Update README.md
Cloned https://github.com/dn-m/notationview.git
Revision (git rev-parse @):
3063c07fb3e9fad6f2a03633b3322abfe79163d8
SUCCESS checkout https://github.com/dn-m/notationview.git at latest
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/dn-m/notationview.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/19] Write sources
[18/19] Write swift-version-6F35C1178C84523A.txt
[20/21] Compiling Destructure Destructure.swift
[21/21] Emitting module Destructure
[22/47] Compiling Algebra Semigroup.swift
[23/48] Compiling Algebra Monoid.swift
[24/48] Compiling Algebra MonoidView.swift
[25/48] Compiling Algebra Group.swift
[26/48] Compiling Algebra Invertible.swift
[27/48] Compiling Algebra Zero.swift
[28/48] Compiling Algebra Sum.swift
[29/48] Compiling Algebra Multiplicative.swift
[30/48] Compiling Algebra MultiplicativeSemigroup.swift
[31/48] Compiling Algebra One.swift
[32/48] Compiling Algebra Product.swift
[33/48] Compiling Algorithms TupleMap.swift
[34/48] Compiling Algorithms Unzip.swift
[35/48] Compiling Algorithms StableSort.swift
[36/48] Compiling Algorithms Rotate.swift
[37/48] Compiling Algorithms Swap.swift
[38/48] Compiling Algorithms Split.swift
[39/48] Compiling Algorithms Ordered.swift
[40/48] Emitting module Algorithms
[41/48] Compiling Algorithms Combinatorics.swift
[42/48] Compiling Algebra Additive.swift
[43/48] Compiling Algebra AdditiveGroup.swift
[44/48] Compiling Algebra Abelian.swift
[45/48] Compiling Algebra Accumulate.swift
[46/48] Emitting module Algebra
[47/48] Compiling Algebra AdditiveSemigroup.swift
[48/48] Compiling Algebra AlgebraAdapters.swift
[49/109] Compiling DataStructures UnweightedGraphProtocol.swift
[50/109] Compiling DataStructures WeightedGraphProtocol.swift
[51/109] Compiling DataStructures ReferenceGraph.AdjacencyList.swift
[52/109] Compiling DataStructures ReferenceGraph.Edge.swift
[53/109] Compiling DataStructures ReferenceGraph.EdgeList.swift
[54/109] Compiling DataStructures ReferenceGraph.Node.swift
[55/109] Compiling DataStructures ReferenceGraph.swift
[56/115] Compiling DataStructures SymmetricPair.swift
[57/115] Compiling DataStructures UnorderedPair.swift
[58/115] Compiling DataStructures CollectionExtensions.swift
[59/115] Compiling DataStructures Homogeneity.swift
[60/115] Compiling DataStructures RangeProtocol+Algebra.swift
[61/115] Compiling DataStructures RangeProtocol.swift
[62/115] Compiling DataStructures SequenceExtensions.swift
[63/115] Compiling DataStructures Either.swift
[64/115] Compiling DataStructures IntervalRelation.swift
[65/115] Compiling DataStructures InvertibleEnum.swift
[66/115] Compiling DataStructures Cross.swift
[67/115] Compiling DataStructures OrderedPair.swift
[68/115] Compiling DataStructures Pair.swift
[69/115] Compiling DataStructures SwappablePair.swift
[70/115] Compiling DataStructures IntegerWrapping.swift
[71/115] Compiling DataStructures Metatype.swift
[72/115] Compiling DataStructures NewType.swift
[73/115] Compiling DataStructures RandomAccessCollectionWrapping.swift
[74/115] Compiling DataStructures SequenceWrapping.swift
[75/115] Compiling DataStructures SortedCollectionWrapping.swift
[76/115] Compiling DataStructures SetExtensions.swift
[77/115] Compiling DataStructures AdjacencyList.swift
[78/115] Compiling DataStructures DirectedGraph.swift
[79/115] Compiling DataStructures Graph.swift
[80/115] Compiling DataStructures DirectedGraphProtocol.swift
[81/115] Compiling DataStructures GraphProtocol.swift
[82/115] Compiling DataStructures UndirectedGraphProtocol.swift
[83/115] Compiling DataStructures Tree.Zipper.swift
[84/115] Compiling DataStructures Tree.swift
[85/115] Compiling DataStructures CollectionWrapping.swift
[86/115] Compiling DataStructures DoubleWrapping.swift
[87/115] Compiling DataStructures FloatWrapping.swift
[88/115] Compiling DataStructures Identifier.swift
[89/115] Compiling DataStructures Matrix.swift
[90/115] Compiling DataStructures Queue.swift
[91/115] Compiling DataStructures SortedArray.swift
[92/115] Compiling DataStructures Stack.swift
[93/115] Compiling DataStructures Zip3Sequence.swift
[94/115] Compiling DataStructures ZipToLongest.swift
[95/115] Compiling DataStructures Measured.swift
[96/115] Compiling DataStructures Totalizable.swift
[97/115] Compiling DataStructures DictionaryProtocol.swift
[98/115] Compiling DataStructures OrderedDictionary.swift
[99/115] Compiling DataStructures SortedDictionary.swift
[100/115] Compiling DataStructures CircularArray.swift
[101/115] Compiling DataStructures LinkedList.swift
[102/115] Emitting module DataStructures
[103/115] Compiling DataStructures AVLTree.swift
[104/115] Compiling DataStructures BinaryHeap.swift
[105/115] Compiling DataStructures BinarySearchTree.swift
[106/115] Compiling DataStructures ReferenceTree.swift
[107/115] Compiling DataStructures ReferenceTreeProtocol.swift
[108/115] Compiling DataStructures SingleTypedTree.swift
[109/115] Compiling DataStructures WeightedDirectedGraph.swift
[110/115] Compiling DataStructures WeightedGraph.swift
[111/115] Compiling DataStructures Bimap.swift
[112/115] Compiling DataStructures ContiguousSegmentCollection.swift
[113/115] Compiling DataStructures Fragmentable.swift
[114/115] Compiling DataStructures Intervallic.swift
[115/115] Compiling DataStructures IntervallicFragmentable.swift
[116/139] Compiling PlotModel PointModel.swift
[117/139] Compiling PlotModel VerticalPlotModel.swift
[118/139] Compiling PlotModel PlotModel.swift
[119/139] Compiling PlotModel HorizontalPlotModel.swift
[120/139] Compiling PlotModel DefaultVerticalPointModel.swift
[121/139] Compiling PlotModel DefaultVerticalPlotModel.swift
[122/139] Compiling PlotModel DefaultVerticalPlotModel.Builder.swift
[123/139] Compiling PlotModel DefaultAxis.swift
[124/139] Emitting module PlotModel
[125/139] Compiling PlotModel Axis.swift
[126/139] Compiling Math Power.swift
[127/140] Compiling Math PowerOfTwoSequence.swift
[128/140] Compiling Math Scale.swift
[129/140] Compiling Math Rational.swift
[130/140] Compiling Math Proximity.swift
[131/140] Compiling Math Quadratic.swift
[132/140] Compiling Math Bitwise.swift
[133/140] Compiling Math CollectionExtensions.swift
[134/140] Compiling Math DoubleExtensions.swift
[135/140] Compiling Math Fraction.swift
[136/140] Emitting module Math
[137/140] Compiling Math IntegerExtensions.swift
[138/140] Compiling Math LinearRegression.swift
[139/140] Compiling Math Functions.swift
[140/140] Compiling Math GCDDomain.swift
[141/199] Compiling Geometry Rotation.swift
[142/199] Compiling Geometry Shape.swift
[143/201] Compiling Duration Subdivision.swift
[144/202] Emitting module Geometry
[145/202] Compiling Geometry Size.swift
[146/202] Compiling Geometry Triangle.swift
[147/202] Compiling Duration Tempo.Context.swift
[148/202] Compiling Duration Rhythm.swift
[149/202] Compiling Geometry Circle.swift
[150/202] Compiling Geometry CollisionDetectable.swift
[151/202] Compiling Geometry CollisionDetection.swift
[152/202] Compiling Geometry ConvexPolygon.swift
[153/202] Compiling Geometry ConvexPolygonContainer.swift
[154/202] Compiling Geometry ConvexPolygonProtocol.swift
[155/202] Compiling Duration Meter.Collection.swift
[156/202] Compiling Duration Meter.Context.swift
[157/202] Compiling Duration ContinuationOrInstance.swift
[158/202] Compiling Geometry Polyline.swift
[159/202] Compiling Geometry Rectangle.swift
[160/202] Compiling Geometry Vector2.swift
[161/202] Compiling Geometry VertexCollection.swift
[162/202] Compiling Geometry Polygon.swift
[163/202] Compiling Geometry PolygonError.swift
[165/202] Compiling Duration DurationTree.swift
[166/202] Compiling Duration ProportionTree.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[169/202] Emitting module Pitch
/Users/admin/builder/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:4:17: note: multiple matching functions named '+=' with type '(inout Frequency, Frequency) -> ()'
2 | static var zero: Self { get }
3 | static func + (lhs: Self, rhs: Self) -> Self
4 | static func += (lhs: inout Self, rhs: Self)
| `- note: multiple matching functions named '+=' with type '(inout Frequency, Frequency) -> ()'
5 | static func - (lhs: Self, rhs: Self) -> Self
6 | static func -= (lhs: inout Self, rhs: Self)
| `- note: multiple matching functions named '-=' with type '(inout Frequency, Frequency) -> ()'
7 | }
Swift.AdditiveArithmetic:2:24: note: candidate exactly matches
1 | extension AdditiveArithmetic {
2 | public static func += (lhs: inout Self, rhs: Self)
| `- note: candidate exactly matches
3 | public static func -= (lhs: inout Self, rhs: Self)
| `- note: candidate exactly matches
4 | }
/Users/admin/builder/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 | }
/Users/admin/builder/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:4:17: note: multiple matching functions named '+=' with type '(inout NoteNumber, NoteNumber) -> ()'
2 | static var zero: Self { get }
3 | static func + (lhs: Self, rhs: Self) -> Self
4 | static func += (lhs: inout Self, rhs: Self)
| `- note: multiple matching functions named '+=' with type '(inout NoteNumber, NoteNumber) -> ()'
5 | static func - (lhs: Self, rhs: Self) -> Self
6 | static func -= (lhs: inout Self, rhs: Self)
| `- note: multiple matching functions named '-=' with type '(inout NoteNumber, NoteNumber) -> ()'
7 | }
Swift.AdditiveArithmetic:2:24: note: candidate exactly matches
1 | extension AdditiveArithmetic {
2 | public static func += (lhs: inout Self, rhs: Self)
| `- note: candidate exactly matches
3 | public static func -= (lhs: inout Self, rhs: Self)
| `- note: candidate exactly matches
4 | }
/Users/admin/builder/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 | }
[172/202] Compiling Duration Beats.swift
/Users/admin/builder/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:4:17: note: multiple matching functions named '+=' with type '(inout Frequency, Frequency) -> ()'
2 | static var zero: Self { get }
3 | static func + (lhs: Self, rhs: Self) -> Self
4 | static func += (lhs: inout Self, rhs: Self)
| `- note: multiple matching functions named '+=' with type '(inout Frequency, Frequency) -> ()'
5 | static func - (lhs: Self, rhs: Self) -> Self
6 | static func -= (lhs: inout Self, rhs: Self)
| `- note: multiple matching functions named '-=' with type '(inout Frequency, Frequency) -> ()'
7 | }
Swift.AdditiveArithmetic:2:24: note: candidate exactly matches
1 | extension AdditiveArithmetic {
2 | public static func += (lhs: inout Self, rhs: Self)
| `- note: candidate exactly matches
3 | public static func -= (lhs: inout Self, rhs: Self)
| `- note: candidate exactly matches
4 | }
/Users/admin/builder/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 | }
[173/202] Compiling Duration Duration.swift
/Users/admin/builder/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:4:17: note: multiple matching functions named '+=' with type '(inout Frequency, Frequency) -> ()'
2 | static var zero: Self { get }
3 | static func + (lhs: Self, rhs: Self) -> Self
4 | static func += (lhs: inout Self, rhs: Self)
| `- note: multiple matching functions named '+=' with type '(inout Frequency, Frequency) -> ()'
5 | static func - (lhs: Self, rhs: Self) -> Self
6 | static func -= (lhs: inout Self, rhs: Self)
| `- note: multiple matching functions named '-=' with type '(inout Frequency, Frequency) -> ()'
7 | }
Swift.AdditiveArithmetic:2:24: note: candidate exactly matches
1 | extension AdditiveArithmetic {
2 | public static func += (lhs: inout Self, rhs: Self)
| `- note: candidate exactly matches
3 | public static func -= (lhs: inout Self, rhs: Self)
| `- note: candidate exactly matches
4 | }
/Users/admin/builder/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 | }
[174/204] Compiling Duration Meter.Kind.swift
[178/204] Compiling Geometry Axis.swift
[179/204] Compiling Geometry Bound.swift
[182/204] Compiling Duration Meter.Fragment.swift
[189/204] Emitting module Duration
[192/220] Compiling Pitch TuningSystem.swift
[193/220] Compiling Pitch UnorderedInterval.swift
[194/220] Compiling Path Path+Polyline.swift
[195/220] Compiling Path Path+Rectangle.swift
[198/220] Compiling Path Path+Square.swift
[199/220] Compiling Path Path+Transform.swift
[202/220] Compiling Path Path+Parallelogram.swift
/Users/admin/builder/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:4:17: note: multiple matching functions named '+=' with type '(inout NoteNumber, NoteNumber) -> ()'
2 | static var zero: Self { get }
3 | static func + (lhs: Self, rhs: Self) -> Self
4 | static func += (lhs: inout Self, rhs: Self)
| `- note: multiple matching functions named '+=' with type '(inout NoteNumber, NoteNumber) -> ()'
5 | static func - (lhs: Self, rhs: Self) -> Self
6 | static func -= (lhs: inout Self, rhs: Self)
| `- note: multiple matching functions named '-=' with type '(inout NoteNumber, NoteNumber) -> ()'
7 | }
Swift.AdditiveArithmetic:2:24: note: candidate exactly matches
1 | extension AdditiveArithmetic {
2 | public static func += (lhs: inout Self, rhs: Self)
| `- note: candidate exactly matches
3 | public static func -= (lhs: inout Self, rhs: Self)
| `- note: candidate exactly matches
4 | }
/Users/admin/builder/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 | }
[203/220] Compiling Path Path+PolygonProtocol.swift
/Users/admin/builder/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:4:17: note: multiple matching functions named '+=' with type '(inout NoteNumber, NoteNumber) -> ()'
2 | static var zero: Self { get }
3 | static func + (lhs: Self, rhs: Self) -> Self
4 | static func += (lhs: inout Self, rhs: Self)
| `- note: multiple matching functions named '+=' with type '(inout NoteNumber, NoteNumber) -> ()'
5 | static func - (lhs: Self, rhs: Self) -> Self
6 | static func -= (lhs: inout Self, rhs: Self)
| `- note: multiple matching functions named '-=' with type '(inout NoteNumber, NoteNumber) -> ()'
7 | }
Swift.AdditiveArithmetic:2:24: note: candidate exactly matches
1 | extension AdditiveArithmetic {
2 | public static func += (lhs: inout Self, rhs: Self)
| `- note: candidate exactly matches
3 | public static func -= (lhs: inout Self, rhs: Self)
| `- note: candidate exactly matches
4 | }
/Users/admin/builder/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 | }
Fetching https://github.com/dn-m/Math
Fetching https://github.com/dn-m/NotationModel
Fetching https://github.com/dn-m/Structure
Fetching https://github.com/drmohundro/SWXMLHash
Fetching https://github.com/dn-m/Graphics
Fetching https://github.com/dn-m/PerformanceTesting
Fetching https://github.com/dn-m/Music
[1/1158] Fetching graphics
[25/1999] Fetching graphics, math
[42/15160] Fetching graphics, math, notationmodel
[43/16685] Fetching graphics, math, notationmodel, performancetesting
[74/22514] Fetching graphics, math, notationmodel, performancetesting, structure
[540/26710] Fetching graphics, math, notationmodel, performancetesting, structure, music
[1144/29480] Fetching graphics, math, notationmodel, performancetesting, structure, music, swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash from cache (2.84s)
Fetched https://github.com/dn-m/Graphics from cache (2.84s)
Fetched https://github.com/dn-m/Math from cache (2.84s)
Fetched https://github.com/dn-m/PerformanceTesting from cache (2.84s)
Fetched https://github.com/dn-m/NotationModel from cache (2.84s)
Computing version for https://github.com/dn-m/NotationModel
Fetched https://github.com/dn-m/Music from cache (2.84s)
Fetched https://github.com/dn-m/Structure from cache (2.84s)
Computed https://github.com/dn-m/NotationModel at 0.9.0 (0.72s)
Computing version for https://github.com/dn-m/Graphics
Computed https://github.com/dn-m/Graphics at 0.4.1 (0.67s)
Computing version for https://github.com/dn-m/Music
Computed https://github.com/dn-m/Music at 0.17.1 (0.66s)
Computing version for https://github.com/dn-m/Math
Computed https://github.com/dn-m/Math at 0.8.0 (0.66s)
Computing version for https://github.com/dn-m/Structure
Computed https://github.com/dn-m/Structure at 0.25.0 (0.66s)
Computing version for https://github.com/drmohundro/SWXMLHash
Computed https://github.com/drmohundro/SWXMLHash at 4.9.0 (2.20s)
Computing version for https://github.com/dn-m/PerformanceTesting
Computed https://github.com/dn-m/PerformanceTesting at 0.4.0 (0.64s)
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/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/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/NotationModel
Working copy of https://github.com/dn-m/NotationModel resolved at 0.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
BUILD FAILURE 6.0 macosSpm