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-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brutella/xcollectiondata.git
Reference: 1.1.2
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/brutella/xcollectiondata
 * tag               1.1.2      -> FETCH_HEAD
HEAD is now at 737ef57 Fix implementation of moveRow(at:,to:)
Cloned https://github.com/brutella/xcollectiondata.git into spi-builder-workspace
737ef57b13d2483b4abafe222a7753a61cae2e23
SUCCESS checkout https://github.com/brutella/xcollectiondata.git at 1.1.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/11] Compiling XCollectionData UITableView.swift
[2/11] Compiling XCollectionData XCollectionData+simplediff.swift
[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] 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 {
               ^
[8/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 {
               ^
[9/12] 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 {
               ^
[10/12] Compiling XCollectionData simplediff.swift
[11/12] Compiling XCollectionData NSCollectionView.swift
[12/12] Compiling XCollectionData UICollectionView.swift
Build complete! (5.72s)
Build complete.
Done.