The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of EFFoundation 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/EFPrefix/EFFoundation.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/EFPrefix/EFFoundation
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at afb22de 1.7.1
Cloned https://github.com/EFPrefix/EFFoundation.git
Revision (git rev-parse @):
afb22ded5e2dfd8b375b9e4236ea9c20ecd5815f
SUCCESS checkout https://github.com/EFPrefix/EFFoundation.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "effoundation",
      "name": "EFFoundation",
      "url": "https://github.com/EFPrefix/EFFoundation.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EFFoundation",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/EFPrefix/EFFoundation.git
[1/1181] Fetching effoundation
Fetched https://github.com/EFPrefix/EFFoundation.git (0.31s)
Creating working copy for https://github.com/EFPrefix/EFFoundation.git
Working copy of https://github.com/EFPrefix/EFFoundation.git resolved at master
warning: '.resolve-product-dependencies': dependency 'effoundation' 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/52] Compiling EFFoundation UIFont+.swift
[2/52] Compiling EFFoundation UIGestureRecognizer+.swift
[3/52] Compiling EFFoundation UIImage+.swift
[4/52] Compiling EFFoundation UIImageView+.swift
[5/52] Compiling EFFoundation UINavigationController+.swift
[6/52] Compiling EFFoundation UIRectCorner+.swift
[7/52] Compiling EFFoundation UIView+.swift
[8/59] Compiling EFFoundation UIViewController+.swift
[9/59] Compiling EFFoundation UInt+.swift
[10/59] Compiling EFFoundation UInt16+.swift
[11/59] Compiling EFFoundation UInt32+.swift
[12/59] Compiling EFFoundation UInt64+.swift
[13/59] Compiling EFFoundation UInt8+.swift
[14/59] Compiling EFFoundation URL+.swift
[15/59] Emitting module EFFoundation
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/BitSet.swift:158:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:5:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public class LinkedListNode<T> {
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:2:31: note: 'T' previously declared here
public final class LinkedList<T> {
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:333:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func==<T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:337:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func< <T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
[16/59] Compiling EFFoundation CGRect+.swift
[17/59] Compiling EFFoundation CGSize+.swift
[18/59] Compiling EFFoundation CIColor+.swift
[19/59] Compiling EFFoundation CIImage+.swift
[20/59] Compiling EFFoundation Character+.swift
[21/59] Compiling EFFoundation Comparable+.swift
[22/59] Compiling EFFoundation Data+.swift
[23/59] Compiling EFFoundation TimeInterval+.swift
[24/59] Compiling EFFoundation UIApplication+.swift
[25/59] Compiling EFFoundation UIButton+.swift
[26/59] Compiling EFFoundation UICollectionView+.swift
[27/59] Compiling EFFoundation UIColor+.swift
[28/59] Compiling EFFoundation UIControl+.swift
[29/59] Compiling EFFoundation UIEdgeInsets+.swift
[30/59] Compiling EFFoundation ArraySlice+.swift
[31/59] Compiling EFFoundation BinaryFloatingPoint+.swift
[32/59] Compiling EFFoundation BinaryInteger+.swift
[33/59] Compiling EFFoundation Bool+.swift
[34/59] Compiling EFFoundation CATransaction+.swift
[35/59] Compiling EFFoundation CGColor+.swift
[36/59] Compiling EFFoundation CGFloat+.swift
[37/59] Compiling EFFoundation CGImage.swift
[38/59] Compiling EFFoundation Date+.swift
[39/59] Compiling EFFoundation Dictionary+.swift
[40/59] Compiling EFFoundation DispatchQueue+.swift
[41/59] Compiling EFFoundation Double+.swift
[42/59] Compiling EFFoundation Float+.swift
[43/59] Compiling EFFoundation Int+.swift
[44/59] Compiling EFFoundation Int16+.swift
[45/59] Compiling EFFoundation BitSet.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/BitSet.swift:158:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:5:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public class LinkedListNode<T> {
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:2:31: note: 'T' previously declared here
public final class LinkedList<T> {
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:333:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func==<T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:337:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func< <T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
[46/59] Compiling EFFoundation Deque.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/BitSet.swift:158:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:5:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public class LinkedListNode<T> {
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:2:31: note: 'T' previously declared here
public final class LinkedList<T> {
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:333:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func==<T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:337:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func< <T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
[47/59] Compiling EFFoundation LinkedList.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/BitSet.swift:158:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:5:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public class LinkedListNode<T> {
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:2:31: note: 'T' previously declared here
public final class LinkedList<T> {
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:333:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func==<T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:337:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func< <T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
[48/59] Compiling EFFoundation Queue.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/BitSet.swift:158:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:5:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public class LinkedListNode<T> {
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:2:31: note: 'T' previously declared here
public final class LinkedList<T> {
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:333:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func==<T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:337:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func< <T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
[49/59] Compiling EFFoundation Stack.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/BitSet.swift:158:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:5:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public class LinkedListNode<T> {
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:2:31: note: 'T' previously declared here
public final class LinkedList<T> {
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:333:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func==<T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:337:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func< <T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
[50/59] Compiling EFFoundation Tree.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/BitSet.swift:158:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:5:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public class LinkedListNode<T> {
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:2:31: note: 'T' previously declared here
public final class LinkedList<T> {
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:333:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func==<T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:337:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func< <T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
[51/59] Compiling EFFoundation EFFoundation.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/BitSet.swift:158:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:5:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public class LinkedListNode<T> {
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:2:31: note: 'T' previously declared here
public final class LinkedList<T> {
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:333:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func==<T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:337:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func< <T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
[52/59] Compiling EFFoundation Array+.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/BitSet.swift:158:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'BitSet' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:5:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public class LinkedListNode<T> {
                                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:2:31: note: 'T' previously declared here
public final class LinkedList<T> {
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:333:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func==<T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:337:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func< <T>(lhs: LinkedListIndex<T>, rhs: LinkedListIndex<T>) -> Bool {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/EFFoundation/Core/DataStructure/LinkedList.swift:329:31: note: 'T' previously declared here
public struct LinkedListIndex<T>: Comparable {
                              ^
[53/59] Compiling EFFoundation Int32+.swift
[54/59] Compiling EFFoundation Int64+.swift
[55/59] Compiling EFFoundation Int8+.swift
[56/59] Compiling EFFoundation NSColor+.swift
[57/59] Compiling EFFoundation NSImage+.swift
[58/59] Compiling EFFoundation NSString+.swift
[59/59] Compiling EFFoundation String+.swift
Build complete! (11.91s)
Build complete.
Done.