The Swift Package Index logo.Swift Package Index

Build Information

Successful build of XCollectionData 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/brutella/xcollectiondata.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/brutella/xcollectiondata
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8c99bbe Update documentation on how to build the xcframework
Cloned https://github.com/brutella/xcollectiondata.git
Revision (git rev-parse @):
8c99bbe1c2cea2bbf55c49d2135bc6cbb5de15c2
SUCCESS checkout https://github.com/brutella/xcollectiondata.git at master
========================================
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": "xcollectiondata",
      "name": "XCollectionData",
      "url": "https://github.com/brutella/xcollectiondata.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xcollectiondata",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/brutella/xcollectiondata.git
[1/131] Fetching xcollectiondata
Fetched https://github.com/brutella/xcollectiondata.git (0.21s)
Creating working copy for https://github.com/brutella/xcollectiondata.git
Working copy of https://github.com/brutella/xcollectiondata.git resolved at master
warning: '.resolve-product-dependencies': dependency 'xcollectiondata' 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/11] Compiling XCollectionData XTableSection.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCollectionData/XCollectionSection+Hashable.swift:4:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'XCollectionSection' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[2/12] Compiling XCollectionData XCollectionSection+Hashable.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCollectionData/XCollectionSection+Hashable.swift:4:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'XCollectionSection' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[3/12] Compiling XCollectionData XCollectionSection.swift
[4/12] Compiling XCollectionData XCollectionData.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCollectionData/XCollectionRow+Hashable.swift:4:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'XCollectionRow' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[5/12] Compiling XCollectionData XCollectionRow+Hashable.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCollectionData/XCollectionRow+Hashable.swift:4:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'XCollectionRow' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[6/12] Compiling XCollectionData XCollectionRow.swift
[7/12] Compiling XCollectionData simplediff.swift
[8/12] Compiling XCollectionData UITableView.swift
[9/12] Compiling XCollectionData XCollectionData+simplediff.swift
[10/12] Emitting module XCollectionData
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCollectionData/XCollectionRow+Hashable.swift:4:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'XCollectionRow' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XCollectionData/XCollectionSection+Hashable.swift:4:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'XCollectionSection' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[11/12] Compiling XCollectionData NSCollectionView.swift
[12/12] Compiling XCollectionData UICollectionView.swift
Build complete! (12.99s)
Build complete.
Done.