The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build NotationModel, reference 0.9.0 (a68f1a), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 08:04:09 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dn-m/notationmodel.git
Reference: 0.9.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dn-m/notationmodel
 * tag               0.9.0      -> FETCH_HEAD
HEAD is now at a68f1af Remove usage of CollectionWrapping and RandomAccessCollectionWrapping (#217)
Cloned https://github.com/dn-m/notationmodel.git
Revision (git rev-parse @):
a68f1af89ca15c41736e25f17616a4504838073c
SUCCESS checkout https://github.com/dn-m/notationmodel.git at 0.9.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dn-m/notationmodel.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/12] Write sources
[11/12] Write swift-version-1EA4D86E10B52AF.txt
[13/14] Emitting module Destructure
[14/14] Compiling Destructure Destructure.swift
[15/40] Compiling Algebra Semigroup.swift
[16/40] Compiling Algebra One.swift
[17/40] Compiling Algebra Product.swift
[18/40] Compiling Algebra Sum.swift
[19/40] Compiling Algebra Group.swift
[20/40] Compiling Algebra Invertible.swift
[21/41] Emitting module Algebra
[22/41] Compiling Algorithms StableSort.swift
[23/41] Compiling Algorithms Unzip.swift
[24/41] Compiling Algorithms Split.swift
[25/41] Compiling Algorithms TupleMap.swift
[26/41] Compiling Algorithms Swap.swift
[27/41] Compiling Algorithms Rotate.swift
[28/41] Compiling Algorithms Ordered.swift
[29/41] Emitting module Algorithms
[30/41] Compiling Algorithms Combinatorics.swift
[31/41] Compiling Algebra Multiplicative.swift
[32/41] Compiling Algebra MultiplicativeSemigroup.swift
[33/41] Compiling Algebra Monoid.swift
[34/41] Compiling Algebra MonoidView.swift
[35/41] Compiling Algebra Abelian.swift
[36/41] Compiling Algebra Accumulate.swift
[37/41] Compiling Algebra AdditiveSemigroup.swift
[38/41] Compiling Algebra AlgebraAdapters.swift
[39/41] Compiling Algebra Additive.swift
[40/41] Compiling Algebra AdditiveGroup.swift
[41/41] Compiling Algebra Zero.swift
[42/102] Compiling DataStructures SymmetricPair.swift
[43/102] Compiling DataStructures UnorderedPair.swift
[44/102] Compiling DataStructures CollectionExtensions.swift
[45/102] Compiling DataStructures Homogeneity.swift
[46/102] Compiling DataStructures RangeProtocol+Algebra.swift
[47/102] Compiling DataStructures RangeProtocol.swift
[48/102] Compiling DataStructures SequenceExtensions.swift
[49/108] Compiling DataStructures Either.swift
[50/108] Compiling DataStructures IntervalRelation.swift
[51/108] Compiling DataStructures InvertibleEnum.swift
[52/108] Compiling DataStructures Cross.swift
[53/108] Compiling DataStructures OrderedPair.swift
[54/108] Compiling DataStructures Pair.swift
[55/108] Compiling DataStructures SwappablePair.swift
[56/108] Compiling DataStructures Tree.Zipper.swift
[57/108] Compiling DataStructures Tree.swift
[58/108] Compiling DataStructures CollectionWrapping.swift
[59/108] Compiling DataStructures DoubleWrapping.swift
[60/108] Compiling DataStructures FloatWrapping.swift
[61/108] Compiling DataStructures Identifier.swift
[62/108] Compiling DataStructures IntegerWrapping.swift
[63/108] Compiling DataStructures Metatype.swift
[64/108] Compiling DataStructures NewType.swift
[65/108] Compiling DataStructures RandomAccessCollectionWrapping.swift
[66/108] Compiling DataStructures SequenceWrapping.swift
[67/108] Compiling DataStructures SortedCollectionWrapping.swift
[68/108] Emitting module DataStructures
[69/108] Compiling DataStructures Matrix.swift
[70/108] Compiling DataStructures Queue.swift
[71/108] Compiling DataStructures SortedArray.swift
[72/108] Compiling DataStructures Stack.swift
[73/108] Compiling DataStructures Zip3Sequence.swift
[74/108] Compiling DataStructures ZipToLongest.swift
[75/108] Compiling DataStructures UnweightedGraphProtocol.swift
[76/108] Compiling DataStructures WeightedGraphProtocol.swift
[77/108] Compiling DataStructures ReferenceGraph.AdjacencyList.swift
[78/108] Compiling DataStructures ReferenceGraph.Edge.swift
[79/108] Compiling DataStructures ReferenceGraph.EdgeList.swift
[80/108] Compiling DataStructures ReferenceGraph.Node.swift
[81/108] Compiling DataStructures ReferenceGraph.swift
[82/108] Compiling DataStructures SetExtensions.swift
[83/108] Compiling DataStructures AdjacencyList.swift
[84/108] Compiling DataStructures DirectedGraph.swift
[85/108] Compiling DataStructures Graph.swift
[86/108] Compiling DataStructures DirectedGraphProtocol.swift
[87/108] Compiling DataStructures GraphProtocol.swift
[88/108] Compiling DataStructures UndirectedGraphProtocol.swift
[89/108] Compiling DataStructures AVLTree.swift
[90/108] Compiling DataStructures BinaryHeap.swift
[91/108] Compiling DataStructures BinarySearchTree.swift
[92/108] Compiling DataStructures ReferenceTree.swift
[93/108] Compiling DataStructures ReferenceTreeProtocol.swift
[94/108] Compiling DataStructures SingleTypedTree.swift
[95/108] Compiling DataStructures Measured.swift
[96/108] Compiling DataStructures Totalizable.swift
[97/108] Compiling DataStructures DictionaryProtocol.swift
[98/108] Compiling DataStructures OrderedDictionary.swift
[99/108] Compiling DataStructures SortedDictionary.swift
[100/108] Compiling DataStructures CircularArray.swift
[101/108] Compiling DataStructures LinkedList.swift
[102/108] Compiling DataStructures WeightedDirectedGraph.swift
[103/108] Compiling DataStructures WeightedGraph.swift
[104/108] Compiling DataStructures Bimap.swift
[105/108] Compiling DataStructures ContiguousSegmentCollection.swift
[106/108] Compiling DataStructures Fragmentable.swift
[107/108] Compiling DataStructures Intervallic.swift
[108/108] Compiling DataStructures IntervallicFragmentable.swift
[109/132] Compiling PlotModel PlotModel.swift
[110/132] Compiling PlotModel VerticalPlotModel.swift
[111/132] Compiling PlotModel DefaultVerticalPlotModel.Builder.swift
[112/132] Compiling PlotModel DefaultVerticalPlotModel.swift
[113/132] Compiling PlotModel Axis.swift
[114/132] Emitting module PlotModel
[115/132] Compiling PlotModel PointModel.swift
[116/132] Compiling PlotModel DefaultAxis.swift
[117/132] Compiling PlotModel DefaultVerticalPointModel.swift
[118/132] Compiling PlotModel HorizontalPlotModel.swift
[119/132] Compiling Math Rational.swift
[120/133] Compiling Math Scale.swift
[121/133] Compiling Math Quadratic.swift
[122/133] Compiling Math PowerOfTwoSequence.swift
[123/133] Compiling Math Power.swift
[124/133] Compiling Math Proximity.swift
[125/133] Compiling Math IntegerExtensions.swift
[126/133] Compiling Math LinearRegression.swift
[127/133] Compiling Math Functions.swift
[128/133] Compiling Math GCDDomain.swift
[129/133] Compiling Math Bitwise.swift
[130/133] Compiling Math CollectionExtensions.swift
[131/133] Emitting module Math
[132/133] Compiling Math DoubleExtensions.swift
[133/133] Compiling Math Fraction.swift
[134/167] Emitting module Duration
[135/168] Compiling Pitch UnorderedIntervalDescriptor.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.+=: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 |
/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 |     }
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 |
[136/168] Compiling Pitch NoteNumber.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.+=: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 |
/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 |     }
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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[137/168] 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.+=: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 |
/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 |     }
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 |
/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.+=: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 |
/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 |     }
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 |
[138/170] Compiling Pitch IntervalDescriptor.swift
[139/170] Compiling Pitch IntervalOrdinal.swift
[140/170] Compiling Pitch ChordDescriptor.swift
[141/170] Compiling Pitch Dyad.swift
[142/170] Compiling Pitch Chord.IntervalPattern.swift
[143/170] Compiling Pitch Chord.swift
[144/170] Compiling Pitch Frequency.swift
[145/170] Compiling Pitch CompoundIntervalDescriptor.swift
[146/170] Compiling Duration ProportionTree.swift
[147/170] Compiling Pitch IntervalQuality.swift
[148/170] Compiling Pitch OrderedIntervalDescriptor.swift
[149/170] Compiling Duration Tempo.Context.swift
[150/170] Compiling Duration Rhythm.swift
[151/170] Compiling Duration Subdivision.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.+=: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 |
/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 |     }
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 |
/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.+=: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 |
/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 |     }
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 |
[162/170] Compiling Pitch NoteNumberRepresentable.swift
[163/170] Compiling Pitch OrderedInterval.swift
[164/170] Compiling Pitch Pitch.Class.swift
[165/170] Compiling Pitch Pitch.swift
[166/170] Compiling Pitch Scale.IntervalPattern.swift
[167/170] Compiling Pitch Scale.swift
[168/170] Compiling Pitch TuningSystem.swift
[169/170] Compiling Pitch UnorderedInterval.swift
Fetching https://github.com/dn-m/Structure
Fetching https://github.com/dn-m/Music
Fetching https://github.com/dn-m/Math
[1/4196] Fetching music
[2/10025] Fetching music, structure
[620/10866] Fetching music, structure, math
Fetched https://github.com/dn-m/Structure from cache (0.94s)
[3107/5037] Fetching music, math
Fetched https://github.com/dn-m/Math from cache (1.04s)
Fetched https://github.com/dn-m/Music from cache (1.04s)
Computing version for https://github.com/dn-m/Math
Computed https://github.com/dn-m/Math at 0.8.0 (3.01s)
Computing version for https://github.com/dn-m/Music
Computed https://github.com/dn-m/Music at 0.17.1 (0.54s)
Computing version for https://github.com/dn-m/Structure
Computed https://github.com/dn-m/Structure at 0.25.0 (0.52s)
Fetching https://github.com/dn-m/PerformanceTesting
[1/1525] Fetching performancetesting
Fetched https://github.com/dn-m/PerformanceTesting from cache (0.80s)
Computing version for https://github.com/dn-m/PerformanceTesting
Computed https://github.com/dn-m/PerformanceTesting at 0.4.0 (1.34s)
Creating working copy for https://github.com/dn-m/Math
Working copy of https://github.com/dn-m/Math resolved at 0.8.0
Creating working copy for https://github.com/dn-m/PerformanceTesting
Working copy of https://github.com/dn-m/PerformanceTesting resolved at 0.4.0
Creating working copy for https://github.com/dn-m/Structure
Working copy of https://github.com/dn-m/Structure resolved at 0.25.0
Creating working copy for https://github.com/dn-m/Music
Working copy of https://github.com/dn-m/Music resolved at 0.17.1
warning: 'spi-builder-workspace': dependency 'math' is not used by any target
BUILD FAILURE 6.2 macosSpm