The Swift Package Index logo.Swift Package Index

Build Information

Successful build of XcodeProjCExt, reference main (3cbd25), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 05:43:56 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "xcodeprojcext",
      "name": "XcodeProjCExt",
      "url": "https://github.com/tuist/XcodeProjCExt.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XcodeProjCExt",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tuist/XcodeProjCExt.git
[1/102] Fetching xcodeprojcext
Fetched https://github.com/tuist/XcodeProjCExt.git from cache (0.58s)
Creating working copy for https://github.com/tuist/XcodeProjCExt.git
Working copy of https://github.com/tuist/XcodeProjCExt.git resolved at main (3cbd25c)
warning: '.resolve-product-dependencies': dependency 'xcodeprojcext' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/tuist/XcodeProjCExt.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Compiling XcodeProjCExt XCPStringEscape.c
[1/2] Compiling XcodeProjCExt XCPHashing.c
Build complete! (0.35s)
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.