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 AblyDeltaCodec, reference 1.3.3 (3ee62e), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 16:21:16 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/ably/delta-codec-cocoa.git
Reference: 1.3.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ably/delta-codec-cocoa
 * tag               1.3.3      -> FETCH_HEAD
HEAD is now at 3ee62ea Merge pull request #24 from ably/release/v1.3.3
Submodule path 'xdelta': checked out 'c535fed7772ecb806fb4ef3d54e55fd1377e8a40'
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 @):
3ee62ea40a63996b55818d44b3f0e56d8753be88
SUCCESS checkout https://github.com/ably/delta-codec-cocoa.git at 1.3.3
========================================
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-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Compiling xdelta3.c
[1/2] Compiling ARTDeltaCodec.mm
Build complete! (0.67s)
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.