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.0 for macOS (SPM) on 30 Nov 2024 22:05:04 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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.58.1
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
========================================
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
[1/3354] Fetching leveldb
Fetched https://github.com/firebase/leveldb.git from cache (1.13s)
Creating working copy for https://github.com/firebase/leveldb.git
Working copy of https://github.com/firebase/leveldb.git resolved at 1.22.5 (a0bc799)
warning: '.resolve-product-dependencies': dependency 'leveldb' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
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.1.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 comparator.cc
[2/39] Compiling status.cc
[2/39] Compiling filter_policy.cc
[2/39] Compiling histogram.cc
[5/39] Compiling crc32c.cc
[5/39] Compiling hash.cc
[5/39] Compiling env.cc
[5/39] Compiling options.cc
[5/39] Compiling logging.cc
[10/39] Compiling bloom.cc
[11/39] Compiling merger.cc
[12/39] Compiling coding.cc
[13/39] Compiling iterator.cc
[14/39] Compiling env_posix.cc
[15/39] Compiling cache.cc
[16/39] Compiling two_level_iterator.cc
[17/39] Compiling table.cc
[18/39] Compiling arena.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 repair.cc
[29/39] Compiling log_writer.cc
[30/39] Compiling version_set.cc
[31/39] Compiling log_reader.cc
[32/39] Compiling filename.cc
[33/39] Compiling dumpfile.cc
[34/39] Compiling db_iter.cc
[35/39] Compiling dbformat.cc
[36/39] Compiling c.cc
[37/39] Compiling builder.cc
[38/39] Compiling db_impl.cc
Build complete! (3.35s)
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.