The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftLMDB, reference master (d216f0), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 11:39:36 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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 d216f0d Fix typo
Cloned https://github.com/agisboye/swiftlmdb.git
Revision (git rev-parse @):
d216f0d088441c3c5de07b66585f527dc57854ca
SUCCESS checkout https://github.com/agisboye/swiftlmdb.git at master
Fetching https://github.com/agisboye/CLMDB.git
[1/45] Fetching clmdb
Fetched https://github.com/agisboye/CLMDB.git from cache (0.54s)
Computing version for https://github.com/agisboye/CLMDB.git
Computed https://github.com/agisboye/CLMDB.git at 0.9.33 (1.20s)
Creating working copy for https://github.com/agisboye/CLMDB.git
Working copy of https://github.com/agisboye/CLMDB.git resolved at 0.9.33
========================================
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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "clmdb",
          "name": "CLMDB",
          "url": "https://github.com/agisboye/CLMDB.git",
          "version": "0.9.33",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CLMDB",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/agisboye/swiftlmdb.git
[1/448] Fetching swiftlmdb
Fetched https://github.com/agisboye/swiftlmdb.git from cache (0.75s)
Fetching https://github.com/agisboye/CLMDB.git from cache
Fetched https://github.com/agisboye/CLMDB.git from cache (0.43s)
Computing version for https://github.com/agisboye/CLMDB.git
Computed https://github.com/agisboye/CLMDB.git at 0.9.33 (0.53s)
Creating working copy for https://github.com/agisboye/swiftlmdb.git
Working copy of https://github.com/agisboye/swiftlmdb.git resolved at master (d216f0d)
Creating working copy for https://github.com/agisboye/CLMDB.git
Working copy of https://github.com/agisboye/CLMDB.git resolved at 0.9.33
warning: '.resolve-product-dependencies': dependency 'swiftlmdb' is not used by any target
Found 1 product dependencies
  - CLMDB
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/agisboye/swiftlmdb.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--6988338F2F200930.txt
[2/4] Compiling LMDB midl.c
[3/4] Compiling LMDB mdb.c
[5/14] Compiling SwiftLMDB LMDBError.swift
[6/14] Compiling SwiftLMDB Transaction.swift
[7/14] Compiling SwiftLMDB LMDBVersion.swift
[8/14] Compiling SwiftLMDB Stats.swift
[9/14] Compiling SwiftLMDB Environment.swift
[10/14] Compiling SwiftLMDB Database+Sequence.swift
[11/14] Compiling SwiftLMDB DataConvertible.swift
[12/14] Compiling SwiftLMDB Database.swift
[13/14] Emitting module SwiftLMDB
[14/14] Compiling SwiftLMDB Cursor.swift
Build complete! (4.94s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "clmdb",
      "requirement" : {
        "exact" : [
          "0.9.33"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/agisboye/CLMDB.git"
    }
  ],
  "manifest_display_name" : "SwiftLMDB",
  "name" : "SwiftLMDB",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftLMDB",
      "targets" : [
        "SwiftLMDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftLMDBTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLMDBTests",
      "path" : "Tests/SwiftLMDBTests",
      "sources" : [
        "SwiftLMDBTests.swift"
      ],
      "target_dependencies" : [
        "SwiftLMDB"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftLMDB",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLMDB",
      "path" : "Sources",
      "product_dependencies" : [
        "LMDB"
      ],
      "product_memberships" : [
        "SwiftLMDB"
      ],
      "sources" : [
        "Cursor.swift",
        "DataConvertible.swift",
        "Database+Sequence.swift",
        "Database.swift",
        "Environment.swift",
        "LMDBError.swift",
        "LMDBVersion.swift",
        "Stats.swift",
        "Transaction.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.