Build Information
Successful build of FastDiff, reference 2.1.0 (97bdb2
), with Swift 5.10 for macOS (SPM) on 18 Jul 2024 12:07:52 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
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 /Users/admin/builder/spi-builder-workspace/.git/
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
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 '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/AlgorithmChecker-480270b6'...
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
git@github.com: Permission denied (publickey).
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.67s)
Computing version for https://github.com/kandelvijaya/AlgorithmChecker.git
Computed https://github.com/kandelvijaya/AlgorithmChecker.git at 0.1.5 (0.60s)
Creating working copy for https://github.com/kandelvijaya/AlgorithmChecker.git
Working copy of https://github.com/kandelvijaya/AlgorithmChecker.git resolved at 0.1.5
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "fastdiff",
"name": "FastDiff",
"url": "https://github.com/kandelvijaya/FastDiff.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FastDiff",
"dependencies": [
{
"identity": "algorithmchecker",
"name": "AlgoChecker",
"url": "https://github.com/kandelvijaya/AlgorithmChecker.git",
"version": "0.1.5",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AlgorithmChecker",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/kandelvijaya/FastDiff.git
[4/319] Fetching fastdiff
Fetched https://github.com/kandelvijaya/FastDiff.git from cache (1.00s)
Fetching https://github.com/kandelvijaya/AlgorithmChecker.git from cache
Fetched https://github.com/kandelvijaya/AlgorithmChecker.git from cache (0.47s)
Computing version for https://github.com/kandelvijaya/AlgorithmChecker.git
Computed https://github.com/kandelvijaya/AlgorithmChecker.git at 0.1.5 (0.02s)
Creating working copy for https://github.com/kandelvijaya/FastDiff.git
Working copy of https://github.com/kandelvijaya/FastDiff.git resolved at 2.1.0 (97bdb2a)
Creating working copy for https://github.com/kandelvijaya/AlgorithmChecker.git
Working copy of https://github.com/kandelvijaya/AlgorithmChecker.git resolved at 0.1.5
warning: '.resolve-product-dependencies': dependency 'fastdiff' is not used by any target
Found 1 product dependencies
- AlgoChecker
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/kandelvijaya/FastDiff.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/6] Compiling FastDiff Diffable.swift
[4/6] Emitting module FastDiff
[5/6] Compiling FastDiff InternalDiff.swift
[6/6] Compiling FastDiff DiffingAlgorithm.swift
Build complete! (4.16s)
Build complete.
Done.