This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 ParseSwift with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

    static func subscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:957:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:968:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:981:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:992:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[99/183] Compiling ParseSwift URLSession.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:46:28: 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: Event<T>, rhs: Event<T>) -> Bool {
                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:891:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:906:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:957:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:968:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:981:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:992:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[100/183] Compiling ParseSwift BaseConfig.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:46:28: 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: Event<T>, rhs: Event<T>) -> Bool {
                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:891:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:906:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:957:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:968:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:981:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:992:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[101/183] Compiling ParseSwift BaseParseInstallation.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:46:28: 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: Event<T>, rhs: Event<T>) -> Bool {
                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:891:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:906:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:957:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:968:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:981:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:992:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[102/183] Compiling ParseSwift BaseParseUser.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:46:28: 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: Event<T>, rhs: Event<T>) -> Bool {
                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:891:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:906:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:957:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:968:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:981:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:992:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[103/183] Compiling ParseSwift NoBody.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:46:28: 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: Event<T>, rhs: Event<T>) -> Bool {
                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:891:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:906:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:957:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:968:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:981:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:992:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[104/183] Compiling ParseSwift LiveQueryConstants.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:46:28: 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: Event<T>, rhs: Event<T>) -> Bool {
                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:891:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:906:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:957:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:968:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:981:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:992:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[105/183] Compiling ParseSwift LiveQuerySocket.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:46:28: 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: Event<T>, rhs: Event<T>) -> Bool {
                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:891:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:906:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:957:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:968:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:981:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:992:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[106/183] Compiling ParseSwift Messages.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:46:28: 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: Event<T>, rhs: Event<T>) -> Bool {
                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:891:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:906:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:957:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:968:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:981:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:992:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[107/183] Compiling ParseSwift Operations.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:46:28: 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: Event<T>, rhs: Event<T>) -> Bool {
                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:891:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:906:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:957:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:968:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:981:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:992:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[108/183] Compiling ParseSwift ParseLiveQuery+async.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:46:28: 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: Event<T>, rhs: Event<T>) -> Bool {
                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:891:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:906:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:957:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:968:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:981:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:992:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[109/183] Compiling ParseSwift ParseLiveQuery+combine.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:46:28: 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: Event<T>, rhs: Event<T>) -> Bool {
                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:891:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:906:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:957:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:968:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:981:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:992:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[110/183] Compiling ParseSwift ParseLiveQuery.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:46:28: 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: Event<T>, rhs: Event<T>) -> Bool {
                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:891:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:906:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:957:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:968:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:981:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:992:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[111/183] Compiling ParseSwift ParseLiveQueryConstants.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:46:28: 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: Event<T>, rhs: Event<T>) -> Bool {
                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:891:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:906:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:957:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:968:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:981:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:992:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[112/183] Compiling ParseSwift LiveQuerySocketDelegate.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:46:28: 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: Event<T>, rhs: Event<T>) -> Bool {
                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:891:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:906:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:957:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:968:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:981:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:992:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[113/183] Compiling ParseSwift LiveQueryable.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:46:28: 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: Event<T>, rhs: Event<T>) -> Bool {
                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:891:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:906:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:957:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:968:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:981:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:992:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[114/183] Compiling ParseSwift ParseLiveQueryDelegate.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:46:28: 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: Event<T>, rhs: Event<T>) -> Bool {
                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:891:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:906:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:957:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:968:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:981:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:992:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[115/183] Compiling ParseSwift QuerySubscribable.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:46:28: 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: Event<T>, rhs: Event<T>) -> Bool {
                           ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:891:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:906:27: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func subscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws -> T {
                          ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:957:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:968:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func unsubscribe<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:981:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift:992:17: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func update<T: QuerySubscribable>(_ handler: T, client: ParseLiveQuery) throws {
                ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[116/183] Compiling ParseSwift API+BatchCommand.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func save<T>(_ object: T,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func replace<T>(_ object: T,
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func update<T>(_ object: T,
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[117/183] Compiling ParseSwift API+Command+async.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func save<T>(_ object: T,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func replace<T>(_ object: T,
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func update<T>(_ object: T,
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[118/183] Compiling ParseSwift API+Command.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func save<T>(_ object: T,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func replace<T>(_ object: T,
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func update<T>(_ object: T,
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[119/183] Compiling ParseSwift API+NonParseBodyCommand+async.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func save<T>(_ object: T,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func replace<T>(_ object: T,
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func update<T>(_ object: T,
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[120/183] Compiling ParseSwift API+NonParseBodyCommand.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func save<T>(_ object: T,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func replace<T>(_ object: T,
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func update<T>(_ object: T,
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[121/183] Compiling ParseSwift API.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func save<T>(_ object: T,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func replace<T>(_ object: T,
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func update<T>(_ object: T,
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[122/183] Compiling ParseSwift BatchUtils.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func save<T>(_ object: T,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func replace<T>(_ object: T,
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func update<T>(_ object: T,
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[123/183] Compiling ParseSwift ParseURLSessionDelegate.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func save<T>(_ object: T,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func replace<T>(_ object: T,
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func update<T>(_ object: T,
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[124/183] Compiling ParseSwift Responses.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func save<T>(_ object: T,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func replace<T>(_ object: T,
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func update<T>(_ object: T,
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[125/183] Compiling ParseSwift ParseApple+async.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func save<T>(_ object: T,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func replace<T>(_ object: T,
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func update<T>(_ object: T,
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[126/183] Compiling ParseSwift ParseApple+combine.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func save<T>(_ object: T,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func replace<T>(_ object: T,
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func update<T>(_ object: T,
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[127/183] Compiling ParseSwift ParseApple.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func save<T>(_ object: T,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func replace<T>(_ object: T,
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func update<T>(_ object: T,
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[128/183] Compiling ParseSwift ParseFacebook+async.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func save<T>(_ object: T,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func replace<T>(_ object: T,
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func update<T>(_ object: T,
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[129/183] Compiling ParseSwift ParseFacebook+combine.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func save<T>(_ object: T,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func replace<T>(_ object: T,
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func update<T>(_ object: T,
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[130/183] Compiling ParseSwift ParseFacebook.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func save<T>(_ object: T,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func replace<T>(_ object: T,
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func update<T>(_ object: T,
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[131/183] Compiling ParseSwift ParseGitHub+async.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func save<T>(_ object: T,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func replace<T>(_ object: T,
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func update<T>(_ object: T,
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[132/183] Compiling ParseSwift ParseGitHub+combine.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func save<T>(_ object: T,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func replace<T>(_ object: T,
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func update<T>(_ object: T,
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[133/183] Compiling ParseSwift ParseGitHub.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func save<T>(_ object: T,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func replace<T>(_ object: T,
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func update<T>(_ object: T,
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[134/183] Compiling ParseSwift ParseGoogle+async.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func save<T>(_ object: T,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func replace<T>(_ object: T,
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func update<T>(_ object: T,
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[135/183] Compiling ParseSwift ParseGoogle+combine.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func save<T>(_ object: T,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func replace<T>(_ object: T,
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func update<T>(_ object: T,
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[136/183] Compiling ParseSwift ParseGoogle.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func save<T>(_ object: T,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func replace<T>(_ object: T,
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func update<T>(_ object: T,
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[137/183] Compiling ParseSwift ParseInstagram+async.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func save<T>(_ object: T,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func replace<T>(_ object: T,
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func update<T>(_ object: T,
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[138/183] Compiling ParseSwift ParseInstagram+combine.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:407:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func save<T>(_ object: T,
                     ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:423:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func create<T>(_ object: T) -> API.Command<T, T> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:438:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func replace<T>(_ object: T,
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:465:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func update<T>(_ object: T,
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:493:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func fetch<T>(_ object: T, include: [String]?) throws -> API.Command<T, T> where T: ParseObject {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:129:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[139/183] Compiling ParseSwift Subscription.swift
[140/183] Compiling ParseSwift SubscriptionCallback.swift
[141/183] Compiling ParseSwift ParseCloudUser.swift
[142/183] Compiling ParseSwift ParseInstallation+async.swift
[143/183] Compiling ParseSwift ParseInstallation+combine.swift
[144/183] Compiling ParseSwift ParseInstallation.swift
[145/183] Compiling ParseSwift ParseObject+async.swift
[146/183] Compiling ParseSwift ParseObject+combine.swift
[147/183] Compiling ParseSwift ParseObject.swift
[148/183] Compiling ParseSwift ParsePushStatusable.swift
[149/183] Compiling ParseSwift ParseRole.swift
[150/183] Compiling ParseSwift ParseSession.swift
[151/183] Compiling ParseSwift ParseUser+async.swift
[152/183] Compiling ParseSwift ParseUser+combine.swift
[153/183] Compiling ParseSwift ParseUser.swift
[154/183] Compiling ParseSwift Add.swift
[155/183] Compiling ParseSwift AddRelation.swift
[156/183] Compiling ParseSwift AddUnique.swift
[157/183] Compiling ParseSwift Delete.swift
[158/183] Compiling ParseSwift Increment.swift
[159/183] Compiling ParseSwift Operation.swift
[160/183] Compiling ParseSwift Remove.swift
[161/183] Compiling ParseSwift RemoveRelation.swift
[162/183] Compiling ParseSwift ParsePush.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:48:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AggregateBody<T>: Codable where T: ParseObject {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:79:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct DistinctBody<T>: Codable where T: ParseObject {
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[163/183] Compiling ParseSwift ParsePushAppleAlert.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:48:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AggregateBody<T>: Codable where T: ParseObject {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:79:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct DistinctBody<T>: Codable where T: ParseObject {
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[164/183] Compiling ParseSwift ParsePushAppleSound.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:48:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AggregateBody<T>: Codable where T: ParseObject {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:79:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct DistinctBody<T>: Codable where T: ParseObject {
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[165/183] Compiling ParseSwift ParsePushPayloadApple.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:48:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AggregateBody<T>: Codable where T: ParseObject {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:79:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct DistinctBody<T>: Codable where T: ParseObject {
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[166/183] Compiling ParseSwift ParsePushFirebaseNotification.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:48:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AggregateBody<T>: Codable where T: ParseObject {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:79:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct DistinctBody<T>: Codable where T: ParseObject {
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[167/183] Compiling ParseSwift ParsePushPayloadFirebase.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:48:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AggregateBody<T>: Codable where T: ParseObject {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:79:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct DistinctBody<T>: Codable where T: ParseObject {
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[168/183] Compiling ParseSwift ParsePushPayloadAny.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:48:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AggregateBody<T>: Codable where T: ParseObject {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:79:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct DistinctBody<T>: Codable where T: ParseObject {
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[169/183] Compiling ParseSwift ParsePushStatus.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:48:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AggregateBody<T>: Codable where T: ParseObject {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:79:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct DistinctBody<T>: Codable where T: ParseObject {
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[170/183] Compiling ParseSwift ParseRelation.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:48:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AggregateBody<T>: Codable where T: ParseObject {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:79:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct DistinctBody<T>: Codable where T: ParseObject {
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[171/183] Compiling ParseSwift ParseSchema+async.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:48:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AggregateBody<T>: Codable where T: ParseObject {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:79:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct DistinctBody<T>: Codable where T: ParseObject {
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[172/183] Compiling ParseSwift ParseSchema+combine.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:48:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AggregateBody<T>: Codable where T: ParseObject {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:79:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct DistinctBody<T>: Codable where T: ParseObject {
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[173/183] Compiling ParseSwift ParseSchema.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:48:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AggregateBody<T>: Codable where T: ParseObject {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:79:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct DistinctBody<T>: Codable where T: ParseObject {
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[174/183] Compiling ParseSwift ParseVersion.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:48:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AggregateBody<T>: Codable where T: ParseObject {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:79:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct DistinctBody<T>: Codable where T: ParseObject {
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[175/183] Compiling ParseSwift Pointer+async.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:48:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AggregateBody<T>: Codable where T: ParseObject {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:79:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct DistinctBody<T>: Codable where T: ParseObject {
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[176/183] Compiling ParseSwift Pointer+combine.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:48:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AggregateBody<T>: Codable where T: ParseObject {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:79:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct DistinctBody<T>: Codable where T: ParseObject {
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[177/183] Compiling ParseSwift Pointer.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:48:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AggregateBody<T>: Codable where T: ParseObject {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:79:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct DistinctBody<T>: Codable where T: ParseObject {
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[178/183] Compiling ParseSwift Query+async.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:48:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AggregateBody<T>: Codable where T: ParseObject {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:79:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct DistinctBody<T>: Codable where T: ParseObject {
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[179/183] Compiling ParseSwift Query+combine.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:48:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AggregateBody<T>: Codable where T: ParseObject {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:79:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct DistinctBody<T>: Codable where T: ParseObject {
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[180/183] Compiling ParseSwift Query.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:48:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AggregateBody<T>: Codable where T: ParseObject {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:79:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct DistinctBody<T>: Codable where T: ParseObject {
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[181/183] Compiling ParseSwift QueryConstraint.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:48:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AggregateBody<T>: Codable where T: ParseObject {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:79:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct DistinctBody<T>: Codable where T: ParseObject {
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[182/183] Compiling ParseSwift QueryViewModel.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:48:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AggregateBody<T>: Codable where T: ParseObject {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:79:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct DistinctBody<T>: Codable where T: ParseObject {
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[183/183] Compiling ParseSwift QueryWhere.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:48:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AggregateBody<T>: Codable where T: ParseObject {
                         ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:79:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct DistinctBody<T>: Codable where T: ParseObject {
                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
Build complete! (14.89s)
Build complete.
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/checkout/.docs/parse-community/parse-swift/main
Repository:               parse-community/Parse-Swift
Swift version used:       5.9
Target:                   ParseSwift
Generating documentation for 'ParseSwift'...
Converting documentation...
Conversion complete! (1.60s)
Generated DocC archive at '/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/parse-community/parse-swift/main'
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetched https://github.com/apple/swift-docc-plugin (0.30s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.03s)
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetched https://github.com/apple/swift-docc-symbolkit (0.47s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.07s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[1/45] Emitting module Snippets
[2/45] Compiling Snippets Snippet.swift
[3/45] Compiling Snippets SnippetParser.swift
[4/45] Compiling SymbolKit SourceOrigin.swift
[5/45] Compiling SymbolKit GenericConstraints.swift
[6/45] Compiling SymbolKit Swift.swift
[7/45] Compiling SymbolKit SemanticVersion.swift
[8/45] Compiling SymbolKit AccessControl.swift
[9/45] Compiling SymbolKit Availability.swift
[10/50] Compiling SymbolKit Generics.swift
[11/50] Compiling SymbolKit Namespace.swift
[12/50] Compiling SymbolKit Symbol.swift
[13/50] Compiling SymbolKit SymbolKind.swift
[14/50] Compiling SymbolKit SymbolGraph.swift
[15/50] Compiling SymbolKit FunctionSignature.swift
[16/50] Compiling SymbolKit Identifier.swift
[17/50] Compiling SymbolKit KindIdentifier.swift
[18/50] Compiling SymbolKit Location.swift
[19/50] Compiling SymbolKit Mutability.swift
[20/50] Compiling SymbolKit Names.swift
[21/50] Compiling SymbolKit SPI.swift
[22/50] Compiling SymbolKit Snippet.swift
[23/50] Compiling SymbolKit Extension.swift
[24/50] Compiling SymbolKit GenericConstraint.swift
[25/50] Compiling SymbolKit GenericParameter.swift
[26/50] Compiling SymbolKit AvailabilityItem.swift
[27/50] Compiling SymbolKit Domain.swift
[28/50] Compiling SymbolKit DeclarationFragments.swift
[29/50] Compiling SymbolKit Fragment.swift
[30/50] Compiling SymbolKit FragmentKind.swift
[31/50] Compiling SymbolKit FunctionParameter.swift
[32/50] Emitting module SymbolKit
[33/50] Compiling SymbolKit Mixin+Equals.swift
[34/50] Compiling SymbolKit Mixin+Hash.swift
[35/50] Compiling SymbolKit Mixin.swift
[36/50] Compiling SymbolKit LineList.swift
[37/50] Compiling SymbolKit Position.swift
[38/50] Compiling SymbolKit SourceRange.swift
[39/50] Compiling SymbolKit Metadata.swift
[40/50] Compiling SymbolKit Module.swift
[41/50] Compiling SymbolKit OperatingSystem.swift
[42/50] Compiling SymbolKit Platform.swift
[43/50] Compiling SymbolKit Relationship.swift
[44/50] Compiling SymbolKit RelationshipKind.swift
[45/50] Compiling SymbolKit GraphCollector.swift
[46/50] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[47/50] Compiling SymbolKit UnifiedSymbol.swift
[48/50] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[49/50] Compiling SymbolKit UnifiedSymbolGraph.swift
[50/54] Compiling snippet_extract URL+Status.swift
[51/54] Compiling snippet_extract SymbolGraph+Snippet.swift
[52/54] Emitting module snippet_extract
[53/54] Compiling snippet_extract SnippetBuildCommand.swift
[53/54] Linking snippet-extract
Build complete! (8.75s)
Building for debugging...
Build complete! (0.21s)
    4219
38	/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/parse-community/parse-swift/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/checkout/.docs/parse-community/parse-swift/main
File count: 4219
Doc size:   38.0MB
Preparing doc bundle ...
Uploading dev-parse-community-parse-swift-main-146350f5.zip to s3://spi-docs-inbox/dev-parse-community-parse-swift-main-146350f5.zip
Copying... [10%]
Copying... [21%]
Copying... [31%]
Copying... [40%]
Copying... [50%]
Copying... [61%]
Copying... [70%]
Copying... [80%]
Copying... [91%]
Copying... [100%]
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.