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 (960835), with Swift 5.10 for iOS using Xcode 15.4 on 10 Apr 2025 19:35:00 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme IndexStoreDB-Package -destination generic/platform=iOS

Build Log

In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallString.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:19:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:539:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 31 - countLeadingZeros(Value);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:545:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 63 - countLeadingZeros(Value);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:552:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 32 - countLeadingZeros(Value - 1);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:558:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 64 - countLeadingZeros(Value - 1);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallString.h:16:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:45:35: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
      : BeginX(FirstEl), Capacity(Capacity) {}
                                 ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:68:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
    this->Size = Size;
               ~ ^~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallString.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_iterator.h:68:19: warning: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' is deprecated [-Wdeprecated-declarations]
    : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
                  ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:19:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/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
    : public iterator_facade_base<const_iterator, std::input_iterator_tag,
             ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/LLVM.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Casting.h:20:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/memory:896:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__memory/ranges_uninitialized_algorithms.h:22:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:19:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
                            ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/LLVM.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Casting.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Compiler.h:19:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/new:89:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__assert:13:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
#    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
                                        ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED'
#      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
                                                ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallString.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_iterator.h:68:19: warning: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' is deprecated [-Wdeprecated-declarations]
    : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
                  ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:19:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/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
    : public iterator_facade_base<reverse_iterator, std::input_iterator_tag,
             ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/LLVM.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Casting.h:20:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/memory:896:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__memory/ranges_uninitialized_algorithms.h:22:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:19:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
                            ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/LLVM.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Casting.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Compiler.h:19:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/new:89:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__assert:13:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
#    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
                                        ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED'
#      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
                                                ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:17:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_FileSystem.h:34:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Error.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringExtras.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_ArrayRef.h:12:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Hashing.h:198:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
  uint32_t z = len + (static_cast<uint32_t>(c) << 2);
           ~   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallString.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_iterator.h:68:19: warning: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<IndexStoreDB::CanonicalFilePathRef>>' is deprecated [-Wdeprecated-declarations]
    : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
                  ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:14:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/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
    : public iterator_facade_base<DerivedTy, std::forward_iterator_tag,
             ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/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
class StringMapIterator : public StringMapIterBase<StringMapIterator<ValueTy>,
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:61:26: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterator<IndexStoreDB::CanonicalFilePathRef>' requested here
    auto It = CanonPaths.find(AbsPath);
                         ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/LLVM.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Casting.h:20:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/memory:896:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__memory/ranges_uninitialized_algorithms.h:22:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:19:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<IndexStoreDB::CanonicalFilePathRef>>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
                            ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/LLVM.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Casting.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Compiler.h:19:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/new:89:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__assert:13:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
#    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
                                        ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED'
#      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
                                                ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallString.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_iterator.h:68:19: warning: 'iterator<std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<IndexStoreDB::CanonicalFilePathRef>>' is deprecated [-Wdeprecated-declarations]
    : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
                  ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:14:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/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
    : public iterator_facade_base<DerivedTy, std::forward_iterator_tag,
             ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/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
    : public StringMapIterBase<StringMapConstIterator<ValueTy>,
             ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:62:9: note: in instantiation of template class 'indexstoredb_llvm::StringMapConstIterator<IndexStoreDB::CanonicalFilePathRef>' requested here
    if (It != CanonPaths.end())
        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/LLVM.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Casting.h:20:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/memory:896:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__memory/ranges_uninitialized_algorithms.h:22:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:19:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<IndexStoreDB::CanonicalFilePathRef>>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
                            ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/LLVM.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Casting.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Compiler.h:19:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/new:89:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__assert:13:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
#    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
                                        ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED'
#      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
                                                ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallString.h:16:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:253:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  this->Capacity = NewCapacity;
                 ~ ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:220:13: note: in instantiation of member function 'indexstoredb_llvm::SmallVectorTemplateBase<std::string>::grow' requested here
      this->grow();
            ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:17:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_FileSystem.h:34:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Error.h:969:12: note: in instantiation of member function 'indexstoredb_llvm::SmallVectorTemplateBase<std::string>::push_back' requested here
    Errors.push_back(EI.message());
           ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallString.h:16:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:253:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  this->Capacity = NewCapacity;
                 ~ ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:220:13: note: in instantiation of member function 'indexstoredb_llvm::SmallVectorTemplateBase<std::pair<void *, unsigned long>>::grow' requested here
      this->grow();
            ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:14:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringMap.h:19:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Allocator.h:249:24: note: in instantiation of member function 'indexstoredb_llvm::SmallVectorTemplateBase<std::pair<void *, unsigned long>>::push_back' requested here
      CustomSizedSlabs.push_back(std::make_pair(NewSlab, PaddedSize));
                       ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:14:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringMap.h:165:46: note: in instantiation of member function 'indexstoredb_llvm::BumpPtrAllocatorImpl<>::Allocate' requested here
      static_cast<StringMapEntry*>(Allocator.Allocate(AllocSize,Alignment));
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringMap.h:403:26: note: in instantiation of function template specialization 'indexstoredb_llvm::StringMapEntry<IndexStoreDB::CanonicalFilePathRef>::Create<indexstoredb_llvm::BumpPtrAllocatorImpl<>, IndexStoreDB::CanonicalFilePathRef>' requested here
    Bucket = MapEntryTy::Create(Key, Allocator, std::forward<ArgsTy>(Args)...);
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringMap.h:386:12: note: in instantiation of function template specialization 'indexstoredb_llvm::StringMap<IndexStoreDB::CanonicalFilePathRef, indexstoredb_llvm::BumpPtrAllocatorImpl<>>::try_emplace<IndexStoreDB::CanonicalFilePathRef>' requested here
    return try_emplace(KV.first, std::move(KV.second));
           ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp:74:28: note: in instantiation of member function 'indexstoredb_llvm::StringMap<IndexStoreDB::CanonicalFilePathRef, indexstoredb_llvm::BumpPtrAllocatorImpl<>>::insert' requested here
    auto Pair = CanonPaths.insert(std::make_pair(AbsPath.str(), CanonicalFilePathRef()));
                           ^
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_Support.build/Objects-normal/arm64/FilePathWatcher.o /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_Support' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_Support.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_Support.build/Objects-normal/arm64/FilePathWatcher.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_Support.build/Objects-normal/arm64/FilePathWatcher.dia -c /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_Support.build/Objects-normal/arm64/FilePathWatcher.o -index-unit-output-path /IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_Support.build/Objects-normal/arm64/FilePathWatcher.o
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/FilePathWatcher.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_ArrayRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Hashing.h:48:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Host.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:19:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:539:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 31 - countLeadingZeros(Value);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:545:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 63 - countLeadingZeros(Value);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:552:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 32 - countLeadingZeros(Value - 1);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:558:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 64 - countLeadingZeros(Value - 1);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/FilePathWatcher.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_ArrayRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Hashing.h:48:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Host.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:20:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:45:35: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
      : BeginX(FirstEl), Capacity(Capacity) {}
                                 ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:68:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
    this->Size = Size;
               ~ ^~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/FilePathWatcher.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_ArrayRef.h:12:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Hashing.h:198:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
  uint32_t z = len + (static_cast<uint32_t>(c) << 2);
           ~   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp:23:3: error: unknown type name 'FSEventStreamRef'
  FSEventStreamRef EventStream = nullptr;
  ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp:58:24: error: unknown type name 'ConstFSEventStreamRef'
                       ConstFSEventStreamRef stream,
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp:62:30: error: unknown type name 'FSEventStreamEventFlags'
                       const FSEventStreamEventFlags eventFlags[],
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp:63:30: error: unknown type name 'FSEventStreamEventId'
                       const FSEventStreamEventId eventIds[]) {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp:91:3: error: unknown type name 'FSEventStreamContext'; did you mean 'EventStreamContextData'?
  FSEventStreamContext context;
  ^~~~~~~~~~~~~~~~~~~~
  EventStreamContextData
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp:48:8: note: 'EventStreamContextData' declared here
struct EventStreamContextData {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp:92:11: error: no member named 'version' in '(anonymous namespace)::EventStreamContextData'
  context.version = 0;
  ~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp:93:11: error: no member named 'info' in '(anonymous namespace)::EventStreamContextData'
  context.info = ctxData;
  ~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp:94:11: error: no member named 'retain' in '(anonymous namespace)::EventStreamContextData'
  context.retain = nullptr;
  ~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp:95:11: error: no member named 'release' in '(anonymous namespace)::EventStreamContextData'
  context.release = EventStreamContextData::dispose;
  ~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp:96:11: error: no member named 'copyDescription' in '(anonymous namespace)::EventStreamContextData'
  context.copyDescription = nullptr;
  ~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp:102:37: error: use of undeclared identifier 'kFSEventStreamEventIdSinceNow'
                                    kFSEventStreamEventIdSinceNow,
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp:104:37: error: use of undeclared identifier 'kFSEventStreamCreateFlagNone'
                                    kFSEventStreamCreateFlagNone);
                                    ^
7 warnings and 12 errors generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/raw_ostream.o /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/raw_ostream.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/raw_ostream.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/raw_ostream.dia -c /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/raw_ostream.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/raw_ostream.o -index-unit-output-path /IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/raw_ostream.o
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/raw_ostream.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_raw_ostream.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:19:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:539:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 31 - countLeadingZeros(Value);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:545:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 63 - countLeadingZeros(Value);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:552:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 32 - countLeadingZeros(Value - 1);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:558:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 64 - countLeadingZeros(Value - 1);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/raw_ostream.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_raw_ostream.h:16:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:45:35: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
      : BeginX(FirstEl), Capacity(Capacity) {}
                                 ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:68:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
    this->Size = Size;
               ~ ^~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/raw_ostream.cpp:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringExtras.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_ArrayRef.h:12:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Hashing.h:198:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
  uint32_t z = len + (static_cast<uint32_t>(c) << 2);
           ~   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/raw_ostream.cpp:22:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_FormatVariadic.h:32:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_FormatCommon.h:52:15: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
      fill(S, PadAmount);
      ~~~~    ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_FormatCommon.h:56:15: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
      fill(S, X);
      ~~~~    ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_FormatCommon.h:58:25: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
      fill(S, PadAmount - X);
      ~~~~    ~~~~~~~~~~^~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_FormatCommon.h:62:15: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
      fill(S, PadAmount);
      ~~~~    ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/raw_ostream.cpp:292:45: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
    size_t BytesUsed = Fmt.print(OutBufCur, BufferBytesLeft);
                           ~~~~~            ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/raw_ostream.cpp:314:44: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
    size_t BytesUsed = Fmt.print(V.data(), NextBufferSize);
                           ~~~~~           ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/raw_ostream.cpp:341:18: warning: implicit conversion loses integer precision: 'const size_t' (aka 'const unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
    this->indent(Difference);
          ~~~~~~ ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/raw_ostream.cpp:344:18: warning: implicit conversion loses integer precision: 'const size_t' (aka 'const unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
    this->indent(Difference);
          ~~~~~~ ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/raw_ostream.cpp:348:32: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
    int PadAmount = Difference / 2;
        ~~~~~~~~~   ~~~~~~~~~~~^~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/raw_ostream.cpp:351:29: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
    this->indent(Difference - PadAmount);
          ~~~~~~ ~~~~~~~~~~~^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/raw_ostream.cpp:377:23: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
      indent(FN.Width - Buffer.size());
      ~~~~~~ ~~~~~~~~~^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/raw_ostream.cpp:406:48: warning: implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'unsigned int' [-Wshorten-64-to-32]
      alignTo(FB.NumPerLine, FB.ByteGroupSize) / FB.ByteGroupSize;
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/raw_ostream.cpp:434:44: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
      indent(BlockCharWidth - CharsPrinted + 2);
      ~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/raw_ostream.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_raw_ostream.h:16:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:253:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  this->Capacity = NewCapacity;
                 ~ ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:220:13: note: in instantiation of member function 'indexstoredb_llvm::SmallVectorTemplateBase<std::string>::grow' requested here
      this->grow();
            ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/raw_ostream.cpp:20:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_FileSystem.h:34:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Error.h:969:12: note: in instantiation of member function 'indexstoredb_llvm::SmallVectorTemplateBase<std::string>::push_back' requested here
    Errors.push_back(EI.message());
           ^
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/YAMLParser.o /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLParser.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/YAMLParser.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/YAMLParser.dia -c /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLParser.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/YAMLParser.o -index-unit-output-path /IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/YAMLParser.o
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLParser.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLParser.h:40:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:19:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:539:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 31 - countLeadingZeros(Value);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:545:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 63 - countLeadingZeros(Value);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:552:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 32 - countLeadingZeros(Value - 1);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:558:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 64 - countLeadingZeros(Value - 1);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLParser.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLParser.h:40:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:20:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:45:35: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
      : BeginX(FirstEl), Capacity(Capacity) {}
                                 ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:68:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
    this->Size = Size;
               ~ ^~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLParser.cpp:13:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLParser.h:324:19: warning: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::KeyValueNode>' is deprecated [-Wdeprecated-declarations]
    : public std::iterator<std::input_iterator_tag, ValueT> {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/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
  iterator begin() { return yaml::begin(*this); }
           ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLParser.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLParser.h:40:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Optional.h:22:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/memory:896:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__memory/ranges_uninitialized_algorithms.h:22:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:19:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::KeyValueNode>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
                            ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLParser.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLParser.h:40:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Optional.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Compiler.h:19:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/new:89:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__assert:13:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
#    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
                                        ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED'
#      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
                                                ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLParser.cpp:13:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLParser.h:324:19: warning: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::Node>' is deprecated [-Wdeprecated-declarations]
    : public std::iterator<std::input_iterator_tag, ValueT> {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/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
  iterator begin() { return yaml::begin(*this); }
           ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLParser.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLParser.h:40:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Optional.h:22:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/memory:896:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__memory/ranges_uninitialized_algorithms.h:22:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:19:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::Node>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
                            ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLParser.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLParser.h:40:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Optional.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Compiler.h:19:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/new:89:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__assert:13:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
#    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
                                        ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED'
#      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
                                                ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLParser.cpp:15:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_ArrayRef.h:12:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Hashing.h:198:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
  uint32_t z = len + (static_cast<uint32_t>(c) << 2);
           ~   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLParser.cpp:27:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_SourceMgr.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_PointerUnion.h:17:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_DenseMapInfo.h:327:56: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  static unsigned getHashValue(hash_code val) { return val; }
                                                ~~~~~~ ^~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLParser.cpp:27:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_SourceMgr.h:136:20: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
    return Buffers.size();
    ~~~~~~ ~~~~~~~~^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_SourceMgr.h:157:20: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
    return Buffers.size();
    ~~~~~~ ~~~~~~~~^~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLParser.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLParser.h:40:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_iterator.h:68:19: warning: 'iterator<std::bidirectional_iterator_tag, indexstoredb_llvm::yaml::Token>' is deprecated [-Wdeprecated-declarations]
    : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/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
    : public iterator_facade_base<DerivedT, IteratorCategoryT, T,
             ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLParser.cpp:14:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/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
      : public iterator_adaptor_base<IteratorImpl<ValueT, IteratorBase>,
               ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/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
  TokenQueueT::iterator Tok;
                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLParser.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLParser.h:40:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace
/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Optional.h:22:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/memory:896:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__memory/ranges_uninitialized_algorithms.h:22:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:19:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::bidirectional_iterator_tag, indexstoredb_llvm::yaml::Token>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
                            ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLParser.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLParser.h:40:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Optional.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Compiler.h:19:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/new:89:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__assert:13:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
#    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
                                        ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED'
#      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
                                                ^
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Watchdog.o /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/Watchdog.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Watchdog.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Watchdog.dia -c /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/Watchdog.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Watchdog.o -index-unit-output-path /IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Watchdog.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/YAMLTraits.o /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/YAMLTraits.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/YAMLTraits.dia -c /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/YAMLTraits.o -index-unit-output-path /IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/YAMLTraits.o
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLTraits.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:19:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:539:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 31 - countLeadingZeros(Value);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:545:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 63 - countLeadingZeros(Value);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:552:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 32 - countLeadingZeros(Value - 1);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:558:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 64 - countLeadingZeros(Value - 1);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLTraits.h:13:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:45:35: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
      : BeginX(FirstEl), Capacity(Capacity) {}
                                 ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:68:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
    this->Size = Size;
               ~ ^~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLTraits.h:14:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringExtras.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_ArrayRef.h:12:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Hashing.h:198:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
  uint32_t z = len + (static_cast<uint32_t>(c) << 2);
           ~   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLTraits.h:21:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_SourceMgr.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_PointerUnion.h:17:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_DenseMapInfo.h:327:56: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  static unsigned getHashValue(hash_code val) { return val; }
                                                ~~~~~~ ^~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLTraits.h:21:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_SourceMgr.h:136:20: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
    return Buffers.size();
    ~~~~~~ ~~~~~~~~^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_SourceMgr.h:157:20: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
    return Buffers.size();
    ~~~~~~ ~~~~~~~~^~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLTraits.h:22:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLParser.h:324:19: warning: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::KeyValueNode>' is deprecated [-Wdeprecated-declarations]
    : public std::iterator<std::input_iterator_tag, ValueT> {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/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
  iterator begin() { return yaml::begin(*this); }
           ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLTraits.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Optional.h:22:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/memory:896:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__memory/ranges_uninitialized_algorithms.h:22:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:19:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::KeyValueNode>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
                            ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLTraits.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Optional.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Compiler.h:19:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/new:89:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__assert:13:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
#    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
                                        ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED'
#      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
                                                ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLTraits.h:22:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLParser.h:324:19: warning: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::Node>' is deprecated [-Wdeprecated-declarations]
    : public std::iterator<std::input_iterator_tag, ValueT> {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/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
  iterator begin() { return yaml::begin(*this); }
           ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLTraits.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Optional.h:22:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/memory:896:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__memory/ranges_uninitialized_algorithms.h:22:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:19:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::Node>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
                            ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLTraits.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Optional.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Compiler.h:19:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/new:89:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__assert:13:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
#    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
                                        ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED'
#      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
                                                ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp:9:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLTraits.h:1776:33: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
    if ( yout.preflightDocument(i) ) {
              ~~~~~~~~~~~~~~~~~ ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp:19:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_LineIterator.h:32:19: warning: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringRef>' is deprecated [-Wdeprecated-declarations]
    : public std::iterator<std::forward_iterator_tag, StringRef> {
                  ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLTraits.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Optional.h:22:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/memory:896:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__memory/ranges_uninitialized_algorithms.h:22:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:19:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringRef>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
                            ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLTraits.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Optional.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Compiler.h:19:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/new:89:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__assert:13:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
#    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
                                        ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED'
#      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
                                                ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLTraits.h:14:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringExtras.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_ArrayRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Hashing.h:48:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Host.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/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]
    : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
                  ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLTraits.h:14:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringExtras.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_ArrayRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Hashing.h:48:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Host.h:16:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/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
    : public iterator_facade_base<DerivedTy, std::forward_iterator_tag,
             ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/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
class StringMapIterator : public StringMapIterBase<StringMapIterator<ValueTy>,
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp:142:16: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterator<std::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>' requested here
  for (auto &P : MN->Mapping)
               ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLTraits.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Optional.h:22:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/memory:896:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__memory/ranges_uninitialized_algorithms.h:22:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:19:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__iterator/iterator.h:24:29: note: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<std::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>>' has been explicitly marked deprecated here
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
                            ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLTraits.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Optional.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Compiler.h:19:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/new:89:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__assert:13:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
#    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
                                        ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED'
#      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
                                                ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLTraits.h:14:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringExtras.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_ArrayRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Hashing.h:48:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Host.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/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]
    : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
                  ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLTraits.h:14:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringExtras.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_ArrayRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Hashing.h:48:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Host.h:16:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/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
    : public iterator_facade_base<DerivedTy, std::forward_iterator_tag,
             ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/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
    : public StringMapIterBase<StringMapConstIterator<ValueTy>,
             ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp:142:16: note: in instantiation of template class 'indexstoredb_llvm::StringMapConstIterator<std::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>' requested here
  for (auto &P : MN->Mapping)
               ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLTraits.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Optional.h:22:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/memory:896:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__memory/ranges_uninitialized_algorithms.h:22:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:19:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__iterator/iterator.h:24: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
struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator
                            ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_YAMLTraits.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Optional.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Compiler.h:19:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/new:89:
In file included from /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__assert:13:
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__config:1037:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
#    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
                                        ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/c++/v1/__config:1010:49: note: expanded from macro '_LIBCPP_DEPRECATED'
#      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/YAMLTraits.cpp:206:24: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
    return SQ->Entries.size();
    ~~~~~~ ~~~~~~~~~~~~^~~~~~
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/WithColor.o /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/WithColor.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/WithColor.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/WithColor.dia -c /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/WithColor.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/WithColor.o -index-unit-output-path /IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/WithColor.o
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/WithColor.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_WithColor.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:19:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:539:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 31 - countLeadingZeros(Value);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:545:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 63 - countLeadingZeros(Value);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:552:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 32 - countLeadingZeros(Value - 1);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:558:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 64 - countLeadingZeros(Value - 1);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/WithColor.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_WithColor.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:20:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:45:35: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
      : BeginX(FirstEl), Capacity(Capacity) {}
                                 ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:68:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
    this->Size = Size;
               ~ ^~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/WithColor.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_WithColor.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_CommandLine.h:22:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_ArrayRef.h:12:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Hashing.h:198:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
  uint32_t z = len + (static_cast<uint32_t>(c) << 2);
           ~   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 warnings generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/VersionTuple.o /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/VersionTuple.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/VersionTuple.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/VersionTuple.dia -c /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/VersionTuple.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/VersionTuple.o -index-unit-output-path /IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/VersionTuple.o
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/VersionTuple.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_VersionTuple.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_DenseMapInfo.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_ArrayRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Hashing.h:48:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Host.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:19:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:539:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 31 - countLeadingZeros(Value);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:545:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 63 - countLeadingZeros(Value);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:552:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 32 - countLeadingZeros(Value - 1);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:558:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 64 - countLeadingZeros(Value - 1);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/VersionTuple.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_VersionTuple.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_DenseMapInfo.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_ArrayRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Hashing.h:48:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Host.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:20:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:45:35: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
      : BeginX(FirstEl), Capacity(Capacity) {}
                                 ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:68:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
    this->Size = Size;
               ~ ^~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/VersionTuple.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_VersionTuple.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_DenseMapInfo.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_ArrayRef.h:12:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Hashing.h:198:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
  uint32_t z = len + (static_cast<uint32_t>(c) << 2);
           ~   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/VersionTuple.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_VersionTuple.h:17:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_DenseMapInfo.h:327:56: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  static unsigned getHashValue(hash_code val) { return val; }
                                                ~~~~~~ ^~~
8 warnings generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Valgrind.o /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/Valgrind.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Valgrind.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Valgrind.dia -c /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/Valgrind.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Valgrind.o -index-unit-output-path /IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Valgrind.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/UnicodeCaseFold.o /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/UnicodeCaseFold.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/UnicodeCaseFold.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/UnicodeCaseFold.dia -c /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/UnicodeCaseFold.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/UnicodeCaseFold.o -index-unit-output-path /IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/UnicodeCaseFold.o
SwiftDriver IndexStoreDB normal arm64 com.apple.xcode.tools.swift.compiler (in target 'IndexStoreDB' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name IndexStoreDB -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/IndexStoreDB_Index.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/IndexStoreDB_Database.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/IndexStoreDB_Core.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/IndexStoreDB_Support.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/IndexStoreDB_LLVMSupport.modulemap -DXcode -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-lmdb/Sources/CLMDB/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_CIndexStoreDB/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver ISDBTibs normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ISDBTibs' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ISDBTibs -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/ISDBTibs.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/ISDBTibs.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/ISDBTibs.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/ISDBTibs.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Unicode.o /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/Unicode.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Unicode.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Unicode.dia -c /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/Unicode.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Unicode.o -index-unit-output-path /IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Unicode.o
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/Unicode.cpp:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_UnicodeCharRanges.h:11:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_ArrayRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Hashing.h:48:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Host.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:19:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:539:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 31 - countLeadingZeros(Value);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:545:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 63 - countLeadingZeros(Value);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:552:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 32 - countLeadingZeros(Value - 1);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:558:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 64 - countLeadingZeros(Value - 1);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/Unicode.cpp:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_UnicodeCharRanges.h:11:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_ArrayRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Hashing.h:48:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Host.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:20:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:45:35: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
      : BeginX(FirstEl), Capacity(Capacity) {}
                                 ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:68:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
    this->Size = Size;
               ~ ^~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/Unicode.cpp:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_UnicodeCharRanges.h:11:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_ArrayRef.h:12:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Hashing.h:198:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
  uint32_t z = len + (static_cast<uint32_t>(c) << 2);
           ~   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 warnings generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Twine.o /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/Twine.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Twine.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Twine.dia -c /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/Twine.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Twine.o -index-unit-output-path /IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Twine.o
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/Twine.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Twine.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:19:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:539:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 31 - countLeadingZeros(Value);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:545:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 63 - countLeadingZeros(Value);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:552:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 32 - countLeadingZeros(Value - 1);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:558:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 64 - countLeadingZeros(Value - 1);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/Twine.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Twine.h:12:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:45:35: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
      : BeginX(FirstEl), Capacity(Capacity) {}
                                 ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:68:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
    this->Size = Size;
               ~ ^~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/Twine.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_FormatVariadic.h:32:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_FormatCommon.h:52:15: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
      fill(S, PadAmount);
      ~~~~    ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_FormatCommon.h:56:15: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
      fill(S, X);
      ~~~~    ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_FormatCommon.h:58:25: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
      fill(S, PadAmount - X);
      ~~~~    ~~~~~~~~~~^~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_FormatCommon.h:62:15: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
      fill(S, PadAmount);
      ~~~~    ^~~~~~~~~
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Triple.o /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/Triple.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Triple.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Triple.dia -c /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/Triple.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Triple.o -index-unit-output-path /IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Triple.o
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/Triple.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Triple.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Twine.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:19:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:539:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 31 - countLeadingZeros(Value);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:545:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 63 - countLeadingZeros(Value);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:552:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 32 - countLeadingZeros(Value - 1);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:558:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  return 64 - countLeadingZeros(Value - 1);
  ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/Triple.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Triple.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Twine.h:12:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:45:35: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
      : BeginX(FirstEl), Capacity(Capacity) {}
                                 ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:68:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
    this->Size = Size;
               ~ ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/Triple.cpp:920:39: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  for (unsigned i = 0, e = Components.size(); i < e; ++i) {
                       ~   ~~~~~~~~~~~^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/Triple.cpp:970:39: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
  for (unsigned i = 0, e = Components.size(); i != e; ++i) {
                       ~   ~~~~~~~~~~~^~~~~~
SwiftEmitModule normal arm64 Emitting\ module\ for\ IndexStoreDB (in target 'IndexStoreDB' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/IndexDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/IndexStoreDB.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/IndexStoreDBError.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/Symbol.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/SymbolLocation.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/SymbolOccurrence.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/SymbolProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/SymbolRole.swift -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/IndexStoreDB_Index.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/IndexStoreDB_Database.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/IndexStoreDB_Core.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/IndexStoreDB_Support.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/IndexStoreDB_LLVMSupport.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-lmdb/Sources/CLMDB/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_CIndexStoreDB/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name IndexStoreDB -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB.abi.json
SwiftEmitModule normal arm64 Emitting\ module\ for\ ISDBTibs (in target 'ISDBTibs' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/Data.swift /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/JSONCompilationDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/Makefile.swift /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/OutputFileMap.swift /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/Process.swift /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/TibsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/TibsManifest.swift /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/TibsResolvedTarget.swift /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/TibsToolchain.swift -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/ISDBTibs.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/ISDBTibs.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/ISDBTibs.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/ISDBTibs.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ISDBTibs -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs.abi.json
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/ToolOutputFile.o /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/ToolOutputFile.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/ToolOutputFile.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/ToolOutputFile.dia -c /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/ToolOutputFile.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/ToolOutputFile.o -index-unit-output-path /IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/ToolOutputFile.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Timer.o /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/Timer.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Timer.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Timer.dia -c /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/Timer.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Timer.o -index-unit-output-path /IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Timer.o
** BUILD FAILED **
The following build commands failed:
	CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-iphoneos/IndexStoreDB_Support.build/Objects-normal/arm64/FilePathWatcher.o /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_Support' from project 'IndexStoreDB')
(1 failure)
BUILD FAILURE 5.10 iOS