The Swift Package Index logo.Swift Package Index

Build Information

Failed to build llbuild, reference 0.50800.0 (14d961), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 07:53:36 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SDGGiesbrecht/swift-llbuild.git
Reference: 0.50800.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SDGGiesbrecht/swift-llbuild
 * tag               0.50800.0  -> FETCH_HEAD
HEAD is now at 14d9618 Converted deployment targets to availability annotations.
Cloned https://github.com/SDGGiesbrecht/swift-llbuild.git
Revision (git rev-parse @):
14d9618f53db8ca57ed46ed7b4587155c2a03390
SUCCESS checkout https://github.com/SDGGiesbrecht/swift-llbuild.git at 0.50800.0
========================================
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.66s)
Creating working copy for https://github.com/SDGGiesbrecht/swift-llbuild.git
Working copy of https://github.com/SDGGiesbrecht/swift-llbuild.git resolved at 0.50800.0 (14d9618)
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/112] Compiling libllbuild C-API.cpp
[1/112] Compiling llbuildBasic FileInfo.cpp
[2/112] Compiling llbuildBasic FileSystem.cpp
[3/112] Write swift-build-tool-entitlement.plist
[4/112] Compiling llbuild main.cpp
[5/112] Compiling llbuildBasic ExecutionQueue.cpp
[6/112] Compiling libllbuild BuildKey-C-API.cpp
[7/112] Compiling llvmSupport Valgrind.cpp
[8/112] Compiling libllbuild BuildValue-C-API.cpp
[9/112] Write swift-version--6988338F2F200930.txt
[10/112] Compiling libllbuild Core-C-API.cpp
[11/112] Compiling llvmSupport UnicodeCaseFold.cpp
[12/112] Compiling libllbuild BuildDB-C-API.cpp
[13/112] Compiling libllbuild BuildSystem-C-API.cpp
[14/112] Compiling llvmSupport circular_raw_ostream.cpp
[15/112] Compiling llvmSupport Twine.cpp
[16/112] Compiling llvmSupport Unicode.cpp
[17/112] Compiling llvmSupport Threading.cpp
[18/112] Compiling llvmSupport raw_ostream.cpp
[19/112] Compiling llvmSupport Triple.cpp
[20/112] Compiling llvmSupport TargetParser.cpp
[21/112] Compiling swift-build-tool main.cpp
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.
[22/112] 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.
[23/112] Compiling llvmSupport YAMLParser.cpp
[24/112] Compiling llvmSupport SmallVector.cpp
[25/112] Compiling llvmSupport StringRef.cpp
[26/112] Compiling llvmSupport StringMap.cpp
[27/112] Compiling llvmSupport StringExtras.cpp
[28/112] Compiling llvmSupport SmallPtrSet.cpp
[29/112] Compiling llvmSupport Options.cpp
[30/112] Compiling llvmSupport Program.cpp
[31/112] 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.
[32/112] Compiling llvmSupport SourceMgr.cpp
[33/112] Compiling llvmSupport NativeFormatting.cpp
[34/112] Compiling llvmSupport Signals.cpp
[35/112] Compiling llvmSupport Process.cpp
[36/112] Compiling llvmSupport MathExtras.cpp
[37/112] Compiling llvmSupport Memory.cpp
[38/112] Compiling llvmSupport Path.cpp
[39/112] Compiling llvmSupport MemoryBuffer.cpp
[40/112] Compiling llvmSupport Locale.cpp
[41/112] Compiling llvmSupport ManagedStatic.cpp
[42/112] Compiling llvmSupport MD5.cpp
[43/112] Compiling llvmSupport Hashing.cpp
[44/112] Compiling llvmSupport FormatVariadic.cpp
[45/112] Compiling llvmSupport Host.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.
[46/112] Compiling llvmSupport FoldingSet.cpp
[47/112] Compiling llvmSupport ErrorHandling.cpp
[48/112] Compiling llvmSupport FileUtilities.cpp
[49/112] Compiling llvmSupport Atomic.cpp
[50/112] Compiling llvmSupport Errno.cpp
[51/112] Compiling llvmSupport Error.cpp
[52/112] Compiling llvmSupport ConvertUTF.cpp
[53/112] Compiling llvmSupport Debug.cpp
[54/112] Compiling llvmSupport DJB.cpp
[54/112] Write sources
[57/112] Compiling llvmSupport ConvertUTFWrapper.cpp
[58/114] Compiling llvmSupport Chrono.cpp
[59/114] Compiling llvmDemangle MicrosoftDemangle.cpp
[60/114] Compiling llvmSupport Allocator.cpp
[61/114] Compiling llvmSupport APSInt.cpp
[62/114] Compiling llbuildNinja Parser.cpp
[63/114] Compiling llvmSupport APInt.cpp
[64/114] Compiling llvmDemangle ItaniumDemangle.cpp
[65/114] Compiling llvmSupport APFloat.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/114] Compiling llvmSupport CommandLine.cpp
[67/114] Compiling llbuildNinja Lexer.cpp
[68/114] Compiling llbuildCore MakefileDepsParser.cpp
[69/114] Compiling llbuildCore DependencyInfoParser.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.
[70/114] Compiling llbuildNinja Manifest.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/114] Compiling llbuildNinja ManifestLoader.cpp
[72/114] Compiling llbuildEvo EvoEngine.cpp
[73/114] Compiling llbuildCore SQLiteBuildDB.cpp
[74/114] Compiling llbuildCore BuildEngineTrace.cpp
[75/114] Compiling llbuildCore BuildDB.cpp
[76/114] Compiling llbuildCommands CommandLineStatusOutput.cpp
[77/114] Compiling llbuildCommands CommandUtil.cpp
[78/114] Compiling llbuildCommands BuildEngineCommand.cpp
[79/114] Compiling llbuildCommands NinjaCommand.cpp
[80/114] Compiling llbuildCommands BuildSystemCommand.cpp
[80/114] Compiling llbuildCore BuildEngine.cpp
[82/114] Compiling llbuildBuildSystem BuildValue.cpp
/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.
[83/114] Compiling llbuildCommands NinjaBuildCommand.cpp
[84/114] Compiling llbuildBuildSystem ShellCommand.cpp
[85/114] Compiling llbuildBuildSystem ExternalCommand.cpp
[86/114] Compiling llbuildBasic Version.cpp
[87/114] Compiling llbuildBuildSystem BuildSystemExtensionManager.cpp
[88/114] Compiling llbuildBuildSystem BuildSystemFrontend.cpp
[89/114] Compiling llbuildBuildSystem BuildNode.cpp
[90/114] Compiling llbuildBasic Tracing.cpp
[91/114] Compiling llbuildBuildSystem BuildKey.cpp
[92/114] Compiling llbuildBuildSystem BuildDescription.cpp
[93/114] Write sources
[94/114] Write llbuild-entitlement.plist
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:19:
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.
[95/114] Compiling llbuildBuildSystem BuildFile.cpp
[96/114] Compiling llbuildBasic ShellUtility.cpp
[97/114] Compiling llbuildBasic Hashing.cpp
/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.
[98/114] Compiling llbuildBasic Subprocess.cpp
[98/114] Compiling libllbuild Ninja-C-API.cpp
[98/114] Compiling llbuildBasic LaneBasedExecutionQueue.cpp
[98/114] Compiling llbuildBasic PlatformUtility.cpp
[98/114] Compiling llbuildBasic SerialQueue.cpp
[98/114] Compiling llbuildBuildSystem BuildSystem.cpp
BUILD FAILURE 6.3 macosSpm