The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BiSON, reference 1.2.6 (20da89), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 10:13:16 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/smartdevicelink/bson_c_lib.git
Reference: 1.2.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/smartdevicelink/bson_c_lib
 * tag               1.2.6      -> FETCH_HEAD
HEAD is now at 20da890 Update gradle files to target lastest API and update NDK version for 16kb page requirement (#62)
Cloned https://github.com/smartdevicelink/bson_c_lib.git
Revision (git rev-parse @):
20da890116a0238e7e7e32d88aad156cc8eaaef3
SUCCESS checkout https://github.com/smartdevicelink/bson_c_lib.git at 1.2.6
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "bson_c_lib",
      "name": "BiSON",
      "url": "https://github.com/smartdevicelink/bson_c_lib.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/bson_c_lib",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/smartdevicelink/bson_c_lib.git
[1/860] Fetching bson_c_lib
Fetched https://github.com/smartdevicelink/bson_c_lib.git from cache (0.92s)
Creating working copy for https://github.com/smartdevicelink/bson_c_lib.git
Working copy of https://github.com/smartdevicelink/bson_c_lib.git resolved at 1.2.6 (20da890)
warning: '.resolve-product-dependencies': dependency 'bson_c_lib' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/smartdevicelink/bson_c_lib.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Compiling BiSON bson_util.c
[1/4] Compiling emhashmap.c
[2/4] Compiling BiSON bson_object.c
[3/4] Compiling BiSON bson_array.c
Build complete! (0.81s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "BiSON",
  "name" : "BiSON",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "BiSON",
      "targets" : [
        "BiSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BiSON",
      "module_type" : "ClangTarget",
      "name" : "BiSON",
      "path" : "src",
      "product_memberships" : [
        "BiSON"
      ],
      "sources" : [
        "bson_array.c",
        "bson_object.c",
        "bson_util.c",
        "emhashmap/emhashmap.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.