The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Bonsai, reference 1.1.0 (2d1df2), with Swift 6.0 for macOS (SPM) on 3 Mar 2026 07:20:09 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loopwerk/Bonsai.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/loopwerk/Bonsai
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 2d1df29 feat: Improve minification
Cloned https://github.com/loopwerk/Bonsai.git
Revision (git rev-parse @):
2d1df296d4a8f26f6050693143a48adcfce32a07
SUCCESS checkout https://github.com/loopwerk/Bonsai.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/loopwerk/Bonsai.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write BonsaiBenchmark-entitlement.plist
[3/7] Write swift-version-5BDAB9E9C0126B9D.txt
[5/10] Emitting module Bonsai
[6/10] Compiling Bonsai Constants.swift
[7/10] Compiling Bonsai Bonsai.swift
[8/12] Compiling BonsaiBenchmark main.swift
[9/12] Emitting module BonsaiBenchmark
[9/12] Write Objects.LinkFileList
[10/12] Linking BonsaiBenchmark
[11/12] Applying BonsaiBenchmark
Build complete! (4.59s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Bonsai",
  "name" : "Bonsai",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Bonsai",
      "targets" : [
        "Bonsai"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BonsaiBenchmark",
      "targets" : [
        "BonsaiBenchmark"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BonsaiTests",
      "module_type" : "SwiftTarget",
      "name" : "BonsaiTests",
      "path" : "Tests/BonsaiTests",
      "sources" : [
        "BonsaiTests.swift"
      ],
      "target_dependencies" : [
        "Bonsai"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BonsaiBenchmark",
      "module_type" : "SwiftTarget",
      "name" : "BonsaiBenchmark",
      "path" : "Benchmark",
      "product_memberships" : [
        "BonsaiBenchmark"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Bonsai"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Bonsai",
      "module_type" : "SwiftTarget",
      "name" : "Bonsai",
      "path" : "Sources/Bonsai",
      "product_memberships" : [
        "Bonsai",
        "BonsaiBenchmark"
      ],
      "sources" : [
        "Bonsai.swift",
        "Constants.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.