The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SongPro, reference 0.0.1 (22af8f), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 10:56:43 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: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SongProOrg/songpro-swift
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at 22af8ff Adds a README and LICENSE
Cloned https://github.com/SongProOrg/songpro-swift.git
Revision (git rev-parse @):
22af8ff6dd2ca5517d3a0a40742888650053e825
SUCCESS checkout https://github.com/SongProOrg/songpro-swift.git at 0.0.1
========================================
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/8] Compiling SongPro Section.swift
[4/8] Emitting module SongPro
[5/8] Compiling SongPro Song.swift
[6/8] Compiling SongPro SongPro.swift
[7/8] Compiling SongPro Line.swift
[8/8] Compiling SongPro Part.swift
Build complete! (3.51s)
Build complete.
{
  "dependencies" : [
  ],
  "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",
      "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",
        "Part.swift",
        "Section.swift",
        "Song.swift",
        "SongPro.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.