The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PINOperation, reference 1.2.3 (a74f97), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 13:34:59 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/pinterest/PINOperation.git
Reference: 1.2.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pinterest/PINOperation
 * tag               1.2.3      -> FETCH_HEAD
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 1.2.3
========================================
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": "pinoperation",
      "name": "PINOperation",
      "url": "https://github.com/pinterest/PINOperation.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PINOperation",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/pinterest/PINOperation.git
[1/870] Fetching pinoperation
Fetched https://github.com/pinterest/PINOperation.git from cache (0.77s)
Creating working copy for https://github.com/pinterest/PINOperation.git
Working copy of https://github.com/pinterest/PINOperation.git resolved at 1.2.3 (a74f978)
warning: '.resolve-product-dependencies': dependency 'pinoperation' 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/pinterest/PINOperation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Copying PrivacyInfo.xcprivacy
[1/4] Compiling PINOperation resource_bundle_accessor.m
[2/4] Compiling PINOperation PINOperationQueue.m
[3/4] Compiling PINOperation PINOperationGroup.m
Build complete! (2.53s)
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.