The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Scaletor, reference 3.1.0 (582a05), with Swift 6.3 for Linux on 20 Apr 2026 20:03:09 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/squarefrog/scaletor.git
Reference: 3.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/squarefrog/scaletor
 * tag               3.1.0      -> FETCH_HEAD
HEAD is now at 582a05d Merge branch 'develop'
Cloned https://github.com/squarefrog/scaletor.git
Revision (git rev-parse @):
582a05d28a4a029f5ecc83eb74822e3a7f5b7a84
SUCCESS checkout https://github.com/squarefrog/scaletor.git at 3.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/squarefrog/scaletor.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/24] Emitting module Scaletor
[4/27] Compiling Scaletor Chord.swift
[5/27] Compiling Scaletor ChordVoicing.swift
[6/27] Compiling Scaletor HarmonicMinorMode.swift
[7/27] Compiling Scaletor ScaleError.swift
[8/27] Compiling Scaletor Mode.swift
[9/27] Compiling Scaletor Scaletor.swift
[10/27] Compiling Scaletor HarmonicMinorMode+CustomStringConvertible.swift
[11/27] Compiling Scaletor MajorMode+CustomStringConvertible.swift
[12/27] Compiling Scaletor MelodicMinorMode+CustomStringConvertible.swift
[13/27] Compiling Scaletor IntervalFactory.swift
[14/27] Compiling Scaletor ChordFormatter.swift
[15/27] Compiling Scaletor Accidental.swift
[16/27] Compiling Scaletor Note+CustomStringConvertible.swift
[17/27] Compiling Scaletor Pitch+CustomStringConvertible.swift
[18/27] Compiling Scaletor StringInterpolation+Chord.swift
[19/27] Compiling Scaletor Interval.swift
[20/27] Compiling Scaletor MajorMode.swift
[21/27] Compiling Scaletor MelodicMinorMode.swift
[22/27] Compiling Scaletor Note.swift
[23/27] Compiling Scaletor NoteError.swift
[24/27] Compiling Scaletor Pitch.swift
[25/27] Compiling Scaletor Accidental+CustomStringConvertible.swift
[26/27] Compiling Scaletor Array+offset.swift
[27/27] Compiling Scaletor Chord+CustomStringConvertible.swift
Build complete! (20.41s)
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"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.