The Swift Package Index logo.Swift Package Index

Build Information

Failed to build llbuild, reference 0.5.0 (5cd4df), with Swift 6.3 for Linux on 14 Apr 2026 19:45:43 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/swift-llbuild.git
Reference: 0.5.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/swiftlang/swift-llbuild
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at 5cd4df5 Merge pull request #731 from bnbarham/add-ninja-c-api
Cloned https://github.com/swiftlang/swift-llbuild.git
Revision (git rev-parse @):
5cd4df550b31301508a77064e3dfaa5c5628780e
SUCCESS checkout https://github.com/swiftlang/swift-llbuild.git at 0.5.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/swiftlang/swift-llbuild.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/143] Compiling llvmSupport circular_raw_ostream.cpp
[1/143] Compiling llvmSupport Valgrind.cpp
[2/143] Compiling llvmSupport UnicodeCaseFold.cpp
[3/143] Compiling libllbuild BuildKey-C-API.cpp
[4/143] Compiling llvmSupport raw_ostream.cpp
[5/143] Compiling swift-build-tool main.cpp
[6/143] Compiling libllbuild BuildDB-C-API.cpp
[7/143] Write swift-version-24593BA9C3E375BF.txt
[8/143] Compiling llvmSupport Unicode.cpp
[9/143] Compiling llvmSupport Twine.cpp
In file included from /host/spi-builder-workspace/lib/llvm/Support/YAMLParser.cpp:14:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/YAMLParser.h:41:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringRef.h:13:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/STLExtras.h:21:
/host/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));
      |                  ^
/host/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));
      |                        ^
/host/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);
      |                  ^
/host/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.
[10/143] Compiling llvmSupport YAMLParser.cpp
[11/143] Compiling gtestlib gtest-all.cc
[12/143] Compiling llvmSupport Threading.cpp
[13/143] Compiling llvmSupport Triple.cpp
In file included from /host/spi-builder-workspace/lib/llvm/Support/StringSaver.cpp:10:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/StringSaver.h:13:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/DenseSet.h:17:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/DenseMap.h:17:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/DenseMapInfo.h:17:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/ArrayRef.h:13:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/Hashing.h:49:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Host.h:17:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringMap.h:17:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringRef.h:13:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/STLExtras.h:21:
/host/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));
      |                  ^
/host/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));
      |                        ^
/host/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),
      |                                      ^
/host/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)));
      |                             ^
/host/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);
      |                   ^
/host/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.
[14/143] Compiling llvmSupport StringSaver.cpp
[15/143] Compiling llvmSupport StringExtras.cpp
[16/143] Compiling llvmSupport StringMap.cpp
[17/143] Compiling llvmSupport TargetParser.cpp
[18/143] Compiling llvmSupport StringRef.cpp
[19/143] Compiling llvmSupport SmallVector.cpp
[20/143] Compiling llvmSupport SmallPtrSet.cpp
[21/143] Compiling llvmSupport Options.cpp
[22/143] Compiling llvmSupport Program.cpp
[23/143] Compiling llvmSupport NativeFormatting.cpp
[24/143] Compiling llvmSupport Mutex.cpp
[25/143] Compiling llvmSupport Process.cpp
[26/143] Compiling llvmSupport MathExtras.cpp
[27/143] Compiling llvmSupport Signals.cpp
In file included from /host/spi-builder-workspace/lib/llvm/Support/SourceMgr.cpp:16:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/SourceMgr.h:19:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/ArrayRef.h:13:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/Hashing.h:49:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Host.h:17:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringMap.h:17:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringRef.h:13:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/STLExtras.h:21:
/host/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));
      |                  ^
/host/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,
      |                 ^
/host/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.
[28/143] Compiling llvmSupport SourceMgr.cpp
[29/143] Compiling llvmSupport ManagedStatic.cpp
[30/143] Compiling llvmSupport Memory.cpp
[31/143] Compiling llvmSupport Path.cpp
[32/143] Compiling llvmSupport Locale.cpp
[33/143] Compiling llvmSupport Hashing.cpp
[34/143] Compiling llvmSupport MD5.cpp
[35/143] Compiling llvmSupport MemoryBuffer.cpp
In file included from /host/spi-builder-workspace/lib/llvm/Support/FoldingSet.cpp:15:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/FoldingSet.h:19:
/host/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));
      |                  ^
/host/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));
      |                        ^
/host/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),
      |                                      ^
/host/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)));
      |                             ^
/host/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());
      |                             ^
/host/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.
[36/143] Compiling llvmSupport FoldingSet.cpp
[37/143] Compiling llvmSupport FormatVariadic.cpp
[38/143] Compiling llvmSupport Errno.cpp
[39/143] Compiling llvmSupport ConvertUTF.cpp
[40/143] Compiling llvmSupport ErrorHandling.cpp
In file included from /host/spi-builder-workspace/lib/llvm/Support/Host.cpp:14:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Host.h:17:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringMap.h:17:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringRef.h:13:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/STLExtras.h:21:
/host/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<int, int>' [-Wnontrivial-memcall]
  313 |     memcpy(this->end(), &Elt, sizeof(T));
      |                  ^
/host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/SmallSet.h:189:14: note: in instantiation of member function 'llvm::SmallVectorTemplateBase<std::pair<int, int>, true>::push_back' requested here
  189 |       Vector.push_back(V);
      |              ^
/host/spi-builder-workspace/lib/llvm/Support/Host.cpp:1121:19: note: in instantiation of member function 'llvm::SmallSet<std::pair<int, int>, 32>::insert' requested here
 1121 |       UniqueItems.insert(std::make_pair(CurPhysicalId, CurCoreId));
      |                   ^
/host/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.
[41/143] Compiling llvmSupport Host.cpp
[42/143] Compiling llvmSupport FileUtilities.cpp
[43/143] Compiling llvmSupport Atomic.cpp
[44/143] Compiling llvmSupport Error.cpp
[45/143] Compiling llvmSupport DJB.cpp
[46/143] Compiling llvmSupport Debug.cpp
[47/143] Compiling llvmSupport ConvertUTFWrapper.cpp
[48/143] Compiling llvmDemangle MicrosoftDemangle.cpp
[49/143] Compiling llvmSupport Allocator.cpp
[50/143] Compiling llvmSupport APSInt.cpp
[51/143] Compiling llvmSupport Chrono.cpp
[52/143] Compiling llvmSupport APInt.cpp
[53/143] Compiling llvmDemangle ItaniumDemangle.cpp
[54/143] Compiling llvmSupport APFloat.cpp
[55/143] Compiling llbuildNinjaTests main.cpp
[56/143] Compiling llbuildNinja Parser.cpp
In file included from /host/spi-builder-workspace/lib/llvm/Support/CommandLine.cpp:19:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/CommandLine.h:23:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/ArrayRef.h:13:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/Hashing.h:49:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Host.h:17:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringMap.h:17:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringRef.h:13:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/STLExtras.h:21:
/host/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));
      |                  ^
/host/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));
      |                        ^
/host/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*)
/host/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));
      |                  ^
/host/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(
      |          ^
/host/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*)
/host/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));
      |                  ^
/host/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));
      |          ^
/host/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.
[57/143] Compiling llvmSupport CommandLine.cpp
[58/143] Write sources
[59/143] Compiling llbuildNinjaTests LexerTest.cpp
[60/143] Compiling llbuildNinja Lexer.cpp
[61/145] Compiling llbuildNinjaTests ManifestTest.cpp
In file included from /host/spi-builder-workspace/lib/Ninja/Manifest.cpp:13:
In file included from /host/spi-builder-workspace/lib/Ninja/include/llbuild/Ninja/Manifest.h:16:
In file included from /host/spi-builder-workspace/lib/Basic/include/llbuild/Basic/ExecutionQueue.h:18:
In file included from /host/spi-builder-workspace/lib/Basic/include/llbuild/Basic/Subprocess.h:19:
In file included from /host/spi-builder-workspace/lib/Basic/include/llbuild/Basic/POSIXEnvironment.h:18:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/Hashing.h:49:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Host.h:17:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringMap.h:17:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringRef.h:13:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/STLExtras.h:21:
/host/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));
      |                  ^
/host/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));
      |                        ^
/host/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(
      |                    ^
/host/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");
      |                 ^
/host/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.
[62/145] Compiling llbuildNinja Manifest.cpp
[63/145] Compiling llbuildCoreTests main.cpp
In file included from /host/spi-builder-workspace/lib/Ninja/ManifestLoader.cpp:13:
In file included from /host/spi-builder-workspace/lib/Ninja/include/llbuild/Ninja/ManifestLoader.h:17:
In file included from /host/spi-builder-workspace/lib/Ninja/include/llbuild/Ninja/Manifest.h:16:
In file included from /host/spi-builder-workspace/lib/Basic/include/llbuild/Basic/ExecutionQueue.h:18:
In file included from /host/spi-builder-workspace/lib/Basic/include/llbuild/Basic/Subprocess.h:19:
In file included from /host/spi-builder-workspace/lib/Basic/include/llbuild/Basic/POSIXEnvironment.h:18:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/Hashing.h:49:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/Support/Host.h:17:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringMap.h:17:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringRef.h:13:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/STLExtras.h:21:
/host/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));
      |                  ^
/host/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));
      |                        ^
/host/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(
      |                    ^
/host/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())
      |                     ^
/host/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.
[64/145] Compiling llbuildNinja ManifestLoader.cpp
[65/145] Compiling llbuildEvo EvoEngine.cpp
[66/145] Write sources
[67/145] Compiling llbuildCoreTests MakefileDepsParserTest.cpp
[68/145] Compiling llbuildCoreTests SQLiteBuildDBTest.cpp
[69/145] Compiling llbuildCoreTests DependencyInfoParserTest.cpp
[70/145] Compiling llbuildCore MakefileDepsParser.cpp
[71/145] Compiling llbuildCore DependencyInfoParser.cpp
[72/145] Compiling llbuildCore SQLiteBuildDB.cpp
[73/145] Compiling llbuildCoreTests BuildEngineCancellationTest.cpp
[74/145] Compiling llbuildCoreTests DepsBuildEngineTest.cpp
[75/145] Compiling llbuildCore BuildEngineTrace.cpp
[76/145] Compiling llbuildCore BuildDB.cpp
[77/145] Compiling llbuildCommands CommandUtil.cpp
[78/145] Compiling llbuildCommands CommandLineStatusOutput.cpp
[79/145] Compiling llbuildCoreTests BuildEngineTest.cpp
[80/145] Compiling llbuildBuildSystemTests main.cpp
[81/145] Compiling llbuildCommands NinjaCommand.cpp
[82/145] Compiling llbuildCore BuildEngine.cpp
[83/145] Compiling llbuildCommands BuildEngineCommand.cpp
/host/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));
      |            ^
/host/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*)
/host/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));
      |            ^
/host/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*)
/host/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));
      |            ^
/host/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.
[84/145] Compiling llbuildCommands NinjaBuildCommand.cpp
[85/145] Compiling llbuildBuildSystemTests TempDir.cpp
[86/145] Compiling llbuildCommands BuildSystemCommand.cpp
[87/145] Compiling llbuildBuildSystemTests MockBuildSystemDelegate.cpp
[89/145] Emitting module llbuildTestSupport
[90/145] Compiling llbuildTestSupport XCTestCase+Extensions.swift
[91/146] Compiling llbuildBuildSystemTests BuildValueTest.cpp
[92/146] Compiling llbuildBuildSystem BuildValue.cpp
[93/146] Compiling llbuildBuildSystem ShellCommand.cpp
[94/146] Compiling llbuildBuildSystem ExternalCommand.cpp
[95/146] Compiling llbuildBuildSystemTests BuildSystemFrontendTest.cpp
[96/146] Compiling llbuildBuildSystem BuildSystemExtensionManager.cpp
[97/146] Compiling llbuildBuildSystemTests BuildSystemTaskTests.cpp
[98/146] Compiling llbuildBuildSystem BuildSystemFrontend.cpp
[99/146] Compiling llbuildBuildSystem BuildNode.cpp
[100/146] Compiling llbuildBuildSystem BuildKey.cpp
[101/146] Compiling llbuildBuildSystem BuildDescription.cpp
[102/146] Compiling llbuildBasicTests main.cpp
[103/146] Compiling llbuildBasicTests SerialQueueTest.cpp
[104/146] Compiling llbuildBasicTests TempDir.cpp
[105/146] Compiling llbuildBasicTests ShellUtilityTest.cpp
In file included from /host/spi-builder-workspace/lib/BuildSystem/BuildFile.cpp:13:
In file included from /host/spi-builder-workspace/lib/BuildSystem/include/llbuild/BuildSystem/BuildFile.h:19:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringRef.h:13:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/STLExtras.h:21:
/host/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));
      |                  ^
/host/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));
      |                        ^
/host/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);
      |                  ^
/host/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.
[106/146] Compiling llbuildBuildSystem BuildFile.cpp
[107/146] Compiling llbuildBasic Version.cpp
[108/146] Compiling llbuildBasic Tracing.cpp
[109/146] Compiling llbuildBasicTests Defer.cpp
[110/146] Compiling llbuildBasicTests POSIXEnvironmentTest.cpp
[111/146] Compiling llbuildBasicTests FileSystemTest.cpp
[112/146] Compiling llbuildBasic ShellUtility.cpp
[113/146] Compiling llbuildBasicTests BinaryCodingTests.cpp
[114/146] Compiling llbuildBasic PlatformUtility.cpp
[115/146] Compiling llbuildBasic Subprocess.cpp
[116/146] Compiling llbuildBasicTests LaneBasedExecutionQueueTest.cpp
[117/146] Write sources
[118/146] Compiling llbuildBasic Hashing.cpp
[119/146] Compiling llbuildBasic SerialQueue.cpp
[120/146] Compiling llbuildBasic FileInfo.cpp
[121/146] Compiling llbuildBuildSystem BuildSystem.cpp
[122/146] Compiling llbuildBasic FileSystem.cpp
[123/146] Compiling llbuildBasic ExecutionQueue.cpp
[124/146] Compiling llbuildBasic LaneBasedExecutionQueue.cpp
[125/146] Write Objects.LinkFileList
[128/146] Compiling libllbuild C-API.cpp
[129/146] Compiling llbuild main.cpp
[130/146] Write Objects.LinkFileList
[132/146] Linking llbuildNinjaTests
[133/146] Linking swift-build-tool
[134/146] Write Objects.LinkFileList
[135/146] Linking llbuildCoreTests
[136/146] Compiling libllbuild Core-C-API.cpp
[137/146] Linking llbuildBasicTests
[138/146] Linking llbuildBuildSystemTests
In file included from /host/spi-builder-workspace/products/libllbuild/Ninja-C-API.cpp:17:
In file included from /host/spi-builder-workspace/lib/Ninja/include/llbuild/Ninja/Lexer.h:18:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/StringRef.h:13:
In file included from /host/spi-builder-workspace/lib/llvm/Support/include/llvm/ADT/STLExtras.h:21:
/host/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));
      |                  ^
/host/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));
      |                        ^
/host/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),
      |                                      ^
/host/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)));
      |                             ^
/host/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()),
      |                                                       ^
/host/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.
[139/146] Compiling libllbuild Ninja-C-API.cpp
[140/146] Linking llbuild
[141/146] Compiling libllbuild BuildValue-C-API.cpp
[142/146] Compiling libllbuild BuildSystem-C-API.cpp
[144/154] Emitting module llbuildSwift
/host/spi-builder-workspace/products/llbuildSwift/BuildSystemBindings.swift:280: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
 278 | }
 279 |
 280 | 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
 281 |     public var description: String {
 282 |         switch self {
/host/spi-builder-workspace/products/llbuildSwift/BuildSystemBindings.swift:295: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
 293 | }
 294 |
 295 | 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
 296 |     public var description: String {
 297 |         switch self {
/host/spi-builder-workspace/products/llbuildSwift/BuildSystemBindings.swift:324: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
 322 | }
 323 |
 324 | 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
 325 |     public var description: String {
 326 |         switch self {
/host/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 {
/host/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
/host/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)>"
/host/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
/host/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 }
/host/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)>"
[145/154] Compiling llbuildSwift BuildDBBindings.swift
[146/154] Compiling llbuildSwift NinjaManifest.swift
[147/154] Compiling llbuildSwift Internals.swift
[148/154] Compiling llbuildSwift CoreBindings.swift
[149/154] Compiling llbuildSwift BuildValue.swift
/host/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 {
/host/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
/host/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)>"
/host/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
/host/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 }
/host/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)>"
[150/154] Compiling llbuildSwift BuildKey.swift
[151/154] Compiling llbuildSwift BuildSystemBindings.swift
/host/spi-builder-workspace/products/llbuildSwift/BuildSystemBindings.swift:280: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
 278 | }
 279 |
 280 | 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
 281 |     public var description: String {
 282 |         switch self {
/host/spi-builder-workspace/products/llbuildSwift/BuildSystemBindings.swift:295: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
 293 | }
 294 |
 295 | 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
 296 |     public var description: String {
 297 |         switch self {
/host/spi-builder-workspace/products/llbuildSwift/BuildSystemBindings.swift:324: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
 322 | }
 323 |
 324 | 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
 325 |     public var description: String {
 326 |         switch self {
[152/155] Wrapping AST for llbuildSwift for debugging
[153/155] Write Objects.LinkFileList
[155/159] Compiling llbuildAnalysis IdentifierFactory.swift
[156/159] Compiling llbuildAnalysis CriticalPath.swift
[157/159] Compiling llbuildAnalysis CriticalBuildPath.swift
[158/159] Emitting module llbuildAnalysis
error: link command failed with exit code 1 (use -v to see invocation)
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/libllbuild.build/BuildDB-C-API.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZZNSt8__detail18__to_chars_10_implImEEvPcjT_E8__digits' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/libllbuild.build/BuildSystem-C-API.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZGVZN4llvm7hashing6detail18get_execution_seedEvE4seed' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/ExecutionQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild5basic14ExecutionQueueE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/ExecutionQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVNSt13__future_base7_ResultIN7llbuild5basic13ProcessStatusEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/ExecutionQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVSt23_Sp_counted_ptr_inplaceINSt13__future_base13_State_baseV2ESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/ExecutionQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/ExecutionQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTISt19_Sp_make_shared_tag' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/ExecutionQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVNSt13__future_base13_State_baseV2E' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/ExecutionQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVNSt13__future_base13_State_baseV2E' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/ExecutionQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZZNSt19_Sp_make_shared_tag5_S_tiEvE5__tag' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/ExecutionQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVNSt13__future_base7_ResultIN7llbuild5basic13ProcessStatusEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/ExecutionQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZNSt15__exception_ptr12__dest_thunkISt12future_errorEEvPv' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/ExecutionQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZNSt13__future_base13_State_baseV29_M_do_setEPSt8functionIFSt10unique_ptrINS_12_Result_baseENS3_8_DeleterEEvEEPb' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/ExecutionQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZNSt17_Function_handlerIFSt10unique_ptrINSt13__future_base12_Result_baseENS2_8_DeleterEEvENS1_13_State_baseV27_SetterIN7llbuild5basic13ProcessStatusERKSA_EEE9_M_invokeERKSt9_Any_data' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/ExecutionQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZZNSt9once_flag18_Prepare_executionC1IZSt9call_onceIMNSt13__future_base13_State_baseV2EFvPSt8functionIFSt10unique_ptrINS3_12_Result_baseENS7_8_DeleterEEvEEPbEJPS4_SC_SD_EEvRS_OT_DpOT0_EUlvE_EERSI_ENUlvE_8__invokeEv' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/ExecutionQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTINSt13__future_base13_State_baseV27_SetterIN7llbuild5basic13ProcessStatusERKS4_EE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/ExecutionQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTINSt13__future_base13_State_baseV27_SetterIN7llbuild5basic13ProcessStatusERKS4_EE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/FileSystem.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild5basic24DeviceAgnosticFileSystemE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/FileSystem.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVSt23_Sp_counted_ptr_inplaceIN4llvm3sys2fs6detail12DirIterStateESaIS4_ELN9__gnu_cxx12_Lock_policyE2EE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/FileSystem.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTISt19_Sp_make_shared_tag' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/FileSystem.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild5basic24DeviceAgnosticFileSystemE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTV20SerialExecutionQueue' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTV20SerialExecutionQueue' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN20SerialExecutionQueue16killAfterTimeoutEv' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZNSt17_Function_handlerIFvvEZN20SerialExecutionQueue6addJobEN7llbuild5basic8QueueJobEEUlvE_E9_M_invokeERKSt9_Any_data' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIZN20SerialExecutionQueue6addJobEN7llbuild5basic8QueueJobEEUlvE_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN20SerialExecutionQueue13SerialContextE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIZN20SerialExecutionQueue6addJobEN7llbuild5basic8QueueJobEEUlvE_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVNSt6thread11_State_implINS_8_InvokerISt5tupleIJM20SerialExecutionQueueFvvEPS3_EEEEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZNSt17_Function_handlerIFvOSt8functionIFvvEEEZN20SerialExecutionQueue14executeProcessEPN7llbuild5basic15QueueJobContextEN4llvm8ArrayRefINSA_9StringRefEEENSB_ISt4pairISC_SC_EEENS7_17ProcessAttributesENSA_8OptionalIS0_IFvNS7_13ProcessResultEEEEEPNS7_15ProcessDelegateEEUlS3_E_E9_M_invokeERKSt9_Any_dataS3_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZNSt17_Function_handlerIFvN7llbuild5basic13ProcessResultEEZN20SerialExecutionQueue14executeProcessEPNS1_15QueueJobContextEN4llvm8ArrayRefINS7_9StringRefEEENS8_ISt4pairIS9_S9_EEENS1_17ProcessAttributesENS7_8OptionalISt8functionIS3_EEEPNS1_15ProcessDelegateEEUlS2_E_E9_M_invokeERKSt9_Any_dataOS2_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIZN20SerialExecutionQueue14executeProcessEPN7llbuild5basic15QueueJobContextEN4llvm8ArrayRefINS4_9StringRefEEENS5_ISt4pairIS6_S6_EEENS1_17ProcessAttributesENS4_8OptionalISt8functionIFvNS1_13ProcessResultEEEEEPNS1_15ProcessDelegateEEUlOSD_IFvvEEE_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIZN20SerialExecutionQueue14executeProcessEPN7llbuild5basic15QueueJobContextEN4llvm8ArrayRefINS4_9StringRefEEENS5_ISt4pairIS6_S6_EEENS1_17ProcessAttributesENS4_8OptionalISt8functionIFvNS1_13ProcessResultEEEEEPNS1_15ProcessDelegateEEUlOSD_IFvvEEE_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIZN20SerialExecutionQueue14executeProcessEPN7llbuild5basic15QueueJobContextEN4llvm8ArrayRefINS4_9StringRefEEENS5_ISt4pairIS6_S6_EEENS1_17ProcessAttributesENS4_8OptionalISt8functionIFvNS1_13ProcessResultEEEEEPNS1_15ProcessDelegateEEUlSE_E_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIZN20SerialExecutionQueue14executeProcessEPN7llbuild5basic15QueueJobContextEN4llvm8ArrayRefINS4_9StringRefEEENS5_ISt4pairIS6_S6_EEENS1_17ProcessAttributesENS4_8OptionalISt8functionIFvNS1_13ProcessResultEEEEEPNS1_15ProcessDelegateEEUlSE_E_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/Subprocess.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVSt23_Sp_counted_ptr_inplaceI17ManagedDescriptorSaIS0_ELN9__gnu_cxx12_Lock_policyE2EE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/Subprocess.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTISt19_Sp_make_shared_tag' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBuildSystem.build/BuildDescription.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild11buildsystem4NodeE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBuildSystem.build/BuildNode.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild11buildsystem9BuildNodeE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBuildSystem.build/BuildSystem.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild11buildsystem19BuildSystemDelegateE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBuildSystem.build/BuildSystem.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN7llbuild11buildsystem27BuildSystemExtensionManagerD2Ev' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBuildSystem.build/BuildSystem.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZSt3hexRSt8ios_base' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBuildSystem.build/BuildSystem.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZSt3hexRSt8ios_base' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBuildSystem.build/BuildSystemFrontend.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild11buildsystem27BuildSystemFrontendDelegateE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBuildSystem.build/BuildSystemFrontend.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm13format_objectIJiPKcEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBuildSystem.build/ShellCommand.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild11buildsystem12ShellCommandE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildCore.build/BuildEngine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild4core4RuleE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildCore.build/SQLiteBuildDB.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZZNSt8__detail18__to_chars_10_implIjEEvPcjT_E8__digits' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild5ninja14ManifestLoader18ManifestLoaderImplE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild5ninja14ManifestLoader18ManifestLoaderImplE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZNSt17_Function_handlerIFvPvN4llvm9StringRefERNS1_11raw_ostreamEEZN7llbuild5ninja14ManifestLoader18ManifestLoaderImpl10evalStringERKNS7_5TokenERKNS7_5ScopeERNS1_15SmallVectorImplIcEEEUlS0_S2_S4_E_E9_M_invokeERKSt9_Any_dataOS0_OS2_S4_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZNSt17_Function_handlerIFvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEZN7llbuild5ninja14ManifestLoader18ManifestLoaderImpl10evalStringERKNSA_5TokenERKNSA_5ScopeERN4llvm15SmallVectorImplIcEEEUlS7_E_E9_M_invokeERKSt9_Any_dataS7_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIZN7llbuild5ninja14ManifestLoader18ManifestLoaderImpl10evalStringERKNS0_5TokenERKNS0_5ScopeERN4llvm15SmallVectorImplIcEEEUlPvNS9_9StringRefERNS9_11raw_ostreamEE_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIZN7llbuild5ninja14ManifestLoader18ManifestLoaderImpl10evalStringERKNS0_5TokenERKNS0_5ScopeERN4llvm15SmallVectorImplIcEEEUlPvNS9_9StringRefERNS9_11raw_ostreamEE_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIZN7llbuild5ninja14ManifestLoader18ManifestLoaderImpl10evalStringERKNS0_5TokenERKNS0_5ScopeERN4llvm15SmallVectorImplIcEEEUlRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIZN7llbuild5ninja14ManifestLoader18ManifestLoaderImpl10evalStringERKNS0_5TokenERKNS0_5ScopeERN4llvm15SmallVectorImplIcEEEUlRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild5ninja7CommandE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild5ninja7CommandE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN7llbuild5ninja14ManifestLoader18ManifestLoaderImpl20lookupBuildParameterEPvN4llvm9StringRefERNS4_11raw_ostreamE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZNSt17_Function_handlerIFvPvN4llvm9StringRefERNS1_11raw_ostreamEEPS5_E9_M_invokeERKSt9_Any_dataOS0_OS2_S4_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZNSt17_Function_handlerIFvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEZN7llbuild5ninja14ManifestLoader18ManifestLoaderImpl24lookupBuildParameterImplEPNSC_13LookupContextEN4llvm9StringRefERNSF_11raw_ostreamEEUlS7_E_E9_M_invokeERKSt9_Any_dataS7_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIPFvPvN4llvm9StringRefERNS0_11raw_ostreamEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIPFvPvN4llvm9StringRefERNS0_11raw_ostreamEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIZN7llbuild5ninja14ManifestLoader18ManifestLoaderImpl24lookupBuildParameterImplEPNS2_13LookupContextEN4llvm9StringRefERNS5_11raw_ostreamEEUlRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIZN7llbuild5ninja14ManifestLoader18ManifestLoaderImpl24lookupBuildParameterImplEPNS2_13LookupContextEN4llvm9StringRefERNS5_11raw_ostreamEEUlRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Chrono.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm13format_objectIJlEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm2cl18TopLevelSubCommandE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl12basic_parserIbEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl17basic_parser_implE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl12basic_parserINS0_13boolOrDefaultEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl12basic_parserIiEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl12basic_parserIjEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl12basic_parserIyEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl12basic_parserIdEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl12basic_parserIfEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl12basic_parserINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl12basic_parserIcEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm2cl15GeneralCategoryE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm14object_creatorINS_2cl10SubCommandEE4callEv' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl3optIbLb0ENS0_6parserIbEEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl3optIbLb0ENS0_6parserIbEEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl6OptionE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm2cl14AllSubCommandsE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl15OptionValueCopyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl11OptionValueIjEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl15OptionValueBaseIjLb0EEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl15OptionValueCopyIjEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl18GenericOptionValueE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl11OptionValueIiEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl15OptionValueBaseIiLb0EEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl15OptionValueCopyIiEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl11OptionValueIcEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl15OptionValueBaseIcLb0EEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl15OptionValueCopyIcEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl11OptionValueIbEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl15OptionValueBaseIbLb0EEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl15OptionValueCopyIbEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl6OptionE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl6parserIbEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl18GenericOptionValueE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl11OptionValueIbEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl15OptionValueBaseIbLb0EEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl15OptionValueCopyIbEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Debug.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm14object_creatorISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEE4callEv' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm11StringErrorE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm7ECErrorE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm9ErrorInfoINS_11StringErrorENS_13ErrorInfoBaseEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm9ErrorList2IDE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm11StringErrorE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm11StringError2IDE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm9ErrorInfoINS_7ECErrorENS_13ErrorInfoBaseEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm7ECError2IDE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm13ErrorInfoBaseE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm7ECError2IDE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm13ErrorInfoBase2IDE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm9ErrorList2IDE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm9ErrorListE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm9ErrorInfoINS_9ErrorListENS_13ErrorInfoBaseEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm7ECErrorE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm9ErrorInfoINS_7ECErrorENS_13ErrorInfoBaseEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm13ErrorInfoBaseE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm11StringError2IDE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/FoldingSet.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm14FoldingSetBaseE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/FormatVariadic.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm12function_refIFbcEE11callback_fnIZNKS_9StringRef11find_if_notES2_mEUlcE_EEblc' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Hashing.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm7hashing6detail19fixed_seed_overrideE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/MD5.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm13format_objectIJhEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/ManagedStatic.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZZNSt9once_flag18_Prepare_executionC1IZSt9call_onceIRFvvEJEEvRS_OT_DpOT0_EUlvE_EERS6_ENUlvE_8__invokeEv' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/MemoryBuffer.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm23SmallVectorMemoryBufferE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/MemoryBuffer.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm24WriteThroughMemoryBufferE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/MemoryBuffer.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm12MemoryBufferE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/MemoryBuffer.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm20WritableMemoryBufferE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/NativeFormatting.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm13format_objectIJdEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Options.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm14object_creatorINS_14OptionRegistryEE4callEv' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Process.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm14object_creatorINS_3sys10SmartMutexILb0EEEE4callEv' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Signals.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm14object_creatorINS_3sys10SmartMutexILb1EEEE4callEv' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Signals.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm13format_objectIJiEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Signals.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm13format_objectIJimEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Signals.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm13format_objectIJjEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/YAMLParser.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm4yaml7Scanner12skip_ns_charEPKc' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/YAMLParser.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm4yaml8NullNodeE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/YAMLParser.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm4yaml12KeyValueNodeE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/YAMLParser.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm4yaml9AliasNodeE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/YAMLParser.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm4yaml12SequenceNodeE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/YAMLParser.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm4yaml11MappingNodeE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/YAMLParser.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm4yaml10ScalarNodeE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/YAMLParser.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm4yaml15BlockScalarNodeE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/circular_raw_ostream.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm20circular_raw_ostreamE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/raw_ostream.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm11raw_ostreamE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/raw_ostream.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm16raw_null_ostreamE' which may overflow at runtime; recompile with -fPIC
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[159/160] Linking libllbuildSwiftDynamic.so
BUILD FAILURE 6.3 linux