Build Information
Successful build of swift-rocksdb, reference v0.0.1 (c7acea), with Swift 6.3 for Linux on 16 Apr 2026 18:10:51 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/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dyumin/swift-rocksdb.git
Reference: v0.0.1
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/dyumin/swift-rocksdb
* tag v0.0.1 -> FETCH_HEAD
HEAD is now at c7acea5 Create LICENSE
Submodule path 'Sources/rocksdb/rocksdb': checked out 'ea9f65345c8d5c3a2dda332e5a85231395b68361'
Submodule 'rocksdb' (https://github.com/dyumin/rocksdb.git) registered for path 'Sources/rocksdb/rocksdb'
Cloning into '/host/spi-builder-workspace/Sources/rocksdb/rocksdb'...
Cloned https://github.com/dyumin/swift-rocksdb.git
Revision (git rev-parse @):
c7acea59267a46117b727751c99a03a649414e7e
SUCCESS checkout https://github.com/dyumin/swift-rocksdb.git at v0.0.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/dyumin/swift-rocksdb.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/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/358] Write sources
[1/358] Compiling cache_bench_tool.cc
[2/358] Write swift-version-24593BA9C3E375BF.txt
[3/358] Compiling cache_entry_roles.cc
[4/358] Compiling build_version.cc
[5/358] Compiling cache_reservation_manager.cc
[6/358] Compiling cache_helpers.cc
[7/358] Compiling cache_key.cc
[8/358] Compiling wal_filter.cc
[9/358] Compiling types_util.cc
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/cache/cache.cc:24:11: warning: 'offsetof' on non-standard-layout type 'struct LRUCacheOptions' [-Winvalid-offsetof]
24 | {offsetof(struct LRUCacheOptions, capacity), OptionType::kSizeT,
| ^ ~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/cache/cache.cc:27:11: warning: 'offsetof' on non-standard-layout type 'struct LRUCacheOptions' [-Winvalid-offsetof]
27 | {offsetof(struct LRUCacheOptions, num_shard_bits), OptionType::kInt,
| ^ ~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/cache/cache.cc:30:11: warning: 'offsetof' on non-standard-layout type 'struct LRUCacheOptions' [-Winvalid-offsetof]
30 | {offsetof(struct LRUCacheOptions, strict_capacity_limit),
| ^ ~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/cache/cache.cc:34:11: warning: 'offsetof' on non-standard-layout type 'struct LRUCacheOptions' [-Winvalid-offsetof]
34 | {offsetof(struct LRUCacheOptions, high_pri_pool_ratio),
| ^ ~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/cache/cache.cc:38:11: warning: 'offsetof' on non-standard-layout type 'struct LRUCacheOptions' [-Winvalid-offsetof]
38 | {offsetof(struct LRUCacheOptions, low_pri_pool_ratio),
| ^ ~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/cache/cache.cc:46:11: warning: 'offsetof' on non-standard-layout type 'struct CompressedSecondaryCacheOptions' [-Winvalid-offsetof]
46 | {offsetof(struct CompressedSecondaryCacheOptions, capacity),
| ^ ~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/cache/cache.cc:50:11: warning: 'offsetof' on non-standard-layout type 'struct CompressedSecondaryCacheOptions' [-Winvalid-offsetof]
50 | {offsetof(struct CompressedSecondaryCacheOptions, num_shard_bits),
| ^ ~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/cache/cache.cc:54:11: warning: 'offsetof' on non-standard-layout type 'struct CompressedSecondaryCacheOptions' [-Winvalid-offsetof]
54 | {offsetof(struct CompressedSecondaryCacheOptions, compression_type),
| ^ ~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/cache/cache.cc:58:11: warning: 'offsetof' on non-standard-layout type 'struct CompressedSecondaryCacheOptions' [-Winvalid-offsetof]
58 | {offsetof(struct CompressedSecondaryCacheOptions,
| ^
59 | compress_format_version),
| ~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/cache/cache.cc:63:11: warning: 'offsetof' on non-standard-layout type 'struct CompressedSecondaryCacheOptions' [-Winvalid-offsetof]
63 | {offsetof(struct CompressedSecondaryCacheOptions,
| ^
64 | enable_custom_split_merge),
| ~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
10 warnings generated.
[10/358] Compiling cache.cc
[11/358] Compiling write_batch_with_index_internal.cc
[12/358] Compiling write_batch_with_index.cc
[13/358] Compiling transaction_db_mutex_impl.cc
[14/358] Compiling db_ttl_impl.cc
[15/358] Compiling write_prepared_txn_db.cc
[16/358] Compiling transaction_util.cc
[17/358] Compiling write_unprepared_txn_db.cc
[18/358] Compiling write_prepared_txn.cc
[19/358] Compiling write_unprepared_txn.cc
[20/358] Compiling range_tree_lock_tracker.cc
[21/358] Compiling memarena.cc
[22/358] Compiling dbt.cc
[23/358] Compiling standalone_port.cc
[24/358] Compiling wfg.cc
[25/358] Compiling transaction_base.cc
[26/358] Compiling txnid_set.cc
[27/358] Compiling range_buffer.cc
[28/358] Compiling treenode.cc
[29/358] Compiling snapshot_checker.cc
[30/358] Compiling lock_request.cc
[31/358] Compiling optimistic_transaction_db_impl.cc
[32/358] Compiling pessimistic_transaction.cc
[33/358] Compiling manager.cc
[34/358] Compiling keyrange.cc
[35/358] Compiling optimistic_transaction.cc
[36/358] Compiling concurrent_tree.cc
[37/358] Compiling locktree.cc
[38/358] Compiling pessimistic_transaction_db.cc
[39/358] Compiling range_tree_lock_manager.cc
[40/358] Compiling replayer_impl.cc
[41/358] Compiling point_lock_tracker.cc
[42/358] Compiling lock_manager.cc
[43/358] Compiling compact_on_deletion_collector.cc
[44/358] Compiling file_trace_reader_writer.cc
[45/358] Compiling simple_secondary_index.cc
[46/358] Compiling secondary_index_iterator.cc
[47/358] Compiling compact_for_tiering_collector.cc
[48/358] Compiling volatile_tier_impl.cc
[49/358] Compiling cache_simulator.cc
[50/358] Compiling persistent_cache_tier.cc
[51/358] Compiling sim_cache.cc
[52/358] Compiling block_cache_tier_metadata.cc
[53/358] Compiling block_cache_tier_file.cc
[54/358] Compiling options_util.cc
[55/358] Compiling option_change_migration.cc
[56/358] Compiling uint64add.cc
[57/358] Compiling object_registry.cc
[58/358] Compiling point_lock_manager.cc
[59/358] Compiling block_cache_tier.cc
[60/358] Compiling stringappend2.cc
[61/358] Compiling sortlist.cc
[62/358] Compiling max.cc
[63/358] Compiling put.cc
[64/358] Compiling bytesxor.cc
[65/358] Compiling stringappend.cc
[66/358] Compiling leveldb_options.cc
[67/358] Compiling merge_operators.cc
[68/358] Compiling fault_injection_secondary_cache.cc
[69/358] Compiling env_mirror.cc
[70/358] Compiling env_timed.cc
[71/358] Compiling fault_injection_env.cc
[72/358] Compiling fault_injection_fs.cc
[73/358] Compiling remove_emptyvalue_compactionfilter.cc
[74/358] Compiling info_log_finder.cc
[75/358] Compiling counted_fs.cc
[76/358] Compiling format.cc
[77/358] Compiling compaction_filters.cc
[78/358] Compiling merge_operator.cc
[79/358] Compiling memory_util.cc
[80/358] Compiling cassandra_compaction_filter.cc
[81/358] Compiling debug.cc
[82/358] Compiling checkpoint_impl.cc
[83/358] Compiling cache_dump_load.cc
[84/358] Compiling cache_dump_load_impl.cc
[85/358] Compiling test_agg_merge.cc
[86/358] Compiling blob_db_impl_filesnapshot.cc
[87/358] Compiling xxhash.cc
[88/358] Compiling blob_dump_tool.cc
[89/358] Compiling blob_file.cc
[90/358] Compiling agg_merge.cc
[91/358] Compiling write_batch_util.cc
[92/358] Compiling thread_local.cc
[93/358] Compiling string_util.cc
[94/358] Compiling threadpool_imp.cc
[95/358] Compiling blob_db_impl.cc
[96/358] Compiling stderr_logger.cc
[97/358] Compiling udt_util.cc
[98/358] Compiling status.cc
[99/358] Compiling blob_db.cc
[100/358] Compiling blob_compaction_filter.cc
[101/358] Compiling ribbon_config.cc
[102/358] Compiling murmurhash.cc
[103/358] Compiling hash.cc
[104/358] Compiling random.cc
[105/358] Compiling backup_engine.cc
[106/358] Compiling crc32c_arm64.cc
[107/358] Compiling data_structure.cc
[108/358] Compiling simple_mixed_compressor.cc
[109/358] Compiling slice.cc
[110/358] Compiling rate_limiter.cc
[111/358] Compiling crc32c.cc
[112/358] Compiling concurrent_task_limiter_impl.cc
[113/358] Compiling compaction_job_stats_impl.cc
[114/358] Compiling cleanable.cc
[115/358] Compiling async_file_reader.cc
[116/358] Compiling dynamic_bloom.cc
[117/358] Compiling coding.cc
[118/358] Compiling file_checksum_helper.cc
[119/358] Compiling compression_context_cache.cc
[120/358] Compiling trace_record_result.cc
[121/358] Compiling auto_tune_compressor.cc
[122/358] Compiling comparator.cc
[123/358] Compiling compression.cc
[124/358] Compiling trace_record.cc
[125/358] Compiling trace_record_handler.cc
[126/358] Compiling unique_id.cc
[127/358] Compiling transaction_test_util.cc
[128/358] Compiling sync_point_impl.cc
[129/358] Compiling sync_point.cc
[130/358] Compiling trace_replay.cc
[131/358] Compiling two_level_iterator.cc
[132/358] Compiling table_factory.cc
[133/358] Compiling io_tracer.cc
[134/358] Compiling testutil.cc
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:327:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
327 | {offsetof(struct TableProperties, orig_file_number),
| ^ ~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:331:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
331 | {offsetof(struct TableProperties, data_size), OptionType::kUInt64T,
| ^ ~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:334:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
334 | {offsetof(struct TableProperties, index_size), OptionType::kUInt64T,
| ^ ~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:337:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
337 | {offsetof(struct TableProperties, index_partitions),
| ^ ~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:341:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
341 | {offsetof(struct TableProperties, top_level_index_size),
| ^ ~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:345:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
345 | {offsetof(struct TableProperties, index_key_is_user_key),
| ^ ~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:349:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
349 | {offsetof(struct TableProperties, index_value_is_delta_encoded),
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:353:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
353 | {offsetof(struct TableProperties, filter_size), OptionType::kUInt64T,
| ^ ~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:356:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
356 | {offsetof(struct TableProperties, raw_key_size), OptionType::kUInt64T,
| ^ ~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:359:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
359 | {offsetof(struct TableProperties, raw_value_size),
| ^ ~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:363:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
363 | {offsetof(struct TableProperties, num_data_blocks),
| ^ ~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:367:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
367 | {offsetof(struct TableProperties, num_entries), OptionType::kUInt64T,
| ^ ~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:370:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
370 | {offsetof(struct TableProperties, num_filter_entries),
| ^ ~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:374:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
374 | {offsetof(struct TableProperties, num_deletions), OptionType::kUInt64T,
| ^ ~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:377:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
377 | {offsetof(struct TableProperties, num_merge_operands),
| ^ ~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:381:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
381 | {offsetof(struct TableProperties, num_range_deletions),
| ^ ~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:385:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
385 | {offsetof(struct TableProperties, format_version),
| ^ ~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:389:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
389 | {offsetof(struct TableProperties, fixed_key_len), OptionType::kUInt64T,
| ^ ~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:392:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
392 | {offsetof(struct TableProperties, column_family_id),
| ^ ~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:396:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
396 | {offsetof(struct TableProperties, creation_time), OptionType::kUInt64T,
| ^ ~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:399:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
399 | {offsetof(struct TableProperties, oldest_key_time),
| ^ ~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:403:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
403 | {offsetof(struct TableProperties, newest_key_time),
| ^ ~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:407:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
407 | {offsetof(struct TableProperties, file_creation_time),
| ^ ~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:411:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
411 | {offsetof(struct TableProperties,
| ^
412 | slow_compression_estimated_data_size),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:416:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
416 | {offsetof(struct TableProperties,
| ^
417 | fast_compression_estimated_data_size),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:421:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
421 | {offsetof(struct TableProperties,
| ^
422 | external_sst_file_global_seqno_offset),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:426:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
426 | {offsetof(struct TableProperties, tail_start_offset),
| ^ ~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:430:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
430 | {offsetof(struct TableProperties, user_defined_timestamps_persisted),
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:434:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
434 | {offsetof(struct TableProperties, key_largest_seqno),
| ^ ~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:438:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
438 | {offsetof(struct TableProperties, db_id), OptionType::kEncodedString}},
| ^ ~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:440:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
440 | {offsetof(struct TableProperties, db_session_id),
| ^ ~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:443:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
443 | {offsetof(struct TableProperties, db_host_id),
| ^ ~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:446:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
446 | {offsetof(struct TableProperties, column_family_name),
| ^ ~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:449:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
449 | {offsetof(struct TableProperties, filter_policy_name),
| ^ ~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:452:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
452 | {offsetof(struct TableProperties, comparator_name),
| ^ ~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:455:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
455 | {offsetof(struct TableProperties, merge_operator_name),
| ^ ~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:458:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
458 | {offsetof(struct TableProperties, prefix_extractor_name),
| ^ ~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:461:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
461 | {offsetof(struct TableProperties, property_collectors_names),
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:464:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
464 | {offsetof(struct TableProperties, compression_name),
| ^ ~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:467:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
467 | {offsetof(struct TableProperties, compression_options),
| ^ ~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:470:11: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
470 | {offsetof(struct TableProperties, seqno_to_time_mapping),
| ^ ~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:474:14: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
474 | offsetof(struct TableProperties, user_collected_properties),
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/table_properties.cc:478:14: warning: 'offsetof' on non-standard-layout type 'struct TableProperties' [-Winvalid-offsetof]
478 | offsetof(struct TableProperties, readable_properties),
| ^ ~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
43 warnings generated.
[135/358] Compiling table_properties.cc
[136/358] Compiling block_cache_tracer.cc
[137/358] Compiling plain_table_index.cc
[138/358] Compiling plain_table_key_coding.cc
[139/358] Compiling plain_table_bloom.cc
[140/358] Compiling sst_file_writer.cc
[141/358] Compiling plain_table_factory.cc
[142/358] Compiling sst_file_dumper.cc
[143/358] Compiling plain_table_reader.cc
[144/358] Compiling plain_table_builder.cc
[145/358] Compiling sst_file_reader.cc
[146/358] Compiling persistent_cache_helper.cc
[147/358] Compiling iterator.cc
[148/358] Compiling format.cc
[149/358] Compiling get_context.cc
[150/358] Compiling meta_blocks.cc
[151/358] Compiling cuckoo_table_reader.cc
[152/358] Compiling cuckoo_table_factory.cc
[153/358] Compiling merging_iterator.cc
[154/358] Compiling external_table.cc
[155/358] Compiling cuckoo_table_builder.cc
[156/358] Compiling block_fetcher.cc
[157/358] Compiling uncompression_dict_reader.cc
[158/358] Compiling reader_common.cc
[159/358] Compiling compaction_merging_iterator.cc
[160/358] Compiling parsed_full_filter_block.cc
[161/358] Compiling partitioned_filter_block.cc
[162/358] Compiling partitioned_index_reader.cc
[163/358] Compiling partitioned_index_iterator.cc
[164/358] Compiling data_block_hash_index.cc
[165/358] Compiling index_reader_common.cc
[166/358] Compiling index_builder.cc
[167/358] Compiling full_filter_block.cc
[168/358] Compiling data_block_footer.cc
[169/358] Compiling block_prefix_index.cc
[170/358] Compiling filter_block_reader_common.cc
[171/358] Compiling hash_index_reader.cc
[172/358] Compiling block_builder.cc
[173/358] Compiling flush_block_policy.cc
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/filter_policy.cc:1826:9: warning: 'offsetof' on non-standard-layout type 'class RibbonFilterPolicy' [-Winvalid-offsetof]
1826 | {offsetof(class RibbonFilterPolicy, bloom_before_level_),
| ^ ~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
1 warning generated.
[174/358] Compiling filter_policy.cc
[175/358] Compiling block_prefetcher.cc
[176/358] Compiling block_cache.cc
[177/358] Compiling xpress_win.cc
[178/358] Compiling win_thread.cc
[179/358] Compiling win_logger.cc
[180/358] Compiling win_jemalloc.cc
[181/358] Compiling port_win.cc
[182/358] Compiling io_win.cc
[183/358] Compiling env_win.cc
[184/358] Compiling env_default.cc
[185/358] Compiling stack_trace.cc
[186/358] Compiling block.cc
[187/358] Compiling block_based_table_iterator.cc
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/port/mmap.cc:46:15: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'rocksdb::MemMapping' [-Wnontrivial-memcall]
46 | std::memcpy(this, &other, sizeof(*this));
| ^
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/port/mmap.cc:46:15: note: explicitly cast the pointer to silence this warning
46 | std::memcpy(this, &other, sizeof(*this));
| ^
| (void*)
1 warning generated.
[188/358] Compiling mmap.cc
[189/358] Compiling port_posix.cc
[190/358] Compiling binary_search_index_reader.cc
[191/358] Compiling adaptive_table_factory.cc
[192/358] Compiling offpeak_time_info.cc
[193/358] Compiling options.cc
[194/358] Compiling block_based_table_reader.cc
[195/358] Compiling block_based_table_builder.cc
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:244:14: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
244 | offsetof(struct BlockBasedTableOptions,
| ^
245 | flush_block_policy_factory),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:248:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
248 | {offsetof(struct BlockBasedTableOptions,
| ^
249 | cache_index_and_filter_blocks),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:252:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
252 | {offsetof(struct BlockBasedTableOptions,
| ^
253 | cache_index_and_filter_blocks_with_high_priority),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:256:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
256 | {offsetof(struct BlockBasedTableOptions,
| ^
257 | pin_l0_filter_and_index_blocks_in_cache),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:260:28: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
260 | offsetof(struct BlockBasedTableOptions, index_type),
| ^ ~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:266:14: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
266 | offsetof(struct BlockBasedTableOptions, data_block_index_type),
| ^ ~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:270:14: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
270 | offsetof(struct BlockBasedTableOptions, index_shortening),
| ^ ~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:273:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
273 | {offsetof(struct BlockBasedTableOptions,
| ^
274 | data_block_hash_table_util_ratio),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:277:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
277 | {offsetof(struct BlockBasedTableOptions, checksum),
| ^ ~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:280:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
280 | {offsetof(struct BlockBasedTableOptions, no_block_cache),
| ^ ~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:283:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
283 | {offsetof(struct BlockBasedTableOptions, block_size),
| ^ ~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:286:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
286 | {offsetof(struct BlockBasedTableOptions, block_size_deviation),
| ^ ~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:289:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
289 | {offsetof(struct BlockBasedTableOptions, block_restart_interval),
| ^ ~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:292:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
292 | {offsetof(struct BlockBasedTableOptions, index_block_restart_interval),
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:297:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
297 | {offsetof(struct BlockBasedTableOptions, metadata_block_size),
| ^ ~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:300:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
300 | {offsetof(struct BlockBasedTableOptions, partition_filters),
| ^ ~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:303:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
303 | {offsetof(struct BlockBasedTableOptions, decouple_partitioned_filters),
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:306:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
306 | {offsetof(struct BlockBasedTableOptions, optimize_filters_for_memory),
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:309:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
309 | {offsetof(struct BlockBasedTableOptions, use_delta_encoding),
| ^ ~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:313:14: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
313 | offsetof(struct BlockBasedTableOptions, filter_policy),
| ^ ~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:316:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
316 | {offsetof(struct BlockBasedTableOptions, whole_key_filtering),
| ^ ~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:319:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
319 | {offsetof(struct BlockBasedTableOptions,
| ^
320 | detect_filter_construct_corruption),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:329:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
329 | {offsetof(struct BlockBasedTableOptions, format_version),
| ^ ~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:332:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
332 | {offsetof(struct BlockBasedTableOptions, verify_compression),
| ^ ~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:335:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
335 | {offsetof(struct BlockBasedTableOptions, read_amp_bytes_per_bit),
| ^ ~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:355:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
355 | {offsetof(struct BlockBasedTableOptions, enable_index_compression),
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:358:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
358 | {offsetof(struct BlockBasedTableOptions, block_align),
| ^ ~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:361:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
361 | {offsetof(struct BlockBasedTableOptions,
| ^
362 | pin_top_level_index_and_filter),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:367:14: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
367 | offsetof(struct BlockBasedTableOptions, metadata_cache_options),
| ^ ~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:370:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
370 | {offsetof(struct BlockBasedTableOptions, block_cache),
| ^ ~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:382:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
382 | {offsetof(struct BlockBasedTableOptions, max_auto_readahead_size),
| ^ ~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:386:14: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
386 | offsetof(struct BlockBasedTableOptions, prepopulate_block_cache),
| ^ ~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:389:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
389 | {offsetof(struct BlockBasedTableOptions, initial_auto_readahead_size),
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/table/block_based/block_based_table_factory.cc:392:11: warning: 'offsetof' on non-standard-layout type 'struct BlockBasedTableOptions' [-Winvalid-offsetof]
392 | {offsetof(struct BlockBasedTableOptions,
| ^
393 | num_file_reads_for_auto_readahead),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
34 warnings generated.
[196/358] Compiling block_based_table_factory.cc
[197/358] Compiling customizable.cc
[198/358] Compiling options_parser.cc
[199/358] Compiling thread_status_util.cc
[200/358] Compiling thread_status_util_debug.cc
[201/358] Compiling options_helper.cc
[202/358] Compiling configurable.cc
[203/358] Compiling db_options.cc
[204/358] Compiling thread_status_impl.cc
[205/358] Compiling thread_status_updater.cc
[206/358] Compiling perf_level.cc
[207/358] Compiling perf_context.cc
[208/358] Compiling iostats_context.cc
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/options/cf_options.cc:745:11: warning: 'offsetof' on non-standard-layout type 'struct ImmutableCFOptions' [-Winvalid-offsetof]
745 | {offsetof(struct ImmutableCFOptions, inplace_update_support),
| ^ ~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/options/cf_options.cc:749:11: warning: 'offsetof' on non-standard-layout type 'struct ImmutableCFOptions' [-Winvalid-offsetof]
749 | {offsetof(struct ImmutableCFOptions,
| ^
750 | level_compaction_dynamic_level_bytes),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/options/cf_options.cc:757:11: warning: 'offsetof' on non-standard-layout type 'struct ImmutableCFOptions' [-Winvalid-offsetof]
757 | {offsetof(struct ImmutableCFOptions, optimize_filters_for_hits),
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/options/cf_options.cc:761:11: warning: 'offsetof' on non-standard-layout type 'struct ImmutableCFOptions' [-Winvalid-offsetof]
761 | {offsetof(struct ImmutableCFOptions, force_consistency_checks),
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/options/cf_options.cc:765:11: warning: 'offsetof' on non-standard-layout type 'struct ImmutableCFOptions' [-Winvalid-offsetof]
765 | {offsetof(struct ImmutableCFOptions, disallow_memtable_writes),
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/options/cf_options.cc:769:11: warning: 'offsetof' on non-standard-layout type 'struct ImmutableCFOptions' [-Winvalid-offsetof]
769 | {offsetof(struct ImmutableCFOptions, default_temperature),
| ^ ~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/options/cf_options.cc:780:11: warning: 'offsetof' on non-standard-layout type 'struct ImmutableCFOptions' [-Winvalid-offsetof]
780 | {offsetof(struct ImmutableCFOptions,
| ^
781 | max_write_buffer_size_to_maintain),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/options/cf_options.cc:785:11: warning: 'offsetof' on non-standard-layout type 'struct ImmutableCFOptions' [-Winvalid-offsetof]
785 | {offsetof(struct ImmutableCFOptions, min_write_buffer_number_to_merge),
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/options/cf_options.cc:789:11: warning: 'offsetof' on non-standard-layout type 'struct ImmutableCFOptions' [-Winvalid-offsetof]
789 | {offsetof(struct ImmutableCFOptions, num_levels), OptionType::kInt,
| ^ ~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/options/cf_options.cc:792:11: warning: 'offsetof' on non-standard-layout type 'struct ImmutableCFOptions' [-Winvalid-offsetof]
792 | {offsetof(struct ImmutableCFOptions, bloom_locality),
| ^ ~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/options/cf_options.cc:800:14: warning: 'offsetof' on non-standard-layout type 'struct ImmutableCFOptions' [-Winvalid-offsetof]
800 | offsetof(struct ImmutableCFOptions, user_comparator),
| ^ ~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/options/cf_options.cc:820:14: warning: 'offsetof' on non-standard-layout type 'struct ImmutableCFOptions' [-Winvalid-offsetof]
820 | offsetof(struct ImmutableCFOptions,
| ^
821 | memtable_insert_with_hint_prefix_extractor),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/options/cf_options.cc:824:11: warning: 'offsetof' on non-standard-layout type 'struct ImmutableCFOptions' [-Winvalid-offsetof]
824 | {offsetof(struct ImmutableCFOptions, memtable_factory),
| ^ ~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/options/cf_options.cc:837:11: warning: 'offsetof' on non-standard-layout type 'struct ImmutableCFOptions' [-Winvalid-offsetof]
837 | {offsetof(struct ImmutableCFOptions, memtable_factory),
| ^ ~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/options/cf_options.cc:852:14: warning: 'offsetof' on non-standard-layout type 'struct ImmutableCFOptions' [-Winvalid-offsetof]
852 | offsetof(struct ImmutableCFOptions,
| ^
853 | table_properties_collector_factories),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/options/cf_options.cc:859:14: warning: 'offsetof' on non-standard-layout type 'struct ImmutableCFOptions' [-Winvalid-offsetof]
859 | offsetof(struct ImmutableCFOptions, compaction_filter),
| ^ ~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/options/cf_options.cc:863:14: warning: 'offsetof' on non-standard-layout type 'struct ImmutableCFOptions' [-Winvalid-offsetof]
863 | offsetof(struct ImmutableCFOptions, compaction_filter_factory),
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/options/cf_options.cc:867:14: warning: 'offsetof' on non-standard-layout type 'struct ImmutableCFOptions' [-Winvalid-offsetof]
867 | offsetof(struct ImmutableCFOptions, merge_operator),
| ^ ~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/options/cf_options.cc:871:11: warning: 'offsetof' on non-standard-layout type 'struct ImmutableCFOptions' [-Winvalid-offsetof]
871 | {offsetof(struct ImmutableCFOptions, compaction_style),
| ^ ~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/options/cf_options.cc:875:11: warning: 'offsetof' on non-standard-layout type 'struct ImmutableCFOptions' [-Winvalid-offsetof]
875 | {offsetof(struct ImmutableCFOptions, compaction_pri),
| ^ ~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/options/cf_options.cc:880:14: warning: 'offsetof' on non-standard-layout type 'struct ImmutableCFOptions' [-Winvalid-offsetof]
880 | offsetof(struct ImmutableCFOptions, sst_partitioner_factory),
| ^ ~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/options/cf_options.cc:883:11: warning: 'offsetof' on non-standard-layout type 'struct ImmutableCFOptions' [-Winvalid-offsetof]
883 | {offsetof(struct ImmutableCFOptions, blob_cache), OptionType::kUnknown,
| ^ ~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/options/cf_options.cc:893:11: warning: 'offsetof' on non-standard-layout type 'struct ImmutableCFOptions' [-Winvalid-offsetof]
893 | {offsetof(struct ImmutableCFOptions, persist_user_defined_timestamps),
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
23 warnings generated.
[209/358] Compiling cf_options.cc
[210/358] Compiling instrumented_mutex.cc
[211/358] Compiling statistics.cc
[212/358] Compiling histogram_windowing.cc
[213/358] Compiling thread_status_updater_debug.cc
[214/358] Compiling histogram.cc
[215/358] Compiling persistent_stats_history.cc
[216/358] Compiling in_memory_stats_history.cc
[217/358] Compiling skiplistrep.cc
[218/358] Compiling wbwi_memtable.cc
[219/358] Compiling alloc_tracker.cc
[220/358] Compiling vectorrep.cc
[221/358] Compiling memkind_kmem_allocator.cc
[222/358] Compiling hash_skiplist_rep.cc
[223/358] Compiling hash_linklist_rep.cc
[224/358] Compiling concurrent_arena.cc
[225/358] Compiling log_buffer.cc
[226/358] Compiling arena.cc
[227/358] Compiling event_logger.cc
[228/358] Compiling write_buffer_manager.cc
[229/358] Compiling jemalloc_nodump_allocator.cc
[230/358] Compiling memory_allocator.cc
[231/358] Compiling auto_roll_logger.cc
[232/358] Compiling sequence_file_reader.cc
[233/358] Compiling readahead_raf.cc
[234/358] Compiling read_write_util.cc
[235/358] Compiling line_file_reader.cc
[236/358] Compiling random_access_file_reader.cc
[237/358] Compiling unique_id_gen.cc
[238/358] Compiling writable_file_writer.cc
[239/358] Compiling filename.cc
[240/358] Compiling file_prefetch_buffer.cc
[241/358] Compiling fs_remap.cc
[242/358] Compiling io_posix.cc
[243/358] Compiling sst_file_manager_impl.cc
[244/358] Compiling mock_env.cc
[245/358] Compiling delete_scheduler.cc
[246/358] Compiling file_util.cc
[247/358] Compiling fs_on_demand.cc
[248/358] Compiling fs_posix.cc
[249/358] Compiling file_system_tracer.cc
[250/358] Compiling env_posix.cc
[251/358] Compiling env_chroot.cc
[252/358] Compiling write_controller.cc
[253/358] Compiling composite_env.cc
[254/358] Compiling file_system.cc
[255/358] Compiling write_batch_base.cc
[256/358] Compiling env_encryption.cc
[257/358] Compiling wide_columns_helper.cc
[258/358] Compiling wide_columns.cc
[259/358] Compiling wide_column_serialization.cc
[260/358] Compiling write_thread.cc
[261/358] Compiling wal_edit.cc
[262/358] Compiling write_stall_stats.cc
[263/358] Compiling env.cc
[264/358] Compiling trim_history_scheduler.cc
[265/358] Compiling wal_manager.cc
[266/358] Compiling version_edit.cc
[267/358] Compiling write_batch.cc
[268/358] Compiling transaction_log_impl.cc
[269/358] Compiling table_properties_collector.cc
[270/358] Compiling snapshot_impl.cc
[271/358] Compiling version_edit_handler.cc
[272/358] Compiling version_builder.cc
[273/358] Compiling periodic_task_scheduler.cc
[274/358] Compiling seqno_to_time_mapping.cc
[275/358] Compiling table_cache.cc
[276/358] Compiling output_validator.cc
[277/358] Compiling range_tombstone_fragmenter.cc
[278/358] Compiling merge_operator.cc
[279/358] Compiling multi_scan.cc
[280/358] Compiling malloc_stats.cc
[281/358] Compiling version_set.cc
[282/358] Compiling range_del_aggregator.cc
[283/358] Compiling logs_with_prep_tracker.cc
[284/358] Compiling manifest_ops.cc
[285/358] Compiling repair.cc
[286/358] Compiling merge_helper.cc
[287/358] Compiling log_reader.cc
[288/358] Compiling memtable.cc
[289/358] Compiling log_writer.cc
[290/358] Compiling memtable_list.cc
[291/358] Compiling import_column_family_job.cc
[292/358] Compiling flush_scheduler.cc
[293/358] Compiling file_indexer.cc
[294/358] Compiling internal_stats.cc
[295/358] Compiling dbformat.cc
[296/358] Compiling forward_iterator.cc
[297/358] Compiling flush_job.cc
[298/358] Compiling db_info_dumper.cc
[299/358] Compiling event_helpers.cc
[300/358] Compiling external_sst_file_ingestion_job.cc
[301/358] Compiling error_handler.cc
[302/358] Compiling db_iter.cc
[303/358] Compiling experimental.cc
[304/358] Compiling db_impl_write.cc
[305/358] Compiling db_impl_readonly.cc
[306/358] Compiling db_impl_follower.cc
[307/358] Compiling db_impl_secondary.cc
[308/358] Compiling db_impl_open.cc
[309/358] Compiling db_impl_files.cc
[310/358] Compiling db_impl_experimental.cc
[311/358] Compiling db_impl_debug.cc
[312/358] Compiling sst_partitioner.cc
[313/358] Compiling db_filesnapshot.cc
[314/358] Compiling compacted_db_impl.cc
[315/358] Compiling subcompaction_state.cc
[316/358] Compiling convenience.cc
[317/358] Compiling compaction_state.cc
[318/358] Compiling db_impl_compaction_flush.cc
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:456:7: warning: 'offsetof' on non-standard-layout type 'struct ColumnFamilyDescriptor' [-Winvalid-offsetof]
456 | {offsetof(struct ColumnFamilyDescriptor, name), OptionType::kEncodedString,
| ^ ~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:459:7: warning: 'offsetof' on non-standard-layout type 'struct ColumnFamilyDescriptor' [-Winvalid-offsetof]
459 | {offsetof(struct ColumnFamilyDescriptor, options),
| ^ ~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:533:11: warning: 'offsetof' on non-standard-layout type 'struct CompactionServiceOutputFile' [-Winvalid-offsetof]
533 | {offsetof(struct CompactionServiceOutputFile, file_name),
| ^ ~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:537:11: warning: 'offsetof' on non-standard-layout type 'struct CompactionServiceOutputFile' [-Winvalid-offsetof]
537 | {offsetof(struct CompactionServiceOutputFile, file_size),
| ^ ~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:541:11: warning: 'offsetof' on non-standard-layout type 'struct CompactionServiceOutputFile' [-Winvalid-offsetof]
541 | {offsetof(struct CompactionServiceOutputFile, smallest_seqno),
| ^ ~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:545:11: warning: 'offsetof' on non-standard-layout type 'struct CompactionServiceOutputFile' [-Winvalid-offsetof]
545 | {offsetof(struct CompactionServiceOutputFile, largest_seqno),
| ^ ~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:549:11: warning: 'offsetof' on non-standard-layout type 'struct CompactionServiceOutputFile' [-Winvalid-offsetof]
549 | {offsetof(struct CompactionServiceOutputFile, smallest_internal_key),
| ^ ~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:553:11: warning: 'offsetof' on non-standard-layout type 'struct CompactionServiceOutputFile' [-Winvalid-offsetof]
553 | {offsetof(struct CompactionServiceOutputFile, largest_internal_key),
| ^ ~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:557:11: warning: 'offsetof' on non-standard-layout type 'struct CompactionServiceOutputFile' [-Winvalid-offsetof]
557 | {offsetof(struct CompactionServiceOutputFile, oldest_ancester_time),
| ^ ~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:561:11: warning: 'offsetof' on non-standard-layout type 'struct CompactionServiceOutputFile' [-Winvalid-offsetof]
561 | {offsetof(struct CompactionServiceOutputFile, file_creation_time),
| ^ ~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:565:11: warning: 'offsetof' on non-standard-layout type 'struct CompactionServiceOutputFile' [-Winvalid-offsetof]
565 | {offsetof(struct CompactionServiceOutputFile, epoch_number),
| ^ ~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:569:11: warning: 'offsetof' on non-standard-layout type 'struct CompactionServiceOutputFile' [-Winvalid-offsetof]
569 | {offsetof(struct CompactionServiceOutputFile, file_checksum),
| ^ ~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:573:11: warning: 'offsetof' on non-standard-layout type 'struct CompactionServiceOutputFile' [-Winvalid-offsetof]
573 | {offsetof(struct CompactionServiceOutputFile, file_checksum_func_name),
| ^ ~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:577:11: warning: 'offsetof' on non-standard-layout type 'struct CompactionServiceOutputFile' [-Winvalid-offsetof]
577 | {offsetof(struct CompactionServiceOutputFile, paranoid_hash),
| ^ ~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:581:11: warning: 'offsetof' on non-standard-layout type 'struct CompactionServiceOutputFile' [-Winvalid-offsetof]
581 | {offsetof(struct CompactionServiceOutputFile, marked_for_compaction),
| ^ ~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:586:14: warning: 'offsetof' on non-standard-layout type 'struct CompactionServiceOutputFile' [-Winvalid-offsetof]
586 | offsetof(struct CompactionServiceOutputFile, unique_id),
| ^ ~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:590:11: warning: 'offsetof' on non-standard-layout type 'struct CompactionServiceOutputFile' [-Winvalid-offsetof]
590 | {offsetof(struct CompactionServiceOutputFile, table_properties),
| ^ ~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:614:11: warning: 'offsetof' on non-standard-layout type 'struct CompactionServiceOutputFile' [-Winvalid-offsetof]
614 | {offsetof(struct CompactionServiceOutputFile,
| ^
615 | is_proximal_level_output),
| ~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:619:11: warning: 'offsetof' on non-standard-layout type 'struct CompactionServiceOutputFile' [-Winvalid-offsetof]
619 | {offsetof(struct CompactionServiceOutputFile, file_temperature),
| ^ ~~~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:913:7: warning: 'offsetof' on non-standard-layout type 'struct CompactionServiceResult' [-Winvalid-offsetof]
913 | {offsetof(struct CompactionServiceResult, status),
| ^ ~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:947:10: warning: 'offsetof' on non-standard-layout type 'struct CompactionServiceResult' [-Winvalid-offsetof]
947 | offsetof(struct CompactionServiceResult, output_files),
| ^ ~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:953:7: warning: 'offsetof' on non-standard-layout type 'struct CompactionServiceResult' [-Winvalid-offsetof]
953 | {offsetof(struct CompactionServiceResult, output_level), OptionType::kInt,
| ^ ~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:956:7: warning: 'offsetof' on non-standard-layout type 'struct CompactionServiceResult' [-Winvalid-offsetof]
956 | {offsetof(struct CompactionServiceResult, output_path),
| ^ ~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:960:7: warning: 'offsetof' on non-standard-layout type 'struct CompactionServiceResult' [-Winvalid-offsetof]
960 | {offsetof(struct CompactionServiceResult, bytes_read),
| ^ ~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:964:7: warning: 'offsetof' on non-standard-layout type 'struct CompactionServiceResult' [-Winvalid-offsetof]
964 | {offsetof(struct CompactionServiceResult, bytes_written),
| ^ ~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:969:19: warning: 'offsetof' on non-standard-layout type 'struct CompactionServiceResult' [-Winvalid-offsetof]
969 | offsetof(struct CompactionServiceResult, stats),
| ^ ~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
/host/spi-builder-workspace/Sources/rocksdb/rocksdb/db/compaction/compaction_service_job.cc:974:10: warning: 'offsetof' on non-standard-layout type 'struct CompactionServiceResult' [-Winvalid-offsetof]
974 | offsetof(struct CompactionServiceResult, internal_stats),
| ^ ~~~~~~~~~~~~~~
/usr/lib/clang/21/include/__stddef_offsetof.h:16:24: note: expanded from macro 'offsetof'
16 | #define offsetof(t, d) __builtin_offsetof(t, d)
| ^ ~
27 warnings generated.
[319/358] Compiling compaction_service_job.cc
[320/358] Compiling compaction_picker_universal.cc
[321/358] Compiling compaction_picker_level.cc
[322/358] Compiling compaction_picker_fifo.cc
[323/358] Compiling compaction_picker.cc
[324/358] Compiling db_impl.cc
[325/358] Compiling compaction_outputs.cc
[326/358] Compiling coalescing_iterator.cc
[327/358] Compiling prefetch_buffer_collection.cc
[328/358] Compiling compaction_job.cc
[329/358] Compiling compaction.cc
[330/358] Compiling compaction_iterator.cc
[331/358] Compiling c.cc
[332/358] Compiling blob_source.cc
[333/358] Compiling blob_log_format.cc
[334/358] Compiling blob_log_sequential_reader.cc
[335/358] Compiling builder.cc
[336/358] Compiling blob_garbage_meter.cc
[337/358] Compiling column_family.cc
[338/358] Compiling blob_file_meta.cc
[339/358] Compiling blob_file_garbage.cc
[340/358] Compiling blob_log_writer.cc
[341/358] Compiling blob_file_cache.cc
[342/358] Compiling blob_file_addition.cc
[343/358] Compiling blob_file_reader.cc
[344/358] Compiling blob_contents.cc
[345/358] Compiling attribute_group_iterator_impl.cc
[346/358] Compiling sharded_cache.cc
[347/358] Compiling secondary_cache.cc
[348/358] Compiling tiered_secondary_cache.cc
[349/358] Compiling secondary_cache_adapter.cc
[350/358] Compiling blob_file_builder.cc
[351/358] Compiling lru_cache.cc
[352/358] Compiling blob_fetcher.cc
[353/358] Compiling compressed_secondary_cache.cc
[354/358] Compiling charged_cache.cc
[355/358] Compiling cpp-intepop rocksdb_cpp_interop.cpp
[356/358] Compiling clock_cache.cc
[357/358] Compiling arena_wrapped_db_iter.cc
[359/360] Emitting module swift_rocksdb
[360/360] Compiling swift_rocksdb swift_rocksdb.swift
Build complete! (445.28s)
Build complete.
{
"cxx_language_standard" : "c++17",
"dependencies" : [
],
"manifest_display_name" : "swift-rocksdb",
"name" : "swift-rocksdb",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "rocksdb",
"targets" : [
"rocksdb"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "swift-rocksdb",
"targets" : [
"swift-rocksdb"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "cpp-intepop",
"targets" : [
"cpp-intepop"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "swift_rocksdbTests",
"module_type" : "SwiftTarget",
"name" : "swift-rocksdbTests",
"path" : "Tests/swift-rocksdbTests",
"sources" : [
"swift_rocksdbTests.swift"
],
"target_dependencies" : [
"rocksdb",
"cpp-intepop",
"swift-rocksdb"
],
"type" : "test"
},
{
"c99name" : "swift_rocksdb",
"module_type" : "SwiftTarget",
"name" : "swift-rocksdb",
"path" : "Sources/swift-rocksdb",
"product_memberships" : [
"swift-rocksdb"
],
"sources" : [
"swift_rocksdb.swift"
],
"target_dependencies" : [
"rocksdb",
"cpp-intepop"
],
"type" : "library"
},
{
"c99name" : "rocksdb",
"module_type" : "ClangTarget",
"name" : "rocksdb",
"path" : "Sources/rocksdb",
"product_memberships" : [
"rocksdb",
"swift-rocksdb",
"cpp-intepop"
],
"sources" : [
"extras/build_version.cc",
"rocksdb/cache/cache.cc",
"rocksdb/cache/cache_bench_tool.cc",
"rocksdb/cache/cache_entry_roles.cc",
"rocksdb/cache/cache_helpers.cc",
"rocksdb/cache/cache_key.cc",
"rocksdb/cache/cache_reservation_manager.cc",
"rocksdb/cache/charged_cache.cc",
"rocksdb/cache/clock_cache.cc",
"rocksdb/cache/compressed_secondary_cache.cc",
"rocksdb/cache/lru_cache.cc",
"rocksdb/cache/secondary_cache.cc",
"rocksdb/cache/secondary_cache_adapter.cc",
"rocksdb/cache/sharded_cache.cc",
"rocksdb/cache/tiered_secondary_cache.cc",
"rocksdb/db/arena_wrapped_db_iter.cc",
"rocksdb/db/attribute_group_iterator_impl.cc",
"rocksdb/db/blob/blob_contents.cc",
"rocksdb/db/blob/blob_fetcher.cc",
"rocksdb/db/blob/blob_file_addition.cc",
"rocksdb/db/blob/blob_file_builder.cc",
"rocksdb/db/blob/blob_file_cache.cc",
"rocksdb/db/blob/blob_file_garbage.cc",
"rocksdb/db/blob/blob_file_meta.cc",
"rocksdb/db/blob/blob_file_reader.cc",
"rocksdb/db/blob/blob_garbage_meter.cc",
"rocksdb/db/blob/blob_log_format.cc",
"rocksdb/db/blob/blob_log_sequential_reader.cc",
"rocksdb/db/blob/blob_log_writer.cc",
"rocksdb/db/blob/blob_source.cc",
"rocksdb/db/blob/prefetch_buffer_collection.cc",
"rocksdb/db/builder.cc",
"rocksdb/db/c.cc",
"rocksdb/db/coalescing_iterator.cc",
"rocksdb/db/column_family.cc",
"rocksdb/db/compaction/compaction.cc",
"rocksdb/db/compaction/compaction_iterator.cc",
"rocksdb/db/compaction/compaction_job.cc",
"rocksdb/db/compaction/compaction_outputs.cc",
"rocksdb/db/compaction/compaction_picker.cc",
"rocksdb/db/compaction/compaction_picker_fifo.cc",
"rocksdb/db/compaction/compaction_picker_level.cc",
"rocksdb/db/compaction/compaction_picker_universal.cc",
"rocksdb/db/compaction/compaction_service_job.cc",
"rocksdb/db/compaction/compaction_state.cc",
"rocksdb/db/compaction/sst_partitioner.cc",
"rocksdb/db/compaction/subcompaction_state.cc",
"rocksdb/db/convenience.cc",
"rocksdb/db/db_filesnapshot.cc",
"rocksdb/db/db_impl/compacted_db_impl.cc",
"rocksdb/db/db_impl/db_impl.cc",
"rocksdb/db/db_impl/db_impl_compaction_flush.cc",
"rocksdb/db/db_impl/db_impl_debug.cc",
"rocksdb/db/db_impl/db_impl_experimental.cc",
"rocksdb/db/db_impl/db_impl_files.cc",
"rocksdb/db/db_impl/db_impl_follower.cc",
"rocksdb/db/db_impl/db_impl_open.cc",
"rocksdb/db/db_impl/db_impl_readonly.cc",
"rocksdb/db/db_impl/db_impl_secondary.cc",
"rocksdb/db/db_impl/db_impl_write.cc",
"rocksdb/db/db_info_dumper.cc",
"rocksdb/db/db_iter.cc",
"rocksdb/db/dbformat.cc",
"rocksdb/db/error_handler.cc",
"rocksdb/db/event_helpers.cc",
"rocksdb/db/experimental.cc",
"rocksdb/db/external_sst_file_ingestion_job.cc",
"rocksdb/db/file_indexer.cc",
"rocksdb/db/flush_job.cc",
"rocksdb/db/flush_scheduler.cc",
"rocksdb/db/forward_iterator.cc",
"rocksdb/db/import_column_family_job.cc",
"rocksdb/db/internal_stats.cc",
"rocksdb/db/log_reader.cc",
"rocksdb/db/log_writer.cc",
"rocksdb/db/logs_with_prep_tracker.cc",
"rocksdb/db/malloc_stats.cc",
"rocksdb/db/manifest_ops.cc",
"rocksdb/db/memtable.cc",
"rocksdb/db/memtable_list.cc",
"rocksdb/db/merge_helper.cc",
"rocksdb/db/merge_operator.cc",
"rocksdb/db/multi_scan.cc",
"rocksdb/db/output_validator.cc",
"rocksdb/db/periodic_task_scheduler.cc",
"rocksdb/db/range_del_aggregator.cc",
"rocksdb/db/range_tombstone_fragmenter.cc",
"rocksdb/db/repair.cc",
"rocksdb/db/seqno_to_time_mapping.cc",
"rocksdb/db/snapshot_impl.cc",
"rocksdb/db/table_cache.cc",
"rocksdb/db/table_properties_collector.cc",
"rocksdb/db/transaction_log_impl.cc",
"rocksdb/db/trim_history_scheduler.cc",
"rocksdb/db/version_builder.cc",
"rocksdb/db/version_edit.cc",
"rocksdb/db/version_edit_handler.cc",
"rocksdb/db/version_set.cc",
"rocksdb/db/wal_edit.cc",
"rocksdb/db/wal_manager.cc",
"rocksdb/db/wide/wide_column_serialization.cc",
"rocksdb/db/wide/wide_columns.cc",
"rocksdb/db/wide/wide_columns_helper.cc",
"rocksdb/db/write_batch.cc",
"rocksdb/db/write_batch_base.cc",
"rocksdb/db/write_controller.cc",
"rocksdb/db/write_stall_stats.cc",
"rocksdb/db/write_thread.cc",
"rocksdb/env/composite_env.cc",
"rocksdb/env/env.cc",
"rocksdb/env/env_chroot.cc",
"rocksdb/env/env_encryption.cc",
"rocksdb/env/env_posix.cc",
"rocksdb/env/file_system.cc",
"rocksdb/env/file_system_tracer.cc",
"rocksdb/env/fs_on_demand.cc",
"rocksdb/env/fs_posix.cc",
"rocksdb/env/fs_remap.cc",
"rocksdb/env/io_posix.cc",
"rocksdb/env/mock_env.cc",
"rocksdb/env/unique_id_gen.cc",
"rocksdb/file/delete_scheduler.cc",
"rocksdb/file/file_prefetch_buffer.cc",
"rocksdb/file/file_util.cc",
"rocksdb/file/filename.cc",
"rocksdb/file/line_file_reader.cc",
"rocksdb/file/random_access_file_reader.cc",
"rocksdb/file/read_write_util.cc",
"rocksdb/file/readahead_raf.cc",
"rocksdb/file/sequence_file_reader.cc",
"rocksdb/file/sst_file_manager_impl.cc",
"rocksdb/file/writable_file_writer.cc",
"rocksdb/logging/auto_roll_logger.cc",
"rocksdb/logging/event_logger.cc",
"rocksdb/logging/log_buffer.cc",
"rocksdb/memory/arena.cc",
"rocksdb/memory/concurrent_arena.cc",
"rocksdb/memory/jemalloc_nodump_allocator.cc",
"rocksdb/memory/memkind_kmem_allocator.cc",
"rocksdb/memory/memory_allocator.cc",
"rocksdb/memtable/alloc_tracker.cc",
"rocksdb/memtable/hash_linklist_rep.cc",
"rocksdb/memtable/hash_skiplist_rep.cc",
"rocksdb/memtable/skiplistrep.cc",
"rocksdb/memtable/vectorrep.cc",
"rocksdb/memtable/wbwi_memtable.cc",
"rocksdb/memtable/write_buffer_manager.cc",
"rocksdb/monitoring/histogram.cc",
"rocksdb/monitoring/histogram_windowing.cc",
"rocksdb/monitoring/in_memory_stats_history.cc",
"rocksdb/monitoring/instrumented_mutex.cc",
"rocksdb/monitoring/iostats_context.cc",
"rocksdb/monitoring/perf_context.cc",
"rocksdb/monitoring/perf_level.cc",
"rocksdb/monitoring/persistent_stats_history.cc",
"rocksdb/monitoring/statistics.cc",
"rocksdb/monitoring/thread_status_impl.cc",
"rocksdb/monitoring/thread_status_updater.cc",
"rocksdb/monitoring/thread_status_updater_debug.cc",
"rocksdb/monitoring/thread_status_util.cc",
"rocksdb/monitoring/thread_status_util_debug.cc",
"rocksdb/options/cf_options.cc",
"rocksdb/options/configurable.cc",
"rocksdb/options/customizable.cc",
"rocksdb/options/db_options.cc",
"rocksdb/options/offpeak_time_info.cc",
"rocksdb/options/options.cc",
"rocksdb/options/options_helper.cc",
"rocksdb/options/options_parser.cc",
"rocksdb/port/mmap.cc",
"rocksdb/port/port_posix.cc",
"rocksdb/port/stack_trace.cc",
"rocksdb/port/win/env_default.cc",
"rocksdb/port/win/env_win.cc",
"rocksdb/port/win/io_win.cc",
"rocksdb/port/win/port_win.cc",
"rocksdb/port/win/win_jemalloc.cc",
"rocksdb/port/win/win_logger.cc",
"rocksdb/port/win/win_thread.cc",
"rocksdb/port/win/xpress_win.cc",
"rocksdb/table/adaptive/adaptive_table_factory.cc",
"rocksdb/table/block_based/binary_search_index_reader.cc",
"rocksdb/table/block_based/block.cc",
"rocksdb/table/block_based/block_based_table_builder.cc",
"rocksdb/table/block_based/block_based_table_factory.cc",
"rocksdb/table/block_based/block_based_table_iterator.cc",
"rocksdb/table/block_based/block_based_table_reader.cc",
"rocksdb/table/block_based/block_builder.cc",
"rocksdb/table/block_based/block_cache.cc",
"rocksdb/table/block_based/block_prefetcher.cc",
"rocksdb/table/block_based/block_prefix_index.cc",
"rocksdb/table/block_based/data_block_footer.cc",
"rocksdb/table/block_based/data_block_hash_index.cc",
"rocksdb/table/block_based/filter_block_reader_common.cc",
"rocksdb/table/block_based/filter_policy.cc",
"rocksdb/table/block_based/flush_block_policy.cc",
"rocksdb/table/block_based/full_filter_block.cc",
"rocksdb/table/block_based/hash_index_reader.cc",
"rocksdb/table/block_based/index_builder.cc",
"rocksdb/table/block_based/index_reader_common.cc",
"rocksdb/table/block_based/parsed_full_filter_block.cc",
"rocksdb/table/block_based/partitioned_filter_block.cc",
"rocksdb/table/block_based/partitioned_index_iterator.cc",
"rocksdb/table/block_based/partitioned_index_reader.cc",
"rocksdb/table/block_based/reader_common.cc",
"rocksdb/table/block_based/uncompression_dict_reader.cc",
"rocksdb/table/block_fetcher.cc",
"rocksdb/table/compaction_merging_iterator.cc",
"rocksdb/table/cuckoo/cuckoo_table_builder.cc",
"rocksdb/table/cuckoo/cuckoo_table_factory.cc",
"rocksdb/table/cuckoo/cuckoo_table_reader.cc",
"rocksdb/table/external_table.cc",
"rocksdb/table/format.cc",
"rocksdb/table/get_context.cc",
"rocksdb/table/iterator.cc",
"rocksdb/table/merging_iterator.cc",
"rocksdb/table/meta_blocks.cc",
"rocksdb/table/persistent_cache_helper.cc",
"rocksdb/table/plain/plain_table_bloom.cc",
"rocksdb/table/plain/plain_table_builder.cc",
"rocksdb/table/plain/plain_table_factory.cc",
"rocksdb/table/plain/plain_table_index.cc",
"rocksdb/table/plain/plain_table_key_coding.cc",
"rocksdb/table/plain/plain_table_reader.cc",
"rocksdb/table/sst_file_dumper.cc",
"rocksdb/table/sst_file_reader.cc",
"rocksdb/table/sst_file_writer.cc",
"rocksdb/table/table_factory.cc",
"rocksdb/table/table_properties.cc",
"rocksdb/table/two_level_iterator.cc",
"rocksdb/table/unique_id.cc",
"rocksdb/test_util/sync_point.cc",
"rocksdb/test_util/sync_point_impl.cc",
"rocksdb/test_util/testutil.cc",
"rocksdb/test_util/transaction_test_util.cc",
"rocksdb/trace_replay/block_cache_tracer.cc",
"rocksdb/trace_replay/io_tracer.cc",
"rocksdb/trace_replay/trace_record.cc",
"rocksdb/trace_replay/trace_record_handler.cc",
"rocksdb/trace_replay/trace_record_result.cc",
"rocksdb/trace_replay/trace_replay.cc",
"rocksdb/util/async_file_reader.cc",
"rocksdb/util/auto_tune_compressor.cc",
"rocksdb/util/cleanable.cc",
"rocksdb/util/coding.cc",
"rocksdb/util/compaction_job_stats_impl.cc",
"rocksdb/util/comparator.cc",
"rocksdb/util/compression.cc",
"rocksdb/util/compression_context_cache.cc",
"rocksdb/util/concurrent_task_limiter_impl.cc",
"rocksdb/util/crc32c.cc",
"rocksdb/util/crc32c_arm64.cc",
"rocksdb/util/data_structure.cc",
"rocksdb/util/dynamic_bloom.cc",
"rocksdb/util/file_checksum_helper.cc",
"rocksdb/util/hash.cc",
"rocksdb/util/murmurhash.cc",
"rocksdb/util/random.cc",
"rocksdb/util/rate_limiter.cc",
"rocksdb/util/ribbon_config.cc",
"rocksdb/util/simple_mixed_compressor.cc",
"rocksdb/util/slice.cc",
"rocksdb/util/status.cc",
"rocksdb/util/stderr_logger.cc",
"rocksdb/util/string_util.cc",
"rocksdb/util/thread_local.cc",
"rocksdb/util/threadpool_imp.cc",
"rocksdb/util/udt_util.cc",
"rocksdb/util/write_batch_util.cc",
"rocksdb/util/xxhash.cc",
"rocksdb/utilities/agg_merge/agg_merge.cc",
"rocksdb/utilities/agg_merge/test_agg_merge.cc",
"rocksdb/utilities/backup/backup_engine.cc",
"rocksdb/utilities/blob_db/blob_compaction_filter.cc",
"rocksdb/utilities/blob_db/blob_db.cc",
"rocksdb/utilities/blob_db/blob_db_impl.cc",
"rocksdb/utilities/blob_db/blob_db_impl_filesnapshot.cc",
"rocksdb/utilities/blob_db/blob_dump_tool.cc",
"rocksdb/utilities/blob_db/blob_file.cc",
"rocksdb/utilities/cache_dump_load.cc",
"rocksdb/utilities/cache_dump_load_impl.cc",
"rocksdb/utilities/cassandra/cassandra_compaction_filter.cc",
"rocksdb/utilities/cassandra/format.cc",
"rocksdb/utilities/cassandra/merge_operator.cc",
"rocksdb/utilities/checkpoint/checkpoint_impl.cc",
"rocksdb/utilities/compaction_filters.cc",
"rocksdb/utilities/compaction_filters/remove_emptyvalue_compactionfilter.cc",
"rocksdb/utilities/convenience/info_log_finder.cc",
"rocksdb/utilities/counted_fs.cc",
"rocksdb/utilities/debug.cc",
"rocksdb/utilities/env_mirror.cc",
"rocksdb/utilities/env_timed.cc",
"rocksdb/utilities/fault_injection_env.cc",
"rocksdb/utilities/fault_injection_fs.cc",
"rocksdb/utilities/fault_injection_secondary_cache.cc",
"rocksdb/utilities/leveldb_options/leveldb_options.cc",
"rocksdb/utilities/memory/memory_util.cc",
"rocksdb/utilities/merge_operators.cc",
"rocksdb/utilities/merge_operators/bytesxor.cc",
"rocksdb/utilities/merge_operators/max.cc",
"rocksdb/utilities/merge_operators/put.cc",
"rocksdb/utilities/merge_operators/sortlist.cc",
"rocksdb/utilities/merge_operators/string_append/stringappend.cc",
"rocksdb/utilities/merge_operators/string_append/stringappend2.cc",
"rocksdb/utilities/merge_operators/uint64add.cc",
"rocksdb/utilities/object_registry.cc",
"rocksdb/utilities/option_change_migration/option_change_migration.cc",
"rocksdb/utilities/options/options_util.cc",
"rocksdb/utilities/persistent_cache/block_cache_tier.cc",
"rocksdb/utilities/persistent_cache/block_cache_tier_file.cc",
"rocksdb/utilities/persistent_cache/block_cache_tier_metadata.cc",
"rocksdb/utilities/persistent_cache/persistent_cache_tier.cc",
"rocksdb/utilities/persistent_cache/volatile_tier_impl.cc",
"rocksdb/utilities/secondary_index/secondary_index_iterator.cc",
"rocksdb/utilities/secondary_index/simple_secondary_index.cc",
"rocksdb/utilities/simulator_cache/cache_simulator.cc",
"rocksdb/utilities/simulator_cache/sim_cache.cc",
"rocksdb/utilities/table_properties_collectors/compact_for_tiering_collector.cc",
"rocksdb/utilities/table_properties_collectors/compact_on_deletion_collector.cc",
"rocksdb/utilities/trace/file_trace_reader_writer.cc",
"rocksdb/utilities/trace/replayer_impl.cc",
"rocksdb/utilities/transactions/lock/lock_manager.cc",
"rocksdb/utilities/transactions/lock/point/point_lock_manager.cc",
"rocksdb/utilities/transactions/lock/point/point_lock_tracker.cc",
"rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/concurrent_tree.cc",
"rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/keyrange.cc",
"rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/lock_request.cc",
"rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/locktree.cc",
"rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/manager.cc",
"rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/range_buffer.cc",
"rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/treenode.cc",
"rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/txnid_set.cc",
"rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/wfg.cc",
"rocksdb/utilities/transactions/lock/range/range_tree/lib/standalone_port.cc",
"rocksdb/utilities/transactions/lock/range/range_tree/lib/util/dbt.cc",
"rocksdb/utilities/transactions/lock/range/range_tree/lib/util/memarena.cc",
"rocksdb/utilities/transactions/lock/range/range_tree/range_tree_lock_manager.cc",
"rocksdb/utilities/transactions/lock/range/range_tree/range_tree_lock_tracker.cc",
"rocksdb/utilities/transactions/optimistic_transaction.cc",
"rocksdb/utilities/transactions/optimistic_transaction_db_impl.cc",
"rocksdb/utilities/transactions/pessimistic_transaction.cc",
"rocksdb/utilities/transactions/pessimistic_transaction_db.cc",
"rocksdb/utilities/transactions/snapshot_checker.cc",
"rocksdb/utilities/transactions/transaction_base.cc",
"rocksdb/utilities/transactions/transaction_db_mutex_impl.cc",
"rocksdb/utilities/transactions/transaction_util.cc",
"rocksdb/utilities/transactions/write_prepared_txn.cc",
"rocksdb/utilities/transactions/write_prepared_txn_db.cc",
"rocksdb/utilities/transactions/write_unprepared_txn.cc",
"rocksdb/utilities/transactions/write_unprepared_txn_db.cc",
"rocksdb/utilities/ttl/db_ttl_impl.cc",
"rocksdb/utilities/types_util.cc",
"rocksdb/utilities/wal_filter.cc",
"rocksdb/utilities/write_batch_with_index/write_batch_with_index.cc",
"rocksdb/utilities/write_batch_with_index/write_batch_with_index_internal.cc"
],
"type" : "library"
},
{
"c99name" : "cpp_intepop",
"module_type" : "ClangTarget",
"name" : "cpp-intepop",
"path" : "Sources/cpp-intepop",
"product_memberships" : [
"swift-rocksdb",
"cpp-intepop"
],
"sources" : [
"rocksdb_cpp_interop.cpp"
],
"target_dependencies" : [
"rocksdb"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.