The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OrderedSet with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.2.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/turbolent/orderedset.git
Reference: 0.2.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/turbolent/orderedset
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 2a45c3e implement CustomReflectable to improve debugging
Cloned https://github.com/turbolent/orderedset.git into spi-builder-workspace
2a45c3e1a247be1f874c0bf0d4abd8ac7d747d8b
SUCCESS checkout https://github.com/turbolent/orderedset.git at 0.2.0
========================================
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.2.app" xcrun swift build --arch arm64
Building for debugging...
[1/3] Compiling OrderedSet OrderedSet.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OrderedSet/OrderedSet.swift:195:28: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func == <Element>(
                           ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OrderedSet/OrderedSet.swift:5:26: note: 'Element' previously declared here
public struct OrderedSet<Element>: RandomAccessCollection, MutableCollection
                         ^
[2/3] Emitting module OrderedSet
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OrderedSet/OrderedSet.swift:195:28: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func == <Element>(
                           ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OrderedSet/OrderedSet.swift:5:26: note: 'Element' previously declared here
public struct OrderedSet<Element>: RandomAccessCollection, MutableCollection
                         ^
[3/3] Compiling OrderedSet Sequence.swift
Build complete! (1.25s)
Build complete.
Done.