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-create-xcframework, reference v2.3.0 (0be3a6), with Swift 6.1 for Android on 28 May 2025 09:03:17 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/unsignedapps/swift-create-xcframework.git
Reference: v2.3.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/unsignedapps/swift-create-xcframework
 * tag               v2.3.0     -> FETCH_HEAD
HEAD is now at 0be3a68 Bump Command.swift
Cloned https://github.com/unsignedapps/swift-create-xcframework.git
Revision (git rev-parse @):
0be3a68c84987493a7d7298027274a0862bc5ccd
SUCCESS checkout https://github.com/unsignedapps/swift-create-xcframework.git at v2.3.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/unsignedapps/swift-create-xcframework.git
https://github.com/unsignedapps/swift-create-xcframework.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "exact" : [
          "1.0.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-package-manager",
      "requirement" : {
        "branch" : [
          "release/5.7"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-package-manager.git"
    },
    {
      "identity" : "swift-tools-support-core",
      "requirement" : {
        "branch" : [
          "release/5.7"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-tools-support-core.git"
    }
  ],
  "manifest_display_name" : "swift-create-xcframework",
  "name" : "swift-create-xcframework",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "swift-create-xcframework",
      "targets" : [
        "CreateXCFramework"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "CreateXCFrameworkTests",
      "module_type" : "SwiftTarget",
      "name" : "CreateXCFrameworkTests",
      "path" : "Tests/CreateXCFrameworkTests",
      "sources" : [
        "XCTestManifests.swift",
        "swift_create_frameworkTests.swift"
      ],
      "target_dependencies" : [
        "CreateXCFramework"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CreateXCFramework",
      "module_type" : "SwiftTarget",
      "name" : "CreateXCFramework",
      "path" : "Sources/CreateXCFramework",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftPM-auto",
        "SwiftToolsSupport-auto"
      ],
      "product_memberships" : [
        "swift-create-xcframework"
      ],
      "sources" : [
        "BuildSetting.swift",
        "Command+Options.swift",
        "Command.swift",
        "Extensions/Collection+Extensions.swift",
        "Extensions/PackageModel+Extensions.swift",
        "Extensions/Xcodeproj+ProductValidation.swift",
        "PackageInfo.swift",
        "Platforms.swift",
        "ProjectGenerator.swift",
        "XcodeBuilder.swift",
        "Zipper.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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 (16.78s)
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.54s)
Fetching https://github.com/apple/swift-llbuild.git
[1/28989] Fetching swift-llbuild
Fetched https://github.com/apple/swift-llbuild.git from cache (7.85s)
Fetching https://github.com/apple/swift-driver.git
[1/34582] Fetching swift-driver
Fetched https://github.com/apple/swift-driver.git from cache (3.48s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
[665/27248] Fetching swift-collections, yams
[1909/42599] Fetching swift-collections, yams, swift-argument-parser
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.79s)
[17215/27248] Fetching swift-collections, yams
[25758/41184] Fetching swift-collections, yams, swift-crypto
[25898/45575] Fetching swift-collections, yams, swift-crypto, swift-system
Fetched https://github.com/apple/swift-collections.git from cache (2.89s)
[17836/28984] Fetching yams, swift-crypto, swift-system
Fetched https://github.com/jpsim/Yams.git from cache (3.33s)
[8294/18327] Fetching swift-crypto, swift-system
Fetched https://github.com/apple/swift-crypto.git from cache (5.40s)
Fetched https://github.com/apple/swift-system.git from cache (5.42s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.0.3 (8.18s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.1.1 (1.13s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (1.12s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.6 (1.94s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (0.90s)
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 1.0.3
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.7 (286b48b)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 1.1.7
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.6
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-driver.git
Working copy of https://github.com/apple/swift-driver.git resolved at release/5.7 (82b274a)
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.7 (564424d)
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 release/5.7 (c6e40ad)
Building for debugging...
[0/571] Write sources
[14/571] Compiling x_info.c
[15/571] Compiling x_exten.c
[16/571] Compiling x_all.c
[17/571] Compiling x_attrib.c
[18/571] Write swift-version-24593BA9C3E375BF.txt
[19/571] Compiling v3_conf.c
[20/571] Compiling llvmSupport Valgrind.cpp
[21/571] Compiling llvmSupport UnicodeCaseFold.cpp
[22/571] Compiling x_crl.c
[23/574] Compiling llvmSupport Unicode.cpp
[24/574] Compiling llvmSupport circular_raw_ostream.cpp
[25/574] Compiling llvmSupport Threading.cpp
[26/574] Compiling llvmSupport Twine.cpp
[27/574] Compiling llvmSupport raw_ostream.cpp
[28/574] Compiling llvmSupport Triple.cpp
[29/574] Compiling llvmSupport YAMLParser.cpp
[30/574] Compiling llvmSupport StringSaver.cpp
[31/574] Compiling llvmSupport StringMap.cpp
[32/574] Compiling llvmSupport StringRef.cpp
[33/574] Compiling llvmSupport StringExtras.cpp
[34/574] Compiling llvmSupport TargetParser.cpp
[35/574] Compiling llvmSupport SmallVector.cpp
[36/574] Compiling llvmSupport SmallPtrSet.cpp
[38/574] Emitting module PackageCollectionsModel
[38/574] Compiling llvmSupport Options.cpp
[39/574] Compiling llvmSupport Process.cpp
[40/574] Compiling llvmSupport Path.cpp
[41/574] Compiling llvmSupport NativeFormatting.cpp
[42/574] Compiling llvmSupport Program.cpp
[43/574] Compiling llvmSupport SourceMgr.cpp
[44/574] Compiling llvmSupport Signals.cpp
[45/574] Compiling llvmSupport Mutex.cpp
[46/574] Compiling llvmSupport MathExtras.cpp
[47/574] Compiling llvmSupport ManagedStatic.cpp
[48/574] Compiling llvmSupport Memory.cpp
[49/574] Compiling llvmSupport MemoryBuffer.cpp
[50/574] Compiling llvmSupport Locale.cpp
[51/574] Compiling llvmSupport Hashing.cpp
[52/574] Compiling llvmSupport MD5.cpp
[53/574] Compiling llvmSupport FormatVariadic.cpp
[54/574] Compiling llvmSupport FoldingSet.cpp
[55/574] Compiling llvmSupport Host.cpp
[56/574] Compiling llvmSupport Errno.cpp
[57/574] Compiling llvmSupport ErrorHandling.cpp
[58/574] Compiling llvmSupport FileUtilities.cpp
[59/574] Compiling llvmSupport Error.cpp
[60/574] Compiling llvmSupport Debug.cpp
[61/574] Compiling llvmSupport Atomic.cpp
[62/574] Compiling llvmSupport ConvertUTF.cpp
[63/574] Compiling llvmSupport DJB.cpp
[64/574] Compiling llvmSupport ConvertUTFWrapper.cpp
[65/574] Compiling llvmSupport Chrono.cpp
[66/574] Compiling llvmSupport Allocator.cpp
[67/574] Write sources
[68/574] Compiling llvmSupport APSInt.cpp
[69/574] Compiling llvmDemangle MicrosoftDemangle.cpp
[70/574] Compiling llvmSupport APInt.cpp
[72/574] Compiling PackageCollectionsModel PackageCollectionModel+v1.swift
[73/574] Compiling PackageCollectionsModel PackageCollectionModel.swift
[74/575] Compiling llvmDemangle ItaniumDemangle.cpp
[75/575] Compiling llvmSupport APFloat.cpp
[76/575] Compiling llbuildNinja Parser.cpp
[77/575] Compiling llvmSupport CommandLine.cpp
[78/575] Compiling llbuildNinja Lexer.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.
[79/575] Compiling llbuildCore SQLiteBuildDB.cpp
[79/575] Compiling llbuildCore BuildEngine.cpp
[79/575] Compiling llbuildCore BuildDB.cpp
[79/575] Compiling llbuildCore DependencyInfoParser.cpp
[79/575] Compiling llbuildCore MakefileDepsParser.cpp
[79/575] Compiling llbuildCore BuildEngineTrace.cpp
[79/575] Compiling llbuildNinja Manifest.cpp
[79/575] Compiling llbuildNinja ManifestLoader.cpp
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/496] Write sources
[4/497] Compiling llbuildCore MakefileDepsParser.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.
[5/497] Compiling llbuildCore SQLiteBuildDB.cpp
[5/497] Compiling llbuildNinja ManifestLoader.cpp
[5/497] Compiling llbuildCore BuildEngine.cpp
[5/497] Compiling llbuildCore BuildEngineTrace.cpp
[5/497] Compiling llbuildCore BuildDB.cpp
[5/497] Compiling llbuildCore DependencyInfoParser.cpp
[5/497] Compiling llbuildNinja Manifest.cpp
[5/497] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android