The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swift-package-api-diff, reference main (d9947b), with Swift 6.1 for Android on 28 May 2025 06:15:18 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/eugenebokhan/swift-package-api-diff.git
Reference: main
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/eugenebokhan/swift-package-api-diff
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d9947b5 update tests
Cloned https://github.com/eugenebokhan/swift-package-api-diff.git
Revision (git rev-parse @):
d9947b59c1e736c2f0e32cd4a6cca3ffc5f70eb9
SUCCESS checkout https://github.com/eugenebokhan/swift-package-api-diff.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/eugenebokhan/swift-package-api-diff.git
https://github.com/eugenebokhan/swift-package-api-diff.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "exact" : [
          "0.3.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-package-manager",
      "requirement" : {
        "revision" : [
          "swift-5.4.2-RELEASE"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-package-manager.git"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.2",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Files"
    }
  ],
  "manifest_display_name" : "swift-package-api-diff",
  "name" : "swift-package-api-diff",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "swift-package-api-diff",
      "targets" : [
        "swift-package-api-diff"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_package_api_diff_tests",
      "module_type" : "SwiftTarget",
      "name" : "swift-package-api-diff-tests",
      "path" : "Tests/swift-package-api-diff-tests",
      "product_dependencies" : [
        "Files",
        "SwiftPM-auto"
      ],
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "swift-package-api-diff"
      ],
      "type" : "test"
    },
    {
      "c99name" : "swift_package_api_diff",
      "module_type" : "SwiftTarget",
      "name" : "swift-package-api-diff",
      "path" : "Sources/swift-package-api-diff",
      "product_dependencies" : [
        "ArgumentParser",
        "Files",
        "SwiftPM-auto"
      ],
      "product_memberships" : [
        "swift-package-api-diff"
      ],
      "sources" : [
        "CLI Commands/APIChangesDescription.swift",
        "CLI Commands/APIChangesType.swift",
        "CLI Commands/SwiftPackageAPIDiff.swift",
        "Extensions/String+Extensions.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-package-manager.git
[1/154430] Fetching swift-package-manager
Fetched https://github.com/apple/swift-package-manager.git from cache (9.53s)
Fetching https://github.com/apple/swift-llbuild.git
[1/28989] Fetching swift-llbuild
Fetched https://github.com/apple/swift-llbuild.git from cache (1.88s)
Fetching https://github.com/apple/swift-tools-support-core.git
[1/6763] Fetching swift-tools-support-core
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.49s)
Fetching https://github.com/apple/swift-driver.git
[1/34582] Fetching swift-driver
Fetched https://github.com/apple/swift-driver.git from cache (2.15s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/JohnSundell/Files
Fetching https://github.com/jpsim/Yams.git
[1/1236] Fetching files
Fetched https://github.com/JohnSundell/Files from cache (0.31s)
[1/10657] Fetching yams
[1067/26008] Fetching yams, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.55s)
Fetched https://github.com/jpsim/Yams.git from cache (1.57s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 0.3.2 (2.54s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 4.2.0 (0.66s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (0.59s)
Creating working copy for https://github.com/apple/swift-driver.git
Working copy of https://github.com/apple/swift-driver.git resolved at release/5.4 (93e8b92)
Creating working copy for https://github.com/JohnSundell/Files
Working copy of https://github.com/JohnSundell/Files resolved at 4.2.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 4.0.6
Creating working copy for https://github.com/apple/swift-package-manager.git
Working copy of https://github.com/apple/swift-package-manager.git resolved at swift-5.4.2-RELEASE (374cdb4)
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at release/5.4 (d7bd437)
Creating working copy for https://github.com/apple/swift-llbuild.git
Working copy of https://github.com/apple/swift-llbuild.git resolved at release/5.4 (eb56a00)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 0.3.2
Building for debugging...
[0/140] Write sources
[1/140] Compiling parser.c
[2/140] Compiling reader.c
[3/140] Compiling llvmSupport Valgrind.cpp
[4/140] Compiling llvmSupport UnicodeCaseFold.cpp
[5/140] Write swift-version-24593BA9C3E375BF.txt
[5/140] Compiling emitter.c
[7/140] Compiling llvmSupport Twine.cpp
[7/140] Compiling llvmSupport circular_raw_ostream.cpp
[9/140] Compiling llvmSupport Unicode.cpp
[10/140] Compiling llvmSupport Threading.cpp
[11/140] Compiling llvmSupport raw_ostream.cpp
[12/140] Compiling llvmSupport TargetParser.cpp
[13/140] Compiling llvmSupport Triple.cpp
[14/140] Compiling llvmSupport StringRef.cpp
[15/140] Compiling llvmSupport StringSaver.cpp
[16/140] Compiling llvmSupport StringMap.cpp
[17/140] Compiling llvmSupport SmallVector.cpp
[18/140] Compiling llvmSupport YAMLParser.cpp
[19/140] Compiling llvmSupport StringExtras.cpp
[20/140] Compiling llvmSupport SmallPtrSet.cpp
[21/140] Compiling llvmSupport Options.cpp
[22/140] Compiling llvmSupport Process.cpp
[23/140] Compiling llvmSupport SourceMgr.cpp
[24/140] Compiling llvmSupport Path.cpp
[25/140] Compiling llvmSupport Program.cpp
[26/140] Compiling llvmSupport NativeFormatting.cpp
[27/140] Compiling llvmSupport Signals.cpp
[28/140] Compiling llvmSupport Mutex.cpp
[29/140] Compiling llvmSupport MathExtras.cpp
[30/140] Compiling llvmSupport ManagedStatic.cpp
[31/140] Compiling llvmSupport Memory.cpp
[32/140] Compiling llvmSupport Locale.cpp
[33/140] Compiling llvmSupport Hashing.cpp
[34/140] Compiling llvmSupport MD5.cpp
[35/140] Compiling llvmSupport MemoryBuffer.cpp
[36/140] Compiling llvmSupport FormatVariadic.cpp
[37/140] Compiling llvmSupport FoldingSet.cpp
[38/140] Compiling llvmSupport Host.cpp
[39/140] Compiling llvmSupport FileUtilities.cpp
[40/140] Compiling llvmSupport ErrorHandling.cpp
[41/140] Compiling llvmSupport Errno.cpp
[42/140] Compiling llvmSupport Atomic.cpp
[43/140] Compiling llvmSupport ConvertUTF.cpp
[44/140] Compiling llvmSupport Error.cpp
[45/140] Compiling llvmSupport Debug.cpp
[46/140] Compiling llvmSupport DJB.cpp
[47/140] Compiling llvmSupport ConvertUTFWrapper.cpp
[48/140] Compiling llvmSupport Chrono.cpp
[48/140] Write sources
[50/140] Compiling llvmDemangle MicrosoftDemangle.cpp
[51/140] Compiling llvmSupport Allocator.cpp
[52/140] Compiling llvmSupport APSInt.cpp
[53/140] Compiling llvmSupport APInt.cpp
[54/140] Compiling llvmDemangle ItaniumDemangle.cpp
[55/140] Compiling llvmSupport APFloat.cpp
[56/140] Compiling llbuildCore MakefileDepsParser.cpp
[57/140] Compiling llvmSupport CommandLine.cpp
[58/140] Compiling llbuildCore DependencyInfoParser.cpp
/host/spi-builder-workspace/.build/checkouts/swift-llbuild/lib/Core/SQLiteBuildDB.cpp:28:10: fatal error: 'sqlite3.h' file not found
   28 | #include <sqlite3.h>
      |          ^~~~~~~~~~~
1 error generated.
[59/140] Compiling llbuildCore SQLiteBuildDB.cpp
[59/140] Compiling llbuildBuildSystem BuildValue.cpp
[59/140] Compiling llbuildBuildSystem ExternalCommand.cpp
[59/140] Compiling llbuildBuildSystem BuildSystemFrontend.cpp
[59/140] Compiling llbuildCore BuildDB.cpp
[59/140] Compiling llbuildBuildSystem ShellCommand.cpp
[59/140] Compiling llbuildCore BuildEngine.cpp
[59/140] Compiling llbuildCore BuildEngineTrace.cpp
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/81] Write sources
/host/spi-builder-workspace/.build/checkouts/swift-llbuild/lib/Core/SQLiteBuildDB.cpp:28:10: fatal error: 'sqlite3.h' file not found
   28 | #include <sqlite3.h>
      |          ^~~~~~~~~~~
1 error generated.
[3/82] Compiling llbuildCore SQLiteBuildDB.cpp
[3/82] Compiling llbuildBuildSystem ShellCommand.cpp
[3/82] Compiling llbuildCore BuildDB.cpp
[3/82] Compiling llbuildBuildSystem BuildSystemFrontend.cpp
[3/82] Compiling llbuildBuildSystem BuildValue.cpp
[3/82] Compiling llbuildBuildSystem ExternalCommand.cpp
[3/82] Compiling llbuildCore BuildEngineTrace.cpp
[3/82] Compiling llbuildCore BuildEngine.cpp
BUILD FAILURE 6.1 android