The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of CLMDB, reference 0.9.31 (30d452), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 09:38:06 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.61.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
========================================
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": "clmdb",
      "name": "CLMDB",
      "url": "https://github.com/tannerdsilva/CLMDB.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CLMDB",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tannerdsilva/CLMDB.git
[3/46] Fetching clmdb
Fetched https://github.com/tannerdsilva/CLMDB.git from cache (0.53s)
Creating working copy for https://github.com/tannerdsilva/CLMDB.git
Working copy of https://github.com/tannerdsilva/CLMDB.git resolved at 0.9.31 (30d4526)
warning: '.resolve-product-dependencies': dependency 'clmdb' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tannerdsilva/CLMDB.git
https://github.com/tannerdsilva/CLMDB.git
{
  "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"
}
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/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-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/sys/proc.h:209:9: note: previous definition is here
  209 | #define P_DIRTY                                 0x00000008      /* process is dirty */
      |         ^
1 warning generated.
[1/2] Compiling CLMDB mdb.c
Build complete! (0.92s)
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.