The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of leveldb, reference 1.22.5 (a0bc79), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 09:29:44 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/firebase/leveldb.git
Reference: 1.22.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/firebase/leveldb
 * tag               1.22.5     -> FETCH_HEAD
HEAD is now at a0bc799 [Release] Bump podspec to 1.22.5 (#13)
Cloned https://github.com/firebase/leveldb.git
Revision (git rev-parse @):
a0bc79961d7be727d258d33d5a6b2f1023270ba1
SUCCESS checkout https://github.com/firebase/leveldb.git at 1.22.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/firebase/leveldb.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/39] Copying PrivacyInfo.xcprivacy
[1/39] Compiling filter_policy.cc
[2/39] Compiling hash.cc
[3/39] Compiling comparator.cc
[3/39] Compiling histogram.cc
[3/39] Compiling status.cc
[3/39] Compiling crc32c.cc
[3/39] Compiling logging.cc
[3/39] Compiling env.cc
[3/39] Compiling options.cc
[10/39] Compiling env_posix.cc
[11/39] Compiling bloom.cc
[12/39] Compiling iterator.cc
[13/39] Compiling two_level_iterator.cc
[14/39] Compiling merger.cc
[15/39] Compiling coding.cc
[16/39] Compiling cache.cc
[17/39] Compiling arena.cc
[18/39] Compiling table.cc
[19/39] Compiling table_builder.cc
[20/39] Compiling format.cc
[21/39] Compiling block.cc
[22/39] Compiling block_builder.cc
[23/39] Compiling write_batch.cc
[24/39] Compiling filter_block.cc
[25/39] Compiling table_cache.cc
[26/39] Compiling memtable.cc
[27/39] Compiling version_edit.cc
[28/39] Compiling log_writer.cc
[29/39] Compiling repair.cc
[30/39] Compiling version_set.cc
[31/39] Compiling log_reader.cc
[32/39] Compiling filename.cc
[33/39] Compiling dbformat.cc
[34/39] Compiling dumpfile.cc
[35/39] Compiling c.cc
[36/39] Compiling db_iter.cc
[37/39] Compiling builder.cc
[38/39] Compiling db_impl.cc
Build complete! (2.49s)
Build complete.
{
  "cxx_language_standard" : "gnu++14",
  "dependencies" : [
  ],
  "manifest_display_name" : "leveldb",
  "name" : "leveldb",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "leveldb",
      "targets" : [
        "leveldb"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "leveldb",
      "module_type" : "ClangTarget",
      "name" : "leveldb",
      "path" : ".",
      "product_memberships" : [
        "leveldb"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "db/builder.cc",
        "db/c.cc",
        "db/db_impl.cc",
        "db/db_iter.cc",
        "db/dbformat.cc",
        "db/dumpfile.cc",
        "db/filename.cc",
        "db/log_reader.cc",
        "db/log_writer.cc",
        "db/memtable.cc",
        "db/repair.cc",
        "db/table_cache.cc",
        "db/version_edit.cc",
        "db/version_set.cc",
        "db/write_batch.cc",
        "table/block.cc",
        "table/block_builder.cc",
        "table/filter_block.cc",
        "table/format.cc",
        "table/iterator.cc",
        "table/merger.cc",
        "table/table.cc",
        "table/table_builder.cc",
        "table/two_level_iterator.cc",
        "util/arena.cc",
        "util/bloom.cc",
        "util/cache.cc",
        "util/coding.cc",
        "util/comparator.cc",
        "util/crc32c.cc",
        "util/env.cc",
        "util/env_posix.cc",
        "util/filter_policy.cc",
        "util/hash.cc",
        "util/histogram.cc",
        "util/logging.cc",
        "util/options.cc",
        "util/status.cc"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.