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 KituraMustache, reference 1.8.200 (30a008), with Swift 6.1 for Android on 27 May 2025 20:48:43 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/Kitura/Kitura-MustacheTemplateEngine.git
Reference: 1.8.200
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/Kitura/Kitura-MustacheTemplateEngine
 * tag               1.8.200    -> FETCH_HEAD
HEAD is now at 30a0084 Update package reference to community versions (#30)
Cloned https://github.com/Kitura/Kitura-MustacheTemplateEngine.git
Revision (git rev-parse @):
30a00846f6f81f32234e02cd571812bc3376be38
SUCCESS checkout https://github.com/Kitura/Kitura-MustacheTemplateEngine.git at 1.8.200
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Kitura/Kitura-MustacheTemplateEngine.git
https://github.com/Kitura/Kitura-MustacheTemplateEngine.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "kitura-templateengine",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.200",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/Kitura-TemplateEngine.git"
    },
    {
      "identity" : "grmustache.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift-Sunset/GRMustache.swift"
    }
  ],
  "manifest_display_name" : "KituraMustache",
  "name" : "KituraMustache",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "KituraMustache",
      "targets" : [
        "KituraMustache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KituraMustache",
      "module_type" : "SwiftTarget",
      "name" : "KituraMustache",
      "path" : "Sources/KituraMustache",
      "product_dependencies" : [
        "KituraTemplateEngine",
        "Mustache"
      ],
      "product_memberships" : [
        "KituraMustache"
      ],
      "sources" : [
        "KituraMustacheTemplateEngine.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/IBM-Swift-Sunset/GRMustache.swift
Fetching https://github.com/Kitura/Kitura-TemplateEngine.git
[1/11009] Fetching grmustache.swift
[2/11447] Fetching grmustache.swift, kitura-templateengine
Fetched https://github.com/Kitura/Kitura-TemplateEngine.git from cache (0.56s)
Fetched https://github.com/IBM-Swift-Sunset/GRMustache.swift from cache (0.57s)
Computing version for https://github.com/IBM-Swift-Sunset/GRMustache.swift
error: package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools version
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
Updating https://github.com/IBM-Swift-Sunset/GRMustache.swift
Updating https://github.com/Kitura/Kitura-TemplateEngine.git
Updated https://github.com/IBM-Swift-Sunset/GRMustache.swift (0.32s)
Updated https://github.com/Kitura/Kitura-TemplateEngine.git (0.32s)
Computing version for https://github.com/IBM-Swift-Sunset/GRMustache.swift
error: package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools version
BUILD FAILURE 6.1 android