The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build IndexStoreDB, reference main (b429f7), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 21:48:15 UTC.

Build Command

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

Build Log

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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/FilePathIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/FilePathIndex.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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/FilePathIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/FilePathIndex.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<char>>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
/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<char>, std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<char>>' 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<char>, indexstoredb_llvm::StringMapEntry<char>>' requested here
  510 | class StringMapIterator : public StringMapIterBase<StringMapIterator<ValueTy>,
      |                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__utility/pair.h:74:7: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterator<char>' requested here
   74 |   _T1 first;
      |       ^
/Users/admin/builder/spi-builder-workspace/lib/Index/FilePathIndex.cpp:214:53: note: in instantiation of template class 'std::pair<indexstoredb_llvm::StringMapIterator<char>, bool>' requested here
  214 |     if (targetPath != inputTargetPath || !pathsSeen.insert(sourcePath.getPath()).second)
      |                                                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<char>>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
[7/95] Compiling IndexStoreDB_Index FilePathIndex.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/ImportTransaction.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/ImportTransactionImpl.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Database/ImportTransaction.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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/ImportTransaction.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/ImportTransactionImpl.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Database/ImportTransaction.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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
[7/95] Compiling IndexStoreDB_Database ImportTransaction.cpp
[7/95] Compiling APFloat.cpp
[7/95] Compiling mdb.c
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/88] Write sources
[1/89] Compiling IndexStoreDB_Support Logging-NonMac.cpp
[2/89] Write swift-version-2F0A5646E1D333AE.txt
[3/89] Compiling circular_raw_ostream.cpp
[3/89] Compiling IndexStoreDB_Support PatternMatching.cpp
[5/89] Compiling IndexStoreDB_Support Concurrency-Mac.cpp
[6/89] Compiling Watchdog.cpp
[7/89] Compiling IndexStoreDB_Support Logging.cpp
[8/89] Compiling Valgrind.cpp
[9/89] Compiling UnicodeCaseFold.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/Path.cpp:13:
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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/Path.cpp:13:
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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/Path.cpp:13:
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::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<IndexStoreDB::CanonicalFilePathRef>>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
/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<IndexStoreDB::CanonicalFilePathRef>, std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<IndexStoreDB::CanonicalFilePathRef>>' 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<IndexStoreDB::CanonicalFilePathRef>, indexstoredb_llvm::StringMapEntry<IndexStoreDB::CanonicalFilePathRef>>' requested here
  510 | class StringMapIterator : public StringMapIterBase<StringMapIterator<ValueTy>,
      |                                  ^
/Users/admin/builder/spi-builder-workspace/lib/Support/Path.cpp:61:26: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterator<IndexStoreDB::CanonicalFilePathRef>' requested here
   61 |     auto It = CanonPaths.find(AbsPath);
      |                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<IndexStoreDB::CanonicalFilePathRef>>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/Path.cpp:13:
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::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<IndexStoreDB::CanonicalFilePathRef>>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
/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<IndexStoreDB::CanonicalFilePathRef>, std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<IndexStoreDB::CanonicalFilePathRef>>' 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<IndexStoreDB::CanonicalFilePathRef>, const indexstoredb_llvm::StringMapEntry<IndexStoreDB::CanonicalFilePathRef>>' requested here
  493 |     : public StringMapIterBase<StringMapConstIterator<ValueTy>,
      |              ^
/Users/admin/builder/spi-builder-workspace/lib/Support/Path.cpp:62:9: note: in instantiation of template class 'indexstoredb_llvm::StringMapConstIterator<IndexStoreDB::CanonicalFilePathRef>' requested here
   62 |     if (It != CanonPaths.end())
      |         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<IndexStoreDB::CanonicalFilePathRef>>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
4 warnings generated.
[10/89] Compiling IndexStoreDB_Support Path.cpp
[11/89] Compiling raw_ostream.cpp
[12/89] Compiling IndexStoreDB_Support FilePathWatcher.cpp
[13/89] Compiling IndexStoreDB_Support Logging-Mac.mm
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:22:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:324:19: warning: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::KeyValueNode>' is deprecated [-Wdeprecated-declarations]
  324 |     : public std::iterator<std::input_iterator_tag, ValueT> {
      |                   ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:425:12: note: in instantiation of template class 'indexstoredb_llvm::yaml::basic_collection_iterator<indexstoredb_llvm::yaml::MappingNode, indexstoredb_llvm::yaml::KeyValueNode>' requested here
  425 |   iterator begin() { return yaml::begin(*this); }
      |            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::KeyValueNode>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:22:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:324:19: warning: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::Node>' is deprecated [-Wdeprecated-declarations]
  324 |     : public std::iterator<std::input_iterator_tag, ValueT> {
      |                   ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:482:12: note: in instantiation of template class 'indexstoredb_llvm::yaml::basic_collection_iterator<indexstoredb_llvm::yaml::SequenceNode, indexstoredb_llvm::yaml::Node>' requested here
  482 |   iterator begin() { return yaml::begin(*this); }
      |            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::Node>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/LineIterator.h:32:19: warning: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringRef>' is deprecated [-Wdeprecated-declarations]
   32 |     : public std::iterator<std::forward_iterator_tag, StringRef> {
      |                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringRef>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:14:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringExtras.h:16:
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:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
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::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
/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::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>, std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<std::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>>' 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::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>, indexstoredb_llvm::StringMapEntry<std::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>>' requested here
  510 | class StringMapIterator : public StringMapIterBase<StringMapIterator<ValueTy>,
      |                                  ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:142:16: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterator<std::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>' requested here
  142 |   for (auto &P : MN->Mapping)
      |                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<std::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:14:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringExtras.h:16:
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:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
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::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
/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::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>, std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<std::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>>' 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::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>, const indexstoredb_llvm::StringMapEntry<std::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>>' requested here
  493 |     : public StringMapIterBase<StringMapConstIterator<ValueTy>,
      |              ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:142:16: note: in instantiation of template class 'indexstoredb_llvm::StringMapConstIterator<std::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>' requested here
  142 |   for (auto &P : MN->Mapping)
      |                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<std::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
5 warnings generated.
[14/89] Compiling YAMLTraits.cpp
[15/89] Compiling WithColor.cpp
[16/89] Compiling VersionTuple.cpp
[17/89] Compiling Unicode.cpp
[18/89] Compiling Twine.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLParser.cpp:13:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:324:19: warning: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::KeyValueNode>' is deprecated [-Wdeprecated-declarations]
  324 |     : public std::iterator<std::input_iterator_tag, ValueT> {
      |                   ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:425:12: note: in instantiation of template class 'indexstoredb_llvm::yaml::basic_collection_iterator<indexstoredb_llvm::yaml::MappingNode, indexstoredb_llvm::yaml::KeyValueNode>' requested here
  425 |   iterator begin() { return yaml::begin(*this); }
      |            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::KeyValueNode>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLParser.cpp:13:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:324:19: warning: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::Node>' is deprecated [-Wdeprecated-declarations]
  324 |     : public std::iterator<std::input_iterator_tag, ValueT> {
      |                   ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:482:12: note: in instantiation of template class 'indexstoredb_llvm::yaml::basic_collection_iterator<indexstoredb_llvm::yaml::SequenceNode, indexstoredb_llvm::yaml::Node>' requested here
  482 |   iterator begin() { return yaml::begin(*this); }
      |            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::Node>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLParser.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:40:
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::bidirectional_iterator_tag, indexstoredb_llvm::yaml::Token>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/iterator.h:206:14: note: in instantiation of template class 'indexstoredb_llvm::iterator_facade_base<indexstoredb_llvm::AllocatorList<indexstoredb_llvm::yaml::Token, indexstoredb_llvm::BumpPtrAllocatorImpl<>>::IteratorImpl<indexstoredb_llvm::yaml::Token, indexstoredb_llvm::ilist_iterator<indexstoredb_llvm::ilist_detail::node_options<indexstoredb_llvm::AllocatorList<indexstoredb_llvm::yaml::Token, indexstoredb_llvm::BumpPtrAllocatorImpl<>>::Node, false, false, void>, false, false>>, std::bidirectional_iterator_tag, indexstoredb_llvm::yaml::Token>' requested here
  206 |     : public iterator_facade_base<DerivedT, IteratorCategoryT, T,
      |              ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/AllocatorList.h:89:16: note: in instantiation of template class 'indexstoredb_llvm::iterator_adaptor_base<indexstoredb_llvm::AllocatorList<indexstoredb_llvm::yaml::Token, indexstoredb_llvm::BumpPtrAllocatorImpl<>>::IteratorImpl<indexstoredb_llvm::yaml::Token, indexstoredb_llvm::ilist_iterator<indexstoredb_llvm::ilist_detail::node_options<indexstoredb_llvm::AllocatorList<indexstoredb_llvm::yaml::Token, indexstoredb_llvm::BumpPtrAllocatorImpl<>>::Node, false, false, void>, false, false>>, indexstoredb_llvm::ilist_iterator<indexstoredb_llvm::ilist_detail::node_options<indexstoredb_llvm::AllocatorList<indexstoredb_llvm::yaml::Token, indexstoredb_llvm::BumpPtrAllocatorImpl<>>::Node, false, false, void>, false, false>, std::bidirectional_iterator_tag, indexstoredb_llvm::yaml::Token>' requested here
   89 |       : public iterator_adaptor_base<IteratorImpl<ValueT, IteratorBase>,
      |                ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLParser.cpp:180:25: note: in instantiation of template class 'indexstoredb_llvm::AllocatorList<indexstoredb_llvm::yaml::Token, indexstoredb_llvm::BumpPtrAllocatorImpl<>>::IteratorImpl<indexstoredb_llvm::yaml::Token, indexstoredb_llvm::ilist_iterator<indexstoredb_llvm::ilist_detail::node_options<indexstoredb_llvm::AllocatorList<indexstoredb_llvm::yaml::Token, indexstoredb_llvm::BumpPtrAllocatorImpl<>>::Node, false, false, void>, false, false>>' requested here
  180 |   TokenQueueT::iterator Tok;
      |                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::bidirectional_iterator_tag, indexstoredb_llvm::yaml::Token>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
3 warnings generated.
[19/89] Compiling YAMLParser.cpp
[20/89] Compiling Triple.cpp
[21/89] Compiling ToolOutputFile.cpp
[22/89] Compiling Threading.cpp
[23/89] Compiling TargetParser.cpp
[24/89] Compiling StringSaver.cpp
[25/89] Compiling StringMap.cpp
[26/89] Compiling StringRef.cpp
[27/89] Compiling SmallVector.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:23:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:22:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:324:19: warning: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::KeyValueNode>' is deprecated [-Wdeprecated-declarations]
  324 |     : public std::iterator<std::input_iterator_tag, ValueT> {
      |                   ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:425:12: note: in instantiation of template class 'indexstoredb_llvm::yaml::basic_collection_iterator<indexstoredb_llvm::yaml::MappingNode, indexstoredb_llvm::yaml::KeyValueNode>' requested here
  425 |   iterator begin() { return yaml::begin(*this); }
      |            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::KeyValueNode>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:23:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:22:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:324:19: warning: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::Node>' is deprecated [-Wdeprecated-declarations]
  324 |     : public std::iterator<std::input_iterator_tag, ValueT> {
      |                   ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:482:12: note: in instantiation of template class 'indexstoredb_llvm::yaml::basic_collection_iterator<indexstoredb_llvm::yaml::SequenceNode, indexstoredb_llvm::yaml::Node>' requested here
  482 |   iterator begin() { return yaml::begin(*this); }
      |            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::Node>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
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::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
/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::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>, std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<std::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>>' 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::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>, indexstoredb_llvm::StringMapEntry<std::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>>' requested here
  510 | class StringMapIterator : public StringMapIterBase<StringMapIterator<ValueTy>,
      |                                  ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:193:18: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterator<std::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>' requested here
  193 |          I = Map.begin(), E = Map.end(); I != E; ++I)
      |                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<std::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
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::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
/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::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>, std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<std::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>>' 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::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>, const indexstoredb_llvm::StringMapEntry<std::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>>' requested here
  493 |     : public StringMapIterBase<StringMapConstIterator<ValueTy>,
      |              ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:193:42: note: in instantiation of template class 'indexstoredb_llvm::StringMapConstIterator<std::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>' requested here
  193 |          I = Map.begin(), E = Map.end(); I != E; ++I)
      |                                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<std::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
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<indexstoredb_llvm::TimeRecord>>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
/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<indexstoredb_llvm::TimeRecord>, std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::TimeRecord>>' 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<indexstoredb_llvm::TimeRecord>, const indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::TimeRecord>>' requested here
  493 |     : public StringMapIterBase<StringMapConstIterator<ValueTy>,
      |              ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:248:22: note: in instantiation of template class 'indexstoredb_llvm::StringMapConstIterator<indexstoredb_llvm::TimeRecord>' requested here
  248 |   for (const auto &P : Records)
      |                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::TimeRecord>>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
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<indexstoredb_llvm::Timer>>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
/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<indexstoredb_llvm::Timer>, std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::Timer>>' 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<indexstoredb_llvm::Timer>, indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::Timer>>' requested here
  510 | class StringMapIterator : public StringMapIterBase<StringMapIterator<ValueTy>,
      |                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__utility/pair.h:74:7: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterator<indexstoredb_llvm::Timer>' requested here
   74 |   _T1 first;
      |       ^
/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<indexstoredb_llvm::Timer>, bool>' requested here
  355 |   ValueTy &operator[](StringRef Key) { return try_emplace(Key).first->second; }
      |                                               ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:206:33: note: in instantiation of member function 'indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>::operator[]' requested here
  206 |     Timer &T = GroupEntry.second[Name];
      |                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::Timer>>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
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<indexstoredb_llvm::Timer>>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
/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<indexstoredb_llvm::Timer>, std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::Timer>>' 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<indexstoredb_llvm::Timer>, const indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::Timer>>' requested here
  493 |     : public StringMapIterBase<StringMapConstIterator<ValueTy>,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__type_traits/is_constructible.h:24:103: note: in instantiation of template class 'indexstoredb_llvm::StringMapConstIterator<indexstoredb_llvm::Timer>' requested here
   24 | struct _LIBCPP_TEMPLATE_VIS is_constructible : public integral_constant<bool, __is_constructible(_Tp, _Args...)> {};
      |                                                                                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__utility/pair.h:158:14: note: in instantiation of template class 'std::is_constructible<indexstoredb_llvm::StringMapIterator<indexstoredb_llvm::Timer>, const indexstoredb_llvm::StringMapIterator<indexstoredb_llvm::Timer> &>' requested here
  158 |       return is_constructible<first_type, _U1>::value && is_constructible<second_type, _U2>::value;
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__utility/pair.h:177:59: note: in instantiation of function template specialization 'std::pair<indexstoredb_llvm::StringMapIterator<indexstoredb_llvm::Timer>, bool>::_CheckArgs::__is_pair_constructible<const indexstoredb_llvm::StringMapIterator<indexstoredb_llvm::Timer> &, const bool &>' requested here
  177 |             __enable_if_t<_CheckArgsDep<_Dummy>::template __is_pair_constructible<_T1 const&, _T2 const&>(), int> = 0>
      |                                                           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__utility/pair.h:180:7: note: while substituting prior template arguments into non-type template parameter [with _Dummy = true]
  180 |       pair(_T1 const& __t1, _T2 const& __t2) noexcept(is_nothrow_copy_constructible<first_type>::value &&
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  181 |                                                       is_nothrow_copy_constructible<second_type>::value)
      |                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  182 |       : first(__t1), second(__t2) {}
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__utility/pair.h:577:10: note: while substituting deduced template arguments into function template 'pair' [with _Dummy = (no value), $1 = (no value)]
  577 |   return pair<typename __unwrap_ref_decay<_T1>::type, typename __unwrap_ref_decay<_T2>::type>(
      |          ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:398:19: note: in instantiation of function template specialization 'std::make_pair<indexstoredb_llvm::StringMapIterator<indexstoredb_llvm::Timer>, bool>' requested here
  398 |       return std::make_pair(iterator(TheTable + BucketNo, false),
      |                   ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:355:47: note: in instantiation of function template specialization 'indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>::try_emplace<>' requested here
  355 |   ValueTy &operator[](StringRef Key) { return try_emplace(Key).first->second; }
      |                                               ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:206:33: note: in instantiation of member function 'indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>::operator[]' requested here
  206 |     Timer &T = GroupEntry.second[Name];
      |                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::Timer>>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
7 warnings generated.
[28/89] Compiling Timer.cpp
[29/89] Compiling Signposts.cpp
[30/89] Compiling SmallPtrSet.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Statistic.cpp:32:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:22:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:324:19: warning: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::KeyValueNode>' is deprecated [-Wdeprecated-declarations]
  324 |     : public std::iterator<std::input_iterator_tag, ValueT> {
      |                   ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:425:12: note: in instantiation of template class 'indexstoredb_llvm::yaml::basic_collection_iterator<indexstoredb_llvm::yaml::MappingNode, indexstoredb_llvm::yaml::KeyValueNode>' requested here
  425 |   iterator begin() { return yaml::begin(*this); }
      |            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::KeyValueNode>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Statistic.cpp:32:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:22:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:324:19: warning: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::Node>' is deprecated [-Wdeprecated-declarations]
  324 |     : public std::iterator<std::input_iterator_tag, ValueT> {
      |                   ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:482:12: note: in instantiation of template class 'indexstoredb_llvm::yaml::basic_collection_iterator<indexstoredb_llvm::yaml::SequenceNode, indexstoredb_llvm::yaml::Node>' requested here
  482 |   iterator begin() { return yaml::begin(*this); }
      |            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::Node>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
2 warnings generated.
[31/89] Compiling Statistic.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/SourceMgr.cpp:15:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/SourceMgr.h:18:
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:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/SourceMgr.cpp:15:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/SourceMgr.h:18:
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:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
2 warnings generated.
[32/89] Compiling SourceMgr.cpp
[33/89] Compiling PrettyStackTrace.cpp
[34/89] Compiling Options.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Program.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Program.h:16:
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:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Program.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Program.h:16:
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:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
2 warnings generated.
[35/89] Compiling Program.cpp
[36/89] Compiling Optional.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Process.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Process.h:29:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Chrono.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/FormatProviders.h:18:
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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Process.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Process.h:29:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Chrono.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/FormatProviders.h:18:
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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
2 warnings generated.
[37/89] Compiling Process.cpp
[38/89] Compiling NativeFormatting.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Signals.cpp:15:
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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Signals.cpp:15:
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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
2 warnings generated.
[39/89] Compiling Signals.cpp
[40/89] Compiling Mutex.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Path.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Path.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Twine.h:13:
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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Path.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Path.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Twine.h:13:
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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
2 warnings generated.
[41/89] Compiling Path.cpp
[42/89] Compiling MathExtras.cpp
[43/89] Compiling Memory.cpp
[44/89] Compiling ManagedStatic.cpp
[45/89] Compiling Locale.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/MemoryBuffer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MemoryBuffer.h:17:
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:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/MemoryBuffer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MemoryBuffer.h:17:
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:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
2 warnings generated.
[46/89] Compiling MemoryBuffer.cpp
[47/89] Compiling MD5.cpp
[48/89] Compiling Hashing.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/LineIterator.cpp:9:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/LineIterator.h:32:19: warning: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringRef>' is deprecated [-Wdeprecated-declarations]
   32 |     : public std::iterator<std::forward_iterator_tag, StringRef> {
      |                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringRef>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
1 warning generated.
[49/89] Compiling LineIterator.cpp
[50/89] Compiling FormatVariadic.cpp
[51/89] Compiling FoldingSet.cpp
[51/89] Compiling Host.cpp
[53/89] Compiling Errno.cpp
[54/89] Compiling JSON.cpp
[55/89] Compiling ErrorHandling.cpp
[56/89] Compiling Atomic.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/FileUtilities.cpp:14:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/FileUtilities.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/FileSystem.h:29:
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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/FileUtilities.cpp:14:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/FileUtilities.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/FileSystem.h:29:
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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
2 warnings generated.
[57/89] Compiling FileUtilities.cpp
[58/89] Compiling Error.cpp
[59/89] Compiling ConvertUTF.cpp
[60/89] Compiling Debug.cpp
[61/89] Compiling DJB.cpp
[62/89] Compiling ConvertUTFWrapper.cpp
[63/89] Compiling Chrono.cpp
[64/89] Compiling Allocator.cpp
[65/89] Compiling APSInt.cpp
[66/89] Compiling ARMTargetParser.cpp
[67/89] Compiling AArch64TargetParser.cpp
[68/89] Compiling APInt.cpp
[69/89] Copying INPUTS
[70/89] Compiling APFloat.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/CommandLine.cpp:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/CommandLine.h:22:
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:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/CommandLine.cpp:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/CommandLine.h:22:
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:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/CommandLine.cpp:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/CommandLine.h:22:
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:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
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<indexstoredb_llvm::cl::Option *>>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
/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<indexstoredb_llvm::cl::Option *>, std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::cl::Option *>>' 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<indexstoredb_llvm::cl::Option *>, indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::cl::Option *>>' requested here
  510 | class StringMapIterator : public StringMapIterBase<StringMapIterator<ValueTy>,
      |                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__utility/pair.h:74:7: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterator<indexstoredb_llvm::cl::Option *>' requested here
   74 |   _T1 first;
      |       ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/CommandLine.cpp:125:25: note: in instantiation of template class 'std::pair<indexstoredb_llvm::StringMapIterator<indexstoredb_llvm::cl::Option *>, bool>' requested here
  125 |     if (!SC->OptionsMap.insert(std::make_pair(Name, &Opt)).second) {
      |                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::cl::Option *>>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/CommandLine.cpp:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/CommandLine.h:22:
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:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
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<indexstoredb_llvm::cl::Option *>>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
/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<indexstoredb_llvm::cl::Option *>, std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::cl::Option *>>' 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<indexstoredb_llvm::cl::Option *>, const indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::cl::Option *>>' requested here
  493 |     : public StringMapIterBase<StringMapConstIterator<ValueTy>,
      |              ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/CommandLine.cpp:156:11: note: in instantiation of template class 'indexstoredb_llvm::StringMapConstIterator<indexstoredb_llvm::cl::Option *>' requested here
  156 |           SC->OptionsMap.find(O->ArgStr) != SC->OptionsMap.end())
      |           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::cl::Option *>>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
4 warnings generated.
[71/89] Compiling CommandLine.cpp
[72/89] Compiling IndexStoreDB_Index IndexStoreLibraryProvider.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/StoreSymbolRecord.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/StoreSymbolRecord.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: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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/StoreSymbolRecord.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/StoreSymbolRecord.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: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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
2 warnings generated.
[73/89] Compiling IndexStoreDB_Index StoreSymbolRecord.cpp
[74/89] Compiling mdb.c
[75/89] Write sources
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/SymbolIndex.cpp:13:
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: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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/SymbolIndex.cpp:13:
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: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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/SymbolIndex.cpp:13:
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: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::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<CoreSymbolData>>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
/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<CoreSymbolData>, std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<CoreSymbolData>>' 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<CoreSymbolData>, indexstoredb_llvm::StringMapEntry<CoreSymbolData>>' requested here
  510 | class StringMapIterator : public StringMapIterBase<StringMapIterator<ValueTy>,
      |                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__utility/pair.h:74:7: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterator<CoreSymbolData>' requested here
   74 |   _T1 first;
      |       ^
/Users/admin/builder/spi-builder-workspace/lib/Index/SymbolIndex.cpp:154:29: note: in instantiation of template class 'std::pair<indexstoredb_llvm::StringMapIterator<CoreSymbolData>, bool>' requested here
  154 |     auto pair = CoreSymbols.insert(std::make_pair(USR, CoreSymbolData{copiedName, Info, Roles, RelatedRoles}));
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<CoreSymbolData>>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/SymbolIndex.cpp:13:
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: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::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<CoreSymbolData>>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
/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<CoreSymbolData>, std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<CoreSymbolData>>' 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<CoreSymbolData>, const indexstoredb_llvm::StringMapEntry<CoreSymbolData>>' requested here
  493 |     : public StringMapIterBase<StringMapConstIterator<ValueTy>,
      |              ^
/Users/admin/builder/spi-builder-workspace/lib/Index/SymbolIndex.cpp:166:22: note: in instantiation of template class 'indexstoredb_llvm::StringMapConstIterator<CoreSymbolData>' requested here
  166 |   for (auto &coreSym : CoreSymbols) {
      |                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<CoreSymbolData>>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
4 warnings generated.
[77/89] Compiling IndexStoreDB_Index SymbolIndex.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/FileVisibilityChecker.cpp:14:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Database/ReadTransaction.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: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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/FileVisibilityChecker.cpp:14:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Database/ReadTransaction.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: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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
2 warnings generated.
[78/89] Compiling IndexStoreDB_Index FileVisibilityChecker.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexSystem.cpp:13:
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: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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/IndexSystem.cpp:13:
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: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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
2 warnings generated.
[79/99] Compiling IndexStoreDB_Index IndexSystem.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/FilePathIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/FilePathIndex.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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/FilePathIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/FilePathIndex.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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/FilePathIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/FilePathIndex.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<char>>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
/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<char>, std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<char>>' 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<char>, indexstoredb_llvm::StringMapEntry<char>>' requested here
  510 | class StringMapIterator : public StringMapIterBase<StringMapIterator<ValueTy>,
      |                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__utility/pair.h:74:7: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterator<char>' requested here
   74 |   _T1 first;
      |       ^
/Users/admin/builder/spi-builder-workspace/lib/Index/FilePathIndex.cpp:214:53: note: in instantiation of template class 'std::pair<indexstoredb_llvm::StringMapIterator<char>, bool>' requested here
  214 |     if (targetPath != inputTargetPath || !pathsSeen.insert(sourcePath.getPath()).second)
      |                                                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<char>>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/FilePathIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/include/IndexStoreDB/Index/FilePathIndex.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<char>>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
/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<char>, std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<char>>' 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<char>, const indexstoredb_llvm::StringMapEntry<char>>' requested here
  493 |     : public StringMapIterBase<StringMapConstIterator<ValueTy>,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__type_traits/is_constructible.h:24:103: note: in instantiation of template class 'indexstoredb_llvm::StringMapConstIterator<char>' requested here
   24 | struct _LIBCPP_TEMPLATE_VIS is_constructible : public integral_constant<bool, __is_constructible(_Tp, _Args...)> {};
      |                                                                                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__utility/pair.h:158:14: note: in instantiation of template class 'std::is_constructible<indexstoredb_llvm::StringMapIterator<char>, const indexstoredb_llvm::StringMapIterator<char> &>' requested here
  158 |       return is_constructible<first_type, _U1>::value && is_constructible<second_type, _U2>::value;
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__utility/pair.h:177:59: note: in instantiation of function template specialization 'std::pair<indexstoredb_llvm::StringMapIterator<char>, bool>::_CheckArgs::__is_pair_constructible<const indexstoredb_llvm::StringMapIterator<char> &, const bool &>' requested here
  177 |             __enable_if_t<_CheckArgsDep<_Dummy>::template __is_pair_constructible<_T1 const&, _T2 const&>(), int> = 0>
      |                                                           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__utility/pair.h:180:7: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  180 |       pair(_T1 const& __t1, _T2 const& __t2) noexcept(is_nothrow_copy_constructible<first_type>::value &&
      |       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__utility/pair.h:577:10: note: while substituting deduced template arguments into function template 'pair' [with _Dummy = (no value), $1 = (no value)]
  577 |   return pair<typename __unwrap_ref_decay<_T1>::type, typename __unwrap_ref_decay<_T2>::type>(
      |          ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:398:19: note: in instantiation of function template specialization 'std::make_pair<indexstoredb_llvm::StringMapIterator<char>, bool>' requested here
  398 |       return std::make_pair(iterator(TheTable + BucketNo, false),
      |                   ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:386:12: note: in instantiation of function template specialization 'indexstoredb_llvm::StringMap<char>::try_emplace<char>' requested here
  386 |     return try_emplace(KV.first, std::move(KV.second));
      |            ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringSet.h:40:20: note: in instantiation of member function 'indexstoredb_llvm::StringMap<char>::insert' requested here
   40 |       return base::insert(std::make_pair(Key, '\0'));
      |                    ^
/Users/admin/builder/spi-builder-workspace/lib/Index/FilePathIndex.cpp:214:53: note: in instantiation of member function 'indexstoredb_llvm::StringSet<>::insert' requested here
  214 |     if (targetPath != inputTargetPath || !pathsSeen.insert(sourcePath.getPath()).second)
      |                                                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<char>>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
4 warnings generated.
[80/99] Compiling IndexStoreDB_Index FilePathIndex.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/ReadTransaction.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/ReadTransactionImpl.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Database/ReadTransaction.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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/ReadTransaction.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/ReadTransactionImpl.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Database/ReadTransaction.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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
2 warnings generated.
[81/99] Compiling IndexStoreDB_Database ReadTransaction.cpp
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/CIndexStoreDB/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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      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/CIndexStoreDB/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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
2 warnings and 1 error generated.
[82/99] Compiling IndexStoreDB_CIndexStoreDB CIndexStoreDB.cpp
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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
[82/99] Compiling IndexStoreDB_Database Database.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/ImportTransaction.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/ImportTransactionImpl.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Database/ImportTransaction.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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/ImportTransaction.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/ImportTransactionImpl.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Database/include/IndexStoreDB/Database/ImportTransaction.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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
[82/99] Compiling IndexStoreDB_Database ImportTransaction.cpp
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/Index/include/IndexStoreDB/Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      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/Index/include/IndexStoreDB/Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/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,
      |                   ^
/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,
      |              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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 {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      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/Index/include/IndexStoreDB/Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/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::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<std::chrono::time_point<std::chrono::system_clock, std::chrono::duration<long long, std::ratio<1, 1000000000>>>>>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
/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::chrono::time_point<std::chrono::system_clock, std::chrono::duration<long long, std::ratio<1, 1000000000>>>>, std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<std::chrono::time_point<std::chrono::system_clock, std::chrono::duration<long long, std::ratio<1, 1000000000>>>>>' 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::chrono::time_point<std::chrono::system_clock, std::chrono::duration<long long, std::ratio<1, 1000000000>>>>, indexstoredb_llvm::StringMapEntry<std::chrono::time_point<std::chrono::system_clock, std::chrono::duration<long long, std::ratio<1, 1000000000>>>>>' requested here
  510 | class StringMapIterator : public StringMapIterBase<StringMapIterator<ValueTy>,
      |                                  ^
/Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.cpp:776:27: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterator<std::chrono::time_point<std::chrono::system_clock, std::chrono::duration<long long, std::ratio<1, 1000000000>>>>' requested here
  776 |       auto I = knownUnits.find(unitName);
      |                           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<std::chrono::time_point<std::chrono::system_clock, std::chrono::duration<long long, std::ratio<1, 1000000000>>>>>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      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/Index/include/IndexStoreDB/Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Index/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::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<std::chrono::time_point<std::chrono::system_clock, std::chrono::duration<long long, std::ratio<1, 1000000000>>>>>' is deprecated [-Wdeprecated-declarations]
   68 |     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
      |                   ^
/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::chrono::time_point<std::chrono::system_clock, std::chrono::duration<long long, std::ratio<1, 1000000000>>>>, std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<std::chrono::time_point<std::chrono::system_clock, std::chrono::duration<long long, std::ratio<1, 1000000000>>>>>' 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::chrono::time_point<std::chrono::system_clock, std::chrono::duration<long long, std::ratio<1, 1000000000>>>>, const indexstoredb_llvm::StringMapEntry<std::chrono::time_point<std::chrono::system_clock, std::chrono::duration<long long, std::ratio<1, 1000000000>>>>>' requested here
  493 |     : public StringMapIterBase<StringMapConstIterator<ValueTy>,
      |              ^
/Users/admin/builder/spi-builder-workspace/lib/Index/IndexDatastore.cpp:777:11: note: in instantiation of template class 'indexstoredb_llvm::StringMapConstIterator<std::chrono::time_point<std::chrono::system_clock, std::chrono::duration<long long, std::ratio<1, 1000000000>>>>' requested here
  777 |       if (I != knownUnits.end() && I->getValue() != modTime) {
      |           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<std::chrono::time_point<std::chrono::system_clock, std::chrono::duration<long long, std::ratio<1, 1000000000>>>>>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:731:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  731 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  696 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
[82/99] Compiling IndexStoreDB_Index IndexDatastore.cpp
BUILD FAILURE 6.1 macosSpm