Build Information
Failed to build llbuild, reference master (4cc1ea), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 03:51:02 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SDGGiesbrecht/swift-llbuild.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SDGGiesbrecht/swift-llbuild
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 4cc1ea4 Merge pull request #874 from compnerd/build
Cloned https://github.com/SDGGiesbrecht/swift-llbuild.git
Revision (git rev-parse @):
4cc1ea448e236c2f4dfe622cec786bce4bd56c45
SUCCESS checkout https://github.com/SDGGiesbrecht/swift-llbuild.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-llbuild",
"name": "llbuild",
"url": "https://github.com/SDGGiesbrecht/swift-llbuild.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-llbuild",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/SDGGiesbrecht/swift-llbuild.git
[1/18377] Fetching swift-llbuild
Fetched https://github.com/SDGGiesbrecht/swift-llbuild.git from cache (1.65s)
Creating working copy for https://github.com/SDGGiesbrecht/swift-llbuild.git
Working copy of https://github.com/SDGGiesbrecht/swift-llbuild.git resolved at master (4cc1ea4)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/SDGGiesbrecht/swift-llbuild.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/155] Compiling libllbuild C-API.cpp
[1/155] Compiling libllbuild BuildKey-C-API.cpp
[2/155] Write swift-build-tool-entitlement.plist
[3/155] Compiling libllbuild BuildValue-C-API.cpp
[4/155] Compiling libllbuild Core-C-API.cpp
[5/155] Write swift-version--6988338F2F200930.txt
[6/155] Compiling libllbuild BuildDB-C-API.cpp
In file included from /Users/admin/builder/spi-builder-workspace/products/libllbuild/Ninja-C-API.cpp:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Ninja/include/llbuild/Ninja/Lexer.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringRef.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/SmallVector.h:313:18: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::pair<void *, unsigned long>' [-Wnontrivial-memcall]
313 | memcpy(this->end(), &Elt, sizeof(T));
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Allocator.h:250:24: note: in instantiation of member function 'llvm::SmallVectorTemplateBase<std::pair<void *, unsigned long>, true>::push_back' requested here
250 | CustomSizedSlabs.push_back(std::make_pair(NewSlab, PaddedSize));
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Allocator.h:56:38: note: in instantiation of member function 'llvm::BumpPtrAllocatorImpl<>::Allocate' requested here
56 | &DerivedT::Allocate),
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Allocator.h:82:29: note: in instantiation of member function 'llvm::AllocatorBase<llvm::BumpPtrAllocatorImpl<>>::Allocate' requested here
82 | return static_cast<T *>(Allocate(Num * sizeof(T), alignof(T)));
| ^
/Users/admin/builder/spi-builder-workspace/products/libllbuild/Ninja-C-API.cpp:88:55: note: in instantiation of function template specialization 'llvm::AllocatorBase<llvm::BumpPtrAllocatorImpl<>>::Allocate<llb_ninja_build_statement_t_>' requested here
88 | auto copied = llvm::makeMutableArrayRef(Allocator.Allocate<R>(orig.size()),
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/SmallVector.h:313:18: note: explicitly cast the pointer to silence this warning
313 | memcpy(this->end(), &Elt, sizeof(T));
| ^
| (void*)
1 warning generated.
[7/155] Compiling libllbuild Ninja-C-API.cpp
[8/155] Compiling llvmSupport Valgrind.cpp
[9/155] Compiling swift-build-tool main.cpp
[10/155] Compiling llvmSupport UnicodeCaseFold.cpp
[11/155] Compiling gmocklib gmock-all.cc
[12/155] Compiling libllbuild BuildSystem-C-API.cpp
[13/155] Compiling llvmSupport circular_raw_ostream.cpp
[14/155] Compiling llvmSupport Unicode.cpp
[15/155] Compiling llvmSupport Twine.cpp
[16/155] Compiling llvmSupport raw_ostream.cpp
[17/155] Compiling llvmSupport Threading.cpp
[18/155] Compiling llvmSupport Triple.cpp
[19/155] Compiling gtestlib gtest-all.cc
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/StringSaver.cpp:10:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/StringSaver.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/DenseSet.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/DenseMap.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/DenseMapInfo.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/ArrayRef.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/Hashing.h:49:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Host.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringMap.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringRef.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/SmallVector.h:313:18: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::pair<void *, unsigned long>' [-Wnontrivial-memcall]
313 | memcpy(this->end(), &Elt, sizeof(T));
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Allocator.h:250:24: note: in instantiation of member function 'llvm::SmallVectorTemplateBase<std::pair<void *, unsigned long>, true>::push_back' requested here
250 | CustomSizedSlabs.push_back(std::make_pair(NewSlab, PaddedSize));
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Allocator.h:56:38: note: in instantiation of member function 'llvm::BumpPtrAllocatorImpl<>::Allocate' requested here
56 | &DerivedT::Allocate),
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Allocator.h:82:29: note: in instantiation of member function 'llvm::AllocatorBase<llvm::BumpPtrAllocatorImpl<>>::Allocate' requested here
82 | return static_cast<T *>(Allocate(Num * sizeof(T), alignof(T)));
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/StringSaver.cpp:15:19: note: in instantiation of function template specialization 'llvm::AllocatorBase<llvm::BumpPtrAllocatorImpl<>>::Allocate<char>' requested here
15 | char *P = Alloc.Allocate<char>(S.size() + 1);
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/SmallVector.h:313:18: note: explicitly cast the pointer to silence this warning
313 | memcpy(this->end(), &Elt, sizeof(T));
| ^
| (void*)
1 warning generated.
[20/155] Compiling llvmSupport StringSaver.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/YAMLParser.cpp:14:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/YAMLParser.h:41:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringRef.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/SmallVector.h:313:18: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::pair<void *, unsigned long>' [-Wnontrivial-memcall]
313 | memcpy(this->end(), &Elt, sizeof(T));
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Allocator.h:250:24: note: in instantiation of member function 'llvm::SmallVectorTemplateBase<std::pair<void *, unsigned long>, true>::push_back' requested here
250 | CustomSizedSlabs.push_back(std::make_pair(NewSlab, PaddedSize));
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/YAMLParser.h:138:18: note: in instantiation of member function 'llvm::BumpPtrAllocatorImpl<>::Allocate' requested here
138 | return Alloc.Allocate(Size, Alignment);
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/SmallVector.h:313:18: note: explicitly cast the pointer to silence this warning
313 | memcpy(this->end(), &Elt, sizeof(T));
| ^
| (void*)
1 warning generated.
[21/155] Compiling llvmSupport YAMLParser.cpp
[22/155] Compiling llvmSupport SmallVector.cpp
[23/155] Compiling llvmSupport TargetParser.cpp
[24/155] Compiling llvmSupport StringMap.cpp
[25/155] Compiling llvmSupport StringRef.cpp
[26/155] Compiling llvmSupport StringExtras.cpp
[27/155] Compiling llvmSupport SmallPtrSet.cpp
[28/155] Compiling llvmSupport Mutex.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/SourceMgr.cpp:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/SourceMgr.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/ArrayRef.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/Hashing.h:49:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Host.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringMap.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringRef.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/SmallVector.h:313:18: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::pair<unsigned int, unsigned int>' [-Wnontrivial-memcall]
313 | memcpy(this->end(), &Elt, sizeof(T));
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/SourceMgr.cpp:218:17: note: in instantiation of member function 'llvm::SmallVectorTemplateBase<std::pair<unsigned int, unsigned int>, true>::push_back' requested here
218 | ColRanges.push_back(std::make_pair(R.Start.getPointer()-LineStart,
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/SmallVector.h:313:18: note: explicitly cast the pointer to silence this warning
313 | memcpy(this->end(), &Elt, sizeof(T));
| ^
| (void*)
1 warning generated.
[29/155] Compiling llvmSupport SourceMgr.cpp
[30/155] Compiling llvmSupport Options.cpp
[31/155] Compiling llvmSupport Program.cpp
[32/155] Compiling llvmSupport NativeFormatting.cpp
[33/155] Compiling llvmSupport Signals.cpp
[34/155] Compiling llvmSupport Process.cpp
[35/155] Compiling llvmSupport Memory.cpp
[36/155] Compiling llvmSupport MathExtras.cpp
[37/155] Compiling llvmSupport MemoryBuffer.cpp
[38/155] Compiling llvmSupport Path.cpp
[39/155] Compiling llvmSupport Locale.cpp
[40/155] Compiling llvmSupport MD5.cpp
[41/155] Compiling llvmSupport ManagedStatic.cpp
[42/155] Compiling llvmSupport Hashing.cpp
[43/155] Compiling llvmSupport FormatVariadic.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/FoldingSet.cpp:15:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/FoldingSet.h:19:
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/SmallVector.h:313:18: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::pair<void *, unsigned long>' [-Wnontrivial-memcall]
313 | memcpy(this->end(), &Elt, sizeof(T));
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Allocator.h:250:24: note: in instantiation of member function 'llvm::SmallVectorTemplateBase<std::pair<void *, unsigned long>, true>::push_back' requested here
250 | CustomSizedSlabs.push_back(std::make_pair(NewSlab, PaddedSize));
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Allocator.h:56:38: note: in instantiation of member function 'llvm::BumpPtrAllocatorImpl<>::Allocate' requested here
56 | &DerivedT::Allocate),
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Allocator.h:82:29: note: in instantiation of member function 'llvm::AllocatorBase<llvm::BumpPtrAllocatorImpl<>>::Allocate' requested here
82 | return static_cast<T *>(Allocate(Num * sizeof(T), alignof(T)));
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/FoldingSet.cpp:177:29: note: in instantiation of function template specialization 'llvm::AllocatorBase<llvm::BumpPtrAllocatorImpl<>>::Allocate<unsigned int>' requested here
177 | unsigned *New = Allocator.Allocate<unsigned>(Bits.size());
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/SmallVector.h:313:18: note: explicitly cast the pointer to silence this warning
313 | memcpy(this->end(), &Elt, sizeof(T));
| ^
| (void*)
1 warning generated.
[44/155] Compiling llvmSupport FoldingSet.cpp
[45/155] Compiling llvmSupport Host.cpp
[46/155] Compiling llvmSupport ErrorHandling.cpp
[47/155] Compiling llvmSupport Error.cpp
[48/155] Compiling llvmSupport FileUtilities.cpp
[49/155] Compiling llvmSupport Atomic.cpp
[50/155] Compiling llvmSupport Errno.cpp
[51/155] Compiling llvmSupport ConvertUTF.cpp
[52/155] Compiling llvmSupport DJB.cpp
[53/155] Compiling llvmSupport Debug.cpp
[53/155] Write sources
[56/155] Compiling llvmSupport ConvertUTFWrapper.cpp
[57/157] Compiling llvmSupport Chrono.cpp
[58/157] Compiling llvmDemangle MicrosoftDemangle.cpp
[59/157] Compiling llvmSupport Allocator.cpp
[60/157] Compiling llvmSupport APSInt.cpp
[60/157] Write llbuildNinjaTests-entitlement.plist
[62/165] Compiling llvmSupport APInt.cpp
[63/165] Compiling llvmDemangle ItaniumDemangle.cpp
[64/165] Compiling llvmSupport APFloat.cpp
[65/165] Compiling llbuildNinja Parser.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/CommandLine.cpp:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/CommandLine.h:23:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/ArrayRef.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/Hashing.h:49:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Host.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringMap.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringRef.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/SmallVector.h:313:18: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::pair<llvm::StringRef, unsigned int>' [-Wnontrivial-memcall]
313 | memcpy(this->end(), &Elt, sizeof(T));
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/CommandLine.cpp:1196:24: note: in instantiation of member function 'llvm::SmallVectorTemplateBase<std::pair<llvm::StringRef, unsigned int>, true>::push_back' requested here
1196 | PositionalVals.push_back(std::make_pair(StringRef(argv[i]), i));
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/SmallVector.h:313:18: note: explicitly cast the pointer to silence this warning
313 | memcpy(this->end(), &Elt, sizeof(T));
| ^
| (void*)
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/SmallVector.h:313:18: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::pair<const char *, llvm::cl::Option *>' [-Wnontrivial-memcall]
313 | memcpy(this->end(), &Elt, sizeof(T));
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/CommandLine.cpp:1781:10: note: in instantiation of member function 'llvm::SmallVectorTemplateBase<std::pair<const char *, llvm::cl::Option *>, true>::push_back' requested here
1781 | Opts.push_back(
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/SmallVector.h:313:18: note: explicitly cast the pointer to silence this warning
313 | memcpy(this->end(), &Elt, sizeof(T));
| ^
| (void*)
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/SmallVector.h:313:18: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::pair<const char *, llvm::cl::SubCommand *>' [-Wnontrivial-memcall]
313 | memcpy(this->end(), &Elt, sizeof(T));
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/CommandLine.cpp:1795:10: note: in instantiation of member function 'llvm::SmallVectorTemplateBase<std::pair<const char *, llvm::cl::SubCommand *>, true>::push_back' requested here
1795 | Subs.push_back(std::make_pair(S->getName().data(), S));
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/SmallVector.h:313:18: note: explicitly cast the pointer to silence this warning
313 | memcpy(this->end(), &Elt, sizeof(T));
| ^
| (void*)
3 warnings generated.
[66/165] Compiling llvmSupport CommandLine.cpp
[67/165] Compiling llbuildNinjaTests main.cpp
[68/165] Compiling llbuildNinjaTests LexerTest.cpp
[69/165] Compiling llbuildNinja Lexer.cpp
[70/165] Compiling llbuildNinjaTests ManifestTest.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/Ninja/ManifestLoader.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Ninja/include/llbuild/Ninja/ManifestLoader.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Ninja/include/llbuild/Ninja/Manifest.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Basic/include/llbuild/Basic/ExecutionQueue.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Basic/include/llbuild/Basic/Subprocess.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Basic/include/llbuild/Basic/POSIXEnvironment.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/Hashing.h:49:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Host.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringMap.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringRef.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/SmallVector.h:313:18: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::pair<void *, unsigned long>' [-Wnontrivial-memcall]
313 | memcpy(this->end(), &Elt, sizeof(T));
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Allocator.h:250:24: note: in instantiation of member function 'llvm::SmallVectorTemplateBase<std::pair<void *, unsigned long>, true>::push_back' requested here
250 | CustomSizedSlabs.push_back(std::make_pair(NewSlab, PaddedSize));
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Allocator.h:509:20: note: in instantiation of member function 'llvm::BumpPtrAllocatorImpl<>::Allocate' requested here
509 | return Allocator.Allocate(
| ^
/Users/admin/builder/spi-builder-workspace/lib/Ninja/ManifestLoader.cpp:353:21: note: in instantiation of function template specialization 'operator new<llvm::MallocAllocator, 4096UL, 4096UL>' requested here
353 | Command* decl = new (manifest->getAllocator())
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/SmallVector.h:313:18: note: explicitly cast the pointer to silence this warning
313 | memcpy(this->end(), &Elt, sizeof(T));
| ^
| (void*)
1 warning generated.
[71/165] Compiling llbuildNinja ManifestLoader.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/Ninja/Manifest.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Ninja/include/llbuild/Ninja/Manifest.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Basic/include/llbuild/Basic/ExecutionQueue.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Basic/include/llbuild/Basic/Subprocess.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Basic/include/llbuild/Basic/POSIXEnvironment.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/Hashing.h:49:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Host.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringMap.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringRef.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/SmallVector.h:313:18: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::pair<void *, unsigned long>' [-Wnontrivial-memcall]
313 | memcpy(this->end(), &Elt, sizeof(T));
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Allocator.h:250:24: note: in instantiation of member function 'llvm::SmallVectorTemplateBase<std::pair<void *, unsigned long>, true>::push_back' requested here
250 | CustomSizedSlabs.push_back(std::make_pair(NewSlab, PaddedSize));
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Allocator.h:509:20: note: in instantiation of member function 'llvm::BumpPtrAllocatorImpl<>::Allocate' requested here
509 | return Allocator.Allocate(
| ^
/Users/admin/builder/spi-builder-workspace/lib/Ninja/Manifest.cpp:37:17: note: in instantiation of function template specialization 'operator new<llvm::MallocAllocator, 4096UL, 4096UL>' requested here
37 | consolePool = new (getAllocator()) Pool("console");
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/SmallVector.h:313:18: note: explicitly cast the pointer to silence this warning
313 | memcpy(this->end(), &Elt, sizeof(T));
| ^
| (void*)
1 warning generated.
[72/165] Compiling llbuildNinja Manifest.cpp
[73/165] Compiling llbuildEvo EvoEngine.cpp
[73/165] Write llbuildCoreTests-entitlement.plist
[75/165] Compiling llbuildCoreTests main.cpp
[76/165] Compiling llbuildCoreTests MakefileDepsParserTest.cpp
[77/165] Compiling llbuildCoreTests SQLiteBuildDBTest.cpp
[78/165] Compiling llbuildCoreTests DependencyInfoParserTest.cpp
[79/165] Compiling llbuildCore MakefileDepsParser.cpp
[80/165] Compiling llbuildCoreTests DepsBuildEngineTest.cpp
[81/165] Compiling llbuildCore DependencyInfoParser.cpp
[82/165] Compiling llbuildCoreTests BuildEngineCancellationTest.cpp
[83/165] Compiling llbuildCore SQLiteBuildDB.cpp
[84/165] Compiling llbuildCore BuildEngineTrace.cpp
[85/165] Compiling llbuildCore BuildDB.cpp
[86/165] Compiling llbuildCommands CommandLineStatusOutput.cpp
[87/165] Compiling llbuildCoreTests BuildEngineTest.cpp
[88/165] Compiling llbuildCommands CommandUtil.cpp
[89/165] Compiling llbuildCommands NinjaCommand.cpp
[91/165] Compiling llbuildSwift CoreBindings.swift
[91/165] Compiling llbuildCommands BuildEngineCommand.cpp
[93/165] Compiling llbuildSwift BuildValue.swift
/Users/admin/builder/spi-builder-workspace/products/llbuildSwift/BuildValue.swift:30:1: warning: extension declares a conformance of imported type 'BuildValueKind' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
28 | #endif
29 |
30 | extension BuildValueKind: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'BuildValueKind' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
31 | public var description: String {
32 | switch self {
/Users/admin/builder/spi-builder-workspace/products/llbuildSwift/BuildValue.swift:57:1: warning: extension declares a conformance of imported type 'llb_build_value_file_info_t_' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
55 | }
56 |
57 | extension BuildValueFileInfo: Equatable {
| |- warning: extension declares a conformance of imported type 'llb_build_value_file_info_t_' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
58 | public static func == (lhs: BuildValueFileInfo, rhs: BuildValueFileInfo) -> Bool {
59 | return lhs.device == rhs.device && lhs.inode == rhs.inode && lhs.mode == rhs.mode && lhs.size == rhs.size && lhs.modTime == rhs.modTime
/Users/admin/builder/spi-builder-workspace/products/llbuildSwift/BuildValue.swift:63:1: warning: extension declares a conformance of imported type 'llb_build_value_file_info_t_' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
61 | }
62 |
63 | extension BuildValueFileInfo: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'llb_build_value_file_info_t_' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
64 | public var description: String {
65 | return "<FileInfo device=\(device) inode=\(inode) mode=\(mode) size=\(size) modTime=\(modTime)>"
/Users/admin/builder/spi-builder-workspace/products/llbuildSwift/BuildValue.swift:69:1: warning: extension declares a conformance of imported type 'llb_build_value_file_timestamp_t_' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
67 | }
68 |
69 | extension BuildValueFileTimestamp: Equatable {
| |- warning: extension declares a conformance of imported type 'llb_build_value_file_timestamp_t_' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
70 | public static func == (lhs: llb_build_value_file_timestamp_t_, rhs: BuildValueFileTimestamp) -> Bool {
71 | return lhs.seconds == rhs.seconds && lhs.nanoseconds == rhs.nanoseconds
/Users/admin/builder/spi-builder-workspace/products/llbuildSwift/BuildValue.swift:75:1: warning: extension declares a conformance of imported type 'llb_build_value_file_timestamp_t_' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
73 | }
74 |
75 | extension BuildValueFileTimestamp: Comparable {
| |- warning: extension declares a conformance of imported type 'llb_build_value_file_timestamp_t_' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
76 | public static func < (lhs: BuildValueFileTimestamp, rhs: BuildValueFileTimestamp) -> Bool {
77 | if lhs.seconds != rhs.seconds { return lhs.seconds < rhs.seconds }
/Users/admin/builder/spi-builder-workspace/products/llbuildSwift/BuildValue.swift:82:1: warning: extension declares a conformance of imported type 'llb_build_value_file_timestamp_t_' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
80 | }
81 |
82 | extension BuildValueFileTimestamp: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'llb_build_value_file_timestamp_t_' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
83 | public var description: String {
84 | return "<FileTimestamp seconds=\(seconds) nanoseconds=\(nanoseconds)>"
[94/165] Compiling llbuildSwift NinjaManifest.swift
[95/165] Compiling llbuildSwift Internals.swift
[95/165] Compiling llbuildCore BuildEngine.cpp
[97/165] Compiling llbuildSwift BuildKey.swift
[98/165] Compiling llbuildSwift BuildDBBindings.swift
[99/165] Emitting module llbuildSwift
/Users/admin/builder/spi-builder-workspace/products/llbuildSwift/BuildSystemBindings.swift:472:1: warning: extension declares a conformance of imported type 'CommandStatusKind' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
470 | }
471 |
472 | extension CommandStatusKind: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'CommandStatusKind' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
473 | public var description: String {
474 | switch self {
/Users/admin/builder/spi-builder-workspace/products/llbuildSwift/BuildSystemBindings.swift:487:1: warning: extension declares a conformance of imported type 'BuildKeyKind' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
485 | }
486 |
487 | extension BuildKeyKind: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'BuildKeyKind' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
488 | public var description: String {
489 | switch self {
/Users/admin/builder/spi-builder-workspace/products/llbuildSwift/BuildSystemBindings.swift:516:1: warning: extension declares a conformance of imported type 'DiagnosticKind' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
514 | }
515 |
516 | extension DiagnosticKind: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'DiagnosticKind' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
517 | public var description: String {
518 | switch self {
/Users/admin/builder/spi-builder-workspace/products/llbuildSwift/BuildValue.swift:30:1: warning: extension declares a conformance of imported type 'BuildValueKind' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
28 | #endif
29 |
30 | extension BuildValueKind: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'BuildValueKind' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
31 | public var description: String {
32 | switch self {
/Users/admin/builder/spi-builder-workspace/products/llbuildSwift/BuildValue.swift:57:1: warning: extension declares a conformance of imported type 'llb_build_value_file_info_t_' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
55 | }
56 |
57 | extension BuildValueFileInfo: Equatable {
| |- warning: extension declares a conformance of imported type 'llb_build_value_file_info_t_' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
58 | public static func == (lhs: BuildValueFileInfo, rhs: BuildValueFileInfo) -> Bool {
59 | return lhs.device == rhs.device && lhs.inode == rhs.inode && lhs.mode == rhs.mode && lhs.size == rhs.size && lhs.modTime == rhs.modTime
/Users/admin/builder/spi-builder-workspace/products/llbuildSwift/BuildValue.swift:63:1: warning: extension declares a conformance of imported type 'llb_build_value_file_info_t_' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
61 | }
62 |
63 | extension BuildValueFileInfo: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'llb_build_value_file_info_t_' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
64 | public var description: String {
65 | return "<FileInfo device=\(device) inode=\(inode) mode=\(mode) size=\(size) modTime=\(modTime)>"
/Users/admin/builder/spi-builder-workspace/products/llbuildSwift/BuildValue.swift:69:1: warning: extension declares a conformance of imported type 'llb_build_value_file_timestamp_t_' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
67 | }
68 |
69 | extension BuildValueFileTimestamp: Equatable {
| |- warning: extension declares a conformance of imported type 'llb_build_value_file_timestamp_t_' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
70 | public static func == (lhs: llb_build_value_file_timestamp_t_, rhs: BuildValueFileTimestamp) -> Bool {
71 | return lhs.seconds == rhs.seconds && lhs.nanoseconds == rhs.nanoseconds
/Users/admin/builder/spi-builder-workspace/products/llbuildSwift/BuildValue.swift:75:1: warning: extension declares a conformance of imported type 'llb_build_value_file_timestamp_t_' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
73 | }
74 |
75 | extension BuildValueFileTimestamp: Comparable {
| |- warning: extension declares a conformance of imported type 'llb_build_value_file_timestamp_t_' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
76 | public static func < (lhs: BuildValueFileTimestamp, rhs: BuildValueFileTimestamp) -> Bool {
77 | if lhs.seconds != rhs.seconds { return lhs.seconds < rhs.seconds }
/Users/admin/builder/spi-builder-workspace/products/llbuildSwift/BuildValue.swift:82:1: warning: extension declares a conformance of imported type 'llb_build_value_file_timestamp_t_' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
80 | }
81 |
82 | extension BuildValueFileTimestamp: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'llb_build_value_file_timestamp_t_' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
83 | public var description: String {
84 | return "<FileTimestamp seconds=\(seconds) nanoseconds=\(nanoseconds)>"
[100/165] Compiling llbuildSwift BuildSystemBindings.swift
/Users/admin/builder/spi-builder-workspace/products/llbuildSwift/BuildSystemBindings.swift:472:1: warning: extension declares a conformance of imported type 'CommandStatusKind' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
470 | }
471 |
472 | extension CommandStatusKind: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'CommandStatusKind' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
473 | public var description: String {
474 | switch self {
/Users/admin/builder/spi-builder-workspace/products/llbuildSwift/BuildSystemBindings.swift:487:1: warning: extension declares a conformance of imported type 'BuildKeyKind' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
485 | }
486 |
487 | extension BuildKeyKind: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'BuildKeyKind' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
488 | public var description: String {
489 | switch self {
/Users/admin/builder/spi-builder-workspace/products/llbuildSwift/BuildSystemBindings.swift:516:1: warning: extension declares a conformance of imported type 'DiagnosticKind' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
514 | }
515 |
516 | extension DiagnosticKind: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'DiagnosticKind' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'llbuild' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
517 | public var description: String {
518 | switch self {
[100/165] Compiling llbuildBuildSystemTests TempDir.cpp
[101/165] Write llbuildBuildSystemTests-entitlement.plist
/Users/admin/builder/spi-builder-workspace/lib/Commands/NinjaBuildCommand.cpp:225:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type '(anonymous namespace)::BuildValue' [-Wnontrivial-memcall]
225 | memcpy(this, &rhs, sizeof(rhs));
| ^
/Users/admin/builder/spi-builder-workspace/lib/Commands/NinjaBuildCommand.cpp:225:12: note: explicitly cast the pointer to silence this warning
225 | memcpy(this, &rhs, sizeof(rhs));
| ^
| (void*)
/Users/admin/builder/spi-builder-workspace/lib/Commands/NinjaBuildCommand.cpp:226:12: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'BuildValue' [-Wnontrivial-memcall]
226 | memset(&rhs, 0, sizeof(rhs));
| ^
/Users/admin/builder/spi-builder-workspace/lib/Commands/NinjaBuildCommand.cpp:226:12: note: explicitly cast the pointer to silence this warning
226 | memset(&rhs, 0, sizeof(rhs));
| ^
| (void*)
/Users/admin/builder/spi-builder-workspace/lib/Commands/NinjaBuildCommand.cpp:308:12: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'BuildValue' [-Wnontrivial-memcall]
308 | memcpy(&result, value.data(), sizeof(result));
| ^
/Users/admin/builder/spi-builder-workspace/lib/Commands/NinjaBuildCommand.cpp:308:12: note: explicitly cast the pointer to silence this warning
308 | memcpy(&result, value.data(), sizeof(result));
| ^
| (void*)
3 warnings generated.
[102/165] Compiling llbuildCommands NinjaBuildCommand.cpp
[103/165] Compiling llbuildBuildSystemTests main.cpp
[104/165] Compiling llbuildCommands BuildSystemCommand.cpp
[105/165] Compiling llbuildBuildSystemTests MockBuildSystemDelegate.cpp
[106/165] Compiling llbuildBuildSystem BuildValue.cpp
[107/165] Compiling llbuildBuildSystem BuildSystemExtensionManager.cpp
[108/165] Compiling llbuildBuildSystemTests BuildValueTest.cpp
[109/165] Compiling llbuildBuildSystem ExternalCommand.cpp
[110/165] Compiling llbuildBuildSystem ShellCommand.cpp
[111/165] Compiling llbuildBuildSystem BuildSystemFrontend.cpp
[112/165] Compiling llbuildBuildSystemTests BuildSystemFrontendTest.cpp
[113/165] Compiling llbuildBuildSystemTests BuildSystemTaskTests.cpp
[114/165] Compiling llbuildBuildSystem BuildNode.cpp
[115/165] Compiling llbuildBuildSystem BuildKey.cpp
[116/165] Compiling llbuildBuildSystem BuildDescription.cpp
[117/165] Compiling llbuildBasicTests TempDir.cpp
[118/165] Compiling llbuildBasicTests main.cpp
[119/165] Compiling llbuildBasicTests ShellUtilityTest.cpp
[120/165] Write llbuildBasicTests-entitlement.plist
[121/165] Compiling llbuildBasicTests SerialQueueTest.cpp
In file included from /Users/admin/builder/spi-builder-workspace/lib/BuildSystem/BuildFile.cpp:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/BuildSystem/include/llbuild/BuildSystem/BuildFile.h:16:
In file included from /Users/admin/builder/spi-builder-workspace/lib/BuildSystem/include/llbuild/BuildSystem/BuildSystem.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Basic/include/llbuild/Basic/Subprocess.h:19:
In file included from /Users/admin/builder/spi-builder-workspace/lib/Basic/include/llbuild/Basic/POSIXEnvironment.h:18:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/Hashing.h:49:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Host.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringMap.h:17:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringRef.h:13:
In file included from /Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/STLExtras.h:21:
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/SmallVector.h:313:18: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'std::pair<void *, unsigned long>' [-Wnontrivial-memcall]
313 | memcpy(this->end(), &Elt, sizeof(T));
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Allocator.h:250:24: note: in instantiation of member function 'llvm::SmallVectorTemplateBase<std::pair<void *, unsigned long>, true>::push_back' requested here
250 | CustomSizedSlabs.push_back(std::make_pair(NewSlab, PaddedSize));
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/YAMLParser.h:138:18: note: in instantiation of member function 'llvm::BumpPtrAllocatorImpl<>::Allocate' requested here
138 | return Alloc.Allocate(Size, Alignment);
| ^
/Users/admin/builder/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/SmallVector.h:313:18: note: explicitly cast the pointer to silence this warning
313 | memcpy(this->end(), &Elt, sizeof(T));
| ^
| (void*)
1 warning generated.
[122/165] Compiling llbuildBuildSystem BuildFile.cpp
[123/165] Compiling llbuildBasicTests POSIXEnvironmentTest.cpp
[124/165] Compiling llbuildBuildSystem BuildSystem.cpp
[125/165] Compiling llbuildBasic Version.cpp
[126/165] Compiling llbuildBasicTests Defer.cpp
[127/165] Compiling llbuildBasicTests LaneBasedExecutionQueueTest.cpp
[128/165] Compiling llbuildBasic Tracing.cpp
[129/165] Compiling llbuildBasicTests FileSystemTest.cpp
[130/165] Compiling llbuildBasicTests BinaryCodingTests.cpp
[131/165] Compiling llbuildBasic ShellUtility.cpp
[131/165] Write sources
/Users/admin/builder/spi-builder-workspace/lib/Basic/Subprocess.cpp:88:12: error: static declaration of 'posix_spawn_file_actions_addchdir' follows non-static declaration
88 | static int posix_spawn_file_actions_addchdir(posix_spawn_file_actions_t * __restrict file_actions,
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/spawn.h:72:9: note: previous declaration is here
72 | int posix_spawn_file_actions_addchdir(posix_spawn_file_actions_t *,
| ^
/Users/admin/builder/spi-builder-workspace/lib/Basic/Subprocess.cpp:767:7: warning: 'posix_spawn_file_actions_addchdir' is only available on macOS 26.0 or newer [-Wunguarded-availability-new]
767 | posix_spawn_file_actions_addchdir(&fileActions, workingDir.c_str()) != ENOSYS) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/spawn.h:72:9: note: 'posix_spawn_file_actions_addchdir' has been marked as being introduced in macOS 26.0 here, but the deployment target is macOS 10.13.0
72 | int posix_spawn_file_actions_addchdir(posix_spawn_file_actions_t *,
| ^
/Users/admin/builder/spi-builder-workspace/lib/Basic/Subprocess.cpp:767:7: note: enclose 'posix_spawn_file_actions_addchdir' in a __builtin_available check to silence this warning
766 | if (!workingDir.empty() &&
767 | posix_spawn_file_actions_addchdir(&fileActions, workingDir.c_str()) != ENOSYS) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
768 | usePosixSpawnChdirFallback = false;
769 | }
|
1 warning and 1 error generated.
[133/165] Compiling llbuildBasic Subprocess.cpp
[133/165] Compiling llbuild main.cpp
[133/165] Compiling llbuildBasic FileInfo.cpp
[133/165] Compiling llbuildBasic ExecutionQueue.cpp
[133/165] Compiling llbuildBasic FileSystem.cpp
[133/165] Compiling llbuildBasic PlatformUtility.cpp
[133/165] Compiling llbuildBasic Hashing.cpp
[133/165] Compiling llbuildBasic SerialQueue.cpp
[133/165] Compiling llbuildBasic LaneBasedExecutionQueue.cpp
BUILD FAILURE 6.3 macosSpm