Build Information
Successful build of DifferenceKit with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ra1028/DifferenceKit.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ra1028/DifferenceKit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 02ca196 Create FUNDING.yml
Cloned https://github.com/ra1028/DifferenceKit.git
Revision (git rev-parse @):
02ca1968b10305d4d6771f4005a7ce2c507a8539
SUCCESS checkout https://github.com/ra1028/DifferenceKit.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "differencekit",
"name": "DifferenceKit",
"url": "https://github.com/ra1028/DifferenceKit.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DifferenceKit",
"dependencies": [
]
}
]
}
Fetching https://github.com/ra1028/DifferenceKit.git from cache
Fetched https://github.com/ra1028/DifferenceKit.git (0.17s)
Creating working copy for https://github.com/ra1028/DifferenceKit.git
Working copy of https://github.com/ra1028/DifferenceKit.git resolved at master
warning: '.resolve-product-dependencies': dependency 'differencekit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/12] Compiling DifferenceKit UIKitExtension.swift
[2/13] Compiling DifferenceKit ArraySection.swift
[3/13] Compiling DifferenceKit Changeset.swift
[4/13] Compiling DifferenceKit ContentEquatable.swift
[5/13] Compiling DifferenceKit ContentIdentifiable.swift
[6/13] Compiling DifferenceKit ElementPath.swift
[7/13] Compiling DifferenceKit Differentiable.swift
[8/13] Compiling DifferenceKit DifferentiableSection.swift
[9/13] Compiling DifferenceKit StagedChangeset.swift
[10/13] Compiling DifferenceKit Algorithm.swift
[11/13] Compiling DifferenceKit AnyDifferentiable.swift
[12/13] Compiling DifferenceKit AppKitExtension.swift
[13/13] Emitting module DifferenceKit
Build complete! (10.70s)
Build complete.
Done.