Build Information
Successful build of Scaletor, reference develop (2d958e), with Swift 6.3 for Wasm on 20 Apr 2026 20:01:30 UTC.
Swift 6 data race errors: 0
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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.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: wasm
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-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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-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 Interval.swift
[5/27] Compiling Scaletor MajorMode.swift
[6/27] Compiling Scaletor MelodicMinorMode.swift
[7/27] Compiling Scaletor Chord.swift
[8/27] Compiling Scaletor ChordVoicing.swift
[9/27] Compiling Scaletor HarmonicMinorMode.swift
[10/27] Compiling Scaletor Note+CustomStringConvertible.swift
[11/27] Compiling Scaletor Pitch+CustomStringConvertible.swift
[12/27] Compiling Scaletor StringInterpolation+Chord.swift
[13/27] Compiling Scaletor IntervalFactory.swift
[14/27] Compiling Scaletor ChordFormatter.swift
[15/27] Compiling Scaletor Accidental.swift
[16/27] Compiling Scaletor ScaleError.swift
[17/27] Compiling Scaletor Mode.swift
[18/27] Compiling Scaletor Scaletor.swift
[19/27] Compiling Scaletor HarmonicMinorMode+CustomStringConvertible.swift
[20/27] Compiling Scaletor MajorMode+CustomStringConvertible.swift
[21/27] Compiling Scaletor MelodicMinorMode+CustomStringConvertible.swift
[22/27] Compiling Scaletor Accidental+CustomStringConvertible.swift
[23/27] Compiling Scaletor Array+offset.swift
[24/27] Compiling Scaletor Chord+CustomStringConvertible.swift
[25/27] Compiling Scaletor Note.swift
[26/27] Compiling Scaletor NoteError.swift
[27/27] Compiling Scaletor Pitch.swift
Build complete! (19.55s)
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"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.