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 PINOperation, reference master (a74f97), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 12:35:02 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/pinterest/PINOperation.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pinterest/PINOperation
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a74f978 Merge pull request #56 from tstump-phunware/task/xcode_15
Cloned https://github.com/pinterest/PINOperation.git
Revision (git rev-parse @):
a74f978733bdaf982758bfa23d70a189f4b4c1b6
SUCCESS checkout https://github.com/pinterest/PINOperation.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/pinterest/PINOperation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Copying PrivacyInfo.xcprivacy
[1/4] Compiling PINOperation PINOperationQueue.m
[2/4] Compiling PINOperation PINOperationGroup.m
[3/4] Compiling PINOperation resource_bundle_accessor.m
Build complete! (2.35s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PINOperation",
  "name" : "PINOperation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PINOperation",
      "targets" : [
        "PINOperation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PINOperationTests",
      "module_type" : "ClangTarget",
      "name" : "PINOperationTests",
      "path" : "Tests",
      "sources" : [
        "PINOperationGroupTests.m",
        "PINOperationQueueTests.m"
      ],
      "target_dependencies" : [
        "PINOperation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PINOperation",
      "module_type" : "ClangTarget",
      "name" : "PINOperation",
      "path" : "Source",
      "product_memberships" : [
        "PINOperation"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Source/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "PINOperationGroup.m",
        "PINOperationQueue.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.