Build Information
Successful build of CLMDB, reference master (64bb8d), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 17:03:11 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/agisboye/CLMDB.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/agisboye/CLMDB
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 64bb8d9 Update to LMDB 0.9.33
Submodule path 'lmdb': checked out '3a29a24777c82a0165de813ae696a5068b5add30'
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/agisboye/CLMDB.git
Revision (git rev-parse @):
64bb8d9ee1e45f4f7b5807ea0791f3cac52f2078
SUCCESS checkout https://github.com/agisboye/CLMDB.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/agisboye/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 LMDB midl.c
/Users/admin/builder/spi-builder-workspace/Sources/LMDB/mdb.c:838:9: warning: 'P_DIRTY' macro redefined [-Wmacro-redefined]
838 | #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 LMDB mdb.c
Build complete! (0.68s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CLMDB",
"name" : "CLMDB",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "LMDB",
"targets" : [
"LMDB"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LMDB",
"module_type" : "ClangTarget",
"name" : "LMDB",
"path" : "Sources/LMDB",
"product_memberships" : [
"LMDB"
],
"sources" : [
"mdb.c",
"midl.c"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.