The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SongPro, reference main (2d4727), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 10:56:59 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SongProOrg/songpro-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SongProOrg/songpro-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2d47271 Add Swift tool version
Cloned https://github.com/SongProOrg/songpro-swift.git
Revision (git rev-parse @):
2d47271f96bbb530835796500ef7f22f51abc95e
SUCCESS checkout https://github.com/SongProOrg/songpro-swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/SongProOrg/songpro-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling SongPro Measure.swift
[4/9] Compiling SongPro Part.swift
[5/9] Compiling SongPro Line.swift
[6/9] Compiling SongPro Song.swift
[7/9] Emitting module SongPro
[8/9] Compiling SongPro SongPro.swift
[9/9] Compiling SongPro Section.swift
Build complete! (5.58s)
Fetching https://github.com/eonist/ResourceHelper.git
[1/122] Fetching resourcehelper
Fetched https://github.com/eonist/ResourceHelper.git from cache (0.67s)
Creating working copy for https://github.com/eonist/ResourceHelper.git
Working copy of https://github.com/eonist/ResourceHelper.git resolved at master (49dbc9e)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "resourcehelper",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/eonist/ResourceHelper.git"
    }
  ],
  "manifest_display_name" : "SongPro",
  "name" : "SongPro",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SongPro",
      "targets" : [
        "SongPro"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SongProTests",
      "module_type" : "SwiftTarget",
      "name" : "SongProTests",
      "path" : "Tests/SongProTests",
      "product_dependencies" : [
        "ResourceHelper"
      ],
      "sources" : [
        "SongProTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SongPro"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SongPro",
      "module_type" : "SwiftTarget",
      "name" : "SongPro",
      "path" : "Sources/SongPro",
      "product_memberships" : [
        "SongPro"
      ],
      "sources" : [
        "Line.swift",
        "Measure.swift",
        "Part.swift",
        "Section.swift",
        "Song.swift",
        "SongPro.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.