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 master (20da89), with Swift 6.1 for macOS (SPM) on 31 Oct 2025 22:45:21 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/smartdevicelink/bson_c_lib.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/smartdevicelink/bson_c_lib
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/smartdevicelink/bson_c_lib.git
https://github.com/smartdevicelink/bson_c_lib.git
{
  "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"
}
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/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! (1.00s)
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.