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 main (51499a), with Swift 5.10 for macOS (SPM) on 9 May 2025 15:06:19 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
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 51499ac Merge pull request #26 from ably/release/1.3.4
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 @):
51499acb9d525b7767206ced9b37896afc1520e6
SUCCESS checkout https://github.com/ably/delta-codec-cocoa.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/ably/delta-codec-cocoa.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Compiling xdelta3.c
[1/2] Compiling ARTDeltaCodec.mm
Build complete! (3.51s)
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.