The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FTTestingKit, reference 0.5.0 (397827), with Swift 6.3 for Android on 11 Apr 2026 20:22:55 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/futuredapp/FTTestingKit.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/futuredapp/FTTestingKit
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at 3978273 Merge pull request #7 from futuredapp/release/0.5.0
Cloned https://github.com/futuredapp/FTTestingKit.git
Revision (git rev-parse @):
3978273c4b872970d91a8dad33f867ce692870cb
SUCCESS checkout https://github.com/futuredapp/FTTestingKit.git at 0.5.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/futuredapp/FTTestingKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
Fetching https://github.com/mxcl/PromiseKit.git
[1/17242] Fetching promisekit
Fetched https://github.com/mxcl/PromiseKit.git from cache (2.04s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (2.93s)
Creating working copy for https://github.com/mxcl/PromiseKit.git
Working copy of https://github.com/mxcl/PromiseKit.git resolved at 6.22.1
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--4F562202D5529B1.txt
[5/27] Emitting module FTTestingKit
[6/27] Compiling FTTestingKit Mockup.swift
[7/27] Compiling FTTestingKit Result+Void.swift
[8/27] Compiling FTTestingKit Int+Times.swift
[9/27] Emitting module PromiseKit
[10/27] Compiling PromiseKit Async.swift
[11/27] Compiling PromiseKit Box.swift
[12/27] Compiling PromiseKit Catchable.swift
[13/29] Compiling FTTestingKit Date+Mockup.swift
[14/29] Compiling PromiseKit CustomStringConvertible.swift
[15/29] Compiling PromiseKit Error.swift
[16/29] Compiling PromiseKit Combine.swift
[17/29] Compiling PromiseKit Configuration.swift
[18/29] Compiling PromiseKit race.swift
[19/29] Compiling PromiseKit when.swift
[20/29] Compiling PromiseKit Guarantee.swift
[21/29] Compiling PromiseKit LogEvent.swift
[22/29] Compiling PromiseKit firstly.swift
[23/29] Compiling PromiseKit hang.swift
[24/29] Compiling PromiseKit Promise.swift
[25/29] Compiling PromiseKit Resolver.swift
[26/29] Compiling PromiseKit Thenable.swift
[27/29] Compiling PromiseKit after.swift
[28/30] Compiling FTTestingKit String+Mockup.swift
[29/30] Compiling FTTestingKit XCTest+Expect.swift
[32/33] Compiling FTTestingKitPromiseKit XCTest+Believe.swift
[33/33] Emitting module FTTestingKitPromiseKit
Build complete! (43.40s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "promisekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.11.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mxcl/PromiseKit.git"
    }
  ],
  "manifest_display_name" : "FTTestingKit",
  "name" : "FTTestingKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FTTestingKit",
      "targets" : [
        "FTTestingKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FTTestingKitPromiseKit",
      "targets" : [
        "FTTestingKitPromiseKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FTTestingKitTests",
      "module_type" : "SwiftTarget",
      "name" : "FTTestingKitTests",
      "path" : "Tests/FTTestingKitTests",
      "sources" : [
        "ExpectationTests.swift",
        "MockupTests.swift",
        "TimesTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "FTTestingKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FTTestingKitPromiseKitTests",
      "module_type" : "SwiftTarget",
      "name" : "FTTestingKitPromiseKitTests",
      "path" : "Tests/FTTestingKitPromiseKitTests",
      "sources" : [
        "BelieveTests.swift"
      ],
      "target_dependencies" : [
        "FTTestingKitPromiseKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FTTestingKitPromiseKit",
      "module_type" : "SwiftTarget",
      "name" : "FTTestingKitPromiseKit",
      "path" : "Sources/FTTestingKitPromiseKit",
      "product_dependencies" : [
        "PromiseKit"
      ],
      "product_memberships" : [
        "FTTestingKitPromiseKit"
      ],
      "sources" : [
        "XCTest+Believe.swift"
      ],
      "target_dependencies" : [
        "FTTestingKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FTTestingKit",
      "module_type" : "SwiftTarget",
      "name" : "FTTestingKit",
      "path" : "Sources/FTTestingKit",
      "product_memberships" : [
        "FTTestingKit",
        "FTTestingKitPromiseKit"
      ],
      "sources" : [
        "Date+Mockup.swift",
        "Int+Times.swift",
        "Mockup.swift",
        "Result+Void.swift",
        "String+Mockup.swift",
        "XCTest+Expect.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
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
Done.