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 BiSON, reference 1.2.5 (48d38d), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 04:13:04 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/smartdevicelink/bson_c_lib.git
Reference: 1.2.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/smartdevicelink/bson_c_lib
 * tag               1.2.5      -> FETCH_HEAD
HEAD is now at 48d38d5 Merge pull request #57 from smartdevicelink/release/1.2.5
Cloned https://github.com/smartdevicelink/bson_c_lib.git
Revision (git rev-parse @):
48d38d5b7a9b6cffc8171087b68bee5f4649e67d
SUCCESS checkout https://github.com/smartdevicelink/bson_c_lib.git at 1.2.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/smartdevicelink/bson_c_lib.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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_array.c
[3/4] Compiling BiSON bson_object.c
Build complete! (0.85s)
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.