Build Information
Successful build of FastDiff, reference 2.1.0 (97bdb2
), with Swift 5.10 for Linux on 18 Jul 2024 12:02:10 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.46.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kandelvijaya/FastDiff.git
Reference: 2.1.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/kandelvijaya/FastDiff
* tag 2.1.0 -> FETCH_HEAD
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 2.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/kandelvijaya/FastDiff.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:59f36943510aea3c3167e15c3bb784abd9f60c7d7937078af576dff6d447a61b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching git@github.com:kandelvijaya/AlgorithmChecker.git
warning: 'algorithmchecker': skipping cache due to an error: Failed to clone repository git@github.com:kandelvijaya/AlgorithmChecker.git:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/AlgorithmChecker-480270b6'...
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Fetching https://github.com/kandelvijaya/AlgorithmChecker.git
[1/67] Fetching algorithmchecker
Fetched https://github.com/kandelvijaya/AlgorithmChecker.git from cache (0.20s)
Computing version for https://github.com/kandelvijaya/AlgorithmChecker.git
Computed https://github.com/kandelvijaya/AlgorithmChecker.git at 0.1.5 (0.39s)
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-24593BA9C3E375BF.txt
[3/6] Compiling FastDiff InternalDiff.swift
[4/6] Emitting module FastDiff
[5/6] Compiling FastDiff Diffable.swift
[6/6] Compiling FastDiff DiffingAlgorithm.swift
Build complete! (9.20s)
Build complete.
Done.