The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build music-notation, reference main (60e422), with Swift 6.0 for Linux on 10 Nov 2024 21:51:27 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/music-notation-swift/music-notation.git
Reference: main
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/music-notation-swift/music-notation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 60e4224 Clean up
Cloned https://github.com/music-notation-swift/music-notation.git
Revision (git rev-parse @):
60e42248c68830e97be02541fe5fedcced92eca0
SUCCESS checkout https://github.com/music-notation-swift/music-notation.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/music-notation-swift/music-notation.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:11:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 9 | import PackageDescription
10 |
11 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
12 |     name: "music-notation",
13 |     platforms: [
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/36] Compiling MusicNotation Part.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[4/36] Compiling MusicNotation RepeatedMeasure.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[5/36] Compiling MusicNotation Score.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[6/36] Compiling MusicNotation SpelledPitch.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[7/40] Compiling MusicNotation MeasureDurationValidator.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[8/40] Compiling MusicNotation MeasureRepeat.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[9/40] Compiling MusicNotation Note.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[10/40] Compiling MusicNotation NoteCollection.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[11/40] Compiling MusicNotation NoteDuration.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[12/40] Compiling MusicNotation Interval.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[13/40] Compiling MusicNotation Jump.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[14/40] Compiling MusicNotation Key.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[15/40] Compiling MusicNotation Marker.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[16/40] Compiling MusicNotation Measure.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[17/40] Compiling MusicNotation Staff.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[18/40] Compiling MusicNotation StaffLocation.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[19/40] Compiling MusicNotation Striking.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[20/40] Compiling MusicNotation Stylesheet.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[21/40] Compiling MusicNotation Dynamics.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[22/40] Compiling MusicNotation Element.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[23/40] Compiling MusicNotation Enharmonic.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[24/40] Compiling MusicNotation ImmutableMeasure.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[25/40] Compiling MusicNotation Instrument.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[26/40] Compiling MusicNotation NoteLetter.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[27/40] Compiling MusicNotation NotesHolder.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[28/40] Compiling MusicNotation Octave.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[29/40] Compiling MusicNotation PageFooter.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[30/40] Compiling MusicNotation PageHeader.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[31/40] Compiling MusicNotation Tempo.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[32/40] Compiling MusicNotation Tie.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[33/40] Compiling MusicNotation TimeSignature.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[34/40] Compiling MusicNotation Tuplet.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
error: emit-module command failed with exit code 1 (use -v to see invocation)
[35/40] Emitting module MusicNotation
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[36/40] Compiling MusicNotation Accent.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[37/40] Compiling MusicNotation Accidental.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[38/40] Compiling MusicNotation Bend.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[39/40] Compiling MusicNotation Clef.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
[40/40] Compiling MusicNotation Collection+Helpers.swift
/host/spi-builder-workspace/Sources/music-notation/MeasureDurationValidator.swift:9:8: error: no such module 'Darwin.C.math'
  7 | //
  8 |
  9 | import Darwin.C.math
    |        `- error: no such module 'Darwin.C.math'
 10 |
 11 | /// This is a collection of static functions that will give information about the completeness of the duration of a
BUILD FAILURE 6.0 linux