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

Successful build of FailKit, reference v1.0.0 (e3ecaf), with Swift 6.2 (beta) for Android on 24 Jun 2025 16:46:25 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jonreid/FailKit.git
Reference: v1.0.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/jonreid/FailKit
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at e3ecaf4 . e Increase to Swift 6.0 because we need Swift Testing
Cloned https://github.com/jonreid/FailKit.git
Revision (git rev-parse @):
e3ecaf4e817d8d5e6fd05ed01239bdafcb1400ee
SUCCESS checkout https://github.com/jonreid/FailKit.git at v1.0.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jonreid/FailKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-8C5A4AE7A8CE2BA.txt
[3/12] Emitting module FailKit
[4/13] Compiling FailKit FailSpy.swift
[5/13] Compiling FailKit Failing.swift
[6/13] Compiling FailKit SourceLocation.swift
[7/13] Compiling FailKit OptionalDescriber.swift
[8/13] Compiling FailKit Fail.swift
[9/13] Compiling FailKit FallbackDescriber.swift
[10/13] Compiling FailKit MessageSuffix.swift
[11/13] Compiling FailKit Describe.swift
[12/13] Compiling FailKit Describer.swift
[13/13] Compiling FailKit StringDescriber.swift
Build complete! (16.77s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FailKit",
  "name" : "FailKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "FailKit",
      "targets" : [
        "FailKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FailKitTests",
      "module_type" : "SwiftTarget",
      "name" : "FailKitTests",
      "path" : "Tests/FailKitTests",
      "sources" : [
        "DescribeTests.swift",
        "MessageSuffixTests.swift"
      ],
      "target_dependencies" : [
        "FailKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FailKit",
      "module_type" : "SwiftTarget",
      "name" : "FailKit",
      "path" : "Sources/FailKit",
      "product_memberships" : [
        "FailKit"
      ],
      "sources" : [
        "Describers/Describe.swift",
        "Describers/Describer.swift",
        "Describers/FallbackDescriber.swift",
        "Describers/MessageSuffix.swift",
        "Describers/OptionalDescriber.swift",
        "Describers/StringDescriber.swift",
        "Failing/Fail.swift",
        "Failing/FailSpy.swift",
        "Failing/Failing.swift",
        "Failing/SourceLocation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.