The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build IndexStoreDB, reference main (b429f7), with Swift 6.2 (beta) for macOS (Xcode) using Xcode 26.0 on 21 Jun 2025 15:38:03 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme IndexStoreDB-Package -destination platform=macOS,arch=arm64

Build Log

In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallString.h:16:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:253:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  253 |   this->Capacity = NewCapacity;
      |                  ~ ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:220:13: note: in instantiation of member function 'indexstoredb_llvm::SmallVectorTemplateBase<std::string>::grow' requested here
  220 |       this->grow();
      |             ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/Database.cpp:22:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/FileSystem.h:34:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Error.h:969:12: note: in instantiation of member function 'indexstoredb_llvm::SmallVectorTemplateBase<std::string>::push_back' requested here
  969 |     Errors.push_back(EI.message());
      |            ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/Database.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/DatabaseImpl.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/lmdb++.h:28:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallString.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/iterator.h:68:19: warning: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/Database.cpp:14:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Core/Symbol.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/ArrayRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Hashing.h:48:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Host.h:16:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:451:14: note: in instantiation of template class 'indexstoredb_llvm::iterator_facade_base<indexstoredb_llvm::StringMapIterator<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>, std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>>' requested here
  451 |     : public iterator_facade_base<DerivedTy, std::forward_iterator_tag,
      |              ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:510:34: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterBase<indexstoredb_llvm::StringMapIterator<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>, indexstoredb_llvm::StringMapEntry<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>>' requested here
  510 | class StringMapIterator : public StringMapIterBase<StringMapIterator<ValueTy>,
      |                                  ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/Database.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/DatabaseImpl.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Database/Database.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Database/IDCode.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/functional:539:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__functional/bind.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/tuple:1438:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/utility:257:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__utility/pair.h:71:7: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterator<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>' requested here
   71 |   _T1 first;
      |       ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/Database.cpp:14:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Core/Symbol.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/ArrayRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Hashing.h:48:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Host.h:16:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:355:47: note: in instantiation of template class 'std::pair<indexstoredb_llvm::StringMapIterator<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>, bool>' requested here
  355 |   ValueTy &operator[](StringRef Key) { return try_emplace(Key).first->second; }
      |                                               ^
/Users/admin/builder/spi-builder-workspace/lib/Database/Database.cpp:418:71: note: in instantiation of member function 'indexstoredb_llvm::StringMap<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>::operator[]' requested here
  418 |   std::weak_ptr<Database::Implementation> &dbWeakRef = databasesByPath[dbPath];
      |                                                                       ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/Database.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/DatabaseImpl.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Database/Database.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Database/IDCode.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/functional:557:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:22:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/Database.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/DatabaseImpl.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Database/Database.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Database/IDCode.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/functional:535:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  737 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  710 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/Database.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/DatabaseImpl.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/lmdb++.h:28:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallString.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/iterator.h:68:19: warning: 'iterator<std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/Database.cpp:14:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Core/Symbol.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/ArrayRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Hashing.h:48:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Host.h:16:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:451:14: note: in instantiation of template class 'indexstoredb_llvm::iterator_facade_base<indexstoredb_llvm::StringMapConstIterator<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>, std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>>' requested here
  451 |     : public iterator_facade_base<DerivedTy, std::forward_iterator_tag,
      |              ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:493:14: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterBase<indexstoredb_llvm::StringMapConstIterator<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>, const indexstoredb_llvm::StringMapEntry<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>>' requested here
  493 |     : public StringMapIterBase<StringMapConstIterator<ValueTy>,
      |              ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/Database.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/DatabaseImpl.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Database/Database.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Database/IDCode.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/functional:539:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__functional/bind.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/tuple:224:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/allocator_arg_t.h:16:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__type_traits/is_constructible.h:25:62: note: in instantiation of template class 'indexstoredb_llvm::StringMapConstIterator<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>' requested here
   25 |     : public integral_constant<bool, __is_constructible(_Tp, _Args...)> {};
      |                                                              ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/Database.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/DatabaseImpl.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Database/Database.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Database/IDCode.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/functional:539:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__functional/bind.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/tuple:1438:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/utility:257:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__utility/pair.h:123:14: note: in instantiation of template class 'std::is_constructible<indexstoredb_llvm::StringMapIterator<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>, const indexstoredb_llvm::StringMapIterator<std::weak_ptr<IndexStoreDB::db::Database::Implementation>> &>' requested here
  123 |       return is_constructible<first_type, _U1>::value && is_constructible<second_type, _U2>::value;
      |              ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__utility/pair.h:141:59: note: in instantiation of function template specialization 'std::pair<indexstoredb_llvm::StringMapIterator<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>, bool>::_CheckArgs::__is_pair_constructible<const indexstoredb_llvm::StringMapIterator<std::weak_ptr<IndexStoreDB::db::Database::Implementation>> &, const bool &>' requested here
  141 |             __enable_if_t<_CheckArgsDep<_Dummy>::template __is_pair_constructible<_T1 const&, _T2 const&>(), int> = 0>
      |                                                           ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__utility/pair.h:144:7: note: while substituting prior template arguments into non-type template parameter [with _Dummy = true]
  144 |       pair(_T1 const& __t1, _T2 const& __t2) noexcept(is_nothrow_copy_constructible<first_type>::value &&
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  145 |                                                       is_nothrow_copy_constructible<second_type>::value)
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  146 |       : first(__t1), second(__t2) {}
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__utility/pair.h:537:10: note: while substituting deduced template arguments into function template 'pair' [with _Dummy = (no value), $1 = (no value)]
  537 |   return pair<__unwrap_ref_decay_t<_T1>, __unwrap_ref_decay_t<_T2>
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Core.build/Objects-normal/arm64/Symbol.o /Users/admin/builder/spi-builder-workspace/lib/Core/Symbol.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_Core' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Core.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Core.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Core.build/Objects-normal/arm64/Symbol.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Core.build/Objects-normal/arm64/Symbol.dia -c /Users/admin/builder/spi-builder-workspace/lib/Core/Symbol.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Core.build/Objects-normal/arm64/Symbol.o -index-unit-output-path /IndexStoreDB.build/Debug/IndexStoreDB_Core.build/Objects-normal/arm64/Symbol.o
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/Symbol.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Support/Path.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallString.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:539:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  539 |   return 31 - countLeadingZeros(Value);
      |   ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:545:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  545 |   return 63 - countLeadingZeros(Value);
      |   ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:552:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  552 |   return 32 - countLeadingZeros(Value - 1);
      |   ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:558:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  558 |   return 64 - countLeadingZeros(Value - 1);
      |   ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/Symbol.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Support/Path.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallString.h:16:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:45:35: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
   45 |       : BeginX(FirstEl), Capacity(Capacity) {}
      |                                  ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:68:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
   68 |     this->Size = Size;
      |                ~ ^~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/Symbol.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Support/Path.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallString.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/iterator.h:68:19: warning: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/Symbol.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Support/Path.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Path.h:53:14: note: in instantiation of template class 'indexstoredb_llvm::iterator_facade_base<indexstoredb_llvm::sys::path::const_iterator, std::input_iterator_tag, const indexstoredb_llvm::StringRef>' requested here
   53 |     : public iterator_facade_base<const_iterator, std::input_iterator_tag,
      |              ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/Symbol.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Core/Symbol.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Support/LLVM.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Casting.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/Symbol.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Core/Symbol.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Support/LLVM.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Casting.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Compiler.h:19:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/new:92:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  737 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  710 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/Symbol.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Support/Path.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallString.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/iterator.h:68:19: warning: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/Symbol.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Support/Path.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Path.h:79:14: note: in instantiation of template class 'indexstoredb_llvm::iterator_facade_base<indexstoredb_llvm::sys::path::reverse_iterator, std::input_iterator_tag, const indexstoredb_llvm::StringRef>' requested here
   79 |     : public iterator_facade_base<reverse_iterator, std::input_iterator_tag,
      |              ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/Symbol.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Core/Symbol.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Support/LLVM.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Casting.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/Symbol.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Core/Symbol.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Support/LLVM.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Casting.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Compiler.h:19:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/new:92:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  737 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  710 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/Symbol.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Core/Symbol.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/ArrayRef.h:12:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Hashing.h:198:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
  198 |   uint32_t z = len + (static_cast<uint32_t>(c) << 2);
      |            ~   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/Symbol.cpp:13:
/Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Core/Symbol.h:238:47: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  238 |       sysrootPrefixLength = sysroot.getPath().size();
      |                           ~ ~~~~~~~~~~~~~~~~~~^~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/Symbol.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Support/Path.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallString.h:16:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:253:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  253 |   this->Capacity = NewCapacity;
      |                  ~ ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:391:13: note: in instantiation of member function 'indexstoredb_llvm::SmallVectorTemplateBase<IndexStoreDB::SymbolRelation>::grow' requested here
  391 |       this->grow(this->size()+NumInputs);
      |             ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:860:11: note: in instantiation of function template specialization 'indexstoredb_llvm::SmallVectorImpl<IndexStoreDB::SymbolRelation>::append<const IndexStoreDB::SymbolRelation *, void>' requested here
  860 |     this->append(S, E);
      |           ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/Symbol.cpp:13:
/Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Core/Symbol.h:290:5: note: in instantiation of function template specialization 'indexstoredb_llvm::SmallVector<IndexStoreDB::SymbolRelation, 3>::SmallVector<const IndexStoreDB::SymbolRelation *, void>' requested here
  290 |     Relations(Relations.begin(), Relations.end()) {}
      |     ^
11 warnings generated.
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_LLVMSupport.o normal (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/IndexStoreDB_LLVMSupport.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/IndexStoreDB_LLVMSupport_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/IndexStoreDB_LLVMSupport_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_LLVMSupport.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_CIndexStoreDB.build/Objects-normal/arm64/CIndexStoreDB.o /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_CIndexStoreDB' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_CIndexStoreDB.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_CIndexStoreDB.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_CIndexStoreDB.build/Objects-normal/arm64/CIndexStoreDB.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_CIndexStoreDB.build/Objects-normal/arm64/CIndexStoreDB.dia -c /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_CIndexStoreDB.build/Objects-normal/arm64/CIndexStoreDB.o -index-unit-output-path /IndexStoreDB.build/Debug/IndexStoreDB_CIndexStoreDB.build/Objects-normal/arm64/CIndexStoreDB.o
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:13:
/Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/include/CIndexStoreDB/CIndexStoreDB.h:85:40: error: expression is not an integral constant expression
   85 |   INDEXSTOREDB_SYMBOL_ROLE_CANONICAL = 1 << 63,
      |                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/include/CIndexStoreDB/CIndexStoreDB.h:85:42: note: shift count 63 >= width of type 'int' (32 bits)
   85 |   INDEXSTOREDB_SYMBOL_ROLE_CANONICAL = 1 << 63,
      |                                          ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:15:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/IndexStoreLibraryProvider.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:539:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  539 |   return 31 - countLeadingZeros(Value);
      |   ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:545:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  545 |   return 63 - countLeadingZeros(Value);
      |   ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:552:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  552 |   return 32 - countLeadingZeros(Value - 1);
      |   ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:558:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  558 |   return 64 - countLeadingZeros(Value - 1);
      |   ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:15:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/IndexStoreLibraryProvider.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:20:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:45:35: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
   45 |       : BeginX(FirstEl), Capacity(Capacity) {}
      |                                  ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:68:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
   68 |     this->Size = Size;
      |                ~ ^~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/IndexSystem.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/indexstore/IndexStoreCXX.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/ArrayRef.h:12:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Hashing.h:198:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
  198 |   uint32_t z = len + (static_cast<uint32_t>(c) << 2);
      |            ~   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:15:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/IndexStoreLibraryProvider.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/iterator.h:68:19: warning: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/IndexSystemDelegate.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/StoreUnitInfo.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Support/Path.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Path.h:53:14: note: in instantiation of template class 'indexstoredb_llvm::iterator_facade_base<indexstoredb_llvm::sys::path::const_iterator, std::input_iterator_tag, const indexstoredb_llvm::StringRef>' requested here
   53 |     : public iterator_facade_base<const_iterator, std::input_iterator_tag,
      |              ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:15:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/IndexStoreLibraryProvider.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Support/LLVM.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Casting.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/include/CIndexStoreDB/CIndexStoreDB.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/indexstore/indexstore_functions.h:17:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/stdbool.h:25:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  737 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  710 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:15:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/IndexStoreLibraryProvider.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/iterator.h:68:19: warning: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/IndexSystemDelegate.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/StoreUnitInfo.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Support/Path.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Path.h:79:14: note: in instantiation of template class 'indexstoredb_llvm::iterator_facade_base<indexstoredb_llvm::sys::path::reverse_iterator, std::input_iterator_tag, const indexstoredb_llvm::StringRef>' requested here
   79 |     : public iterator_facade_base<reverse_iterator, std::input_iterator_tag,
      |              ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:15:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/IndexStoreLibraryProvider.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Support/LLVM.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Casting.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/include/CIndexStoreDB/CIndexStoreDB.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/indexstore/indexstore_functions.h:17:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/stdbool.h:25:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  737 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  710 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/IndexSystemDelegate.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/StoreUnitInfo.h:16:
/Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Core/Symbol.h:238:47: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  238 |       sysrootPrefixLength = sysroot.getPath().size();
      |                           ~ ~~~~~~~~~~~~~~~~~~^~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:15:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/IndexStoreLibraryProvider.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:20:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:253:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  253 |   this->Capacity = NewCapacity;
      |                  ~ ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:391:13: note: in instantiation of member function 'indexstoredb_llvm::SmallVectorTemplateBase<IndexStoreDB::SymbolRelation>::grow' requested here
  391 |       this->grow(this->size()+NumInputs);
      |             ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:860:11: note: in instantiation of function template specialization 'indexstoredb_llvm::SmallVectorImpl<IndexStoreDB::SymbolRelation>::append<const IndexStoreDB::SymbolRelation *, void>' requested here
  860 |     this->append(S, E);
      |           ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/IndexSystemDelegate.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/StoreUnitInfo.h:16:
/Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Core/Symbol.h:290:5: note: in instantiation of function template specialization 'indexstoredb_llvm::SmallVector<IndexStoreDB::SymbolRelation, 3>::SmallVector<const IndexStoreDB::SymbolRelation *, void>' requested here
  290 |     Relations(Relations.begin(), Relations.end()) {}
      |     ^
11 warnings and 1 error generated.
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-6PNHXZ3BWZDWRFIFLF6UVSHAQ.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-6PNHXZ3BWZDWRFIFLF6UVSHAQ.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-D0OMSIGLGUMIABVGCQEVK3WUB.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-D0OMSIGLGUMIABVGCQEVK3WUB.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-9MRE7ZZH5CFRH61J9IJY3PAZ2.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-9MRE7ZZH5CFRH61J9IJY3PAZ2.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_AvailabilityInternal-5GBAS2F7YV9F2WQ7B836L7W8.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_AvailabilityInternal-5GBAS2F7YV9F2WQ7B836L7W8.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation1-A0PW96XNDR72NEJ5BI01HGWZT.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation1-A0PW96XNDR72NEJ5BI01HGWZT.scan
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/mdb.o /Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_Database' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/mdb.o.scan -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/mdb.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/mdb.dia -c /Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/mdb.o -index-unit-output-path /IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/mdb.o
SwiftCompile normal arm64 Compiling\ SymbolOccurrence.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/SymbolOccurrence.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/SymbolOccurrence.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-8RX8AHE3J4W4K1ZE0BWUUSWHW.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-8RX8AHE3J4W4K1ZE0BWUUSWHW.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation2-9RFA6RLPKIAUJID5C5V9EFM22.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation2-9RFA6RLPKIAUJID5C5V9EFM22.scan
SwiftCompile normal arm64 Compiling\ IndexStoreDB.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/IndexStoreDB.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/IndexStoreDB.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ IndexStoreDBError.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/IndexStoreDBError.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/IndexStoreDBError.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-2S4VOU1NGS5J3KG7QQ9PGPE92.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-2S4VOU1NGS5J3KG7QQ9PGPE92.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-DCTNIAZIU2CLESBNW6YEA3WKF.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-DCTNIAZIU2CLESBNW6YEA3WKF.scan
SwiftCompile normal arm64 Compiling\ SymbolProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/SymbolProperty.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/SymbolProperty.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation3-D3NTMGT3F6JK7OYXZ4L5YBB6H.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation3-D3NTMGT3F6JK7OYXZ4L5YBB6H.scan
SwiftCompile normal arm64 Compiling\ IndexDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/IndexDelegate.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/IndexDelegate.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_inttypes-67EOD9QR874Q7AGFA8NISKTVE.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_inttypes-67EOD9QR874Q7AGFA8NISKTVE.scan
SwiftCompile normal arm64 Compiling\ SymbolRole.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/SymbolRole.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/midl.o /Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/midl.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_Database' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/midl.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/midl.dia -c /Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/midl.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/midl.o -index-unit-output-path /IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/midl.o
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/midl.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/midl.o -fmodule-map-file\=/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/DarwinFoundation1.modulemap -fmodule-map-file\=/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/module.modulemap -fmodule-map-file\=/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/DarwinFoundation2.modulemap -fmodule-map-file\=/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/DarwinFoundation3.modulemap -fmodule-map-file\=/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/midl.o -disable-free -emit-obj -x c /Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/midl.c -target-abi darwinpcs -target-cpu apple-m1 -target-feature +zcm -target-feature +zcz -target-feature +v8.5a -target-feature +aes -target-feature +altnzcv -target-feature +ccdp -target-feature +complxnum -target-feature +crc -target-feature +dotprod -target-feature +fp-armv8 -target-feature +fp16fml -target-feature +fptoint -target-feature +fullfp16 -target-feature +jsconv -target-feature +lse -target-feature +neon -target-feature +pauth -target-feature +perfmon -target-feature +predres -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sb -target-feature +sha2 -target-feature +sha3 -target-feature +specrestrict -target-feature +ssbs -triple arm64-apple-macosx10.13.0 -target-linker-version 1215 -target-sdk-version\=26.0 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -resource-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17 -fmodule-format\=obj -fmodule-file\=_Builtin_inttypes\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_inttypes-67EOD9QR874Q7AGFA8NISKTVE.pcm -fmodule-file\=_Builtin_limits\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-8RX8AHE3J4W4K1ZE0BWUUSWHW.pcm -fmodule-file\=_DarwinFoundation1\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation1-A0PW96XNDR72NEJ5BI01HGWZT.pcm -fmodule-file\=_DarwinFoundation2\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation2-9RFA6RLPKIAUJID5C5V9EFM22.pcm -fmodule-file\=_DarwinFoundation3\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation3-D3NTMGT3F6JK7OYXZ4L5YBB6H.pcm -I /Users/admin/builder/spi-builder-workspace/lib/Core/include -I /Users/admin/builder/spi-builder-workspace/lib/Support/include -I /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -I /Users/admin/builder/spi-builder-workspace/lib/Database/include -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/DerivedSources-normal/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/DerivedSources/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/local/include -internal-isystem /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include -internal-externc-isystem /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include -internal-externc-isystem /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -std\=gnu17 -fskip-odr-check-in-gmf -fmodules -fmodule-name\=IndexStoreDB_Database -fno-implicit-modules -fmax-type-align\=16 -fpascal-strings -fstack-check -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fgnuc-version\=4.2.1 -fblocks -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fno-assume-unique-vtables -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-mapping -fcommon -fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -funwind-tables\=1 -fprofile-instrument\=clang -clear-ast-before-backend -discard-value-names -main-file-name midl.c -mframe-pointer\=non-leaf -debug-info-kind\=standalone -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D MDB_USE_POSIX_MUTEX\=1 -D MDB_USE_ROBUST\=0 -D SWIFT_PACKAGE -D Xcode -D __GCC_HAVE_DWARF2_CFI_ASM\=1 -fdefine-target-os-macros -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/midl.d -skip-unused-modulemap-deps
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-BSNT4SAKLAC6Q85C2C1CNCAQF.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-BSNT4SAKLAC6Q85C2C1CNCAQF.scan
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:744ad4f6eb32f778cf448fd68e86786ab9aca0ab, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:744ad4f6eb32f778cf448fd68e86786ab9aca0ab, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:744ad4f6eb32f778cf448fd68e86786ab9aca0ab, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:744ad4f6eb32f778cf448fd68e86786ab9aca0ab, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_CIndexStoreDB.build/Objects-normal/arm64/CIndexStoreDB.o /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_CIndexStoreDB' from project 'IndexStoreDB')
	Building workspace spi-builder-workspace with scheme IndexStoreDB-Package
(2 failures)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  IndexStoreDB: /Users/admin/builder/spi-builder-workspace
resolved source packages: IndexStoreDB
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
  ],
  "manifest_display_name" : "IndexStoreDB",
  "name" : "IndexStoreDB",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "IndexStoreDB",
      "targets" : [
        "IndexStoreDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IndexStoreDB_CXX",
      "targets" : [
        "IndexStoreDB_Index"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ISDBTestSupport",
      "targets" : [
        "ISDBTestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "tibs",
      "targets" : [
        "tibs"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "tibs",
      "module_type" : "SwiftTarget",
      "name" : "tibs",
      "path" : "Sources/tibs",
      "product_memberships" : [
        "ISDBTestSupport",
        "tibs"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ISDBTibs"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IndexStoreDB_Support",
      "module_type" : "ClangTarget",
      "name" : "IndexStoreDB_Support",
      "path" : "lib/Support",
      "product_memberships" : [
        "IndexStoreDB",
        "IndexStoreDB_CXX",
        "ISDBTestSupport"
      ],
      "sources" : [
        "Concurrency-Mac.cpp",
        "FilePathWatcher.cpp",
        "Logging-Mac.mm",
        "Logging-NonMac.cpp",
        "Logging.cpp",
        "Path.cpp",
        "PatternMatching.cpp"
      ],
      "target_dependencies" : [
        "IndexStoreDB_LLVMSupport"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IndexStoreDB_LLVMSupport",
      "module_type" : "ClangTarget",
      "name" : "IndexStoreDB_LLVMSupport",
      "path" : "lib/LLVMSupport",
      "product_memberships" : [
        "IndexStoreDB",
        "IndexStoreDB_CXX",
        "ISDBTestSupport"
      ],
      "sources" : [
        "Support/AArch64TargetParser.cpp",
        "Support/APFloat.cpp",
        "Support/APInt.cpp",
        "Support/APSInt.cpp",
        "Support/ARMTargetParser.cpp",
        "Support/Allocator.cpp",
        "Support/Atomic.cpp",
        "Support/Chrono.cpp",
        "Support/CommandLine.cpp",
        "Support/ConvertUTF.cpp",
        "Support/ConvertUTFWrapper.cpp",
        "Support/DJB.cpp",
        "Support/Debug.cpp",
        "Support/Errno.cpp",
        "Support/Error.cpp",
        "Support/ErrorHandling.cpp",
        "Support/FileUtilities.cpp",
        "Support/FoldingSet.cpp",
        "Support/FormatVariadic.cpp",
        "Support/Hashing.cpp",
        "Support/Host.cpp",
        "Support/JSON.cpp",
        "Support/LineIterator.cpp",
        "Support/Locale.cpp",
        "Support/MD5.cpp",
        "Support/ManagedStatic.cpp",
        "Support/MathExtras.cpp",
        "Support/Memory.cpp",
        "Support/MemoryBuffer.cpp",
        "Support/Mutex.cpp",
        "Support/NativeFormatting.cpp",
        "Support/Optional.cpp",
        "Support/Options.cpp",
        "Support/Path.cpp",
        "Support/PrettyStackTrace.cpp",
        "Support/Process.cpp",
        "Support/Program.cpp",
        "Support/Signals.cpp",
        "Support/Signposts.cpp",
        "Support/SmallPtrSet.cpp",
        "Support/SmallVector.cpp",
        "Support/SourceMgr.cpp",
        "Support/Statistic.cpp",
        "Support/StringExtras.cpp",
        "Support/StringMap.cpp",
        "Support/StringRef.cpp",
        "Support/StringSaver.cpp",
        "Support/TargetParser.cpp",
        "Support/Threading.cpp",
        "Support/Timer.cpp",
        "Support/ToolOutputFile.cpp",
        "Support/Triple.cpp",
        "Support/Twine.cpp",
        "Support/Unicode.cpp",
        "Support/UnicodeCaseFold.cpp",
        "Support/Valgrind.cpp",
        "Support/VersionTuple.cpp",
        "Support/Watchdog.cpp",
        "Support/WithColor.cpp",
        "Support/YAMLParser.cpp",
        "Support/YAMLTraits.cpp",
        "Support/circular_raw_ostream.cpp",
        "Support/raw_ostream.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IndexStoreDB_Index",
      "module_type" : "ClangTarget",
      "name" : "IndexStoreDB_Index",
      "path" : "lib/Index",
      "product_memberships" : [
        "IndexStoreDB",
        "IndexStoreDB_CXX",
        "ISDBTestSupport"
      ],
      "sources" : [
        "FilePathIndex.cpp",
        "FileVisibilityChecker.cpp",
        "IndexDatastore.cpp",
        "IndexStoreLibraryProvider.cpp",
        "IndexSystem.cpp",
        "StoreSymbolRecord.cpp",
        "SymbolIndex.cpp"
      ],
      "target_dependencies" : [
        "IndexStoreDB_Database"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IndexStoreDB_Database",
      "module_type" : "ClangTarget",
      "name" : "IndexStoreDB_Database",
      "path" : "lib/Database",
      "product_memberships" : [
        "IndexStoreDB",
        "IndexStoreDB_CXX",
        "ISDBTestSupport"
      ],
      "sources" : [
        "Database.cpp",
        "DatabaseError.cpp",
        "ImportTransaction.cpp",
        "ReadTransaction.cpp",
        "lmdb/mdb.c",
        "lmdb/midl.c"
      ],
      "target_dependencies" : [
        "IndexStoreDB_Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IndexStoreDB_Core",
      "module_type" : "ClangTarget",
      "name" : "IndexStoreDB_Core",
      "path" : "lib/Core",
      "product_memberships" : [
        "IndexStoreDB",
        "IndexStoreDB_CXX",
        "ISDBTestSupport"
      ],
      "sources" : [
        "Symbol.cpp"
      ],
      "target_dependencies" : [
        "IndexStoreDB_Support"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IndexStoreDB_CIndexStoreDB",
      "module_type" : "ClangTarget",
      "name" : "IndexStoreDB_CIndexStoreDB",
      "path" : "lib/CIndexStoreDB",
      "product_memberships" : [
        "IndexStoreDB",
        "ISDBTestSupport"
      ],
      "sources" : [
        "CIndexStoreDB.cpp"
      ],
      "target_dependencies" : [
        "IndexStoreDB_Index"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IndexStoreDBTests",
      "module_type" : "SwiftTarget",
      "name" : "IndexStoreDBTests",
      "path" : "Tests/IndexStoreDBTests",
      "sources" : [
        "IndexStoreDBTests.swift",
        "IndexTests.swift",
        "LocationScannerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "IndexStoreDB",
        "ISDBTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IndexStoreDB",
      "module_type" : "SwiftTarget",
      "name" : "IndexStoreDB",
      "path" : "Sources/IndexStoreDB",
      "product_memberships" : [
        "IndexStoreDB",
        "ISDBTestSupport"
      ],
      "sources" : [
        "IndexDelegate.swift",
        "IndexStoreDB.swift",
        "IndexStoreDBError.swift",
        "Symbol.swift",
        "SymbolLocation.swift",
        "SymbolOccurrence.swift",
        "SymbolProperty.swift",
        "SymbolRole.swift"
      ],
      "target_dependencies" : [
        "IndexStoreDB_CIndexStoreDB"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ISDBTibsTests",
      "module_type" : "SwiftTarget",
      "name" : "ISDBTibsTests",
      "path" : "Tests/ISDBTibsTests",
      "sources" : [
        "MiscTests.swift",
        "OutputFileMapTests.swift",
        "TibsBuildTests.swift",
        "TibsCompilationDatabaseTests.swift",
        "TibsManifestTests.swift",
        "TibsResolutionTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ISDBTibs",
        "ISDBTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ISDBTibs",
      "module_type" : "SwiftTarget",
      "name" : "ISDBTibs",
      "path" : "Sources/ISDBTibs",
      "product_memberships" : [
        "ISDBTestSupport",
        "tibs"
      ],
      "sources" : [
        "Data.swift",
        "JSONCompilationDatabase.swift",
        "Makefile.swift",
        "OutputFileMap.swift",
        "Process.swift",
        "TibsBuilder.swift",
        "TibsManifest.swift",
        "TibsResolvedTarget.swift",
        "TibsToolchain.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ISDBTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "ISDBTestSupport",
      "path" : "Sources/ISDBTestSupport",
      "product_memberships" : [
        "ISDBTestSupport"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ISDBTestSupport/INPUTS",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ForwardingIndexDelegate.swift",
        "SourceFileCache.swift",
        "TestLocation.swift",
        "TestLocationScanner.swift",
        "TestSources.swift",
        "TibsTestWorkspace.swift",
        "XCTestAssertions.swift"
      ],
      "target_dependencies" : [
        "IndexStoreDB",
        "ISDBTibs",
        "tibs"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "IndexStoreDB",
      "IndexStoreDB_CXX",
      "IndexStoreDB-Package",
      "ISDBTestSupport",
      "tibs"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme IndexStoreDB-Package -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme IndexStoreDB-Package -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  IndexStoreDB: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (14 targets)
    Target 'IndexStoreDB_CXX' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Index' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Support' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Core' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Database' in project 'IndexStoreDB'
    Target 'IndexStoreDB' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Support' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Core' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Database' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Index' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_CIndexStoreDB' in project 'IndexStoreDB'
    Target 'ISDBTestSupport' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'ISDBTestSupport' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_ISDBTestSupport' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Support' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Core' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Database' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Index' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_CIndexStoreDB' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'ISDBTibs' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'tibs' in project 'IndexStoreDB'
    Target 'ISDBTestSupport' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_ISDBTestSupport' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Support' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Core' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Database' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Index' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_CIndexStoreDB' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'ISDBTibs' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'tibs' in project 'IndexStoreDB'
    Target 'tibs' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'ISDBTibs' in project 'IndexStoreDB'
    Target 'ISDBTibs' in project 'IndexStoreDB' (no dependencies)
    Target 'IndexStoreDB' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Support' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Core' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Database' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Index' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_CIndexStoreDB' in project 'IndexStoreDB'
    Target 'IndexStoreDB_CIndexStoreDB' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Support' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Core' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Database' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Index' in project 'IndexStoreDB'
    Target 'IndexStoreDB_Index' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Support' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Core' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Database' in project 'IndexStoreDB'
    Target 'IndexStoreDB_Database' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Support' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Core' in project 'IndexStoreDB'
    Target 'IndexStoreDB_Core' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_Support' in project 'IndexStoreDB'
    Target 'IndexStoreDB_Support' in project 'IndexStoreDB'
        ➜ Explicit dependency on target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB'
    Target 'IndexStoreDB_LLVMSupport' in project 'IndexStoreDB' (no dependencies)
    Target 'IndexStoreDB_ISDBTestSupport' in project 'IndexStoreDB' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Index.build/Objects-normal/arm64/IndexDatastore.o /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_Index' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Index.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Index.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Index.build/Objects-normal/arm64/IndexDatastore.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Index.build/Objects-normal/arm64/IndexDatastore.dia -c /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Index.build/Objects-normal/arm64/IndexDatastore.o -index-unit-output-path /IndexStoreDB.build/Debug/IndexStoreDB_Index.build/Objects-normal/arm64/IndexDatastore.o
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Support/Path.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallString.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:539:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  539 |   return 31 - countLeadingZeros(Value);
      |   ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:545:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  545 |   return 63 - countLeadingZeros(Value);
      |   ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:552:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  552 |   return 32 - countLeadingZeros(Value - 1);
      |   ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:558:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  558 |   return 64 - countLeadingZeros(Value - 1);
      |   ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Support/Path.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallString.h:16:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:45:35: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
   45 |       : BeginX(FirstEl), Capacity(Capacity) {}
      |                                  ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:68:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
   68 |     this->Size = Size;
      |                ~ ^~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Support/Path.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallString.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/iterator.h:68:19: warning: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Support/Path.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Path.h:53:14: note: in instantiation of template class 'indexstoredb_llvm::iterator_facade_base<indexstoredb_llvm::sys::path::const_iterator, std::input_iterator_tag, const indexstoredb_llvm::StringRef>' requested here
   53 |     : public iterator_facade_base<const_iterator, std::input_iterator_tag,
      |              ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Core/Symbol.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Support/LLVM.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Casting.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Core/Symbol.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Support/LLVM.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Casting.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Compiler.h:19:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/new:92:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  737 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  710 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Support/Path.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallString.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/iterator.h:68:19: warning: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Support/Path.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Path.h:79:14: note: in instantiation of template class 'indexstoredb_llvm::iterator_facade_base<indexstoredb_llvm::sys::path::reverse_iterator, std::input_iterator_tag, const indexstoredb_llvm::StringRef>' requested here
   79 |     : public iterator_facade_base<reverse_iterator, std::input_iterator_tag,
      |              ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Core/Symbol.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Support/LLVM.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Casting.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Core/Symbol.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Support/LLVM.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Casting.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Compiler.h:19:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/new:92:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  737 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  710 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Core/Symbol.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/ArrayRef.h:12:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Hashing.h:198:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
  198 |   uint32_t z = len + (static_cast<uint32_t>(c) << 2);
      |            ~   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.h:16:
/Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Core/Symbol.h:238:47: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  238 |       sysrootPrefixLength = sysroot.getPath().size();
      |                           ~ ~~~~~~~~~~~~~~~~~~^~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.cpp:30:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/DenseMap.h:16:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/DenseMapInfo.h:327:56: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  327 |   static unsigned getHashValue(hash_code val) { return val; }
      |                                                 ~~~~~~ ^~~
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/Database.o /Users/admin/builder/spi-builder-workspace/lib/Database/Database.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_Database' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/Database.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/Database.dia -c /Users/admin/builder/spi-builder-workspace/lib/Database/Database.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/Database.o -index-unit-output-path /IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/Database.o
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/Database.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/DatabaseImpl.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/lmdb++.h:28:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallString.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:539:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  539 |   return 31 - countLeadingZeros(Value);
      |   ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:545:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  545 |   return 63 - countLeadingZeros(Value);
      |   ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:552:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  552 |   return 32 - countLeadingZeros(Value - 1);
      |   ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:558:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  558 |   return 64 - countLeadingZeros(Value - 1);
      |   ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/Database.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/DatabaseImpl.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/lmdb++.h:28:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallString.h:16:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:45:35: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
   45 |       : BeginX(FirstEl), Capacity(Capacity) {}
      |                                  ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:68:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
   68 |     this->Size = Size;
      |                ~ ^~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/Database.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/DatabaseImpl.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/lmdb++.h:28:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallString.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/iterator.h:68:19: warning: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/Database.cpp:14:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Support/Path.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Path.h:53:14: note: in instantiation of template class 'indexstoredb_llvm::iterator_facade_base<indexstoredb_llvm::sys::path::const_iterator, std::input_iterator_tag, const indexstoredb_llvm::StringRef>' requested here
   53 |     : public iterator_facade_base<const_iterator, std::input_iterator_tag,
      |              ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/Database.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/DatabaseImpl.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Database/Database.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Database/IDCode.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/functional:557:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:22:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/Database.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/DatabaseImpl.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Database/Database.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Database/IDCode.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/functional:535:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  737 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  710 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/Database.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/DatabaseImpl.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/lmdb++.h:28:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallString.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/iterator.h:68:19: warning: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/Database.cpp:14:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Support/Path.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Path.h:79:14: note: in instantiation of template class 'indexstoredb_llvm::iterator_facade_base<indexstoredb_llvm::sys::path::reverse_iterator, std::input_iterator_tag, const indexstoredb_llvm::StringRef>' requested here
   79 |     : public iterator_facade_base<reverse_iterator, std::input_iterator_tag,
      |              ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/Database.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/DatabaseImpl.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Database/Database.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Database/IDCode.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/functional:557:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:22:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/Database.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/DatabaseImpl.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Database/Database.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Database/IDCode.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/functional:535:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  737 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  710 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/Database.cpp:14:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Core/Symbol.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/ArrayRef.h:12:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Hashing.h:198:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
  198 |   uint32_t z = len + (static_cast<uint32_t>(c) << 2);
      |            ~   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/Database.cpp:14:
/Users/admin/builder/spi-builder-workspace/lib/Core/include/IndexStoreDB/Core/Symbol.h:238:47: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  238 |       sysrootPrefixLength = sysroot.getPath().size();
      |                           ~ ~~~~~~~~~~~~~~~~~~^~~~~~
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_CIndexStoreDB.build/Objects-normal/arm64/CIndexStoreDB.o /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_CIndexStoreDB' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_CIndexStoreDB.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_CIndexStoreDB.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_CIndexStoreDB.build/Objects-normal/arm64/CIndexStoreDB.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_CIndexStoreDB.build/Objects-normal/arm64/CIndexStoreDB.dia -c /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_CIndexStoreDB.build/Objects-normal/arm64/CIndexStoreDB.o -index-unit-output-path /IndexStoreDB.build/Debug/IndexStoreDB_CIndexStoreDB.build/Objects-normal/arm64/CIndexStoreDB.o
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:13:
/Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/include/CIndexStoreDB/CIndexStoreDB.h:85:40: error: expression is not an integral constant expression
   85 |   INDEXSTOREDB_SYMBOL_ROLE_CANONICAL = 1 << 63,
      |                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/include/CIndexStoreDB/CIndexStoreDB.h:85:42: note: shift count 63 >= width of type 'int' (32 bits)
   85 |   INDEXSTOREDB_SYMBOL_ROLE_CANONICAL = 1 << 63,
      |                                          ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:15:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/IndexStoreLibraryProvider.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:539:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  539 |   return 31 - countLeadingZeros(Value);
      |   ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:545:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  545 |   return 63 - countLeadingZeros(Value);
      |   ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:552:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  552 |   return 32 - countLeadingZeros(Value - 1);
      |   ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:558:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  558 |   return 64 - countLeadingZeros(Value - 1);
      |   ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:15:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/IndexStoreLibraryProvider.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:20:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:45:35: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
   45 |       : BeginX(FirstEl), Capacity(Capacity) {}
      |                                  ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:68:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
   68 |     this->Size = Size;
      |                ~ ^~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/IndexSystem.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/indexstore/IndexStoreCXX.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/ArrayRef.h:12:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Hashing.h:198:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
  198 |   uint32_t z = len + (static_cast<uint32_t>(c) << 2);
      |            ~   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:15:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/IndexStoreLibraryProvider.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/iterator.h:68:19: warning: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/IndexSystemDelegate.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/StoreUnitInfo.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Support/Path.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Path.h:53:14: note: in instantiation of template class 'indexstoredb_llvm::iterator_facade_base<indexstoredb_llvm::sys::path::const_iterator, std::input_iterator_tag, const indexstoredb_llvm::StringRef>' requested here
   53 |     : public iterator_facade_base<const_iterator, std::input_iterator_tag,
      |              ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:15:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/IndexStoreLibraryProvider.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Support/LLVM.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Casting.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/include/CIndexStoreDB/CIndexStoreDB.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/indexstore/indexstore_functions.h:17:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/stdbool.h:25:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  737 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  710 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:15:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/IndexStoreLibraryProvider.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/iterator.h:68:19: warning: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/IndexSystemDelegate.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/StoreUnitInfo.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Support/Path.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Path.h:79:14: note: in instantiation of template class 'indexstoredb_llvm::iterator_facade_base<indexstoredb_llvm::sys::path::reverse_iterator, std::input_iterator_tag, const indexstoredb_llvm::StringRef>' requested here
   79 |     : public iterator_facade_base<reverse_iterator, std::input_iterator_tag,
      |              ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:15:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/IndexStoreLibraryProvider.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Support/LLVM.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Casting.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/include/CIndexStoreDB/CIndexStoreDB.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/indexstore/indexstore_functions.h:17:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/stdbool.h:25:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  737 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  710 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/IndexSystemDelegate.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/StoreUnitInfo.h:16:
/Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Core/Symbol.h:238:47: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  238 |       sysrootPrefixLength = sysroot.getPath().size();
      |                           ~ ~~~~~~~~~~~~~~~~~~^~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:15:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/IndexStoreLibraryProvider.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:20:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:253:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  253 |   this->Capacity = NewCapacity;
      |                  ~ ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:391:13: note: in instantiation of member function 'indexstoredb_llvm::SmallVectorTemplateBase<IndexStoreDB::SymbolRelation>::grow' requested here
  391 |       this->grow(this->size()+NumInputs);
      |             ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:860:11: note: in instantiation of function template specialization 'indexstoredb_llvm::SmallVectorImpl<IndexStoreDB::SymbolRelation>::append<const IndexStoreDB::SymbolRelation *, void>' requested here
  860 |     this->append(S, E);
      |           ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/IndexSystemDelegate.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/StoreUnitInfo.h:16:
/Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Core/Symbol.h:290:5: note: in instantiation of function template specialization 'indexstoredb_llvm::SmallVector<IndexStoreDB::SymbolRelation, 3>::SmallVector<const IndexStoreDB::SymbolRelation *, void>' requested here
  290 |     Relations(Relations.begin(), Relations.end()) {}
      |     ^
11 warnings and 1 error generated.
SwiftDriver IndexStoreDB normal arm64 com.apple.xcode.tools.swift.compiler (in target 'IndexStoreDB' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name IndexStoreDB -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/IndexStoreDB_CIndexStoreDB.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/IndexStoreDB_Index.modulemap -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/include -Xcc -I/Users/admin/builder/spi-builder-workspace/lib/Index/include -Xcc -I/Users/admin/builder/spi-builder-workspace/lib/Database/include -Xcc -I/Users/admin/builder/spi-builder-workspace/lib/Core/include -Xcc -I/Users/admin/builder/spi-builder-workspace/lib/Support/include -Xcc -I/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ISDBTibs normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ISDBTibs' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ISDBTibs -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/Objects-normal/arm64/ISDBTibs.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/Objects-normal/arm64/ISDBTibs-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/Objects-normal/arm64/ISDBTibs.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/Objects-normal/arm64/ISDBTibs_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/Objects-normal/arm64/ISDBTibs-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-BSNT4SAKLAC6Q85C2C1CNCAQF.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-BSNT4SAKLAC6Q85C2C1CNCAQF.scan
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/midl.o /Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/midl.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_Database' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/midl.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/midl.dia -c /Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/midl.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/midl.o -index-unit-output-path /IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/midl.o
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/midl.c:44:15: warning: implicit conversion loses integer precision: 'MDB_ID' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
   44 |         unsigned n = ids[0];
      |                  ~   ^~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/midl.c:176:26: warning: implicit conversion loses integer precision: 'MDB_ID' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
  176 |                 if (mdb_midl_grow(idp, app[0]))
      |                     ~~~~~~~~~~~~~      ^~~~~~
2 warnings generated.
SwiftDriver tibs normal arm64 com.apple.xcode.tools.swift.compiler (in target 'tibs' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name tibs -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_LLVMSupport.o (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_LLVMSupport.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_Support.o normal (in target 'IndexStoreDB_Support' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Support.build/Objects-normal/arm64/IndexStoreDB_Support.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Support.build/Objects-normal/arm64/IndexStoreDB_Support_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Support.build/Objects-normal/arm64/IndexStoreDB_Support_dependency_info.dat -fobjc-arc -fobjc-link-runtime -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_Support.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_Support.o (in target 'IndexStoreDB_Support' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_Support.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_Core.o normal (in target 'IndexStoreDB_Core' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Core.build/Objects-normal/arm64/IndexStoreDB_Core.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Core.build/Objects-normal/arm64/IndexStoreDB_Core_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Core.build/Objects-normal/arm64/IndexStoreDB_Core_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_Core.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_Core.o (in target 'IndexStoreDB_Core' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_Core.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/mdb.o /Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_Database' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/mdb.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/mdb.dia -c /Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/mdb.o -index-unit-output-path /IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/mdb.o
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:2093:24: warning: implicit conversion loses integer precision: 'MDB_ID' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
 2093 |         unsigned i, n = dl[0].mid;
      |                     ~   ~~~~~~^~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:2335:22: warning: implicit conversion loses integer precision: 'MDB_ID' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
 2335 |                 unsigned int num = sl[0];
      |                              ~~~   ^~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:2360:15: warning: implicit conversion loses integer precision: 'MDB_ID' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
 2360 |         for (i=dl[0].mid; i && need; i--) {
      |               ~~~~~~~^~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:2477:33: warning: implicit conversion loses integer precision: 'pgno_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
 2477 |         unsigned i, j, mop_len = mop ? mop[0] : 0, n2 = num-1;
      |                        ~~~~~~~         ^~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:2578:7: warning: implicit conversion loses integer precision: 'pgno_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
 2578 |                 i = idl[0];
      |                   ~ ^~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:2598:13: warning: implicit conversion loses integer precision: 'pgno_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
 2598 |                 mop_len = mop[0];
      |                         ~ ^~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:3256:11: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
 3256 |                         size = MDB_IDL_SIZEOF(env->me_pghead);
      |                              ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:243:
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/midl.h:66:44: note: expanded from macro 'MDB_IDL_SIZEOF'
   66 | #define MDB_IDL_SIZEOF(ids)             (((ids)[0]+1) * sizeof(MDB_ID))
      |                                          ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:3257:36: warning: implicit conversion loses integer precision: 'pgno_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
 3257 |                         env->me_pghead = mdb_midl_alloc(env->me_pghead[0]);
      |                                          ~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:3694:29: warning: implicit conversion loses integer precision: 'MDB_ID' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
 3694 |         int                     i, pagecount = dl[0].mid, rc;
      |                                    ~~~~~~~~~   ~~~~~~^~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:3988:52: warning: implicit conversion loses integer precision: 'MDB_ID' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
 3988 |                 if ((pspill = parent->mt_spill_pgs) && (ps_len = pspill[0])) {
      |                                                                ~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:3992:25: warning: implicit conversion loses integer precision: 'MDB_ID' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
 3992 |                         for (i=0, len=src[0].mid; ++i <= len; ) {
      |                                      ~~~~~~~~^~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:4028:14: warning: implicit conversion loses integer precision: 'MDB_ID' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
 4028 |                 x = dst[0].mid;
      |                   ~ ~~~~~~~^~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:4031:12: warning: implicit conversion loses integer precision: 'MDB_ID' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
 4031 |                         len = x + src[0].mid;
      |                             ~ ~~^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:4046:14: warning: implicit conversion loses integer precision: 'MDB_ID' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
 4046 |                 y = src[0].mid;
      |                   ~ ~~~~~~~^~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:4190:8: warning: implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
 4190 |                 rc = pread(env->me_fd, &pbuf, Size, off);
      |                    ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:4281:2: warning: implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
 4281 |         DO_PWRITE(rc, env->me_fd, p, psize * NUM_METAS, len, 0);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:4261:8: note: expanded from macro 'DO_PWRITE'
 4261 |         len = pwrite(fd, ptr, size, pos);       \
      |             ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:4364:25: warning: implicit conversion loses integer precision: 'unsigned long long' to 'int' [-Wshorten-64-to-32]
 4364 |         len = sizeof(MDB_meta) - off;
      |             ~ ~~~~~~~~~~~~~~~~~^~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:4381:7: warning: implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
 4381 |         rc = pwrite(mfd, ptr, len, off);
      |            ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:4401:8: warning: implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
 4401 |                 r2 = pwrite(env->me_fd, ptr, len, off);
      |                    ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:4457:2: warning: implicit conversion loses integer precision: 'long' to 'unsigned int' [-Wshorten-64-to-32]
 4457 |         GET_PAGESIZE(e->me_os_psize);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:481:32: note: expanded from macro 'GET_PAGESIZE'
  481 | #define GET_PAGESIZE(x) ((x) = sysconf(_SC_PAGE_SIZE))
      |                              ~ ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:4719:18: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
 4719 |         fname->mn_len = strlen(path);
      |                       ~ ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:5365:48: warning: implicit conversion loses integer precision: 'unsigned long long' to 'unsigned int' [-Wshorten-64-to-32]
 5365 |                 env->me_maxreaders = size/sizeof(MDB_reader) + 1;
      |                                    ~ ~~~~~~~~~~~~~~~~~~~~~~~~^~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:5941:11: warning: implicit conversion loses integer precision: 'const size_t' (aka 'const unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
 5941 |         len = a->mv_size;
      |             ~ ~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:5944:12: warning: implicit conversion loses integer precision: 'const size_t' (aka 'const unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
 5944 |                 len = b->mv_size;
      |                     ~ ~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:5949:41: warning: implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
 5949 |         return diff ? diff : len_diff<0 ? -1 : len_diff;
      |         ~~~~~~                                 ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:5975:27: warning: implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
 5975 |         return len_diff<0 ? -1 : len_diff;
      |         ~~~~~~                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:6734:16: warning: implicit conversion loses integer precision: 'MDB_ID' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
 6734 |                 x = dl[0].mid--;
      |                   ~ ~~~~~~~~~^~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:6742:9: warning: implicit conversion loses integer precision: 'MDB_ID' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
 6742 |                                 j = ++(dl[0].mid);
      |                                   ~ ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:6754:14: warning: implicit conversion loses integer precision: 'pgno_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
 6754 |                 j = mop[0] + ovpages;
      |                   ~ ~~~~~~~^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:6755:12: warning: implicit conversion loses integer precision: 'pgno_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
 6755 |                 for (i = mop[0]; i && mop[i] < pg; i--)
      |                        ~ ^~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:7612:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
 7612 |                 dcount = data[1].mv_size;
      |                        ~ ~~~~~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:7825:16: warning: implicit conversion loses integer precision: 'unsigned long' to 'unsigned int' [-Wshorten-64-to-32]
 7825 |                                                 offset = EVEN(NODESIZE + sizeof(indx_t) +
      |                                                        ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 7826 |                                                         data->mv_size);
      |                                                         ~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:712:30: note: expanded from macro 'EVEN'
  712 | #define EVEN(n)         (((n) + 1U) & -2) /* sign-extending -2 to match n+1U */
      |                          ~~~~~~~~~~~^~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:7869:29: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
 7869 |                                         offset = env->me_psize - olddata.mv_size;
      |                                                ~ ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:7905:33: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
 7905 |                         int level, ovpages, dpages = OVPAGES(data->mv_size, env->me_psize);
      |                                             ~~~~~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:1066:64: note: expanded from macro 'OVPAGES'
 1066 | #define OVPAGES(size, psize)    ((PAGEHDRSZ-1 + (size)) / (psize) + 1)
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:8081:51: warning: implicit conversion loses integer precision: 'mdb_size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
 8081 |                         insert_data = mc->mc_xcursor->mx_db.md_entries - ecount;
      |                                     ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:8368:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
 8368 |                         int ovpages = OVPAGES(data->mv_size, mc->mc_txn->mt_env->me_psize);
      |                             ~~~~~~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:1066:64: note: expanded from macro 'OVPAGES'
 1066 | #define OVPAGES(size, psize)    ((PAGEHDRSZ-1 + (size)) / (psize) + 1)
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:8842:10: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
 8842 |         ksize = EVEN(key->mv_size);
      |               ~ ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:712:30: note: expanded from macro 'EVEN'
  712 | #define EVEN(n)         (((n) + 1U) & -2) /* sign-extending -2 to match n+1U */
      |                          ~~~~~~~~~~~^~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:8996:25: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
 8996 |         mdb_node_del(csrc, key.mv_size);
      |         ~~~~~~~~~~~~       ~~~~^~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:9787:13: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
 9787 |                                 nsize = mdb_leaf_size(env, newkey, newdata);
      |                                       ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:9789:13: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
 9789 |                                 nsize = mdb_branch_size(env, newkey);
      |                                       ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:10161:4: warning: implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
 10161 |                         DO_WRITE(rc, my->mc_fd, ptr, wsize, len);
       |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Database/lmdb/mdb.c:10140:46: note: expanded from macro 'DO_WRITE'
 10140 | #define DO_WRITE(rc, fd, ptr, w2, len)  len = write(fd, ptr, w2); rc = (len >= 0)
       |                                             ~ ^~~~~~~~~~~~~~~~~~
41 warnings generated.
SwiftCompile normal arm64 Compiling\ IndexDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/IndexDelegate.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/IndexDelegate.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SymbolLocation.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/SymbolLocation.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/SymbolLocation.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ IndexStoreDB.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/IndexStoreDB.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/IndexStoreDB.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ IndexStoreDBError.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/IndexStoreDBError.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/IndexStoreDBError.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Symbol.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/Symbol.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/Symbol.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ IndexStoreDB (in target 'IndexStoreDB' from project 'IndexStoreDB')
EmitSwiftModule normal arm64 (in target 'IndexStoreDB' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ tibs (in target 'tibs' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/tibs/main.swift (in target 'tibs' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:744ad4f6eb32f778cf448fd68e86786ab9aca0ab, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:744ad4f6eb32f778cf448fd68e86786ab9aca0ab, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:744ad4f6eb32f778cf448fd68e86786ab9aca0ab, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:744ad4f6eb32f778cf448fd68e86786ab9aca0ab, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_CIndexStoreDB.build/Objects-normal/arm64/CIndexStoreDB.o /Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/CIndexStoreDB.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_CIndexStoreDB' from project 'IndexStoreDB')
	Building workspace spi-builder-workspace with scheme IndexStoreDB-Package
(2 failures)
BUILD FAILURE 6.2 macosXcodebuild