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 ably-cocoa-plugin-support, reference main (cec94e), with Swift 6.1 for macOS (SPM) on 23 Aug 2025 09:25:46 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ably/ably-cocoa-plugin-support.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ably/ably-cocoa-plugin-support
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cec94ed Initial commit
Cloned https://github.com/ably/ably-cocoa-plugin-support.git
Revision (git rev-parse @):
cec94ed123d60e39e3f8df665c30a57482d37612
SUCCESS checkout https://github.com/ably/ably-cocoa-plugin-support.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",
  "dependencies": [
    {
      "identity": "ably-cocoa-plugin-support",
      "name": "ably-cocoa-plugin-support",
      "url": "https://github.com/ably/ably-cocoa-plugin-support.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ably-cocoa-plugin-support",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ably/ably-cocoa-plugin-support.git
[1/23] Fetching ably-cocoa-plugin-support
Fetched https://github.com/ably/ably-cocoa-plugin-support.git from cache (0.62s)
Creating working copy for https://github.com/ably/ably-cocoa-plugin-support.git
Working copy of https://github.com/ably/ably-cocoa-plugin-support.git resolved at main (cec94ed)
warning: '.resolve-product-dependencies': dependency 'ably-cocoa-plugin-support' 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/ably/ably-cocoa-plugin-support.git
https://github.com/ably/ably-cocoa-plugin-support.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ably-cocoa-plugin-support",
  "name" : "ably-cocoa-plugin-support",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "_AblyPluginSupportPrivate",
      "targets" : [
        "_AblyPluginSupportPrivate"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_AblyPluginSupportPrivate",
      "module_type" : "ClangTarget",
      "name" : "_AblyPluginSupportPrivate",
      "path" : "Sources/_AblyPluginSupportPrivate",
      "product_memberships" : [
        "_AblyPluginSupportPrivate"
      ],
      "sources" : [
        "APDependencyStore.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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/1] Compiling _AblyPluginSupportPrivate APDependencyStore.m
Build complete! (1.76s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ably-cocoa-plugin-support",
  "name" : "ably-cocoa-plugin-support",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "_AblyPluginSupportPrivate",
      "targets" : [
        "_AblyPluginSupportPrivate"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_AblyPluginSupportPrivate",
      "module_type" : "ClangTarget",
      "name" : "_AblyPluginSupportPrivate",
      "path" : "Sources/_AblyPluginSupportPrivate",
      "product_memberships" : [
        "_AblyPluginSupportPrivate"
      ],
      "sources" : [
        "APDependencyStore.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.