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.1 for macOS (SPM) on 27 Apr 2025 03:18:11 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/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
========================================
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/577] Fetching delta-codec-cocoa
Fetched https://github.com/ably/delta-codec-cocoa.git from cache (0.75s)
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 1.3.3 (3ee62ea)
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.1
Building package at path:  $PWD
https://github.com/ably/delta-codec-cocoa.git
https://github.com/ably/delta-codec-cocoa.git
{
  "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"
}
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/2] Compiling xdelta3.c
[1/2] Compiling ARTDeltaCodec.mm
Build complete! (0.90s)
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.