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

Successful build of MusicTheory, reference master (af7d53), with Swift 5.10 for macOS (SPM) on 30 Nov 2024 18:03:58 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cemolcay/musictheory.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cemolcay/musictheory
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at af7d53b Update README.md
Cloned https://github.com/cemolcay/musictheory.git
Revision (git rev-parse @):
af7d53b07f402e02009341885ea688a16c002f1f
SUCCESS checkout https://github.com/cemolcay/musictheory.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/cemolcay/musictheory.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/14] Compiling MusicTheory Tempo.swift
[4/15] Compiling MusicTheory Accidental.swift
[5/15] Compiling MusicTheory Chord.swift
[6/15] Emitting module MusicTheory
[7/15] Compiling MusicTheory Interval.swift
[8/15] Compiling MusicTheory Key.swift
[9/15] Compiling MusicTheory NoteValue.swift
[10/15] Compiling MusicTheory ChordProgression.swift
[11/15] Compiling MusicTheory HarmonicFunctions.swift
[12/15] Compiling MusicTheory Pitch.swift
[13/15] Compiling MusicTheory ScaleType.swift
[14/15] Compiling MusicTheory Scale.swift
[15/15] Compiling MusicTheory TimeSignature.swift
Build complete! (7.25s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MusicTheory",
  "name" : "MusicTheory",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MusicTheory",
      "targets" : [
        "MusicTheory"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MusicTheoryTests",
      "module_type" : "SwiftTarget",
      "name" : "MusicTheoryTests",
      "path" : "Tests/MusicTheoryTests",
      "sources" : [
        "MusicTheoryTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "MusicTheory"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MusicTheory",
      "module_type" : "SwiftTarget",
      "name" : "MusicTheory",
      "path" : "Sources/MusicTheory",
      "product_memberships" : [
        "MusicTheory"
      ],
      "sources" : [
        "Accidental.swift",
        "Chord.swift",
        "ChordProgression.swift",
        "HarmonicFunctions.swift",
        "Interval.swift",
        "Key.swift",
        "NoteValue.swift",
        "Pitch.swift",
        "Scale.swift",
        "ScaleType.swift",
        "Tempo.swift",
        "TimeSignature.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.