The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PitchSpeller, reference master (f4fe72), with Swift 6.3 for Android on 11 Apr 2026 04:01:10 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bwetherfield/pitchspeller.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/bwetherfield/pitchspeller
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f4fe72e Merge pull request #6 from bwetherfield/cleanup
Cloned https://github.com/bwetherfield/pitchspeller.git
Revision (git rev-parse @):
f4fe72e5f3c5f613dd364da7edd6f10c09e2200a
SUCCESS checkout https://github.com/bwetherfield/pitchspeller.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/bwetherfield/pitchspeller.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/dn-m/Structure
[1/5829] Fetching structure
Fetched https://github.com/dn-m/Structure from cache (0.34s)
Fetching https://github.com/dn-m/PerformanceTesting
[1/1525] Fetching performancetesting
Fetched https://github.com/dn-m/PerformanceTesting from cache (0.33s)
Fetching https://github.com/dn-m/NotationModel
Fetching https://github.com/dn-m/Music
[1/13161] Fetching notationmodel
[923/17357] Fetching notationmodel, music
Fetched https://github.com/dn-m/Music from cache (0.31s)
Fetched https://github.com/dn-m/NotationModel from cache (0.44s)
Computing version for https://github.com/dn-m/NotationModel
Computed https://github.com/dn-m/NotationModel at 0.9.0 (2.69s)
Fetching https://github.com/dn-m/Math
[1/841] Fetching math
Fetched https://github.com/dn-m/Math from cache (0.61s)
Computing version for https://github.com/dn-m/Math
Computed https://github.com/dn-m/Math at 0.8.0 (3.48s)
Computing version for https://github.com/dn-m/Music
Computed https://github.com/dn-m/Music at 0.17.1 (0.85s)
Creating working copy for https://github.com/dn-m/Structure
Working copy of https://github.com/dn-m/Structure resolved at pitchspeller-dependency (8386aad)
Creating working copy for https://github.com/dn-m/PerformanceTesting
Working copy of https://github.com/dn-m/PerformanceTesting resolved at pitchspeller-dependency (0c298e2)
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/NotationModel
Working copy of https://github.com/dn-m/NotationModel resolved at 0.9.0
Building for debugging...
[0/9] Write sources
[8/9] Write swift-version--4F562202D5529B1.txt
[10/11] Compiling Destructure Destructure.swift
[11/11] Emitting module Destructure
[13/35] Compiling Algebra MultiplicativeSemigroup.swift
[14/35] Compiling Algebra One.swift
[15/37] Compiling Algebra Invertible.swift
[16/37] Compiling Algebra Monoid.swift
[17/37] Compiling Algebra MonoidView.swift
[18/37] Compiling Algebra Multiplicative.swift
[19/37] Compiling Algorithms TupleMap.swift
[20/38] Compiling Algorithms Swap.swift
[21/38] Compiling Algorithms Ordered.swift
[22/38] Compiling Algorithms Rotate.swift
[23/38] Compiling Algebra Product.swift
[24/38] Compiling Algebra Semigroup.swift
[25/38] Compiling Algorithms Unzip.swift
[26/38] Compiling Algebra Sum.swift
[27/38] Compiling Algebra Zero.swift
[28/38] Compiling Algorithms Split.swift
[29/38] Compiling Algorithms StableSort.swift
[30/38] Emitting module Algorithms
[31/38] Compiling Algorithms Combinatorics.swift
[33/39] Compiling Algebra AdditiveGroup.swift
[34/39] Compiling Algebra AdditiveSemigroup.swift
[35/39] Emitting module Algebra
[36/39] Compiling Algebra Accumulate.swift
[37/39] Compiling Algebra Additive.swift
[38/39] Compiling Algebra AlgebraAdapters.swift
[39/39] Compiling Algebra Group.swift
[41/99] Compiling DataStructures Intervallic.swift
[42/99] Compiling DataStructures IntervallicFragmentable.swift
[43/99] Compiling DataStructures Measured.swift
[44/99] Compiling DataStructures Totalizable.swift
[45/99] Compiling DataStructures DictionaryProtocol.swift
[46/99] Compiling DataStructures Either.swift
[47/99] Compiling DataStructures DirectedGraph.swift
[48/99] Compiling DataStructures Graph.swift
[49/99] Compiling DataStructures DirectedGraphProtocol.swift
[50/99] Compiling DataStructures GraphProtocol.swift
[51/99] Compiling DataStructures UndirectedGraphProtocol.swift
[52/99] Compiling DataStructures UnweightedGraphProtocol.swift
[53/99] Compiling DataStructures WeightedGraphProtocol.swift
[54/99] Compiling DataStructures WeightedDirectedGraph.swift
[55/99] Compiling DataStructures WeightedGraph.swift
[56/99] Compiling DataStructures Homogeneity.swift
[57/99] Compiling DataStructures Identifier.swift
[58/99] Compiling DataStructures ReferenceGraph.AdjacencyList.swift
[59/99] Compiling DataStructures ReferenceGraph.Edge.swift
[60/99] Compiling DataStructures ReferenceGraph.EdgeList.swift
[61/99] Compiling DataStructures ReferenceGraph.Node.swift
[62/99] Compiling DataStructures ReferenceGraph.swift
[63/99] Compiling DataStructures ReferenceTree.swift
[64/99] Compiling DataStructures ReferenceTreeProtocol.swift
[65/99] Compiling DataStructures SequenceExtensions.swift
[66/99] Emitting module DataStructures
[67/99] Compiling DataStructures IntervalRelation.swift
[68/99] Compiling DataStructures InvertibleEnum.swift
[69/99] Compiling DataStructures LinkedList.swift
[70/99] Compiling DataStructures Matrix.swift
[71/99] Compiling DataStructures Metatype.swift
[72/99] Compiling DataStructures NewType.swift
[73/99] Compiling DataStructures OrderedDictionary.swift
[74/99] Compiling DataStructures Cross.swift
[75/99] Compiling DataStructures OrderedPair.swift
[76/99] Compiling DataStructures Pair.swift
[77/99] Compiling DataStructures SwappablePair.swift
[78/99] Compiling DataStructures SymmetricPair.swift
[79/99] Compiling DataStructures UnorderedPair.swift
[80/99] Compiling DataStructures Queue.swift
[81/99] Compiling DataStructures RangeProtocol+Algebra.swift
[82/99] Compiling DataStructures RangeProtocol.swift
[83/107] Compiling DataStructures SetExtensions.swift
[84/107] Compiling DataStructures SingleTypedTree.swift
[85/107] Compiling DataStructures SortedArray.swift
[86/107] Compiling DataStructures SortedDictionary.swift
[87/107] Compiling DataStructures Stack.swift
[88/107] Compiling DataStructures Tree.Zipper.swift
[89/107] Compiling DataStructures Tree.swift
[90/107] Compiling DataStructures CollectionWrapping.swift
[91/107] Compiling DataStructures AVLTree.swift
[92/107] Compiling DataStructures AdjacencyList.swift
[93/107] Compiling DataStructures Bimap.swift
[94/107] Compiling DataStructures BinaryHeap.swift
[95/107] Compiling DataStructures BinarySearchTree.swift
[96/107] Compiling DataStructures CircularArray.swift
[97/107] Compiling DataStructures CollectionExtensions.swift
[98/107] Compiling DataStructures ContiguousSegmentCollection.swift
[99/107] Compiling DataStructures Fragmentable.swift
[100/107] Compiling DataStructures DoubleWrapping.swift
[101/107] Compiling DataStructures FloatWrapping.swift
[102/107] Compiling DataStructures IntegerWrapping.swift
[103/107] Compiling DataStructures RandomAccessCollectionWrapping.swift
[104/107] Compiling DataStructures SequenceWrapping.swift
[105/107] Compiling DataStructures SortedCollectionWrapping.swift
[106/107] Compiling DataStructures Zip3Sequence.swift
[107/107] Compiling DataStructures ZipToLongest.swift
[109/122] Compiling Math Functions.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[110/122] Compiling Math GCDDomain.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[111/123] Compiling Math IntegerExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[112/123] Compiling Math LinearRegression.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[113/123] Compiling Math DoubleExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[114/123] Compiling Math Fraction.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[115/123] Compiling Math Scale.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[116/123] Compiling Math Rational.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[117/123] Compiling Math Power.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[118/123] Compiling Math PowerOfTwoSequence.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[119/123] Compiling Math Proximity.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[120/123] Compiling Math Quadratic.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[121/123] Emitting module Math
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[122/123] Compiling Math Bitwise.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
[123/123] Compiling Math CollectionExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Math/Sources/Math/DoubleExtensions.swift:15:8: error: no such module 'Darwin.C'
13 | import Glibc
14 | #else
15 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
16 | #endif
17 |
BUILD FAILURE 6.3 android