Build Information
Successful build of DiffableDataSources 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/DiffableDataSources.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ra1028/DiffableDataSources
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at a457cf6 Merge pull request #38 from ra1028/v0.5.0
Submodule path 'Carthage/Checkouts/DifferenceKit': checked out '62745d7780deef4a023a792a1f8f763ec7bf9705'
Submodule 'Carthage/Checkouts/DifferenceKit' (https://github.com/ra1028/DifferenceKit.git) registered for path 'Carthage/Checkouts/DifferenceKit'
Cloning into '/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Carthage/Checkouts/DifferenceKit'...
Cloned https://github.com/ra1028/DiffableDataSources.git
Revision (git rev-parse @):
a457cf63456b3aeec2a3626af0230c98b0733927
SUCCESS checkout https://github.com/ra1028/DiffableDataSources.git at 0.5.0
Fetching https://github.com/ra1028/DifferenceKit.git from cache
Fetched https://github.com/ra1028/DifferenceKit.git (0.23s)
Computing version for https://github.com/ra1028/DifferenceKit.git
Computed https://github.com/ra1028/DifferenceKit.git at 1.2.0 (0.09s)
Creating working copy for https://github.com/ra1028/DifferenceKit.git
Working copy of https://github.com/ra1028/DifferenceKit.git resolved at 1.2.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "diffabledatasources",
"name": "DiffableDataSources",
"url": "https://github.com/ra1028/DiffableDataSources.git",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DiffableDataSources",
"dependencies": [
{
"identity": "differencekit",
"name": "DifferenceKit",
"url": "https://github.com/ra1028/DifferenceKit.git",
"version": "1.2.0",
"path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DifferenceKit",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/ra1028/DiffableDataSources.git from cache
Fetched https://github.com/ra1028/DiffableDataSources.git (0.26s)
Fetching https://github.com/ra1028/DifferenceKit.git from cache
Fetched https://github.com/ra1028/DifferenceKit.git (0.24s)
Computing version for https://github.com/ra1028/DifferenceKit.git
Computed https://github.com/ra1028/DifferenceKit.git at 1.2.0 (0.05s)
Creating working copy for https://github.com/ra1028/DifferenceKit.git
Working copy of https://github.com/ra1028/DifferenceKit.git resolved at 1.2.0
Creating working copy for https://github.com/ra1028/DiffableDataSources.git
Working copy of https://github.com/ra1028/DiffableDataSources.git resolved at 0.5.0
warning: '.resolve-product-dependencies': dependency 'diffabledatasources' is not used by any target
Found 1 product dependencies
- DifferenceKit
========================================
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 ElementPath.swift
[2/13] Compiling DifferenceKit UIKitExtension.swift
[3/13] Compiling DifferenceKit StagedChangeset.swift
[4/13] Compiling DifferenceKit Differentiable.swift
[5/13] Compiling DifferenceKit DifferentiableSection.swift
[6/13] Compiling DifferenceKit ContentEquatable.swift
[7/13] Compiling DifferenceKit ContentIdentifiable.swift
[8/13] Compiling DifferenceKit ArraySection.swift
[9/13] Compiling DifferenceKit Changeset.swift
[10/13] Emitting module DifferenceKit
[11/13] Compiling DifferenceKit AppKitExtension.swift
[12/13] Compiling DifferenceKit Algorithm.swift
[13/13] Compiling DifferenceKit AnyDifferentiable.swift
[14/22] Compiling DiffableDataSources CollectionViewDiffableDataSource.swift
[15/23] Compiling DiffableDataSources TableViewDiffableDataSource.swift
[16/23] Compiling DiffableDataSources UniversalError.swift
[17/23] Compiling DiffableDataSources HashableExtension.swift
[18/23] Compiling DiffableDataSources CocoaCollectionViewDiffableDataSource.swift
[19/23] Compiling DiffableDataSources DiffableDataSourceSnapshot.swift
[20/23] Compiling DiffableDataSources MainThreadSerialDispatcher.swift
[21/23] Emitting module DiffableDataSources
[22/23] Compiling DiffableDataSources SnapshotStructure.swift
[23/23] Compiling DiffableDataSources DiffableDataSourceCore.swift
Build complete! (15.22s)
Build complete.
Done.