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 CLMDB, reference 0.9.31 (30d452), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 04:29:02 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/tannerdsilva/CLMDB.git
Reference: 0.9.31
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tannerdsilva/CLMDB
 * tag               0.9.31     -> FETCH_HEAD
HEAD is now at 30d4526 re-release of 0.9.31 with improved PackageDescription and less shimming bullshit
Submodule path 'lmdb': checked out 'ce201088de95d26fc0da36ba805bf2ddc2ba74ff'
Submodule 'lmdb' (https://git.openldap.org/openldap/openldap.git) registered for path 'lmdb'
Cloning into '/Users/admin/builder/spi-builder-workspace/lmdb'...
Cloned https://github.com/tannerdsilva/CLMDB.git
Revision (git rev-parse @):
30d45263c8e512b01ab073e77ebff09039bdc593
SUCCESS checkout https://github.com/tannerdsilva/CLMDB.git at 0.9.31
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tannerdsilva/CLMDB.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Compiling CLMDB midl.c
/Users/admin/builder/spi-builder-workspace/Sources/CLMDB/mdb.c:824:9: warning: 'P_DIRTY' macro redefined [-Wmacro-redefined]
  824 | #define P_DIRTY          0x10           /**< dirty page, also set for #P_SUBP pages */
      |         ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/sys/proc.h:210:9: note: previous definition is here
  210 | #define P_DIRTY                                 0x00000008      /* process is dirty */
      |         ^
1 warning generated.
[1/2] Compiling CLMDB mdb.c
Build complete! (0.66s)
Build complete.
{
  "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" : "5.2"
}
Done.