The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of DiffableDataSources, reference master (a457cf), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 15:06:48 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ra1028/DiffableDataSources.git
Reference: master
Initialized empty Git repository in /Users/admin/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/admin/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ra1028/DiffableDataSources.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/15] Compiling DifferenceKit DifferentiableSection.swift
[5/15] Compiling DifferenceKit ElementPath.swift
[6/15] Compiling DifferenceKit Differentiable.swift
[7/15] Compiling DifferenceKit UIKitExtension.swift
[8/15] Compiling DifferenceKit ContentIdentifiable.swift
[9/15] Compiling DifferenceKit ContentEquatable.swift
[10/15] Compiling DifferenceKit ArraySection.swift
[11/15] Compiling DifferenceKit Changeset.swift
[12/15] Compiling DifferenceKit AppKitExtension.swift
[13/15] Compiling DifferenceKit Algorithm.swift
[14/15] Compiling DifferenceKit AnyDifferentiable.swift
[15/15] Emitting module DifferenceKit
[16/16] Compiling DifferenceKit StagedChangeset.swift
[17/26] Compiling DiffableDataSources TableViewDiffableDataSource.swift
[18/26] Compiling DiffableDataSources CollectionViewDiffableDataSource.swift
[19/26] Compiling DiffableDataSources UniversalError.swift
[20/26] Compiling DiffableDataSources HashableExtension.swift
[21/26] Compiling DiffableDataSources DiffableDataSourceCore.swift
[22/26] Compiling DiffableDataSources DiffableDataSourceSnapshot.swift
[23/26] Compiling DiffableDataSources MainThreadSerialDispatcher.swift
[24/26] Emitting module DiffableDataSources
[25/26] Compiling DiffableDataSources CocoaCollectionViewDiffableDataSource.swift
[26/26] Compiling DiffableDataSources SnapshotStructure.swift
Build complete! (11.49s)
Fetching https://github.com/ra1028/DifferenceKit.git
[1/2319] Fetching differencekit
Fetched https://github.com/ra1028/DifferenceKit.git from cache (1.45s)
Computing version for https://github.com/ra1028/DifferenceKit.git
Computed https://github.com/ra1028/DifferenceKit.git at 1.2.0 (1.97s)
Creating working copy for https://github.com/ra1028/DifferenceKit.git
Working copy of https://github.com/ra1028/DifferenceKit.git resolved at 1.2.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "differencekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "1.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ra1028/DifferenceKit.git"
    }
  ],
  "manifest_display_name" : "DiffableDataSources",
  "name" : "DiffableDataSources",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "DiffableDataSources",
      "targets" : [
        "DiffableDataSources"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "DiffableDataSourcesTests",
      "module_type" : "SwiftTarget",
      "name" : "DiffableDataSourcesTests",
      "path" : "Tests",
      "sources" : [
        "CocoaCollectionViewDiffableDataSourceTests.swift",
        "CollectionViewDiffableDataSourceTests.swift",
        "DiffableDataSourceTests.swift",
        "MainThreadSerialDispatcherTests.swift",
        "TableViewDiffableDataSourceTests.swift"
      ],
      "target_dependencies" : [
        "DiffableDataSources"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DiffableDataSources",
      "module_type" : "SwiftTarget",
      "name" : "DiffableDataSources",
      "path" : "Sources",
      "product_dependencies" : [
        "DifferenceKit"
      ],
      "product_memberships" : [
        "DiffableDataSources"
      ],
      "sources" : [
        "AppKit/CocoaCollectionViewDiffableDataSource.swift",
        "DiffableDataSourceSnapshot.swift",
        "Internal/DiffableDataSourceCore.swift",
        "Internal/HashableExtension.swift",
        "Internal/MainThreadSerialDispatcher.swift",
        "Internal/SnapshotStructure.swift",
        "Internal/UniversalError.swift",
        "UIKit/CollectionViewDiffableDataSource.swift",
        "UIKit/TableViewDiffableDataSource.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.