The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RapidLMDB with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tannerdsilva/RapidLMDB.git
Reference: 0.9.29
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/tannerdsilva/RapidLMDB
 * tag               0.9.29     -> FETCH_HEAD
HEAD is now at c59d372 Added comparison functions to Cursor
Cloned https://github.com/tannerdsilva/RapidLMDB.git into spi-builder-workspace
c59d372d6f126f4d67992fbb7b8c49799d911e6c
SUCCESS checkout https://github.com/tannerdsilva/RapidLMDB.git at 0.9.29
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/tannerdsilva/CLMDB.git from cache
Fetched https://github.com/tannerdsilva/CLMDB.git (0.17s)
Computing version for https://github.com/tannerdsilva/CLMDB.git
Computed https://github.com/tannerdsilva/CLMDB.git at 0.9.29 (0.44s)
Creating working copy for https://github.com/tannerdsilva/CLMDB.git
Working copy of https://github.com/tannerdsilva/CLMDB.git resolved at 0.9.29
Building for debugging...
[0/2] Compiling CLMDB midl.c
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/CLMDB/Sources/CLMDB/mdb.c:819:9: warning: 'P_DIRTY' macro redefined [-Wmacro-redefined]
#define P_DIRTY          0x10           /**< dirty page, also set for #P_SUBP pages */
        ^
/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/include/sys/proc.h:210:9: note: previous definition is here
#define P_DIRTY                                 0x00000008      /* process is dirty */
        ^
1 warning generated.
[1/2] Compiling CLMDB mdb.c
[3/9] Compiling RapidLMDB DataConvertible.swift
[4/9] Compiling RapidLMDB Cursor.swift
[5/9] Compiling RapidLMDB Database.swift
[6/9] Compiling RapidLMDB LMDBError.swift
[7/9] Compiling RapidLMDB Transaction.swift
[8/9] Emitting module RapidLMDB
[9/9] Compiling RapidLMDB Environment.swift
Build complete! (18.26s)
Build complete.
Done.