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 Guitar, reference 1.2.0 (fd310a), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 06:55:48 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/ArtSabintsev/Guitar.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ArtSabintsev/Guitar
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at fd310a2 Updated podspec
Cloned https://github.com/ArtSabintsev/Guitar.git
Revision (git rev-parse @):
fd310a28141a03a7f2c6dbd773e02d321d9e9b2c
SUCCESS checkout https://github.com/ArtSabintsev/Guitar.git at 1.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ArtSabintsev/Guitar.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/12] Compiling Guitar GuitarPadding.swift
[4/12] Compiling Guitar GuitarHelpers.swift
[5/12] Compiling Guitar GuitarNSRangeExtension.swift
[6/12] Compiling Guitar GuitarChord.swift
[7/12] Compiling Guitar GuitarCommon.swift
[8/12] Compiling Guitar GuitarCase.swift
[9/12] Compiling Guitar GuitarCharacter.swift
[10/12] Compiling Guitar GuitarBoolean.swift
[11/12] Emitting module Guitar
[12/12] Compiling Guitar Guitar.swift
Build complete! (4.45s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Guitar",
  "name" : "Guitar",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "Guitar",
      "targets" : [
        "Guitar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "Guitar",
      "module_type" : "SwiftTarget",
      "name" : "Guitar",
      "path" : "Sources",
      "product_memberships" : [
        "Guitar"
      ],
      "sources" : [
        "Guitar.swift",
        "GuitarBoolean.swift",
        "GuitarCase.swift",
        "GuitarCharacter.swift",
        "GuitarChord.swift",
        "GuitarCommon.swift",
        "GuitarHelpers.swift",
        "GuitarNSRangeExtension.swift",
        "GuitarPadding.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.