The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Scaletor, reference develop (2d958e), with Swift 6.2 for Android on 20 Jun 2025 09:19:25 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/squarefrog/scaletor.git
Reference: develop
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/squarefrog/scaletor
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 2d958e8 Release 3.1.0
Cloned https://github.com/squarefrog/scaletor.git
Revision (git rev-parse @):
2d958e8eaf42ed8d2957da5a3b85311b9d8df616
SUCCESS checkout https://github.com/squarefrog/scaletor.git at develop
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/squarefrog/scaletor.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-8C5A4AE7A8CE2BA.txt
[3/24] Compiling Scaletor HarmonicMinorMode+CustomStringConvertible.swift
[4/24] Compiling Scaletor MajorMode+CustomStringConvertible.swift
[5/24] Compiling Scaletor MelodicMinorMode+CustomStringConvertible.swift
[6/24] Compiling Scaletor Accidental+CustomStringConvertible.swift
[7/24] Compiling Scaletor Array+offset.swift
[8/24] Compiling Scaletor Chord+CustomStringConvertible.swift
[9/27] Emitting module Scaletor
[10/27] Compiling Scaletor IntervalFactory.swift
[11/27] Compiling Scaletor ChordFormatter.swift
[12/27] Compiling Scaletor Accidental.swift
[13/27] Compiling Scaletor Note+CustomStringConvertible.swift
[14/27] Compiling Scaletor Pitch+CustomStringConvertible.swift
[15/27] Compiling Scaletor StringInterpolation+Chord.swift
[16/27] Compiling Scaletor Note.swift
[17/27] Compiling Scaletor NoteError.swift
[18/27] Compiling Scaletor Pitch.swift
[19/27] Compiling Scaletor Interval.swift
[20/27] Compiling Scaletor MajorMode.swift
[21/27] Compiling Scaletor MelodicMinorMode.swift
[22/27] Compiling Scaletor Chord.swift
[23/27] Compiling Scaletor ChordVoicing.swift
[24/27] Compiling Scaletor HarmonicMinorMode.swift
[25/27] Compiling Scaletor ScaleError.swift
[26/27] Compiling Scaletor Mode.swift
[27/27] Compiling Scaletor Scaletor.swift
Build complete! (15.80s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Scaletor",
  "name" : "Scaletor",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Scaletor",
      "targets" : [
        "Scaletor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ScaletorTests",
      "module_type" : "SwiftTarget",
      "name" : "ScaletorTests",
      "path" : "Tests/ScaletorTests",
      "sources" : [
        "ChordFormatterTests.swift",
        "HarmonicMinor/DorianSharpFour.swift",
        "HarmonicMinor/HarmonicMinorTests.swift",
        "HarmonicMinor/IonianSharpFiveTests.swift",
        "HarmonicMinor/LocrianSharpSixTests.swift",
        "HarmonicMinor/LydianSharpTwoTests.swift",
        "HarmonicMinor/PhrygianDominantTests.swift",
        "HarmonicMinor/UltraLocrianTests.swift",
        "Helpers.swift",
        "Major/AeolianTests.swift",
        "Major/DorianTests.swift",
        "Major/IonianTests.swift",
        "Major/LocrianTests.swift",
        "Major/LydianTests.swift",
        "Major/MixolydianTests.swift",
        "Major/PhrygianTests.swift",
        "MelodicMinor/AeolianFlatFiveTests.swift",
        "MelodicMinor/DorianFlatTwo.swift",
        "MelodicMinor/LydianAugmentedTests.swift",
        "MelodicMinor/LydianDominant.swift",
        "MelodicMinor/MelodicMinorTests.swift",
        "MelodicMinor/MixolydianFlatSixTests.swift",
        "MelodicMinor/SuperLocrianTests.swift",
        "NoteTests.swift",
        "ScaletorTests.swift",
        "SharpsTests.swift"
      ],
      "target_dependencies" : [
        "Scaletor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Scaletor",
      "module_type" : "SwiftTarget",
      "name" : "Scaletor",
      "path" : "Sources/Scaletor",
      "product_memberships" : [
        "Scaletor"
      ],
      "sources" : [
        "Extensions/Accidental+CustomStringConvertible.swift",
        "Extensions/Array+offset.swift",
        "Extensions/Chord+CustomStringConvertible.swift",
        "Extensions/HarmonicMinorMode+CustomStringConvertible.swift",
        "Extensions/MajorMode+CustomStringConvertible.swift",
        "Extensions/MelodicMinorMode+CustomStringConvertible.swift",
        "Extensions/Note+CustomStringConvertible.swift",
        "Extensions/Pitch+CustomStringConvertible.swift",
        "Extensions/StringInterpolation+Chord.swift",
        "Factories/IntervalFactory.swift",
        "Formatters/ChordFormatter.swift",
        "Models/Accidental.swift",
        "Models/Chord.swift",
        "Models/ChordVoicing.swift",
        "Models/HarmonicMinorMode.swift",
        "Models/Interval.swift",
        "Models/MajorMode.swift",
        "Models/MelodicMinorMode.swift",
        "Models/Note.swift",
        "Models/NoteError.swift",
        "Models/Pitch.swift",
        "Models/ScaleError.swift",
        "Protocols/Mode.swift",
        "Scaletor.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.