Build Information
Successful build of OrderedSet with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/turbolent/orderedset.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/turbolent/orderedset
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 2a45c3e implement CustomReflectable to improve debugging
Cloned https://github.com/turbolent/orderedset.git
Revision (git rev-parse @):
2a45c3e1a247be1f874c0bf0d4abd8ac7d747d8b
SUCCESS checkout https://github.com/turbolent/orderedset.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/turbolent/orderedset.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/5] Compiling OrderedSet Sequence.swift
[4/5] Emitting module OrderedSet
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OrderedSet/OrderedSet.swift:5:26: note: 'Element' previously declared here
public struct OrderedSet<Element>: RandomAccessCollection, MutableCollection
^
[5/5] Compiling OrderedSet OrderedSet.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OrderedSet/OrderedSet.swift:5:26: note: 'Element' previously declared here
public struct OrderedSet<Element>: RandomAccessCollection, MutableCollection
^
Build complete! (0.55s)
Build complete.
Done.