Build Information
Successful build of FastDiff, reference master (97bdb2
), with Swift 6.0 for macOS (SPM) on 5 Nov 2024 12:33:36 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kandelvijaya/FastDiff.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
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.65s)
Computing version for https://github.com/kandelvijaya/AlgorithmChecker.git
Computed https://github.com/kandelvijaya/AlgorithmChecker.git at 0.1.5 (0.67s)
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
[1/319] Fetching fastdiff
Fetched https://github.com/kandelvijaya/FastDiff.git from cache (0.98s)
Fetching https://github.com/kandelvijaya/AlgorithmChecker.git from cache
Fetched https://github.com/kandelvijaya/AlgorithmChecker.git from cache (0.46s)
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 master (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: 6.0
Building package at path: $PWD
https://github.com/kandelvijaya/FastDiff.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.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! (6.93s)
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" : "/Users/admin/builder/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"
}
Done.