The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftLMDB, reference master (d216f0), with Swift 6.2 for Linux on 5 Sep 2025 20:22:30 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/agisboye/swiftlmdb.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/agisboye/swiftlmdb.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c6c8e08ea30bca759adf847aac87887750120fe9b6eaea09f5af37036a41e81a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/agisboye/CLMDB.git
[1/45] Fetching clmdb
Fetched https://github.com/agisboye/CLMDB.git from cache (0.24s)
Computing version for https://github.com/agisboye/CLMDB.git
Computed https://github.com/agisboye/CLMDB.git at 0.9.33 (0.76s)
Creating working copy for https://github.com/agisboye/CLMDB.git
Working copy of https://github.com/agisboye/CLMDB.git resolved at 0.9.33
Building for debugging...
[0/4] Write sources
[1/4] Compiling LMDB midl.c
[2/4] Write swift-version-24593BA9C3E375BF.txt
[3/4] Compiling LMDB mdb.c
[5/13] Compiling SwiftLMDB Stats.swift
[6/14] Compiling SwiftLMDB LMDBVersion.swift
[7/14] Compiling SwiftLMDB LMDBError.swift
[8/14] Compiling SwiftLMDB Transaction.swift
[9/14] Compiling SwiftLMDB Environment.swift
[10/14] Emitting module SwiftLMDB
[11/14] Compiling SwiftLMDB Database+Sequence.swift
[12/14] Compiling SwiftLMDB Cursor.swift
[13/14] Compiling SwiftLMDB DataConvertible.swift
[14/14] Compiling SwiftLMDB Database.swift
Build complete! (22.14s)
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" : "/host/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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c6c8e08ea30bca759adf847aac87887750120fe9b6eaea09f5af37036a41e81a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.