This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tannerdsilva/CLMDB.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tannerdsilva/CLMDB
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/tannerdsilva/CLMDB.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
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-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.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! (1.14s)
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.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.