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 SwiftLMDB, reference 2.2.0 (a933e0), with Swift 5.8 for macOS (SPM) on 11 Jul 2024 10:23:41 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.46.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/agisboye/swiftlmdb.git
Reference: 2.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/agisboye/swiftlmdb
 * tag               2.2.0      -> FETCH_HEAD
HEAD is now at a933e01 Merge pull request #26 from corujautx/master
Cloned https://github.com/agisboye/swiftlmdb.git
Revision (git rev-parse @):
a933e0183bf7bfdddb9d4b35568dba390f31c2eb
SUCCESS checkout https://github.com/agisboye/swiftlmdb.git at 2.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  $workDir
https://github.com/agisboye/swiftlmdb.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Compiling LMDB midl.c
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CLMDB/Sources/LMDB/mdb.c:824:9: warning: 'P_DIRTY' macro redefined [-Wmacro-redefined]
#define P_DIRTY          0x10           /**< dirty page, also set for #P_SUBP pages */
        ^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.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 LMDB mdb.c
[3/12] Compiling SwiftLMDB LMDBError.swift
[4/12] Compiling SwiftLMDB Cursor.swift
[5/12] Compiling SwiftLMDB LMDBVersion.swift
[6/12] Compiling SwiftLMDB DataConvertible.swift
[7/12] Compiling SwiftLMDB Stats.swift
[8/12] Compiling SwiftLMDB Transaction.swift
[9/12] Compiling SwiftLMDB Environment.swift
[10/12] Compiling SwiftLMDB Database+Sequence.swift
[11/12] Compiling SwiftLMDB Database.swift
[12/12] Emitting module SwiftLMDB
Build complete! (19.50s)
Fetching https://github.com/agisboye/CLMDB.git
[1/43] Fetching clmdb
Fetched https://github.com/agisboye/CLMDB.git (1.05s)
Computing version for https://github.com/agisboye/CLMDB.git
Computed https://github.com/agisboye/CLMDB.git at 0.9.31 (0.88s)
Creating working copy for https://github.com/agisboye/CLMDB.git
Working copy of https://github.com/agisboye/CLMDB.git resolved at 0.9.31
Build complete.
Done.