Build Information
Failed to build IndexStoreDB, reference main (960835
), with Swift 6.0 for watchOS using Xcode 16.2 on 10 Apr 2025 19:34:33 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme IndexStoreDB-Package -destination generic/platform=watchOS
Build Log
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB_Index.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.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-watchos/IndexStoreDB_Index.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB_Index.build/Objects-normal/arm64/SymbolIndex.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB_Index.build/Objects-normal/arm64/SymbolIndex.dia -c /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB_Index.build/Objects-normal/arm64/SymbolIndex.o -index-unit-output-path /IndexStoreDB.build/Debug-watchos/IndexStoreDB_Index.build/Objects-normal/arm64/SymbolIndex.o
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:19:
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]
539 | 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]
545 | 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]
552 | 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]
558 | return 64 - countLeadingZeros(Value - 1);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:19:
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]
45 | : 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]
68 | this->Size = Size;
| ~ ^~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:19:
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]
68 | : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:19:
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
53 | : public iterator_facade_base<const_iterator, std::input_iterator_tag,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:18:
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-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/memory:937:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__memory/ranges_uninitialized_algorithms.h:22:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:19:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:18:
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-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/new:89:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__assert:13:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__assertion_handler:13:
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__config:1022:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
1022 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__config:995:49: note: expanded from macro '_LIBCPP_DEPRECATED'
995 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:19:
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]
68 | : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:19:
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
79 | : public iterator_facade_base<reverse_iterator, std::input_iterator_tag,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:18:
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-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/memory:937:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__memory/ranges_uninitialized_algorithms.h:22:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:19:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:18:
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-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/new:89:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__assert:13:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__assertion_handler:13:
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__config:1022:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
1022 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__config:995:49: note: expanded from macro '_LIBCPP_DEPRECATED'
995 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:20:
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]
198 | uint32_t z = len + (static_cast<uint32_t>(c) << 2);
| ~ ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:234:47: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
234 | sysrootPrefixLength = sysroot.getPath().size();
| ~ ~~~~~~~~~~~~~~~~~~^~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:19:
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<CoreSymbolData>>' is deprecated [-Wdeprecated-declarations]
68 | : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:20:
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<CoreSymbolData>, std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<CoreSymbolData>>' requested here
451 | : public iterator_facade_base<DerivedTy, std::forward_iterator_tag,
| ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringMap.h:510:34: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterBase<indexstoredb_llvm::StringMapIterator<CoreSymbolData>, indexstoredb_llvm::StringMapEntry<CoreSymbolData>>' requested here
510 | class StringMapIterator : public StringMapIterBase<StringMapIterator<ValueTy>,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:18:
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:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_type_traits.h:18:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/utility:263:
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__utility/pair.h:88:7: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterator<CoreSymbolData>' requested here
88 | _T1 first;
| ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:157:29: note: in instantiation of template class 'std::pair<indexstoredb_llvm::StringMapIterator<CoreSymbolData>, bool>' requested here
157 | auto pair = CoreSymbols.insert(std::make_pair(USR, CoreSymbolData{copiedName, Info, Roles, RelatedRoles}));
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:18:
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-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/memory:937:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__memory/ranges_uninitialized_algorithms.h:22:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:19:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<CoreSymbolData>>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:18:
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-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/new:89:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__assert:13:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__assertion_handler:13:
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__config:1022:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
1022 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__config:995:49: note: expanded from macro '_LIBCPP_DEPRECATED'
995 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:19:
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<CoreSymbolData>>' is deprecated [-Wdeprecated-declarations]
68 | : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:20:
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<CoreSymbolData>, std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<CoreSymbolData>>' requested here
451 | : public iterator_facade_base<DerivedTy, std::forward_iterator_tag,
| ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringMap.h:493:14: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterBase<indexstoredb_llvm::StringMapConstIterator<CoreSymbolData>, const indexstoredb_llvm::StringMapEntry<CoreSymbolData>>' requested here
493 | : public StringMapIterBase<StringMapConstIterator<ValueTy>,
| ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:169:22: note: in instantiation of template class 'indexstoredb_llvm::StringMapConstIterator<CoreSymbolData>' requested here
169 | for (auto &coreSym : CoreSymbols) {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:18:
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-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/memory:937:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__memory/ranges_uninitialized_algorithms.h:22:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:19:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<CoreSymbolData>>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:18:
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-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/new:89:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__assert:13:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__assertion_handler:13:
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__config:1022:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
1022 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__config:995:49: note: expanded from macro '_LIBCPP_DEPRECATED'
995 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:19:
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]
253 | this->Capacity = NewCapacity;
| ~ ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:391:13: note: in instantiation of member function 'indexstoredb_llvm::SmallVectorTemplateBase<IndexStoreDB::SymbolRelation>::grow' requested here
391 | this->grow(this->size()+NumInputs);
| ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:860:11: note: in instantiation of function template specialization 'indexstoredb_llvm::SmallVectorImpl<IndexStoreDB::SymbolRelation>::append<const IndexStoreDB::SymbolRelation *, void>' requested here
860 | this->append(S, E);
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:286:5: note: in instantiation of function template specialization 'indexstoredb_llvm::SmallVector<IndexStoreDB::SymbolRelation, 3>::SmallVector<const IndexStoreDB::SymbolRelation *, void>' requested here
286 | Relations(Relations.begin(), Relations.end()) {}
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:20:
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:19:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Allocator.h:415:27: warning: implicit conversion loses integer precision: 'typename iterator_traits<void **>::difference_type' (aka 'long') to 'unsigned int' [-Wshorten-64-to-32]
415 | computeSlabSize(std::distance(Slabs.begin(), I));
| ~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Allocator.h:169:5: note: in instantiation of member function 'indexstoredb_llvm::BumpPtrAllocatorImpl<>::DeallocateSlabs' requested here
169 | DeallocateSlabs(Slabs.begin(), Slabs.end());
| ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:145:20: note: in instantiation of member function 'indexstoredb_llvm::BumpPtrAllocatorImpl<>::~BumpPtrAllocatorImpl' requested here
145 | BumpPtrAllocator Alloc;
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:19:
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]
253 | 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
220 | this->grow();
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:20:
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: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
249 | CustomSizedSlabs.push_back(std::make_pair(NewSlab, PaddedSize));
| ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Allocator.h:55:38: note: in instantiation of member function 'indexstoredb_llvm::BumpPtrAllocatorImpl<>::Allocate' requested here
55 | &DerivedT::Allocate),
| ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Allocator.h:81:29: note: in instantiation of member function 'indexstoredb_llvm::AllocatorBase<indexstoredb_llvm::BumpPtrAllocatorImpl<>>::Allocate' requested here
81 | return static_cast<T *>(Allocate(Num * sizeof(T), alignof(T)));
| ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:151:29: note: in instantiation of function template specialization 'indexstoredb_llvm::AllocatorBase<indexstoredb_llvm::BumpPtrAllocatorImpl<>>::Allocate<char>' requested here
151 | char *copiedStr = Alloc.Allocate<char>(Name.size());
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:20:
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:19:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Allocator.h:398:54: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
398 | size_t AllocatedSlabSize = computeSlabSize(Slabs.size());
| ~~~~~~~~~~~~~~~ ~~~~~~^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Allocator.h:260:5: note: in instantiation of member function 'indexstoredb_llvm::BumpPtrAllocatorImpl<>::StartNewSlab' requested here
260 | StartNewSlab();
| ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Allocator.h:55:38: note: in instantiation of member function 'indexstoredb_llvm::BumpPtrAllocatorImpl<>::Allocate' requested here
55 | &DerivedT::Allocate),
| ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Allocator.h:81:29: note: in instantiation of member function 'indexstoredb_llvm::AllocatorBase<indexstoredb_llvm::BumpPtrAllocatorImpl<>>::Allocate' requested here
81 | return static_cast<T *>(Allocate(Num * sizeof(T), alignof(T)));
| ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:151:29: note: in instantiation of function template specialization 'indexstoredb_llvm::AllocatorBase<indexstoredb_llvm::BumpPtrAllocatorImpl<>>::Allocate<char>' requested here
151 | char *copiedStr = Alloc.Allocate<char>(Name.size());
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:19:
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]
253 | 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<IndexStoreDB::index::FileAndTarget>::grow' requested here
220 | this->grow();
| ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/SymbolIndex.cpp:249:16: note: in instantiation of member function 'indexstoredb_llvm::SmallVectorTemplateBase<IndexStoreDB::index::FileAndTarget>::push_back' requested here
249 | fileRefs.push_back(std::move(value));
| ^
17 warnings generated.
SwiftDriver IndexStoreDB normal arm64 com.apple.xcode.tools.swift.compiler (in target 'IndexStoreDB' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.2.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-watchos/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-watchos/IndexStoreDB_Index.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Database.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Core.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Support.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_LLVMSupport.modulemap -DXcode -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -target arm64-apple-watchos5.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/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-watchos/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-watchos/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-watchos/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-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/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-watchos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver IndexStoreDB normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'IndexStoreDB' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.2.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-watchos/IndexStoreDB.build/Objects-normal/arm64_32/IndexStoreDB.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Index.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Database.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Core.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Support.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_LLVMSupport.modulemap -DXcode -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -target arm64_32-apple-watchos5.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/arm64_32/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-watchos/IndexStoreDB.build/Objects-normal/arm64_32/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-watchos/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-watchos/IndexStoreDB.build/Objects-normal/arm64_32/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-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/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-watchos/IndexStoreDB.build/Objects-normal/arm64_32/IndexStoreDB-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ IndexStoreDB (in target 'IndexStoreDB' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.2.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-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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-watchos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Index.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Database.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Core.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Support.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_LLVMSupport.modulemap -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/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-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name IndexStoreDB -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.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-watchos/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-watchos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/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-watchos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB.abi.json
EmitSwiftModule normal arm64 (in target 'IndexStoreDB' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-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-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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-watchos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Index.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Database.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Core.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Support.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_LLVMSupport.modulemap -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/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-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name IndexStoreDB -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.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-watchos/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-watchos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/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-watchos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB.abi.json
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ IndexStoreDB (in target 'IndexStoreDB' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.2.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_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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-watchos/IndexStoreDB.build/Objects-normal/arm64_32/IndexStoreDB_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Index.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Database.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Core.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Support.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_LLVMSupport.modulemap -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/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-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name IndexStoreDB -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.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-watchos/IndexStoreDB.build/Objects-normal/arm64_32/IndexStoreDB.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/arm64_32/IndexStoreDB.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/arm64_32/IndexStoreDB-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/arm64_32/IndexStoreDB-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/arm64_32/IndexStoreDB-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/arm64_32/IndexStoreDB.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/arm64_32/IndexStoreDB.abi.json
EmitSwiftModule normal arm64_32 (in target 'IndexStoreDB' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-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_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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-watchos/IndexStoreDB.build/Objects-normal/arm64_32/IndexStoreDB_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Index.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Database.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Core.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Support.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_LLVMSupport.modulemap -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/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-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name IndexStoreDB -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.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-watchos/IndexStoreDB.build/Objects-normal/arm64_32/IndexStoreDB.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/arm64_32/IndexStoreDB.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/arm64_32/IndexStoreDB-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/arm64_32/IndexStoreDB-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/arm64_32/IndexStoreDB-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/arm64_32/IndexStoreDB.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/arm64_32/IndexStoreDB.abi.json
SwiftDriver IndexStoreDB normal armv7k com.apple.xcode.tools.swift.compiler (in target 'IndexStoreDB' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.2.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-watchos/IndexStoreDB.build/Objects-normal/armv7k/IndexStoreDB.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Index.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Database.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Core.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Support.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_LLVMSupport.modulemap -DXcode -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -target armv7k-apple-watchos5.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/armv7k/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-watchos/IndexStoreDB.build/Objects-normal/armv7k/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-watchos/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-watchos/IndexStoreDB.build/Objects-normal/armv7k/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-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/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-watchos/IndexStoreDB.build/Objects-normal/armv7k/IndexStoreDB-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ISDBTibs normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ISDBTibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.2.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-watchos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -target arm64-apple-watchos5.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/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-watchos/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-watchos/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-watchos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/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-watchos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ IndexStoreDB (in target 'IndexStoreDB' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.2.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 armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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-watchos/IndexStoreDB.build/Objects-normal/armv7k/IndexStoreDB_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Index.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Database.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Core.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Support.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_LLVMSupport.modulemap -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/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-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name IndexStoreDB -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.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-watchos/IndexStoreDB.build/Objects-normal/armv7k/IndexStoreDB.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/armv7k/IndexStoreDB.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/armv7k/IndexStoreDB-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/armv7k/IndexStoreDB-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/armv7k/IndexStoreDB-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/armv7k/IndexStoreDB.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/armv7k/IndexStoreDB.abi.json
EmitSwiftModule normal armv7k (in target 'IndexStoreDB' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-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 armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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-watchos/IndexStoreDB.build/Objects-normal/armv7k/IndexStoreDB_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Index.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Database.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Core.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_Support.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/IndexStoreDB_LLVMSupport.modulemap -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/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-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name IndexStoreDB -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.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-watchos/IndexStoreDB.build/Objects-normal/armv7k/IndexStoreDB.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/armv7k/IndexStoreDB.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/armv7k/IndexStoreDB-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/armv7k/IndexStoreDB-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/armv7k/IndexStoreDB-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/armv7k/IndexStoreDB.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB.build/Objects-normal/armv7k/IndexStoreDB.abi.json
SwiftDriver ISDBTibs normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ISDBTibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.2.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-watchos/ISDBTibs.build/Objects-normal/arm64_32/ISDBTibs.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -target arm64_32-apple-watchos5.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/arm64_32/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-watchos/ISDBTibs.build/Objects-normal/arm64_32/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-watchos/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-watchos/ISDBTibs.build/Objects-normal/arm64_32/ISDBTibs_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/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-watchos/ISDBTibs.build/Objects-normal/arm64_32/ISDBTibs-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ISDBTibs normal armv7k com.apple.xcode.tools.swift.compiler (in target 'ISDBTibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.2.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-watchos/ISDBTibs.build/Objects-normal/armv7k/ISDBTibs.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -target armv7k-apple-watchos5.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/armv7k/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-watchos/ISDBTibs.build/Objects-normal/armv7k/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-watchos/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-watchos/ISDBTibs.build/Objects-normal/armv7k/ISDBTibs_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/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-watchos/ISDBTibs.build/Objects-normal/armv7k/ISDBTibs-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ISDBTibs (in target 'ISDBTibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.2.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_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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-watchos/ISDBTibs.build/Objects-normal/arm64_32/ISDBTibs_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ISDBTibs -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.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-watchos/ISDBTibs.build/Objects-normal/arm64_32/ISDBTibs.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/arm64_32/ISDBTibs.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/arm64_32/ISDBTibs-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/arm64_32/ISDBTibs-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/arm64_32/ISDBTibs-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/arm64_32/ISDBTibs.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/arm64_32/ISDBTibs.abi.json
EmitSwiftModule normal arm64_32 (in target 'ISDBTibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-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_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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-watchos/ISDBTibs.build/Objects-normal/arm64_32/ISDBTibs_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ISDBTibs -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.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-watchos/ISDBTibs.build/Objects-normal/arm64_32/ISDBTibs.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/arm64_32/ISDBTibs.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/arm64_32/ISDBTibs-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/arm64_32/ISDBTibs-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/arm64_32/ISDBTibs-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/arm64_32/ISDBTibs.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/arm64_32/ISDBTibs.abi.json
SwiftEmitModule normal armv7k Emitting\ module\ for\ ISDBTibs (in target 'ISDBTibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.2.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 armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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-watchos/ISDBTibs.build/Objects-normal/armv7k/ISDBTibs_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ISDBTibs -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.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-watchos/ISDBTibs.build/Objects-normal/armv7k/ISDBTibs.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/armv7k/ISDBTibs.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/armv7k/ISDBTibs-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/armv7k/ISDBTibs-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/armv7k/ISDBTibs-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/armv7k/ISDBTibs.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/armv7k/ISDBTibs.abi.json
EmitSwiftModule normal armv7k (in target 'ISDBTibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-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 armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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-watchos/ISDBTibs.build/Objects-normal/armv7k/ISDBTibs_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ISDBTibs -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.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-watchos/ISDBTibs.build/Objects-normal/armv7k/ISDBTibs.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/armv7k/ISDBTibs.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/armv7k/ISDBTibs-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/armv7k/ISDBTibs-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/armv7k/ISDBTibs-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/armv7k/ISDBTibs.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/armv7k/ISDBTibs.abi.json
SwiftEmitModule normal arm64 Emitting\ module\ for\ ISDBTibs (in target 'ISDBTibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.2.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-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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-watchos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ISDBTibs -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.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-watchos/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-watchos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/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-watchos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs.abi.json
EmitSwiftModule normal arm64 (in target 'ISDBTibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-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-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -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-watchos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -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/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ISDBTibs -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.2 -target-sdk-name watchos11.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.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-watchos/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-watchos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/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-watchos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs.abi.json
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB_Support.build/Objects-normal/armv7k/FilePathWatcher.o /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp normal armv7k c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_Support' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB_Support.build/Objects-normal/armv7k/82b82416624d2658e5098eb0a28c15c5-common-args.resp
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.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 -Wno-shorten-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-watchos/IndexStoreDB_Support.build/Objects-normal/armv7k/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB_Support.build/Objects-normal/armv7k/FilePathWatcher.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB_Support.build/Objects-normal/armv7k/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-watchos/IndexStoreDB_Support.build/Objects-normal/armv7k/FilePathWatcher.o -index-unit-output-path /IndexStoreDB.build/Debug-watchos/IndexStoreDB_Support.build/Objects-normal/armv7k/FilePathWatcher.o
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp:23:3: error: unknown type name 'FSEventStreamRef'
23 | FSEventStreamRef EventStream = nullptr;
| ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp:58:24: error: unknown type name 'ConstFSEventStreamRef'
58 | ConstFSEventStreamRef stream,
| ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp:62:30: error: unknown type name 'FSEventStreamEventFlags'
62 | const FSEventStreamEventFlags eventFlags[],
| ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp:63:30: error: unknown type name 'FSEventStreamEventId'
63 | 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'?
91 | FSEventStreamContext context;
| ^~~~~~~~~~~~~~~~~~~~
| EventStreamContextData
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp:48:8: note: 'EventStreamContextData' declared here
48 | struct EventStreamContextData {
| ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp:92:11: error: no member named 'version' in '(anonymous namespace)::EventStreamContextData'
92 | 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'
93 | 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'
94 | 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'
95 | 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'
96 | context.copyDescription = nullptr;
| ~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp:102:37: error: use of undeclared identifier 'kFSEventStreamEventIdSinceNow'
102 | kFSEventStreamEventIdSinceNow,
| ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp:104:37: error: use of undeclared identifier 'kFSEventStreamCreateFlagNone'
104 | kFSEventStreamCreateFlagNone);
| ^
12 errors generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB_Support.build/Objects-normal/arm64_32/Path.o /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp normal arm64_32 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_Support' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB_Support.build/Objects-normal/arm64_32/82b82416624d2658e5098eb0a28c15c5-common-args.resp
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.2-22S97-8cb5c683f5e64b0ecfc74e8d0065fbf6.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 -Wno-shorten-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-watchos/IndexStoreDB_Support.build/Objects-normal/arm64_32/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB_Support.build/Objects-normal/arm64_32/Path.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB_Support.build/Objects-normal/arm64_32/Path.dia -c /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/Path.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB_Support.build/Objects-normal/arm64_32/Path.o -index-unit-output-path /IndexStoreDB.build/Debug-watchos/IndexStoreDB_Support.build/Objects-normal/arm64_32/Path.o
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]
68 | : 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
53 | : 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-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/memory:937:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__memory/ranges_uninitialized_algorithms.h:22:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:19:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/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-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/new:89:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__assert:13:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__assertion_handler:13:
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__config:1022:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
1022 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__config:995:49: note: expanded from macro '_LIBCPP_DEPRECATED'
995 | # 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]
68 | : 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
79 | : 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-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/memory:937:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__memory/ranges_uninitialized_algorithms.h:22:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:19:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/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-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/new:89:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__assert:13:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__assertion_handler:13:
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__config:1022:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
1022 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__config:995:49: note: expanded from macro '_LIBCPP_DEPRECATED'
995 | # 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, indexstoredb_llvm::StringMapEntry<IndexStoreDB::CanonicalFilePathRef>>' is deprecated [-Wdeprecated-declarations]
68 | : 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
451 | : 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
510 | 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
61 | 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-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/memory:937:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__memory/ranges_uninitialized_algorithms.h:22:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:19:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<IndexStoreDB::CanonicalFilePathRef>>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
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-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/new:89:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__assert:13:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__assertion_handler:13:
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__config:1022:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
1022 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__config:995:49: note: expanded from macro '_LIBCPP_DEPRECATED'
995 | # 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]
68 | : 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
451 | : 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
493 | : 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
62 | 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-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/memory:937:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__memory/ranges_uninitialized_algorithms.h:22:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:19:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<IndexStoreDB::CanonicalFilePathRef>>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
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-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/new:89:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__assert:13:
In file included from /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__assertion_handler:13:
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__config:1022:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
1022 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk/usr/include/c++/v1/__config:995:49: note: expanded from macro '_LIBCPP_DEPRECATED'
995 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
** BUILD FAILED **
The following build commands failed:
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-watchos/IndexStoreDB_Support.build/Objects-normal/armv7k/FilePathWatcher.o /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/FilePathWatcher.cpp normal armv7k c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_Support' from project 'IndexStoreDB')
Building workspace spi-builder-workspace with scheme IndexStoreDB-Package
(2 failures)
BUILD FAILURE 6.0 watchOS