The Swift Package Index logo.Swift Package Index

Build Information

Failed to build llbuild, reference master (4cc1ea), with Swift 6.3 for Android on 14 Apr 2026 03:50:27 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SDGGiesbrecht/swift-llbuild.git
Reference: master
Initialized empty Git repository in /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/SDGGiesbrecht/swift-llbuild
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 4cc1ea4 Merge pull request #874 from compnerd/build
Cloned https://github.com/SDGGiesbrecht/swift-llbuild.git
Revision (git rev-parse @):
4cc1ea448e236c2f4dfe622cec786bce4bd56c45
SUCCESS checkout https://github.com/SDGGiesbrecht/swift-llbuild.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/SDGGiesbrecht/swift-llbuild.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/144] Compiling libllbuild BuildKey-C-API.cpp
[1/144] Write swift-version--4F562202D5529B1.txt
[2/144] Compiling libllbuild BuildValue-C-API.cpp
[3/144] Compiling libllbuild BuildDB-C-API.cpp
[4/144] Compiling llvmSupport Valgrind.cpp
[5/144] Compiling llvmSupport UnicodeCaseFold.cpp
[6/144] Compiling swift-build-tool main.cpp
[7/144] Compiling gmocklib gmock-all.cc
[8/144] Compiling libllbuild BuildSystem-C-API.cpp
[9/144] Compiling llvmSupport circular_raw_ostream.cpp
[10/144] Compiling llvmSupport Unicode.cpp
[11/144] Compiling llvmSupport Twine.cpp
[12/144] Compiling llvmSupport Threading.cpp
[13/144] Compiling llvmSupport raw_ostream.cpp
[14/144] Compiling gtestlib gtest-all.cc
[15/144] Compiling llvmSupport Triple.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.
[16/144] Compiling llvmSupport YAMLParser.cpp
[17/144] Compiling llvmSupport TargetParser.cpp
[18/144] Compiling llvmSupport SmallVector.cpp
[19/144] Compiling llvmSupport StringRef.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.
[20/144] Compiling llvmSupport StringSaver.cpp
[21/144] Compiling llvmSupport StringExtras.cpp
[22/144] Compiling llvmSupport StringMap.cpp
[23/144] Compiling llvmSupport SmallPtrSet.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.
[24/144] Compiling llvmSupport SourceMgr.cpp
[25/144] Compiling llvmSupport Options.cpp
[26/144] Compiling llvmSupport NativeFormatting.cpp
[27/144] Compiling llvmSupport Program.cpp
[28/144] Compiling llvmSupport Process.cpp
[29/144] Compiling llvmSupport Signals.cpp
[30/144] Compiling llvmSupport Mutex.cpp
[31/144] Compiling llvmSupport Path.cpp
[32/144] Compiling llvmSupport MathExtras.cpp
[33/144] Compiling llvmSupport MemoryBuffer.cpp
[34/144] Compiling llvmSupport Memory.cpp
[35/144] Compiling llvmSupport MD5.cpp
[36/144] Compiling llvmSupport ManagedStatic.cpp
[37/144] Compiling llvmSupport Locale.cpp
[38/144] Compiling llvmSupport Hashing.cpp
[39/144] Compiling llvmSupport FormatVariadic.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.
[40/144] Compiling llvmSupport FoldingSet.cpp
[41/144] Compiling llvmSupport Error.cpp
[42/144] Compiling llvmSupport Host.cpp
[43/144] Compiling llvmSupport FileUtilities.cpp
[44/144] Compiling llvmSupport ErrorHandling.cpp
[45/144] Compiling llvmSupport Errno.cpp
[46/144] Compiling llvmSupport Atomic.cpp
[47/144] Compiling llvmSupport ConvertUTF.cpp
[48/144] Compiling llvmSupport Debug.cpp
[49/144] Compiling llvmSupport ConvertUTFWrapper.cpp
[50/144] Compiling llvmSupport DJB.cpp
[51/144] Compiling llvmSupport APSInt.cpp
[52/144] Write sources
[54/146] Compiling llvmSupport Allocator.cpp
[55/146] Compiling llvmDemangle MicrosoftDemangle.cpp
[56/146] Compiling llvmSupport Chrono.cpp
[57/146] Compiling llvmSupport APInt.cpp
[58/146] Compiling llvmSupport APFloat.cpp
[59/146] Compiling llvmDemangle ItaniumDemangle.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.
[60/146] Compiling llvmSupport CommandLine.cpp
[61/146] Compiling llbuildNinja Parser.cpp
[62/146] Compiling llbuildNinjaTests main.cpp
[63/146] Compiling llbuildNinjaTests LexerTest.cpp
[64/146] 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.
[65/146] Compiling llbuildNinja Manifest.cpp
[66/146] Compiling llbuildNinja Lexer.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.
[67/146] Compiling llbuildNinja ManifestLoader.cpp
[68/146] Compiling llbuildCoreTests main.cpp
/host/spi-builder-workspace/unittests/Core/SQLiteBuildDBTest.cpp:20:10: fatal error: 'sqlite3.h' file not found
   20 | #include <sqlite3.h>
      |          ^~~~~~~~~~~
1 error generated.
[69/146] Compiling llbuildCoreTests SQLiteBuildDBTest.cpp
[69/146] Compiling llbuildCoreTests DependencyInfoParserTest.cpp
[69/146] Compiling llbuildCoreTests BuildEngineTest.cpp
[69/146] Compiling llbuildCoreTests BuildEngineCancellationTest.cpp
[69/146] Compiling llbuildCoreTests DepsBuildEngineTest.cpp
[69/146] Compiling llbuildEvo EvoEngine.cpp
[69/146] Compiling llbuildCoreTests MakefileDepsParserTest.cpp
[70/146] Emitting module llbuildTestSupport
BUILD FAILURE 6.3 android