The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of PINOperation, reference master (a74f97), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 18:22:48 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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
========================================
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",
  "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/pinterest/PINOperation.git
[1/870] Fetching pinoperation
Fetched https://github.com/pinterest/PINOperation.git from cache (0.86s)
Creating working copy for https://github.com/pinterest/PINOperation.git
Working copy of https://github.com/pinterest/PINOperation.git resolved at master (a74f978)
warning: '.resolve-product-dependencies': dependency 'pinoperation' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pinterest/PINOperation.git
https://github.com/pinterest/PINOperation.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/4] Copying PrivacyInfo.xcprivacy
[1/4] Compiling PINOperation PINOperationQueue.m
[2/4] Compiling PINOperation resource_bundle_accessor.m
[3/4] Compiling PINOperation PINOperationGroup.m
Build complete! (2.45s)
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.