The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FastDiff, reference master (97bdb2), with Swift 6.3 for Android on 21 Apr 2026 16:50:49 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/kandelvijaya/FastDiff.git
Reference: master
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/kandelvijaya/FastDiff
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 97bdb2a Merge pull request #11 from a-25/fix/fix-appstore-builds
Cloned https://github.com/kandelvijaya/FastDiff.git
Revision (git rev-parse @):
97bdb2ad3119d1404c985b64925c9df9ed763ee1
SUCCESS checkout https://github.com/kandelvijaya/FastDiff.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/kandelvijaya/FastDiff.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/kandelvijaya/AlgorithmChecker.git
[1/67] Fetching algorithmchecker
Fetched https://github.com/kandelvijaya/AlgorithmChecker.git from cache (0.32s)
Computing version for https://github.com/kandelvijaya/AlgorithmChecker.git
Computed https://github.com/kandelvijaya/AlgorithmChecker.git at 0.1.5 (0.90s)
Creating working copy for https://github.com/kandelvijaya/AlgorithmChecker.git
Working copy of https://github.com/kandelvijaya/AlgorithmChecker.git resolved at 0.1.5
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--4F562202D5529B1.txt
[3/6] Compiling FastDiff InternalDiff.swift
[4/6] Compiling FastDiff DiffingAlgorithm.swift
[5/6] Emitting module FastDiff
[6/6] Compiling FastDiff Diffable.swift
Build complete! (18.99s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "algorithmchecker",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kandelvijaya/AlgorithmChecker.git"
    }
  ],
  "manifest_display_name" : "FastDiff",
  "name" : "FastDiff",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FastDiff",
      "targets" : [
        "FastDiff"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FastDiffTests",
      "module_type" : "SwiftTarget",
      "name" : "FastDiffTests",
      "path" : "Tests/FastDiffTests",
      "product_dependencies" : [
        "AlgoChecker"
      ],
      "sources" : [
        "FastDiffComplexityTests.swift",
        "FastDiffDiffAllLevelTests.swift",
        "FastDiffTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "FastDiff"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FastDiff",
      "module_type" : "SwiftTarget",
      "name" : "FastDiff",
      "path" : "Sources/FastDiff",
      "product_memberships" : [
        "FastDiff"
      ],
      "sources" : [
        "Diffable.swift",
        "DiffingAlgorithm.swift",
        "InternalDiff.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
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.