Build Information
Successful build of IndexStoreDB, reference main (9be975
), with Swift 6.2 (beta) for macOS (Xcode) using Xcode 26.0 on 19 Jun 2025 09:52:02 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme IndexStoreDB-Package -destination platform=macOS,arch=arm64
Build Log
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/Database.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/DatabaseImpl.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/include/IndexStoreDB_Database/Database.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/include/IndexStoreDB_Database/IDCode.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/functional:539:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__functional/bind.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/tuple:1438:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/utility:257:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__utility/pair.h:71:7: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterator<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>' requested here
71 | _T1 first;
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/Database.cpp:14:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_ArrayRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Hashing.h:48:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Host.h:16:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringMap.h:355:47: note: in instantiation of template class 'std::pair<indexstoredb_llvm::StringMapIterator<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>, bool>' requested here
355 | ValueTy &operator[](StringRef Key) { return try_emplace(Key).first->second; }
| ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/Database.cpp:446:71: note: in instantiation of member function 'indexstoredb_llvm::StringMap<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>::operator[]' requested here
446 | std::weak_ptr<Database::Implementation> &dbWeakRef = databasesByPath[dbPath];
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/Database.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/DatabaseImpl.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/include/IndexStoreDB_Database/Database.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/include/IndexStoreDB_Database/IDCode.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/functional:557:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:22:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, indexstoredb_llvm::StringMapEntry<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/Database.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/DatabaseImpl.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/include/IndexStoreDB_Database/Database.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/include/IndexStoreDB_Database/IDCode.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/functional:535:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
737 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
710 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/Database.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/DatabaseImpl.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/lmdb/lmdb++.h:28:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallString.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_iterator.h:68:19: warning: 'iterator<std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>>' is deprecated [-Wdeprecated-declarations]
68 | : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/Database.cpp:14:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_ArrayRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Hashing.h:48:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Host.h:16:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringMap.h:451:14: note: in instantiation of template class 'indexstoredb_llvm::iterator_facade_base<indexstoredb_llvm::StringMapConstIterator<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>, std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>>' requested here
451 | : public iterator_facade_base<DerivedTy, std::forward_iterator_tag,
| ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringMap.h:493:14: note: in instantiation of template class 'indexstoredb_llvm::StringMapIterBase<indexstoredb_llvm::StringMapConstIterator<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>, const indexstoredb_llvm::StringMapEntry<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>>' requested here
493 | : public StringMapIterBase<StringMapConstIterator<ValueTy>,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/Database.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/DatabaseImpl.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/include/IndexStoreDB_Database/Database.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/include/IndexStoreDB_Database/IDCode.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/functional:539:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__functional/bind.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/tuple:224:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/allocator_arg_t.h:16:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__type_traits/is_constructible.h:25:62: note: in instantiation of template class 'indexstoredb_llvm::StringMapConstIterator<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>' requested here
25 | : public integral_constant<bool, __is_constructible(_Tp, _Args...)> {};
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/Database.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/DatabaseImpl.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/include/IndexStoreDB_Database/Database.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/include/IndexStoreDB_Database/IDCode.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/functional:539:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__functional/bind.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/tuple:1438:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/utility:257:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__utility/pair.h:123:14: note: in instantiation of template class 'std::is_constructible<indexstoredb_llvm::StringMapIterator<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>, const indexstoredb_llvm::StringMapIterator<std::weak_ptr<IndexStoreDB::db::Database::Implementation>> &>' requested here
123 | return is_constructible<first_type, _U1>::value && is_constructible<second_type, _U2>::value;
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__utility/pair.h:141:59: note: in instantiation of function template specialization 'std::pair<indexstoredb_llvm::StringMapIterator<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>, bool>::_CheckArgs::__is_pair_constructible<const indexstoredb_llvm::StringMapIterator<std::weak_ptr<IndexStoreDB::db::Database::Implementation>> &, const bool &>' requested here
141 | __enable_if_t<_CheckArgsDep<_Dummy>::template __is_pair_constructible<_T1 const&, _T2 const&>(), int> = 0>
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__utility/pair.h:144:7: note: while substituting prior template arguments into non-type template parameter [with _Dummy = true]
144 | pair(_T1 const& __t1, _T2 const& __t2) noexcept(is_nothrow_copy_constructible<first_type>::value &&
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
145 | is_nothrow_copy_constructible<second_type>::value)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
146 | : first(__t1), second(__t2) {}
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__utility/pair.h:537:10: note: while substituting deduced template arguments into function template 'pair' [with _Dummy = (no value), $1 = (no value)]
537 | return pair<__unwrap_ref_decay_t<_T1>, __unwrap_ref_decay_t<_T2> >(std::forward<_T1>(__t1), std::forward<_T2>(__t2));
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/Database.cpp:14:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_ArrayRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Hashing.h:48:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Host.h:16:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringMap.h:398:19: note: in instantiation of function template specialization 'std::make_pair<indexstoredb_llvm::StringMapIterator<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>, bool>' requested here
398 | return std::make_pair(iterator(TheTable + BucketNo, false),
| ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringMap.h:355:47: note: in instantiation of function template specialization 'indexstoredb_llvm::StringMap<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>::try_emplace<>' requested here
355 | ValueTy &operator[](StringRef Key) { return try_emplace(Key).first->second; }
| ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/Database.cpp:446:71: note: in instantiation of member function 'indexstoredb_llvm::StringMap<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>::operator[]' requested here
446 | std::weak_ptr<Database::Implementation> &dbWeakRef = databasesByPath[dbPath];
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/Database.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/DatabaseImpl.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/include/IndexStoreDB_Database/Database.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/include/IndexStoreDB_Database/IDCode.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/functional:557:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__functional/boyer_moore_searcher.h:22:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::forward_iterator_tag, const indexstoredb_llvm::StringMapEntry<std::weak_ptr<IndexStoreDB::db::Database::Implementation>>>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/Database.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/DatabaseImpl.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/include/IndexStoreDB_Database/Database.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/include/IndexStoreDB_Database/IDCode.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/functional:535:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
737 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
710 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
14 warnings generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Core.build/Objects-normal/arm64/Symbol.o /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/Symbol.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_Core' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Core.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Core.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Core.build/Objects-normal/arm64/Symbol.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Core.build/Objects-normal/arm64/Symbol.dia -c /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/Symbol.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Core.build/Objects-normal/arm64/Symbol.o -index-unit-output-path /IndexStoreDB.build/Debug/IndexStoreDB_Core.build/Objects-normal/arm64/Symbol.o
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/Symbol.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallString.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:19:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:539:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
539 | return 31 - countLeadingZeros(Value);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:545:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
545 | return 63 - countLeadingZeros(Value);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:552:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
552 | return 32 - countLeadingZeros(Value - 1);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:558:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
558 | return 64 - countLeadingZeros(Value - 1);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/Symbol.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallString.h:16:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:45:35: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
45 | : BeginX(FirstEl), Capacity(Capacity) {}
| ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:68:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
68 | this->Size = Size;
| ~ ^~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/Symbol.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallString.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_iterator.h:68:19: warning: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' is deprecated [-Wdeprecated-declarations]
68 | : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/Symbol.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:19:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Path.h:53:14: note: in instantiation of template class 'indexstoredb_llvm::iterator_facade_base<indexstoredb_llvm::sys::path::const_iterator, std::input_iterator_tag, const indexstoredb_llvm::StringRef>' requested here
53 | : public iterator_facade_base<const_iterator, std::input_iterator_tag,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/Symbol.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/LLVM.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Casting.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/Symbol.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/LLVM.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Casting.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Compiler.h:19:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/new:92:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
737 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
710 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/Symbol.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallString.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_iterator.h:68:19: warning: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' is deprecated [-Wdeprecated-declarations]
68 | : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/Symbol.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:19:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Path.h:79:14: note: in instantiation of template class 'indexstoredb_llvm::iterator_facade_base<indexstoredb_llvm::sys::path::reverse_iterator, std::input_iterator_tag, const indexstoredb_llvm::StringRef>' requested here
79 | : public iterator_facade_base<reverse_iterator, std::input_iterator_tag,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/Symbol.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/LLVM.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Casting.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/Symbol.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/LLVM.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Casting.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Compiler.h:19:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/new:92:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
737 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
710 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/Symbol.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_ArrayRef.h:12:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Hashing.h:198:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
198 | uint32_t z = len + (static_cast<uint32_t>(c) << 2);
| ~ ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/Symbol.cpp:13:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:234:47: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
234 | sysrootPrefixLength = sysroot.getPath().size();
| ~ ~~~~~~~~~~~~~~~~~~^~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/Symbol.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallString.h:16:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:253:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
253 | this->Capacity = NewCapacity;
| ~ ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:391:13: note: in instantiation of member function 'indexstoredb_llvm::SmallVectorTemplateBase<IndexStoreDB::SymbolRelation>::grow' requested here
391 | this->grow(this->size()+NumInputs);
| ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:860:11: note: in instantiation of function template specialization 'indexstoredb_llvm::SmallVectorImpl<IndexStoreDB::SymbolRelation>::append<const IndexStoreDB::SymbolRelation *, void>' requested here
860 | this->append(S, E);
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/Symbol.cpp:13:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:286:5: note: in instantiation of function template specialization 'indexstoredb_llvm::SmallVector<IndexStoreDB::SymbolRelation, 3>::SmallVector<const IndexStoreDB::SymbolRelation *, void>' requested here
286 | Relations(Relations.begin(), Relations.end()) {}
| ^
11 warnings generated.
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_LLVMSupport.o normal (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/IndexStoreDB_LLVMSupport.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/IndexStoreDB_LLVMSupport_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_LLVMSupport.build/Objects-normal/arm64/IndexStoreDB_LLVMSupport_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_LLVMSupport.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_CIndexStoreDB.build/Objects-normal/arm64/CIndexStoreDB.o /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_CIndexStoreDB/CIndexStoreDB.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'IndexStoreDB_CIndexStoreDB' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_CIndexStoreDB.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_CIndexStoreDB.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_CIndexStoreDB.build/Objects-normal/arm64/CIndexStoreDB.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_CIndexStoreDB.build/Objects-normal/arm64/CIndexStoreDB.dia -c /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_CIndexStoreDB/CIndexStoreDB.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_CIndexStoreDB.build/Objects-normal/arm64/CIndexStoreDB.o -index-unit-output-path /IndexStoreDB.build/Debug/IndexStoreDB_CIndexStoreDB.build/Objects-normal/arm64/CIndexStoreDB.o
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_CIndexStoreDB/CIndexStoreDB.cpp:15:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/include/IndexStoreDB_Index/IndexStoreLibraryProvider.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:20:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:19:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:539:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
539 | return 31 - countLeadingZeros(Value);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:545:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
545 | return 63 - countLeadingZeros(Value);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:552:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
552 | return 32 - countLeadingZeros(Value - 1);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_MathExtras.h:558:13: warning: implicit conversion loses integer precision: 'std::size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
558 | return 64 - countLeadingZeros(Value - 1);
| ~~~~~~ ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_CIndexStoreDB/CIndexStoreDB.cpp:15:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/include/IndexStoreDB_Index/IndexStoreLibraryProvider.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:20:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:45:35: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
45 | : BeginX(FirstEl), Capacity(Capacity) {}
| ~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:68:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
68 | this->Size = Size;
| ~ ^~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_CIndexStoreDB/CIndexStoreDB.cpp:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/include/IndexStoreDB_Index/IndexSystem.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/include/IndexStoreDB_Index/IndexStoreCXX.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_ArrayRef.h:12:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_Hashing.h:198:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
198 | uint32_t z = len + (static_cast<uint32_t>(c) << 2);
| ~ ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_CIndexStoreDB/CIndexStoreDB.cpp:15:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/include/IndexStoreDB_Index/IndexStoreLibraryProvider.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_iterator.h:68:19: warning: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' is deprecated [-Wdeprecated-declarations]
68 | : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_CIndexStoreDB/CIndexStoreDB.cpp:17:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/include/IndexStoreDB_Index/IndexSystemDelegate.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/include/IndexStoreDB_Index/StoreUnitInfo.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:19:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Path.h:53:14: note: in instantiation of template class 'indexstoredb_llvm::iterator_facade_base<indexstoredb_llvm::sys::path::const_iterator, std::input_iterator_tag, const indexstoredb_llvm::StringRef>' requested here
53 | : public iterator_facade_base<const_iterator, std::input_iterator_tag,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_CIndexStoreDB/CIndexStoreDB.cpp:15:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/include/IndexStoreDB_Index/IndexStoreLibraryProvider.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/LLVM.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Casting.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_CIndexStoreDB/CIndexStoreDB.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_CIndexStoreDB/include/IndexStoreDB_CIndexStoreDB/CIndexStoreDB.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_CIndexStoreDB/include/IndexStoreDB_CIndexStoreDB/indexstore_functions.h:17:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/stdbool.h:25:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
737 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
710 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_CIndexStoreDB/CIndexStoreDB.cpp:15:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/include/IndexStoreDB_Index/IndexStoreLibraryProvider.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_iterator.h:68:19: warning: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' is deprecated [-Wdeprecated-declarations]
68 | : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_CIndexStoreDB/CIndexStoreDB.cpp:17:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/include/IndexStoreDB_Index/IndexSystemDelegate.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/include/IndexStoreDB_Index/StoreUnitInfo.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/Path.h:19:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Path.h:79:14: note: in instantiation of template class 'indexstoredb_llvm::iterator_facade_base<indexstoredb_llvm::sys::path::reverse_iterator, std::input_iterator_tag, const indexstoredb_llvm::StringRef>' requested here
79 | : public iterator_facade_base<reverse_iterator, std::input_iterator_tag,
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_CIndexStoreDB/CIndexStoreDB.cpp:15:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/include/IndexStoreDB_Index/IndexStoreLibraryProvider.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include/IndexStoreDB_Support/LLVM.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_Support_Casting.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/memory:947:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/shared_ptr.h:34:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__memory/uninitialized_algorithms.h:20:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/reverse_iterator.h:23:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__iterator/iterator.h:23:29: note: 'iterator<std::input_iterator_tag, const indexstoredb_llvm::StringRef>' has been explicitly marked deprecated here
23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator {
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_CIndexStoreDB/CIndexStoreDB.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_CIndexStoreDB/include/IndexStoreDB_CIndexStoreDB/CIndexStoreDB.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_CIndexStoreDB/include/IndexStoreDB_CIndexStoreDB/indexstore_functions.h:17:
In file included from /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/stdbool.h:25:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:737:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
737 | # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/c++/v1/__config:710:49: note: expanded from macro '_LIBCPP_DEPRECATED'
710 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_CIndexStoreDB/CIndexStoreDB.cpp:19:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:234:47: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
234 | sysrootPrefixLength = sysroot.getPath().size();
| ~ ~~~~~~~~~~~~~~~~~~^~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_CIndexStoreDB/CIndexStoreDB.cpp:15:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/include/IndexStoreDB_Index/IndexStoreLibraryProvider.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_StringRef.h:12:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_STLExtras.h:20:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:253:20: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
253 | this->Capacity = NewCapacity;
| ~ ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:391:13: note: in instantiation of member function 'indexstoredb_llvm::SmallVectorTemplateBase<IndexStoreDB::SymbolRelation>::grow' requested here
391 | this->grow(this->size()+NumInputs);
| ^
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include/IndexStoreDB_LLVMSupport/llvm_ADT_SmallVector.h:860:11: note: in instantiation of function template specialization 'indexstoredb_llvm::SmallVectorImpl<IndexStoreDB::SymbolRelation>::append<const IndexStoreDB::SymbolRelation *, void>' requested here
860 | this->append(S, E);
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_CIndexStoreDB/CIndexStoreDB.cpp:19:
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include/IndexStoreDB_Core/Symbol.h:286:5: note: in instantiation of function template specialization 'indexstoredb_llvm::SmallVector<IndexStoreDB::SymbolRelation, 3>::SmallVector<const IndexStoreDB::SymbolRelation *, void>' requested here
286 | Relations(Relations.begin(), Relations.end()) {}
| ^
11 warnings generated.
SwiftCompile normal arm64 Compiling\ IndexDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/IndexDelegate.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/IndexDelegate.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/IndexDelegate.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'IndexStoreDB' may lead to instability during execution
@_implementationOnly import IndexStoreDB_CIndexStoreDB
^
SwiftCompile normal arm64 Compiling\ SymbolOccurrence.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/SymbolOccurrence.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/SymbolOccurrence.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/SymbolOccurrence.swift:14:1: warning: using '@_implementationOnly' without enabling library evolution for 'IndexStoreDB' may lead to instability during execution
import IndexStoreDB_CIndexStoreDB
^
SwiftCompile normal arm64 Compiling\ SymbolLocation.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/SymbolLocation.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/SymbolLocation.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/SymbolLocation.swift:14:1: warning: using '@_implementationOnly' without enabling library evolution for 'IndexStoreDB' may lead to instability during execution
import IndexStoreDB_CIndexStoreDB
^
SwiftCompile normal arm64 Compiling\ SymbolRole.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/SymbolRole.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/SymbolRole.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/SymbolRole.swift:14:1: warning: using '@_implementationOnly' without enabling library evolution for 'IndexStoreDB' may lead to instability during execution
import IndexStoreDB_CIndexStoreDB
^
SwiftCompile normal arm64 Compiling\ IndexStoreDBError.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/IndexStoreDBError.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/IndexStoreDBError.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/IndexStoreDBError.swift:14:1: warning: using '@_implementationOnly' without enabling library evolution for 'IndexStoreDB' may lead to instability during execution
import IndexStoreDB_CIndexStoreDB
^
SwiftCompile normal arm64 Compiling\ Symbol.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/Symbol.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/Symbol.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/Symbol.swift:14:1: warning: using '@_implementationOnly' without enabling library evolution for 'IndexStoreDB' may lead to instability during execution
import IndexStoreDB_CIndexStoreDB
^
SwiftCompile normal arm64 Compiling\ IndexStoreDB.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/IndexStoreDB.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/IndexStoreDB.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/IndexStoreDB.swift:14:1: warning: using '@_implementationOnly' without enabling library evolution for 'IndexStoreDB' may lead to instability during execution
import IndexStoreDB_CIndexStoreDB
^
SwiftCompile normal arm64 Compiling\ SymbolProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/SymbolProperty.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/SymbolProperty.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB/SymbolProperty.swift:14:1: warning: using '@_implementationOnly' without enabling library evolution for 'IndexStoreDB' may lead to instability during execution
import IndexStoreDB_CIndexStoreDB
^
SwiftDriverJobDiscovery normal arm64 Compiling IndexDelegate.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
SwiftDriverJobDiscovery normal arm64 Compiling SymbolOccurrence.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
SwiftCompile normal arm64 Compiling\ TibsResolvedTarget.swift /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/TibsResolvedTarget.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/TibsResolvedTarget.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Symbol.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
SwiftCompile normal arm64 Compiling\ TibsBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/TibsBuilder.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/TibsBuilder.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TibsToolchain.swift /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/TibsToolchain.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/TibsToolchain.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TibsManifest.swift /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/TibsManifest.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/TibsManifest.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling SymbolRole.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
SwiftCompile normal arm64 Compiling\ Process.swift /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/Process.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/Process.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ JSONCompilationDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/JSONCompilationDatabase.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/JSONCompilationDatabase.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling SymbolProperty.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
SwiftCompile normal arm64 Compiling\ Data.swift /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/Data.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/Data.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Makefile.swift /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/Makefile.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/Makefile.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling JSONCompilationDatabase.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
SwiftCompile normal arm64 Compiling\ OutputFileMap.swift /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/OutputFileMap.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ISDBTibs/OutputFileMap.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Data.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/midl.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-lmdb/Sources/CLMDB/midl.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CLMDB' from project 'CLMDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/midl.o.scan -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wno-shorten-64-to-32 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/midl.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/midl.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-lmdb/Sources/CLMDB/midl.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/midl.o -index-unit-output-path /CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/midl.o
SwiftDriverJobDiscovery normal arm64 Compiling TibsToolchain.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/mdb.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-lmdb/Sources/CLMDB/mdb.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CLMDB' from project 'CLMDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/mdb.o.scan -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wno-shorten-64-to-32 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/mdb.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/mdb.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-lmdb/Sources/CLMDB/mdb.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/mdb.o -index-unit-output-path /CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/mdb.o
SwiftDriverJobDiscovery normal arm64 Compiling TibsManifest.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
SwiftDriverJobDiscovery normal arm64 Compiling IndexStoreDBError.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
SwiftDriverJobDiscovery normal arm64 Compiling Process.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
SwiftDriver tibs normal arm64 com.apple.xcode.tools.swift.compiler (in target 'tibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name tibs -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_LLVMSupport.o (in target 'IndexStoreDB_LLVMSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_LLVMSupport.o
SwiftDriverJobDiscovery normal arm64 Compiling SymbolLocation.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
SwiftDriverJobDiscovery normal arm64 Compiling TibsResolvedTarget.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_Support.o normal (in target 'IndexStoreDB_Support' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Support.build/Objects-normal/arm64/IndexStoreDB_Support.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Support.build/Objects-normal/arm64/IndexStoreDB_Support_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Support.build/Objects-normal/arm64/IndexStoreDB_Support_dependency_info.dat -fobjc-arc -fobjc-link-runtime -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_Support.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_Support.o (in target 'IndexStoreDB_Support' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_Support.o
SwiftDriverJobDiscovery normal arm64 Compiling TibsBuilder.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
SwiftDriverJobDiscovery normal arm64 Compiling IndexStoreDB.swift (in target 'IndexStoreDB' from project 'IndexStoreDB')
SwiftDriver\ Compilation 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-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name IndexStoreDB -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/IndexStoreDB_Index.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/IndexStoreDB_Database.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/IndexStoreDB_Core.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/IndexStoreDB_Support.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/IndexStoreDB_LLVMSupport.modulemap -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-lmdb/Sources/CLMDB/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_CIndexStoreDB/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_Core.o normal (in target 'IndexStoreDB_Core' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Core.build/Objects-normal/arm64/IndexStoreDB_Core.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Core.build/Objects-normal/arm64/IndexStoreDB_Core_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Core.build/Objects-normal/arm64/IndexStoreDB_Core_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_Core.o
SwiftDriverJobDiscovery normal arm64 Compiling Makefile.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_Core.o (in target 'IndexStoreDB_Core' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_Core.o
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-9L4Q72K5U7M5A5G5KW0X9TEOS.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-9L4Q72K5U7M5A5G5KW0X9TEOS.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_AvailabilityInternal-C0VRLAR6UNBUZ9DWCVJXRQS05.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_AvailabilityInternal-C0VRLAR6UNBUZ9DWCVJXRQS05.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-98IX4L6DJ97NGSZE58NXBM6UW.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-98IX4L6DJ97NGSZE58NXBM6UW.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-A7WJKLAJ4Z5SANO32HI3NVTDI.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-A7WJKLAJ4Z5SANO32HI3NVTDI.scan
SwiftDriverJobDiscovery normal arm64 Compiling OutputFileMap.swift (in target 'ISDBTibs' from project 'IndexStoreDB')
SwiftDriver\ Compilation 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-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ISDBTibs -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/Objects-normal/arm64/ISDBTibs.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/Objects-normal/arm64/ISDBTibs-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/Objects-normal/arm64/ISDBTibs.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/Objects-normal/arm64/ISDBTibs_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/Objects-normal/arm64/ISDBTibs-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ISDBTibs.o normal (in target 'ISDBTibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/Objects-normal/arm64/ISDBTibs.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/Objects-normal/arm64/ISDBTibs_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/Objects-normal/arm64/ISDBTibs_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/Objects-normal/arm64/ISDBTibs.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/Objects-normal/arm64/ISDBTibs-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ISDBTibs.o
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation1-6NZRTGNOD668HQBZL4P1TOF8C.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation1-6NZRTGNOD668HQBZL4P1TOF8C.scan
ExtractAppIntentsMetadata (in target 'ISDBTibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name ISDBTibs --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk --xcode-version 17A5241e --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.ISDBTibs --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ISDBTibs.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ISDBTibs.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/Objects-normal/arm64/ISDBTibs_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/Objects-normal/arm64/ISDBTibs.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/ISDBTibs.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/ISDBTibs.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/Objects-normal/arm64/ISDBTibs.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-19 02:51:58.160 appintentsmetadataprocessor[871:4251] Starting appintentsmetadataprocessor export
2025-06-19 02:51:58.225 appintentsmetadataprocessor[871:4251] Extracted no relevant App Intents symbols, skipping writing output
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-4PGBZ8LXFZBITU2UW83QVS6YC.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-4PGBZ8LXFZBITU2UW83QVS6YC.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation2-VJLNB3S7O0S8DNA931JPWFC1.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation2-VJLNB3S7O0S8DNA931JPWFC1.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-2WP23QCEBI47X13XF46IJVNP7.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-2WP23QCEBI47X13XF46IJVNP7.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-6C8JT538ZRILBGZ4X5ZEB7D5F.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-6C8JT538ZRILBGZ4X5ZEB7D5F.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation3-87DP57ZGACOFAC9ZPXJVKQSGW.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation3-87DP57ZGACOFAC9ZPXJVKQSGW.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_inttypes-1U0M2ORUF1UPSGK9W0CXYYNHD.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_inttypes-1U0M2ORUF1UPSGK9W0CXYYNHD.scan
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ISDBTibs.o (in target 'ISDBTibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ISDBTibs.o
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-A9580YDU7SUSPA684NTIWSGA2.scan
cd /
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-A9580YDU7SUSPA684NTIWSGA2.scan
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/midl.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-lmdb/Sources/CLMDB/midl.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CLMDB' from project 'CLMDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wno-shorten-64-to-32 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/midl.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/midl.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-lmdb/Sources/CLMDB/midl.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/midl.o -index-unit-output-path /CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/midl.o
SwiftEmitModule normal arm64 Emitting\ module\ for\ tibs (in target 'tibs' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/tibs/main.swift (in target 'tibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/tibs/main.swift:16:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
extension FileHandle: TextOutputStream {
^
/Users/admin/builder/spi-builder-workspace/Sources/tibs/main.swift:16:1: note: add '@retroactive' to silence this warning
extension FileHandle: TextOutputStream {
^ ~~~~~~~~~~~~~~~~
@retroactive TextOutputStream
SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/tibs/main.swift (in target 'tibs' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/tibs/main.swift (in target 'tibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/tibs/main.swift:16:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
extension FileHandle: TextOutputStream {
^
/Users/admin/builder/spi-builder-workspace/Sources/tibs/main.swift:16:1: note: add '@retroactive' to silence this warning
extension FileHandle: TextOutputStream {
^ ~~~~~~~~~~~~~~~~
@retroactive TextOutputStream
SwiftDriverJobDiscovery normal arm64 Emitting module for tibs (in target 'tibs' from project 'IndexStoreDB')
SwiftDriver\ Compilation\ Requirements tibs normal arm64 com.apple.xcode.tools.swift.compiler (in target 'tibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name tibs -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/tibs.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs.swiftmodule (in target 'tibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/tibs.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/tibs.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs.swiftdoc (in target 'tibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/tibs.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/tibs.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs.abi.json (in target 'tibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/tibs.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/tibs.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs.swiftsourceinfo (in target 'tibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/tibs.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriver ISDBTestSupport normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ISDBTestSupport' 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 ISDBTestSupport -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/IndexStoreDB_Index.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/IndexStoreDB_Database.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/IndexStoreDB_Core.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/IndexStoreDB_Support.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/IndexStoreDB_LLVMSupport.modulemap -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport-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/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport.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/ISDBTestSupport.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/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-lmdb/Sources/CLMDB/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_CIndexStoreDB/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.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/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling main.swift (in target 'tibs' from project 'IndexStoreDB')
SwiftDriver\ Compilation tibs normal arm64 com.apple.xcode.tools.swift.compiler (in target 'tibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name tibs -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/tibs normal (in target 'tibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../lib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/tibs.build/Objects-normal/arm64/tibs-linker-args.resp -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/tibs -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/Objects-normal/arm64/ISDBTibs.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTibs.build/Objects-normal/arm64/ISDBTibs-linker-args.resp
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/mdb.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-lmdb/Sources/CLMDB/mdb.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CLMDB' from project 'CLMDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wno-shorten-64-to-32 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/mdb.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/mdb.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-lmdb/Sources/CLMDB/mdb.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/mdb.o -index-unit-output-path /CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/mdb.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/tibs (in target 'tibs' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/tibs
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CLMDB.o normal (in target 'CLMDB' from project 'CLMDB')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-lmdb
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/CLMDB.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/CLMDB_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CLMDB.build/Debug/CLMDB.build/Objects-normal/arm64/CLMDB_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CLMDB.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CLMDB.o (in target 'CLMDB' from project 'CLMDB')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-lmdb
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CLMDB.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_Database.o normal (in target 'IndexStoreDB_Database' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/IndexStoreDB_Database.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/IndexStoreDB_Database_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Database.build/Objects-normal/arm64/IndexStoreDB_Database_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_Database.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_Database.o (in target 'IndexStoreDB_Database' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_Database.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_Index.o normal (in target 'IndexStoreDB_Index' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Index.build/Objects-normal/arm64/IndexStoreDB_Index.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Index.build/Objects-normal/arm64/IndexStoreDB_Index_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_Index.build/Objects-normal/arm64/IndexStoreDB_Index_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_Index.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_Index.o (in target 'IndexStoreDB_Index' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_Index.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_CIndexStoreDB.o normal (in target 'IndexStoreDB_CIndexStoreDB' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_CIndexStoreDB.build/Objects-normal/arm64/IndexStoreDB_CIndexStoreDB.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_CIndexStoreDB.build/Objects-normal/arm64/IndexStoreDB_CIndexStoreDB_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB_CIndexStoreDB.build/Objects-normal/arm64/IndexStoreDB_CIndexStoreDB_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_CIndexStoreDB.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_CIndexStoreDB.o (in target 'IndexStoreDB_CIndexStoreDB' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB_CIndexStoreDB.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB.o normal (in target 'IndexStoreDB' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB.o
ExtractAppIntentsMetadata (in target 'IndexStoreDB' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name IndexStoreDB --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk --xcode-version 17A5241e --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.IndexStoreDB --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/IndexStoreDB.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/IndexStoreDB.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/IndexStoreDB.build/Objects-normal/arm64/IndexStoreDB.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-19 02:51:58.846 appintentsmetadataprocessor[895:4419] Starting appintentsmetadataprocessor export
2025-06-19 02:51:58.890 appintentsmetadataprocessor[895:4419] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB.o (in target 'IndexStoreDB' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IndexStoreDB.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-88FW7PNBDBKHL20028MXEC7AO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-9LQDWZH5Y0ZB4RWUFFKDZ23OR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-5T7GHUQU58UKWFQNB2GAB37TQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CUPS-71BRF3UC4V45G8870O1CWM0MA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-2VXY9ORECNAH6UNF8M80EQLGI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-1QC2TREL4E841A16LGTTMBXTK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-5ROV7BH8E6KVESIYYCEHT1YVK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-DP8FPXVUR83Q7ADSGVFW62TMS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-9XJZ4P20L95D2PKL7SUMCPNCP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-4WBNZTZACNE6TBAY73Y6K50U5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreData-2VDD5DGXSFXFYAFCURRRLCNZH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGL-944U6YLLWD4SFRFM9WALKCPRN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ColorSync-EPPNNX3L1NXPK4M2SDUTEIBGZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-DQNWQ7O7VBOISP2WANTBH1TVK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-DQ8B56HX9H30U1VC4FR7MUR73.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-8K6OGVANM2PHZ1ZLR2FDCDNJ5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-EL7ZOBC6NM9PETBVVJ6E17R4R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-6S6DESUL4I71P95XT6TEQ7FDF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-DDPGYLXY21H794JRYT4O5LLF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-7YIXXMGHO4UJE35GGM2FFRA6B.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-OOGTKT65NOMASJH2TSIZP0VK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ApplicationServices-80KYHHX1R2VRVAU4W8EZDEEOR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-31SCFGOSZHI37ZN5T6VDOBDWG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-91DS2RXYOJ8S506PBOGG46MQO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-5DNTT2TYSH7S2BIIFP4WY094L.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-743YT5N6M7AW630GU6OBDXXS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AppKit-F2SGBH32805IRS4IQPGIRRYWD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/XCUIAutomation-3MT8VOFYMFKT3YMEJ3K64U4YE.pcm
SwiftExplicitDependencyCompileModuleFromInterface arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/XCUIAutomation-JJ88QPM5AW72.swiftmodule
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/XCTest-B4I4NZ4IV1HXUZYY87SKGVFDO.pcm
SwiftExplicitDependencyCompileModuleFromInterface arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/XCTest-U08B22EHLD4W.swiftmodule
SwiftEmitModule normal arm64 Emitting\ module\ for\ ISDBTestSupport (in target 'ISDBTestSupport' from project 'IndexStoreDB')
EmitSwiftModule normal arm64 (in target 'ISDBTestSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SourceFileCache.swift /Users/admin/builder/spi-builder-workspace/Sources/ISDBTestSupport/SourceFileCache.swift (in target 'ISDBTestSupport' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ISDBTestSupport/SourceFileCache.swift (in target 'ISDBTestSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ForwardingIndexDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/ISDBTestSupport/ForwardingIndexDelegate.swift (in target 'ISDBTestSupport' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ISDBTestSupport/ForwardingIndexDelegate.swift (in target 'ISDBTestSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ XCTestAssertions.swift /Users/admin/builder/spi-builder-workspace/Sources/ISDBTestSupport/XCTestAssertions.swift (in target 'ISDBTestSupport' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ISDBTestSupport/XCTestAssertions.swift (in target 'ISDBTestSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TestSources.swift /Users/admin/builder/spi-builder-workspace/Sources/ISDBTestSupport/TestSources.swift (in target 'ISDBTestSupport' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ISDBTestSupport/TestSources.swift (in target 'ISDBTestSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TestLocationScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/ISDBTestSupport/TestLocationScanner.swift (in target 'ISDBTestSupport' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ISDBTestSupport/TestLocationScanner.swift (in target 'ISDBTestSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TestLocation.swift /Users/admin/builder/spi-builder-workspace/Sources/ISDBTestSupport/TestLocation.swift (in target 'ISDBTestSupport' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ISDBTestSupport/TestLocation.swift (in target 'ISDBTestSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TibsTestWorkspace.swift /Users/admin/builder/spi-builder-workspace/Sources/ISDBTestSupport/TibsTestWorkspace.swift (in target 'ISDBTestSupport' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ISDBTestSupport/TibsTestWorkspace.swift (in target 'ISDBTestSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/DerivedSources/resource_bundle_accessor.swift (in target 'ISDBTestSupport' from project 'IndexStoreDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/DerivedSources/resource_bundle_accessor.swift (in target 'ISDBTestSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling SourceFileCache.swift (in target 'ISDBTestSupport' from project 'IndexStoreDB')
SwiftDriverJobDiscovery normal arm64 Compiling ForwardingIndexDelegate.swift (in target 'ISDBTestSupport' from project 'IndexStoreDB')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift (in target 'ISDBTestSupport' from project 'IndexStoreDB')
SwiftDriverJobDiscovery normal arm64 Compiling TestLocation.swift (in target 'ISDBTestSupport' from project 'IndexStoreDB')
SwiftDriverJobDiscovery normal arm64 Compiling TestSources.swift (in target 'ISDBTestSupport' from project 'IndexStoreDB')
SwiftDriverJobDiscovery normal arm64 Emitting module for ISDBTestSupport (in target 'ISDBTestSupport' from project 'IndexStoreDB')
SwiftDriver\ Compilation\ Requirements ISDBTestSupport normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ISDBTestSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ISDBTestSupport -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/IndexStoreDB_Index.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/IndexStoreDB_Database.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/IndexStoreDB_Core.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/IndexStoreDB_Support.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/IndexStoreDB_LLVMSupport.modulemap -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport-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/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport.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/ISDBTestSupport.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/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-lmdb/Sources/CLMDB/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_CIndexStoreDB/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.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/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ISDBTestSupport-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport-Swift.h (in target 'ISDBTestSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ISDBTestSupport-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ISDBTestSupport.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport.abi.json (in target 'ISDBTestSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ISDBTestSupport.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ISDBTestSupport.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport.swiftmodule (in target 'ISDBTestSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ISDBTestSupport.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ISDBTestSupport.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport.swiftdoc (in target 'ISDBTestSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ISDBTestSupport.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ISDBTestSupport.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport.swiftsourceinfo (in target 'ISDBTestSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ISDBTestSupport.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling TestLocationScanner.swift (in target 'ISDBTestSupport' from project 'IndexStoreDB')
SwiftDriverJobDiscovery normal arm64 Compiling XCTestAssertions.swift (in target 'ISDBTestSupport' from project 'IndexStoreDB')
SwiftDriverJobDiscovery normal arm64 Compiling TibsTestWorkspace.swift (in target 'ISDBTestSupport' from project 'IndexStoreDB')
SwiftDriver\ Compilation ISDBTestSupport normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ISDBTestSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ISDBTestSupport -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/IndexStoreDB_Index.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/IndexStoreDB_Database.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/IndexStoreDB_Core.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/IndexStoreDB_Support.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/IndexStoreDB_LLVMSupport.modulemap -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport-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/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport.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/ISDBTestSupport.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/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-lmdb/Sources/CLMDB/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_CIndexStoreDB/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Index/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Database/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Core/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_Support/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/IndexStoreDB_LLVMSupport/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.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/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ISDBTestSupport.o normal (in target 'ISDBTestSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ISDBTestSupport.o
ExtractAppIntentsMetadata (in target 'ISDBTestSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name ISDBTestSupport --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk --xcode-version 17A5241e --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.ISDBTestSupport --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ISDBTestSupport.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ISDBTestSupport.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/ISDBTestSupport.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/ISDBTestSupport.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IndexStoreDB.build/Debug/ISDBTestSupport.build/Objects-normal/arm64/ISDBTestSupport.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-19 02:52:01.706 appintentsmetadataprocessor[938:4539] Starting appintentsmetadataprocessor export
2025-06-19 02:52:01.750 appintentsmetadataprocessor[938:4539] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ISDBTestSupport.o (in target 'ISDBTestSupport' from project 'IndexStoreDB')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ISDBTestSupport.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:861c42a1de9570f96c9a41676353d235d968655f, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:861c42a1de9570f96c9a41676353d235d968655f, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:861c42a1de9570f96c9a41676353d235d968655f, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:861c42a1de9570f96c9a41676353d235d968655f, name:My Mac }
Build complete.
{
"cxx_language_standard" : "c++17",
"dependencies" : [
{
"identity" : "swift-lmdb",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-lmdb.git"
}
],
"manifest_display_name" : "IndexStoreDB",
"name" : "IndexStoreDB",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "IndexStoreDB",
"targets" : [
"IndexStoreDB"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "IndexStoreDB_CXX",
"targets" : [
"IndexStoreDB_Index"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ISDBTestSupport",
"targets" : [
"ISDBTestSupport"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "tibs",
"targets" : [
"tibs"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "tibs",
"module_type" : "SwiftTarget",
"name" : "tibs",
"path" : "Sources/tibs",
"product_memberships" : [
"ISDBTestSupport",
"tibs"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ISDBTibs"
],
"type" : "executable"
},
{
"c99name" : "IndexStoreDB_Support",
"module_type" : "ClangTarget",
"name" : "IndexStoreDB_Support",
"path" : "Sources/IndexStoreDB_Support",
"product_memberships" : [
"IndexStoreDB",
"IndexStoreDB_CXX",
"ISDBTestSupport"
],
"sources" : [
"Concurrency-Mac.cpp",
"FilePathWatcher.cpp",
"Logging-Mac.mm",
"Logging-NonMac.cpp",
"Logging.cpp",
"Path.cpp",
"PatternMatching.cpp"
],
"target_dependencies" : [
"IndexStoreDB_LLVMSupport"
],
"type" : "library"
},
{
"c99name" : "IndexStoreDB_LLVMSupport",
"module_type" : "ClangTarget",
"name" : "IndexStoreDB_LLVMSupport",
"path" : "Sources/IndexStoreDB_LLVMSupport",
"product_memberships" : [
"IndexStoreDB",
"IndexStoreDB_CXX",
"ISDBTestSupport"
],
"sources" : [
"AArch64TargetParser.cpp",
"APFloat.cpp",
"APInt.cpp",
"APSInt.cpp",
"ARMTargetParser.cpp",
"Allocator.cpp",
"Atomic.cpp",
"Chrono.cpp",
"CommandLine.cpp",
"ConvertUTF.cpp",
"ConvertUTFWrapper.cpp",
"DJB.cpp",
"Debug.cpp",
"Errno.cpp",
"Error.cpp",
"ErrorHandling.cpp",
"FileUtilities.cpp",
"FoldingSet.cpp",
"FormatVariadic.cpp",
"Hashing.cpp",
"Host.cpp",
"JSON.cpp",
"LineIterator.cpp",
"Locale.cpp",
"MD5.cpp",
"ManagedStatic.cpp",
"MathExtras.cpp",
"Memory.cpp",
"MemoryBuffer.cpp",
"Mutex.cpp",
"NativeFormatting.cpp",
"Optional.cpp",
"Options.cpp",
"Path.cpp",
"PrettyStackTrace.cpp",
"Process.cpp",
"Program.cpp",
"Signals.cpp",
"Signposts.cpp",
"SmallPtrSet.cpp",
"SmallVector.cpp",
"SourceMgr.cpp",
"Statistic.cpp",
"StringExtras.cpp",
"StringMap.cpp",
"StringRef.cpp",
"StringSaver.cpp",
"TargetParser.cpp",
"Threading.cpp",
"Timer.cpp",
"ToolOutputFile.cpp",
"Triple.cpp",
"Twine.cpp",
"Unicode.cpp",
"UnicodeCaseFold.cpp",
"Valgrind.cpp",
"VersionTuple.cpp",
"Watchdog.cpp",
"WithColor.cpp",
"YAMLParser.cpp",
"YAMLTraits.cpp",
"circular_raw_ostream.cpp",
"raw_ostream.cpp"
],
"type" : "library"
},
{
"c99name" : "IndexStoreDB_Index",
"module_type" : "ClangTarget",
"name" : "IndexStoreDB_Index",
"path" : "Sources/IndexStoreDB_Index",
"product_memberships" : [
"IndexStoreDB",
"IndexStoreDB_CXX",
"ISDBTestSupport"
],
"sources" : [
"FilePathIndex.cpp",
"FileVisibilityChecker.cpp",
"IndexDatastore.cpp",
"IndexStoreLibraryProvider.cpp",
"IndexSystem.cpp",
"StoreSymbolRecord.cpp",
"SymbolIndex.cpp"
],
"target_dependencies" : [
"IndexStoreDB_Database"
],
"type" : "library"
},
{
"c99name" : "IndexStoreDB_Database",
"module_type" : "ClangTarget",
"name" : "IndexStoreDB_Database",
"path" : "Sources/IndexStoreDB_Database",
"product_dependencies" : [
"CLMDB"
],
"product_memberships" : [
"IndexStoreDB",
"IndexStoreDB_CXX",
"ISDBTestSupport"
],
"sources" : [
"Database.cpp",
"DatabaseError.cpp",
"ImportTransaction.cpp",
"ReadTransaction.cpp"
],
"target_dependencies" : [
"IndexStoreDB_Core"
],
"type" : "library"
},
{
"c99name" : "IndexStoreDB_Core",
"module_type" : "ClangTarget",
"name" : "IndexStoreDB_Core",
"path" : "Sources/IndexStoreDB_Core",
"product_memberships" : [
"IndexStoreDB",
"IndexStoreDB_CXX",
"ISDBTestSupport"
],
"sources" : [
"Symbol.cpp"
],
"target_dependencies" : [
"IndexStoreDB_Support"
],
"type" : "library"
},
{
"c99name" : "IndexStoreDB_CIndexStoreDB",
"module_type" : "ClangTarget",
"name" : "IndexStoreDB_CIndexStoreDB",
"path" : "Sources/IndexStoreDB_CIndexStoreDB",
"product_memberships" : [
"IndexStoreDB",
"ISDBTestSupport"
],
"sources" : [
"CIndexStoreDB.cpp"
],
"target_dependencies" : [
"IndexStoreDB_Index"
],
"type" : "library"
},
{
"c99name" : "IndexStoreDBTests",
"module_type" : "SwiftTarget",
"name" : "IndexStoreDBTests",
"path" : "Tests/IndexStoreDBTests",
"sources" : [
"IndexStoreDBTests.swift",
"IndexTests.swift",
"LocationScannerTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"IndexStoreDB",
"ISDBTestSupport"
],
"type" : "test"
},
{
"c99name" : "IndexStoreDB",
"module_type" : "SwiftTarget",
"name" : "IndexStoreDB",
"path" : "Sources/IndexStoreDB",
"product_memberships" : [
"IndexStoreDB",
"ISDBTestSupport"
],
"sources" : [
"IndexDelegate.swift",
"IndexStoreDB.swift",
"IndexStoreDBError.swift",
"Symbol.swift",
"SymbolLocation.swift",
"SymbolOccurrence.swift",
"SymbolProperty.swift",
"SymbolRole.swift"
],
"target_dependencies" : [
"IndexStoreDB_CIndexStoreDB"
],
"type" : "library"
},
{
"c99name" : "ISDBTibsTests",
"module_type" : "SwiftTarget",
"name" : "ISDBTibsTests",
"path" : "Tests/ISDBTibsTests",
"sources" : [
"MiscTests.swift",
"OutputFileMapTests.swift",
"TibsBuildTests.swift",
"TibsCompilationDatabaseTests.swift",
"TibsManifestTests.swift",
"TibsResolutionTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"ISDBTibs",
"ISDBTestSupport"
],
"type" : "test"
},
{
"c99name" : "ISDBTibs",
"module_type" : "SwiftTarget",
"name" : "ISDBTibs",
"path" : "Sources/ISDBTibs",
"product_memberships" : [
"ISDBTestSupport",
"tibs"
],
"sources" : [
"Data.swift",
"JSONCompilationDatabase.swift",
"Makefile.swift",
"OutputFileMap.swift",
"Process.swift",
"TibsBuilder.swift",
"TibsManifest.swift",
"TibsResolvedTarget.swift",
"TibsToolchain.swift"
],
"type" : "library"
},
{
"c99name" : "ISDBTestSupport",
"module_type" : "SwiftTarget",
"name" : "ISDBTestSupport",
"path" : "Sources/ISDBTestSupport",
"product_memberships" : [
"ISDBTestSupport"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ISDBTestSupport/INPUTS",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ForwardingIndexDelegate.swift",
"SourceFileCache.swift",
"TestLocation.swift",
"TestLocationScanner.swift",
"TestSources.swift",
"TibsTestWorkspace.swift",
"XCTestAssertions.swift"
],
"target_dependencies" : [
"IndexStoreDB",
"ISDBTibs",
"tibs"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.