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 XcodeProjCExt, reference main (3cbd25), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 23:58:34 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/tuist/XcodeProjCExt.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tuist/XcodeProjCExt
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3cbd25c Version 0.2.0
Cloned https://github.com/tuist/XcodeProjCExt.git
Revision (git rev-parse @):
3cbd25ceec227c6ad4b86afa36ddfc317d8689dd
SUCCESS checkout https://github.com/tuist/XcodeProjCExt.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tuist/XcodeProjCExt.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Compiling XcodeProjCExt XCPStringEscape.c
[1/2] Compiling XcodeProjCExt XCPHashing.c
Build complete! (0.48s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "XcodeProjCExt",
  "name" : "XcodeProjCExt",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "XcodeProjCExt",
      "targets" : [
        "XcodeProjCExt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XcodeProjCExtTests",
      "module_type" : "SwiftTarget",
      "name" : "XcodeProjCExtTests",
      "path" : "Tests/XcodeProjCExtTests",
      "sources" : [
        "XCTestManifests.swift",
        "XcodeProjCExtTests.swift"
      ],
      "target_dependencies" : [
        "XcodeProjCExt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XcodeProjCExt",
      "module_type" : "ClangTarget",
      "name" : "XcodeProjCExt",
      "path" : "Sources/XcodeProjCExt",
      "product_memberships" : [
        "XcodeProjCExt"
      ],
      "sources" : [
        "XCPHashing.c",
        "XCPStringEscape.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.