Build Information
Failed to build IndexStoreDB, reference main (b429f7
), with Swift 6.2 (beta) for tvOS using Xcode 26.0 on 21 Jun 2025 15:38:03 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme IndexStoreDB-Package -destination generic/platform=tvOS
Build Log
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_Support.build/Objects-normal/arm64/FilePathWatcher.o /Users/admin/builder/spi-builder-workspace/lib/Support/FilePathWatcher.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_Support' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_Support.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.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-appletvos/IndexStoreDB_Support.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_Support.build/Objects-normal/arm64/FilePathWatcher.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_Support.build/Objects-normal/arm64/FilePathWatcher.dia -c /Users/admin/builder/spi-builder-workspace/lib/Support/FilePathWatcher.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_Support.build/Objects-normal/arm64/FilePathWatcher.o -index-unit-output-path /IndexStoreDB.build/Debug-appletvos/IndexStoreDB_Support.build/Objects-normal/arm64/FilePathWatcher.o
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/FilePathWatcher.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Support/FilePathWatcher.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/ArrayRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Hashing.h:48:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Host.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:539:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
539 | return 31 - countLeadingZeros(Value);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:545:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
545 | return 63 - countLeadingZeros(Value);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:552:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
552 | return 32 - countLeadingZeros(Value - 1);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:558:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
558 | return 64 - countLeadingZeros(Value - 1);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/FilePathWatcher.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Support/FilePathWatcher.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/ArrayRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Hashing.h:48:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Host.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:20:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:45:35: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
45 | : BeginX(FirstEl), Capacity(Capacity) {}
| ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:68:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
68 | this->Size = Size;
| ~ ^~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/FilePathWatcher.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Support/include/IndexStoreDB/Support/FilePathWatcher.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/ArrayRef.h:12:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Hashing.h:198:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
198 | uint32_t z = len + (static_cast<uint32_t>(c) << 2);
| ~ ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/Support/FilePathWatcher.cpp:23:3: error: unknown type name 'FSEventStreamRef'
23 | FSEventStreamRef EventStream = nullptr;
| ^
/Users/admin/builder/spi-builder-workspace/lib/Support/FilePathWatcher.cpp:58:24: error: unknown type name 'ConstFSEventStreamRef'
58 | ConstFSEventStreamRef stream,
| ^
/Users/admin/builder/spi-builder-workspace/lib/Support/FilePathWatcher.cpp:62:30: error: unknown type name 'FSEventStreamEventFlags'
62 | const FSEventStreamEventFlags eventFlags[],
| ^
/Users/admin/builder/spi-builder-workspace/lib/Support/FilePathWatcher.cpp:63:30: error: unknown type name 'FSEventStreamEventId'
63 | const FSEventStreamEventId eventIds[]) {
| ^
/Users/admin/builder/spi-builder-workspace/lib/Support/FilePathWatcher.cpp:91:3: error: unknown type name 'FSEventStreamContext'; did you mean 'EventStreamContextData'?
91 | FSEventStreamContext context;
| ^~~~~~~~~~~~~~~~~~~~
| EventStreamContextData
/Users/admin/builder/spi-builder-workspace/lib/Support/FilePathWatcher.cpp:48:8: note: 'EventStreamContextData' declared here
48 | struct EventStreamContextData {
| ^
/Users/admin/builder/spi-builder-workspace/lib/Support/FilePathWatcher.cpp:92:11: error: no member named 'version' in '(anonymous namespace)::EventStreamContextData'
92 | context.version = 0;
| ~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/lib/Support/FilePathWatcher.cpp:93:11: error: no member named 'info' in '(anonymous namespace)::EventStreamContextData'
93 | context.info = ctxData;
| ~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/lib/Support/FilePathWatcher.cpp:94:11: error: no member named 'retain' in '(anonymous namespace)::EventStreamContextData'
94 | context.retain = nullptr;
| ~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/lib/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/lib/Support/FilePathWatcher.cpp:96:11: error: no member named 'copyDescription' in '(anonymous namespace)::EventStreamContextData'
96 | context.copyDescription = nullptr;
| ~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/lib/Support/FilePathWatcher.cpp:102:37: error: use of undeclared identifier 'kFSEventStreamEventIdSinceNow'
102 | kFSEventStreamEventIdSinceNow,
| ^
/Users/admin/builder/spi-builder-workspace/lib/Support/FilePathWatcher.cpp:104:37: error: use of undeclared identifier 'kFSEventStreamCreateFlagNone'
104 | kFSEventStreamCreateFlagNone);
| ^
7 warnings and 12 errors generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/YAMLTraits.o /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.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-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/YAMLTraits.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/YAMLTraits.dia -c /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/YAMLTraits.o -index-unit-output-path /IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/YAMLTraits.o
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:539:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
539 | return 31 - countLeadingZeros(Value);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:545:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
545 | return 63 - countLeadingZeros(Value);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:552:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
552 | return 32 - countLeadingZeros(Value - 1);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:558:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
558 | return 64 - countLeadingZeros(Value - 1);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:13:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:45:35: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
45 | : BeginX(FirstEl), Capacity(Capacity) {}
| ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:68:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
68 | this->Size = Size;
| ~ ^~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:14:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringExtras.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/ArrayRef.h:12:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Hashing.h:198:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
198 | uint32_t z = len + (static_cast<uint32_t>(c) << 2);
| ~ ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:21:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/SourceMgr.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/PointerUnion.h:17:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/DenseMapInfo.h:327:56: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
327 | static unsigned getHashValue(hash_code val) { return val; }
| ~~~~~~ ^~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:21:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/SourceMgr.h:136:20: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
136 | return Buffers.size();
| ~~~~~~ ~~~~~~~~^~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/SourceMgr.h:157:20: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
157 | return Buffers.size();
| ~~~~~~ ~~~~~~~~^~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:22:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:324:19: warning: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::KeyValueNode>' is deprecated [-Wdeprecated-declarations]
324 | : public std::iterator<std::input_iterator_tag, ValueT> {
| ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:425:12: note: in instantiation of template class 'indexstoredb_llvm::yaml::basic_collection_iterator<indexstoredb_llvm::yaml::MappingNode, indexstoredb_llvm::yaml::KeyValueNode>' requested here
425 | iterator begin() { return yaml::begin(*this); }
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:22:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::KeyValueNode>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Compiler.h:19:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/new:92:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
737 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
710 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:22:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:324:19: warning: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::Node>' is deprecated [-Wdeprecated-declarations]
324 | : public std::iterator<std::input_iterator_tag, ValueT> {
| ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:482:12: note: in instantiation of template class 'indexstoredb_llvm::yaml::basic_collection_iterator<indexstoredb_llvm::yaml::SequenceNode, indexstoredb_llvm::yaml::Node>' requested here
482 | iterator begin() { return yaml::begin(*this); }
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:22:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::Node>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Compiler.h:19:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/new:92:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
737 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
710 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:9:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:1776:33: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
1776 | if ( yout.preflightDocument(i) ) {
| ~~~~~~~~~~~~~~~~~ ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/LineIterator.h:32:19: warning: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringRef>' is deprecated [-Wdeprecated-declarations]
32 | : public std::iterator<std::forward_iterator_tag, StringRef> {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:22:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringRef>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Compiler.h:19:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/new:92:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
737 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
710 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:14:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringExtras.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/ArrayRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Hashing.h:48:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Host.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/iterator.h:68:19: warning: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<std::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>>' is deprecated [-Wdeprecated-declarations]
68 | : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:14:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringExtras.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/ArrayRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Hashing.h:48:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Host.h:16:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:451:14: note: in instantiation of template class 'indexstoredb_llvm::iterator_facade_base<indexstoredb_llvm::StringMapIterator<std::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>, std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<std::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>>' requested here
451 | : public iterator_facade_base<DerivedTy, std::forward_iterator_tag,
| ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:510:34: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterBase<indexstoredb_llvm::StringMapIterator<std::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>, indexstoredb_llvm::StringMapEntry<std::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>>' requested here
510 | class StringMapIterator : public StringMapIterBase<StringMapIterator<ValueTy>,
| ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:142:16: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterator<std::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>' requested here
142 | for (auto &P : MN->Mapping)
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:22:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<std::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Compiler.h:19:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/new:92:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
737 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
710 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:14:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringExtras.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/ArrayRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Hashing.h:48:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Host.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/iterator.h:68:19: warning: 'iterator<std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<std::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>>' is deprecated [-Wdeprecated-declarations]
68 | : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:14:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringExtras.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/ArrayRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Hashing.h:48:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Host.h:16:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:451:14: note: in instantiation of template class 'indexstoredb_llvm::iterator_facade_base<indexstoredb_llvm::StringMapConstIterator<std::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>, std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<std::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>>' requested here
451 | : public iterator_facade_base<DerivedTy, std::forward_iterator_tag,
| ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:493:14: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterBase<indexstoredb_llvm::StringMapConstIterator<std::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>, const indexstoredb_llvm::StringMapEntry<std::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>>' requested here
493 | : public StringMapIterBase<StringMapConstIterator<ValueTy>,
| ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:142:16: note: in instantiation of template class 'indexstoredb_llvm::StringMapConstIterator<std::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>' requested here
142 | for (auto &P : MN->Mapping)
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:22:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<std::unique_ptr<indexstoredb_llvm::yaml::Input::HNode>>>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Compiler.h:19:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/new:92:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
737 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
710 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLTraits.cpp:206:24: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
206 | return SQ->Entries.size();
| ~~~~~~ ~~~~~~~~~~~~^~~~~~
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/YAMLParser.o /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLParser.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.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-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/YAMLParser.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/YAMLParser.dia -c /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLParser.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/YAMLParser.o -index-unit-output-path /IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/YAMLParser.o
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLParser.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:40:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:539:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
539 | return 31 - countLeadingZeros(Value);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:545:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
545 | return 63 - countLeadingZeros(Value);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:552:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
552 | return 32 - countLeadingZeros(Value - 1);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:558:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
558 | return 64 - countLeadingZeros(Value - 1);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLParser.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:40:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:20:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:45:35: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
45 | : BeginX(FirstEl), Capacity(Capacity) {}
| ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:68:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
68 | this->Size = Size;
| ~ ^~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLParser.cpp:13:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:324:19: warning: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::KeyValueNode>' is deprecated [-Wdeprecated-declarations]
324 | : public std::iterator<std::input_iterator_tag, ValueT> {
| ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:425:12: note: in instantiation of template class 'indexstoredb_llvm::yaml::basic_collection_iterator<indexstoredb_llvm::yaml::MappingNode, indexstoredb_llvm::yaml::KeyValueNode>' requested here
425 | iterator begin() { return yaml::begin(*this); }
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLParser.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:40:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:22:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::KeyValueNode>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLParser.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:40:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Compiler.h:19:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/new:92:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
737 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
710 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLParser.cpp:13:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:324:19: warning: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::Node>' is deprecated [-Wdeprecated-declarations]
324 | : public std::iterator<std::input_iterator_tag, ValueT> {
| ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:482:12: note: in instantiation of template class 'indexstoredb_llvm::yaml::basic_collection_iterator<indexstoredb_llvm::yaml::SequenceNode, indexstoredb_llvm::yaml::Node>' requested here
482 | iterator begin() { return yaml::begin(*this); }
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLParser.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:40:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:22:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::Node>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLParser.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:40:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Compiler.h:19:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/new:92:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
737 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
710 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLParser.cpp:15:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/ArrayRef.h:12:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Hashing.h:198:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
198 | uint32_t z = len + (static_cast<uint32_t>(c) << 2);
| ~ ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLParser.cpp:27:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/SourceMgr.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/PointerUnion.h:17:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/DenseMapInfo.h:327:56: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
327 | static unsigned getHashValue(hash_code val) { return val; }
| ~~~~~~ ^~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLParser.cpp:27:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/SourceMgr.h:136:20: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
136 | return Buffers.size();
| ~~~~~~ ~~~~~~~~^~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/SourceMgr.h:157:20: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
157 | return Buffers.size();
| ~~~~~~ ~~~~~~~~^~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLParser.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:40:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/iterator.h:68:19: warning: 'iterator<std::bidirectional_iterator_tag, indexstoredb_llvm::yaml::Token>' is deprecated [-Wdeprecated-declarations]
68 | : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
| ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/iterator.h:206:14: note: in instantiation of template class 'indexstoredb_llvm::iterator_facade_base<indexstoredb_llvm::AllocatorList<indexstoredb_llvm::yaml::Token, indexstoredb_llvm::BumpPtrAllocatorImpl<>>::IteratorImpl<indexstoredb_llvm::yaml::Token, indexstoredb_llvm::ilist_iterator<indexstoredb_llvm::ilist_detail::node_options<indexstoredb_llvm::AllocatorList<indexstoredb_llvm::yaml::Token, indexstoredb_llvm::BumpPtrAllocatorImpl<>>::Node, false, false, void>, false, false>>, std::bidirectional_iterator_tag, indexstoredb_llvm::yaml::Token>' requested here
206 | : public iterator_facade_base<DerivedT, IteratorCategoryT, T,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLParser.cpp:14:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/AllocatorList.h:89:16: note: in instantiation of template class 'indexstoredb_llvm::iterator_adaptor_base<indexstoredb_llvm::AllocatorList<indexstoredb_llvm::yaml::Token, indexstoredb_llvm::BumpPtrAllocatorImpl<>>::IteratorImpl<indexstoredb_llvm::yaml::Token, indexstoredb_llvm::ilist_iterator<indexstoredb_llvm::ilist_detail::node_options<indexstoredb_llvm::AllocatorList<indexstoredb_llvm::yaml::Token, indexstoredb_llvm::BumpPtrAllocatorImpl<>>::Node, false, false, void>, false, false>>, indexstoredb_llvm::ilist_iterator<indexstoredb_llvm::ilist_detail::node_options<indexstoredb_llvm::AllocatorList<indexstoredb_llvm::yaml::Token, indexstoredb_llvm::BumpPtrAllocatorImpl<>>::Node, false, false, void>, false, false>, std::bidirectional_iterator_tag, indexstoredb_llvm::yaml::Token>' requested here
89 | : public iterator_adaptor_base<IteratorImpl<ValueT, IteratorBase>,
| ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLParser.cpp:180:25: note: in instantiation of template class 'indexstoredb_llvm::AllocatorList<indexstoredb_llvm::yaml::Token, indexstoredb_llvm::BumpPtrAllocatorImpl<>>::IteratorImpl<indexstoredb_llvm::yaml::Token, indexstoredb_llvm::ilist_iterator<indexstoredb_llvm::ilist_detail::node_options<indexstoredb_llvm::AllocatorList<indexstoredb_llvm::yaml::Token, indexstoredb_llvm::BumpPtrAllocatorImpl<>>::Node, false, false, void>, false, false>>' requested here
180 | TokenQueueT::iterator Tok;
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLParser.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:40:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:22
:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::bidirectional_iterator_tag, indexstoredb_llvm::yaml::Token>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/YAMLParser.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:40:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Compiler.h:19:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/new:92:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
737 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
710 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/WithColor.o /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/WithColor.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.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-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/WithColor.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/WithColor.dia -c /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/WithColor.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/WithColor.o -index-unit-output-path /IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/WithColor.o
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/WithColor.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/WithColor.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:539:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
539 | return 31 - countLeadingZeros(Value);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:545:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
545 | return 63 - countLeadingZeros(Value);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:552:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
552 | return 32 - countLeadingZeros(Value - 1);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:558:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
558 | return 64 - countLeadingZeros(Value - 1);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/WithColor.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/WithColor.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:20:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:45:35: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
45 | : BeginX(FirstEl), Capacity(Capacity) {}
| ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:68:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
68 | this->Size = Size;
| ~ ^~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/WithColor.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/WithColor.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/CommandLine.h:22:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/ArrayRef.h:12:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Hashing.h:198:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
198 | uint32_t z = len + (static_cast<uint32_t>(c) << 2);
| ~ ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 warnings generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Watchdog.o /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Watchdog.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.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-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Watchdog.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Watchdog.dia -c /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Watchdog.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Watchdog.o -index-unit-output-path /IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Watchdog.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Valgrind.o /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Valgrind.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.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-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Valgrind.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Valgrind.dia -c /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Valgrind.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Valgrind.o -index-unit-output-path /IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Valgrind.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/VersionTuple.o /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/VersionTuple.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.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-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/VersionTuple.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/VersionTuple.dia -c /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/VersionTuple.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/VersionTuple.o -index-unit-output-path /IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/VersionTuple.o
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/VersionTuple.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/VersionTuple.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/DenseMapInfo.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/ArrayRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Hashing.h:48:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Host.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:539:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
539 | return 31 - countLeadingZeros(Value);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:545:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
545 | return 63 - countLeadingZeros(Value);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:552:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
552 | return 32 - countLeadingZeros(Value - 1);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:558:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
558 | return 64 - countLeadingZeros(Value - 1);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/VersionTuple.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/VersionTuple.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/DenseMapInfo.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/ArrayRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Hashing.h:48:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Host.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:20:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:45:35: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
45 | : BeginX(FirstEl), Capacity(Capacity) {}
| ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:68:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
68 | this->Size = Size;
| ~ ^~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/VersionTuple.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/VersionTuple.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/DenseMapInfo.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/ArrayRef.h:12:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Hashing.h:198:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
198 | uint32_t z = len + (static_cast<uint32_t>(c) << 2);
| ~ ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/VersionTuple.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/VersionTuple.h:17:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/DenseMapInfo.h:327:56: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
327 | static unsigned getHashValue(hash_code val) { return val; }
| ~~~~~~ ^~~
8 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-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name IndexStoreDB -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/IndexStoreDB_CIndexStoreDB.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/IndexStoreDB_Index.modulemap -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/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-appletvos/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-appletvos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/lib/CIndexStoreDB/include -Xcc -I/Users/admin/builder/spi-builder-workspace/lib/Index/include -Xcc -I/Users/admin/builder/spi-builder-workspace/lib/Database/include -Xcc -I/Users/admin/builder/spi-builder-workspace/lib/Core/include -Xcc -I/Users/admin/builder/spi-builder-workspace/lib/Support/include -Xcc -I/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/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-appletvos/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ISDBTibs normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ISDBTibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ISDBTibs -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/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-appletvos/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-appletvos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/ISDBTibs.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/ISDBTibs.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/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-appletvos/ISDBTibs.build/Objects-normal/arm64/ISDBTibs-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/UnicodeCaseFold.o /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/UnicodeCaseFold.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.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-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/UnicodeCaseFold.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/UnicodeCaseFold.dia -c /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/UnicodeCaseFold.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/UnicodeCaseFold.o -index-unit-output-path /IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/UnicodeCaseFold.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Unicode.o /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Unicode.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.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-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Unicode.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Unicode.dia -c /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Unicode.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Unicode.o -index-unit-output-path /IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Unicode.o
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Unicode.cpp:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/UnicodeCharRanges.h:11:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/ArrayRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Hashing.h:48:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Host.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:539:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
539 | return 31 - countLeadingZeros(Value);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:545:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
545 | return 63 - countLeadingZeros(Value);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:552:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
552 | return 32 - countLeadingZeros(Value - 1);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:558:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
558 | return 64 - countLeadingZeros(Value - 1);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Unicode.cpp:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/UnicodeCharRanges.h:11:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/ArrayRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Hashing.h:48:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Host.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:20:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:45:35: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
45 | : BeginX(FirstEl), Capacity(Capacity) {}
| ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:68:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
68 | this->Size = Size;
| ~ ^~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Unicode.cpp:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/UnicodeCharRanges.h:11:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/ArrayRef.h:12:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Hashing.h:198:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
198 | uint32_t z = len + (static_cast<uint32_t>(c) << 2);
| ~ ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Twine.o /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Twine.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.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-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Twine.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Twine.dia -c /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Twine.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Twine.o -index-unit-output-path /IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Twine.o
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Twine.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Twine.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:539:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
539 | return 31 - countLeadingZeros(Value);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:545:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
545 | return 63 - countLeadingZeros(Value);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:552:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
552 | return 32 - countLeadingZeros(Value - 1);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:558:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
558 | return 64 - countLeadingZeros(Value - 1);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Twine.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Twine.h:12:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:45:35: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
45 | : BeginX(FirstEl), Capacity(Capacity) {}
| ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:68:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
68 | this->Size = Size;
| ~ ^~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Twine.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/FormatVariadic.h:32:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/FormatCommon.h:52:15: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
52 | fill(S, PadAmount);
| ~~~~ ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/FormatCommon.h:56:15: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
56 | fill(S, X);
| ~~~~ ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/FormatCommon.h:58:25: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
58 | fill(S, PadAmount - X);
| ~~~~ ~~~~~~~~~~^~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/FormatCommon.h:62:15: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
62 | fill(S, PadAmount);
| ~~~~ ^~~~~~~~~
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-4QALTV7M0SARGPI9I4OW3TFNT.pcm
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Triple.o /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Triple.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.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-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Triple.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Triple.dia -c /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Triple.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Triple.o -index-unit-output-path /IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Triple.o
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Triple.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Triple.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Twine.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:539:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
539 | return 31 - countLeadingZeros(Value);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:545:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
545 | return 63 - countLeadingZeros(Value);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:552:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
552 | return 32 - countLeadingZeros(Value - 1);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:558:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
558 | return 64 - countLeadingZeros(Value - 1);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Triple.cpp:9:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Triple.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Twine.h:12:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:45:35: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
45 | : BeginX(FirstEl), Capacity(Capacity) {}
| ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:68:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
68 | this->Size = Size;
| ~ ^~~~
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-4OQQOX310UB0KG2J1CPZ7BISO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-2QS3K92NBW87HYSVJ582SX1NE.pcm
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/ToolOutputFile.o /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/ToolOutputFile.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.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-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/ToolOutputFile.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/ToolOutputFile.dia -c /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/ToolOutputFile.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/ToolOutputFile.o -index-unit-output-path /IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/ToolOutputFile.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-44CZHIF4XMQNXBVOUP0JWDC02.pcm
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Timer.o /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.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-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Timer.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Timer.dia -c /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Timer.o -index-unit-output-path /IndexStoreDB.build/Debug-appletvos/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/Timer.o
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:539:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
539 | return 31 - countLeadingZeros(Value);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:545:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
545 | return 63 - countLeadingZeros(Value);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:552:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
552 | return 32 - countLeadingZeros(Value - 1);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/MathExtras.h:558:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
558 | return 64 - countLeadingZeros(Value - 1);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:20:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:45:35: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
45 | : BeginX(FirstEl), Capacity(Capacity) {}
| ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:68:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
68 | this->Size = Size;
| ~ ^~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/CommandLine.h:22:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/ArrayRef.h:12:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Hashing.h:198:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
198 | uint32_t z = len + (static_cast<uint32_t>(c) << 2);
| ~ ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:23:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:21:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/SourceMgr.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/PointerUnion.h:17:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/DenseMapInfo.h:327:56: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
327 | static unsigned getHashValue(hash_code val) { return val; }
| ~~~~~~ ^~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:23:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:21:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/SourceMgr.h:136:20: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
136 | return Buffers.size();
| ~~~~~~ ~~~~~~~~^~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/SourceMgr.h:157:20: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
157 | return Buffers.size();
| ~~~~~~ ~~~~~~~~^~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:23:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:22:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:324:19: warning: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::KeyValueNode>' is deprecated [-Wdeprecated-declarations]
324 | : public std::iterator<std::input_iterator_tag, ValueT> {
| ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:425:12: note: in instantiation of template class 'indexstoredb_llvm::yaml::basic_collection_iterator<indexstoredb_llvm::yaml::MappingNode, indexstoredb_llvm::yaml::KeyValueNode>' requested here
425 | iterator begin() { return yaml::begin(*this); }
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:22:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::KeyValueNode>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Compiler.h:19:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/new:92:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
737 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
710 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:23:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:22:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:324:19: warning: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::Node>' is deprecated [-Wdeprecated-declarations]
324 | : public std::iterator<std::input_iterator_tag, ValueT> {
| ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:482:12: note: in instantiation of template class 'indexstoredb_llvm::yaml::basic_collection_iterator<indexstoredb_llvm::yaml::SequenceNode, indexstoredb_llvm::yaml::Node>' requested here
482 | iterator begin() { return yaml::begin(*this); }
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:22:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, indexstoredb_llvm::yaml::Node>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Compiler.h:19:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/new:92:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
737 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
710 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:23:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:1776:33: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
1776 | if ( yout.preflightDocument(i) ) {
| ~~~~~~~~~~~~~~~~~ ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/iterator.h:68:19: warning: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<std::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>>' is deprecated [-Wdeprecated-declarations]
68 | : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:451:14: note: in instantiation of template class 'indexstoredb_llvm::iterator_facade_base<indexstoredb_llvm::StringMapIterator<std::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>, std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<std::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>>' requested here
451 | : public iterator_facade_base<DerivedTy, std::forward_iterator_tag,
| ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:510:34: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterBase<indexstoredb_llvm::StringMapIterator<std::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>, indexstoredb_llvm::StringMapEntry<std::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>>' requested here
510 | class StringMapIterator : public StringMapIterBase<StringMapIterator<ValueTy>,
| ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:193:18: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterator<std::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>' requested here
193 | I = Map.begin(), E = Map.end(); I != E; ++I)
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:22:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<std::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Compiler.h:19:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/new:92:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
737 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
710 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/iterator.h:68:19: warning: 'iterator<std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<std::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>>' is deprecated [-Wdeprecated-declarations]
68 | : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:451:14: note: in instantiation of template class 'indexstoredb_llvm::iterator_facade_base<indexstoredb_llvm::StringMapConstIterator<std::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>, std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<std::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>>' requested here
451 | : public iterator_facade_base<DerivedTy, std::forward_iterator_tag,
| ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:493:14: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterBase<indexstoredb_llvm::StringMapConstIterator<std::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>, const indexstoredb_llvm::StringMapEntry<std::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>>' requested here
493 | : public StringMapIterBase<StringMapConstIterator<ValueTy>,
| ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:193:42: note: in instantiation of template class 'indexstoredb_llvm::StringMapConstIterator<std::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>' requested here
193 | I = Map.begin(), E = Map.end(); I != E; ++I)
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:22:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<std::pair<indexstoredb_llvm::TimerGroup *, indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>>>>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Compiler.h:19:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/new:92:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
737 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
710 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/iterator.h:68:19: warning: 'iterator<std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::TimeRecord>>' is deprecated [-Wdeprecated-declarations]
68 | : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:451:14: note: in instantiation of template class 'indexstoredb_llvm::iterator_facade_base<indexstoredb_llvm::StringMapConstIterator<indexstoredb_llvm::TimeRecord>, std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::TimeRecord>>' requested here
451 | : public iterator_facade_base<DerivedTy, std::forward_iterator_tag,
| ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:493:14: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterBase<indexstoredb_llvm::StringMapConstIterator<indexstoredb_llvm::TimeRecord>, const indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::TimeRecord>>' requested here
493 | : public StringMapIterBase<StringMapConstIterator<ValueTy>,
| ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:248:22: note: in instantiation of template class 'indexstoredb_llvm::StringMapConstIterator<indexstoredb_llvm::TimeRecord>' requested here
248 | for (const auto &P : Records)
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:22:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::TimeRecord>>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Compiler.h:19:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/new:92:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
737 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
710 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:312:47: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
312 | unsigned Padding = (80-Description.length())/2;
| ~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:20:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:253:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
253 | this->Capacity = NewCapacity;
| ~ ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:220:13: note: in instantiation of member function 'indexstoredb_llvm::SmallVectorTemplateBase<std::string>::grow' requested here
220 | this->grow();
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/FileSystem.h:34:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Error.h:969:12: note: in instantiation of member function 'indexstoredb_llvm::SmallVectorTemplateBase<std::string>::push_back' requested here
969 | Errors.push_back(EI.message());
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:20:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:253:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
253 | this->Capacity = NewCapacity;
| ~ ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:213:13: note: in instantiation of member function 'indexstoredb_llvm::SmallVectorTemplateBase<indexstoredb_llvm::SMFixIt>::grow' requested here
213 | this->grow();
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:23:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:21:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/SourceMgr.h:295:12: note: in instantiation of member function 'indexstoredb_llvm::SmallVectorTemplateBase<indexstoredb_llvm::SMFixIt>::push_back' requested here
295 | FixIts.push_back(Hint);
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:20:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h:253:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
253 | this->Capacity = NewCapacity;
| ~ ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/SmallVector.h: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/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/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));
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:23:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:22:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:137:18: note: in instantiation of member function 'indexstoredb_llvm::BumpPtrAllocatorImpl<>::Allocate' requested here
137 | return Alloc.Allocate(Size, Alignment);
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/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/lib/LLVMSupport/include/llvm/Support/Allocator.h:260:5: note: in instantiation of member function 'indexstoredb_llvm::BumpPtrAllocatorImpl<>::StartNewSlab' requested here
260 | StartNewSlab();
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:23:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:22:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:137:18: note: in instantiation of member function 'indexstoredb_llvm::BumpPtrAllocatorImpl<>::Allocate' requested here
137 | return Alloc.Allocate(Size, Alignment);
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:19:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/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/lib/LLVMSupport/include/llvm/Support/Allocator.h:169:5: note: in instantiation of member function 'indexstoredb_llvm::BumpPtrAllocatorImpl<>::DeallocateSlabs' requested here
169 | DeallocateSlabs(Slabs.begin(), Slabs.end());
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:23:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:22:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:522:7: note: in instantiation of member function 'indexstoredb_llvm::BumpPtrAllocatorImpl<>::~BumpPtrAllocatorImpl' requested here
522 | class Document {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:22:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:35:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/unique_ptr.h:300:7: note: in instantiation of member function 'std::default_delete<indexstoredb_llvm::yaml::Document>::operator()' requested here
300 | __deleter_(__tmp);
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:23:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLTraits.h:22:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/YAMLParser.h:597:12: note: in instantiation of member function 'std::unique_ptr<indexstoredb_llvm::yaml::Document>::reset' requested here
597 | Doc->reset(nullptr);
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/iterator.h:68:19: warning: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::Timer>>' is deprecated [-Wdeprecated-declarations]
68 | : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:451:14: note: in instantiation of template class 'indexstoredb_llvm::iterator_facade_base<indexstoredb_llvm::StringMapIterator<indexstoredb_llvm::Timer>, std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::Timer>>' requested here
451 | : public iterator_facade_base<DerivedTy, std::forward_iterator_tag,
| ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:510:34: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterBase<indexstoredb_llvm::StringMapIterator<indexstoredb_llvm::Timer>, indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::Timer>>' requested here
510 | class StringMapIterator : public StringMapIterBase<StringMapIterator<ValueTy>,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/type_traits.h:18:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/utility:257:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__utility/pair.h:71:7: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterator<indexstoredb_llvm::Timer>' requested here
71 | _T1 first;
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:355:47: note: in instantiation of template class 'std::pair<indexstoredb_llvm::StringMapIterator<indexstoredb_llvm::Timer>, bool>' requested here
355 | ValueTy &operator[](StringRef Key) { return try_emplace(Key).first->second; }
| ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:206:33: note: in instantiation of member function 'indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>::operator[]' requested here
206 | Timer &T = GroupEntry.second[Name];
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:22:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::Timer>>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Compiler.h:19:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/new:92:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
737 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
710 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/iterator.h:68:19: warning: 'iterator<std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::Timer>>' is deprecated [-Wdeprecated-declarations]
68 | : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:451:14: note: in instantiation of template class 'indexstoredb_llvm::iterator_facade_base<indexstoredb_llvm::StringMapConstIterator<indexstoredb_llvm::Timer>, std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::Timer>>' requested here
451 | : public iterator_facade_base<DerivedTy, std::forward_iterator_tag,
| ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:493:14: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterBase<indexstoredb_llvm::StringMapConstIterator<indexstoredb_llvm::Timer>, const indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::Timer>>' requested here
493 | : public StringMapIterBase<StringMapConstIterator<ValueTy>,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Compiler.h:19:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/new:121:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/type_traits:453:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__type_traits/is_constructible.h:25:62: note: in instantiation of template class 'indexstoredb_llvm::StringMapConstIterator<indexstoredb_llvm::Timer>' requested here
25 | : public integral_constant<bool, __is_constructible(_Tp, _Args...)> {};
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/type_traits.h:18:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/utility:257:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__utility/pair.h:123:14: note: in instantiation of template class 'std::is_constructible<indexstoredb_llvm::StringMapIterator<indexstoredb_llvm::Timer>, const indexstoredb_llvm::StringMapIterator<indexstoredb_llvm::Timer> &>' requested here
123 | return is_constructible<first_type, _U1>::value && is_constructible<second_type, _U2>::value;
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__utility/pair.h:141:59: note: in instantiation of function template specialization 'std::pair<indexstoredb_llvm::StringMapIterator<indexstoredb_llvm::Timer>, bool>::_CheckArgs::__is_pair_constructible<const indexstoredb_llvm::StringMapIterator<indexstoredb_llvm::Timer> &, const bool &>' requested here
141 | __enable_if_t<_CheckArgsDep<_Dummy>::template __is_pair_constructible<_T1 const&, _T2 const&>(), int> = 0>
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__utility/pair.h:144:7: note: while substituting prior template arguments into non-type template parameter [with _Dummy = true]
144 | pair(_T1 const& __t1, _T2 const& __t2) noexcept(is_nothrow_copy_constructible<first_type>::value &&
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
145 | is_nothrow_copy_constructible<second_type>::value)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
146 | : first(__t1), second(__t2) {}
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__utility/pair.h:537:10: note: while substituting deduced template arguments into function template 'pair' [with _Dummy = (no value), $1 = (no value)]
537 | return pair<__unwrap_ref_decay_t<_T1>, __unwrap_ref_decay_t<_T2> >(std::forward<_T1>(__t1), std::forward<_T2>(__t2));
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:398:19: note: in instantiation of function template specialization 'std::make_pair<indexstoredb_llvm::StringMapIterator<indexstoredb_llvm::Timer>, bool>' requested here
398 | return std::make_pair(iterator(TheTable + BucketNo, false),
| ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:355:47: note: in instantiation of function template specialization 'indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>::try_emplace<>' requested here
355 | ValueTy &operator[](StringRef Key) { return try_emplace(Key).first->second; }
| ^
/Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:206:33: note: in instantiation of member function 'indexstoredb_llvm::StringMap<indexstoredb_llvm::Timer>::operator[]' requested here
206 | Timer &T = GroupEntry.second[Name];
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:22:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<indexstoredb_llvm::Timer>>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/Support/Timer.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Timer.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringMap.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/STLExtras.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/ADT/Optional.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/LLVMSupport/include/llvm/Support/Compiler.h:19:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/new:92:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
737 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
710 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
24 warnings generated.
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-E2UF1JPKFLE3IIXCEW36I880G.pcm
** BUILD FAILED **
The following build commands failed:
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug-appletvos/IndexStoreDB_Support.build/Objects-normal/arm64/FilePathWatcher.o /Users/admin/builder/spi-builder-workspace/lib/Support/FilePathWatcher.cpp normal arm64 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.2 tvOS