The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CLMDB, reference 6.2.1 (adfc03), with Swift 6.2 for macOS (SPM) on 27 Nov 2025 08:18:10 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.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/swift-bitcoin/swift-lmdb.git
Reference: 6.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-bitcoin/swift-lmdb
 * tag               6.2.1      -> FETCH_HEAD
HEAD is now at adfc036 Tweaks to make the Swift Package stable
Cloned https://github.com/swift-bitcoin/swift-lmdb.git
Revision (git rev-parse @):
adfc036d41476dce03425e0182f7c96cd9f5d022
SUCCESS checkout https://github.com/swift-bitcoin/swift-lmdb.git at 6.2.1
========================================
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": "swift-lmdb",
      "name": "CLMDB",
      "url": "https://github.com/swift-bitcoin/swift-lmdb.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-lmdb",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/swift-bitcoin/swift-lmdb.git
[1/6734] Fetching swift-lmdb
Fetched https://github.com/swift-bitcoin/swift-lmdb.git from cache (1.26s)
Creating working copy for https://github.com/swift-bitcoin/swift-lmdb.git
Working copy of https://github.com/swift-bitcoin/swift-lmdb.git resolved at 6.2.1 (adfc036)
warning: '.resolve-product-dependencies': dependency 'swift-lmdb' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/swift-bitcoin/swift-lmdb.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Compiling CLMDB midl.c
[1/2] Compiling CLMDB mdb.c
Build complete! (0.97s)
Build complete.
{
  "c_language_standard" : "c2x",
  "dependencies" : [
  ],
  "manifest_display_name" : "CLMDB",
  "name" : "CLMDB",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CLMDB",
      "targets" : [
        "CLMDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CLMDB",
      "module_type" : "ClangTarget",
      "name" : "CLMDB",
      "path" : "Sources/CLMDB",
      "product_memberships" : [
        "CLMDB"
      ],
      "sources" : [
        "mdb.c",
        "midl.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.