The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AblyDeltaCodec, reference main (d53eec), with Swift 6.2 for macOS (SPM) on 7 Nov 2025 22:21:53 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ably/delta-codec-cocoa.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ably/delta-codec-cocoa
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d53eec0 Merge pull request #28 from ably/release/1.3.5
Submodule path 'xdelta': checked out 'd502ba5739c9ca2d89c9f809d7c3a457f51bf788'
Submodule 'xdelta' (https://github.com/ably-forks/xdelta) registered for path 'xdelta'
Cloning into '/Users/admin/builder/spi-builder-workspace/xdelta'...
Cloned https://github.com/ably/delta-codec-cocoa.git
Revision (git rev-parse @):
d53eec08f9443c6160d941327a6f9d8bbb93cea2
SUCCESS checkout https://github.com/ably/delta-codec-cocoa.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": "delta-codec-cocoa",
      "name": "AblyDeltaCodec",
      "url": "https://github.com/ably/delta-codec-cocoa.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/delta-codec-cocoa",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ably/delta-codec-cocoa.git
[1/613] Fetching delta-codec-cocoa
Fetched https://github.com/ably/delta-codec-cocoa.git from cache (0.81s)
Creating working copy for https://github.com/ably/delta-codec-cocoa.git
Working copy of https://github.com/ably/delta-codec-cocoa.git resolved at main (d53eec0)
warning: '.resolve-product-dependencies': dependency 'delta-codec-cocoa' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ably/delta-codec-cocoa.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Compiling xdelta3.c
[1/2] Compiling ARTDeltaCodec.mm
Build complete! (0.73s)
Build complete.
{
  "cxx_language_standard" : "c++1z",
  "dependencies" : [
  ],
  "manifest_display_name" : "AblyDeltaCodec",
  "name" : "AblyDeltaCodec",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "AblyDeltaCodec",
      "targets" : [
        "AblyDeltaCodec"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AblyDeltaCodec",
      "module_type" : "ClangTarget",
      "name" : "AblyDeltaCodec",
      "path" : ".",
      "product_memberships" : [
        "AblyDeltaCodec"
      ],
      "sources" : [
        "source/ARTDeltaCodec.mm",
        "xdelta/xdelta3/xdelta3.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.