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 firebase-release (f62723), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 15:10:40 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/firebase/leveldb.git
Reference: firebase-release
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/firebase/leveldb
 * branch            firebase-release -> FETCH_HEAD
 * [new branch]      firebase-release -> origin/firebase-release
HEAD is now at f627239 Update podspec for 1.22.6 (#16)
Cloned https://github.com/firebase/leveldb.git
Revision (git rev-parse @):
f6272399648046e31749d77e9c548712168afcf1
SUCCESS checkout https://github.com/firebase/leveldb.git at firebase-release
========================================
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": "leveldb",
      "name": "leveldb",
      "url": "https://github.com/firebase/leveldb.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/leveldb",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/firebase/leveldb.git from cache
Fetched https://github.com/firebase/leveldb.git from cache (0.46s)
Creating working copy for https://github.com/firebase/leveldb.git
Working copy of https://github.com/firebase/leveldb.git resolved at firebase-release (f627239)
warning: '.resolve-product-dependencies': dependency 'leveldb' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/firebase/leveldb.git
https://github.com/firebase/leveldb.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/39] Copying PrivacyInfo.xcprivacy
[1/39] Compiling filter_policy.cc
[2/39] Compiling comparator.cc
[2/39] Compiling hash.cc
[2/39] Compiling status.cc
[2/39] Compiling crc32c.cc
[2/39] Compiling histogram.cc
[5/39] Compiling options.cc
[6/39] Compiling env.cc
[9/39] Compiling logging.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 coding.cc
[15/39] Compiling merger.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 filter_block.cc
[24/39] Compiling write_batch.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! (3.07s)
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.