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 master (a933e0), with Swift 5.10 for macOS (SPM) on 11 Jul 2024 10:49:01 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/agisboye/swiftlmdb
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
Fetching https://github.com/agisboye/CLMDB.git
[1/43] Fetching clmdb
Fetched https://github.com/agisboye/CLMDB.git from cache (1.06s)
Computing version for https://github.com/agisboye/CLMDB.git
Computed https://github.com/agisboye/CLMDB.git at 0.9.31 (0.61s)
Creating working copy for https://github.com/agisboye/CLMDB.git
Working copy of https://github.com/agisboye/CLMDB.git resolved 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": "swiftlmdb",
      "name": "SwiftLMDB",
      "url": "https://github.com/agisboye/swiftlmdb.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftlmdb",
      "dependencies": [
        {
          "identity": "clmdb",
          "name": "CLMDB",
          "url": "https://github.com/agisboye/CLMDB.git",
          "version": "0.9.31",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CLMDB",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/agisboye/swiftlmdb.git
[1/425] Fetching swiftlmdb
Fetched https://github.com/agisboye/swiftlmdb.git from cache (0.89s)
Fetching https://github.com/agisboye/CLMDB.git from cache
Fetched https://github.com/agisboye/CLMDB.git from cache (0.48s)
Computing version for https://github.com/agisboye/CLMDB.git
Computed https://github.com/agisboye/CLMDB.git at 0.9.31 (0.02s)
Creating working copy for https://github.com/agisboye/swiftlmdb.git
Working copy of https://github.com/agisboye/swiftlmdb.git resolved at master (a933e01)
Creating working copy for https://github.com/agisboye/CLMDB.git
Working copy of https://github.com/agisboye/CLMDB.git resolved at 0.9.31
warning: '.resolve-product-dependencies': dependency 'swiftlmdb' is not used by any target
Found 1 product dependencies
  - CLMDB
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/agisboye/swiftlmdb.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-33747A42983211AE.txt
[2/4] 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-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/proc.h:210:9: note: previous definition is here
#define P_DIRTY                                 0x00000008      /* process is dirty */
        ^
1 warning generated.
[3/4] Compiling LMDB mdb.c
[5/14] Compiling SwiftLMDB Cursor.swift
[6/14] Compiling SwiftLMDB Environment.swift
[7/14] Compiling SwiftLMDB Transaction.swift
[8/14] Compiling SwiftLMDB Stats.swift
[9/14] Compiling SwiftLMDB LMDBError.swift
[10/14] Compiling SwiftLMDB LMDBVersion.swift
[11/14] Compiling SwiftLMDB Database+Sequence.swift
[12/14] Emitting module SwiftLMDB
[13/14] Compiling SwiftLMDB Database.swift
[14/14] Compiling SwiftLMDB DataConvertible.swift
Build complete! (6.12s)
Build complete.
Done.