The Swift Package Index logo.Swift Package Index

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: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ra1028/DiffableDataSources
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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/builder/builds/TDmZkXJm/3/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 master
Fetching https://github.com/ra1028/DifferenceKit.git from cache
Fetched https://github.com/ra1028/DifferenceKit.git (0.20s)
Computing version for https://github.com/ra1028/DifferenceKit.git
Computed https://github.com/ra1028/DifferenceKit.git at 1.2.0 (0.53s)
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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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.20s)
Fetching https://github.com/ra1028/DifferenceKit.git from cache
Fetched https://github.com/ra1028/DifferenceKit.git (0.17s)
Computing version for https://github.com/ra1028/DifferenceKit.git
Computed https://github.com/ra1028/DifferenceKit.git at 1.2.0 (0.02s)
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 master
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/12] Compiling DifferenceKit UIKitExtension.swift
[3/13] Compiling DifferenceKit ArraySection.swift
[4/13] Compiling DifferenceKit Changeset.swift
[5/13] Compiling DifferenceKit StagedChangeset.swift
[6/13] Compiling DifferenceKit Algorithm.swift
[7/13] Compiling DifferenceKit AnyDifferentiable.swift
[8/13] Compiling DifferenceKit Differentiable.swift
[9/13] Compiling DifferenceKit DifferentiableSection.swift
[10/13] Compiling DifferenceKit ContentEquatable.swift
[11/13] Compiling DifferenceKit ContentIdentifiable.swift
[12/13] Emitting module DifferenceKit
[13/13] Compiling DifferenceKit AppKitExtension.swift
[14/22] Compiling DiffableDataSources UniversalError.swift
[15/23] Compiling DiffableDataSources DiffableDataSourceCore.swift
[16/23] Compiling DiffableDataSources CocoaCollectionViewDiffableDataSource.swift
[17/23] Compiling DiffableDataSources DiffableDataSourceSnapshot.swift
[18/23] Compiling DiffableDataSources CollectionViewDiffableDataSource.swift
[19/23] Compiling DiffableDataSources TableViewDiffableDataSource.swift
[20/23] Emitting module DiffableDataSources
[21/23] Compiling DiffableDataSources HashableExtension.swift
[22/23] Compiling DiffableDataSources SnapshotStructure.swift
[23/23] Compiling DiffableDataSources MainThreadSerialDispatcher.swift
Build complete! (10.37s)
Build complete.
Done.