The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ParseSwift with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                               ^
[58/185] Compiling ParseSwift ParseApple+async.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                               ^
[59/185] Compiling ParseSwift ParseApple+combine.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                               ^
[60/185] Compiling ParseSwift ParseApple.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                               ^
[61/185] Compiling ParseSwift ParseFacebook+async.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                               ^
[62/185] Compiling ParseSwift ParseFacebook+combine.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                               ^
[63/185] Compiling ParseSwift ParseFacebook.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                               ^
[64/185] Compiling ParseSwift ParseGitHub+async.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                               ^
[65/185] Compiling ParseSwift ParseGitHub+combine.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                               ^
[66/185] Compiling ParseSwift ParseGitHub.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                               ^
[67/185] Compiling ParseSwift ParseGoogle+async.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                               ^
[68/185] Compiling ParseSwift ParseGoogle+combine.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                               ^
[69/185] Compiling ParseSwift ParseGoogle.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                               ^
[70/185] Compiling ParseSwift ParseInstagram+async.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                               ^
[71/185] Compiling ParseSwift ParseInstagram+combine.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                               ^
[72/185] Compiling ParseSwift ParseEncoder.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                    ^
[73/185] Compiling ParseSwift Data.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                    ^
[74/185] Compiling ParseSwift Date.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                    ^
[75/185] Compiling ParseSwift Dictionary.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                    ^
[76/185] Compiling ParseSwift Encodable.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                    ^
[77/185] Compiling ParseSwift URLCache.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                    ^
[78/185] Compiling ParseSwift URLSession.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                    ^
[79/185] Compiling ParseSwift BaseConfig.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                    ^
[80/185] Compiling ParseSwift BaseParseInstallation.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                    ^
[81/185] Compiling ParseSwift BaseParseUser.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                    ^
[82/185] Compiling ParseSwift NoBody.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                    ^
[83/185] Compiling ParseSwift LiveQueryConstants.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                    ^
[84/185] Compiling ParseSwift LiveQuerySocket.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                    ^
[85/185] Compiling ParseSwift Messages.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                    ^
[86/185] Compiling ParseSwift Operations.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                    ^
[87/185] Compiling ParseSwift ParseLiveQuery+async.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                    ^
[88/185] Compiling ParseSwift ParseLiveQuery+combine.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                    ^
[89/185] Compiling ParseSwift ParseLiveQuery.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                    ^
[90/185] Compiling ParseSwift ParseLiveQueryConstants.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                    ^
[91/185] Compiling ParseSwift LiveQuerySocketDelegate.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                    ^
[92/185] Compiling ParseSwift LiveQueryable.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                    ^
[93/185] Compiling ParseSwift ParseLiveQueryDelegate.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                    ^
[94/185] Compiling ParseSwift QuerySubscribable.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                    ^
[95/185] Emitting module ParseSwift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                               ^
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                    ^
[96/185] Compiling ParseSwift Parse.swift
[97/185] Compiling ParseSwift ParseConstants.swift
[98/185] Compiling ParseSwift CloudObservable.swift
[99/185] Compiling ParseSwift Deletable.swift
[100/185] Compiling ParseSwift Fetchable.swift
[101/185] Compiling ParseSwift Fileable.swift
[102/185] Compiling ParseSwift Objectable.swift
[103/185] Compiling ParseSwift ParseCloudable+async.swift
[104/185] Compiling ParseSwift ParseCloudable+combine.swift
[105/185] Compiling ParseSwift ParseCloudable.swift
[106/185] Compiling ParseSwift ParseEncodable.swift
[107/185] Compiling ParseSwift ParseFileTransferable.swift
[108/185] Compiling ParseSwift ParseHookFunctionable+async.swift
[109/185] Compiling ParseSwift ParseHookFunctionable+combine.swift
[110/185] Compiling ParseSwift ParseHookFunctionable.swift
[111/185] Compiling ParseSwift ParseHookParametable.swift
[112/185] Compiling ParseSwift ParseHookRequestable+async.swift
[113/185] Compiling ParseSwift ParseHookRequestable+combine.swift
[114/185] Compiling ParseSwift ParseHookRequestable.swift
[115/185] Compiling ParseSwift ParseHookTriggerable+async.swift
[116/185] Compiling ParseSwift ParseHookTriggerable+combine.swift
[117/185] Compiling ParseSwift ParseHookTriggerable.swift
[118/185] Compiling ParseSwift ParseHookable.swift
[119/185] Compiling ParseSwift Subscription.swift
[120/185] Compiling ParseSwift SubscriptionCallback.swift
[121/185] Compiling ParseSwift ParseCloudUser.swift
[122/185] Compiling ParseSwift ParseInstallation+async.swift
[123/185] Compiling ParseSwift ParseInstallation+combine.swift
[124/185] Compiling ParseSwift ParseInstallation.swift
[125/185] Compiling ParseSwift ParseObject+async.swift
[126/185] Compiling ParseSwift ParseObject+combine.swift
[127/185] Compiling ParseSwift ParseObject.swift
[128/185] Compiling ParseSwift ParsePushStatusable.swift
[129/185] Compiling ParseSwift ParseRole.swift
[130/185] Compiling ParseSwift ParseSession.swift
[131/185] Compiling ParseSwift ParseUser+async.swift
[132/185] Compiling ParseSwift ParseUser+combine.swift
[133/185] Compiling ParseSwift ParseUser.swift
[134/185] Compiling ParseSwift Add.swift
[135/185] Compiling ParseSwift AddRelation.swift
[136/185] Compiling ParseSwift AddUnique.swift
[137/185] Compiling ParseSwift Delete.swift
[138/185] Compiling ParseSwift Increment.swift
[139/185] Compiling ParseSwift Operation.swift
[140/185] Compiling ParseSwift Remove.swift
[141/185] Compiling ParseSwift RemoveRelation.swift
[142/185] Compiling ParseSwift ParseConfiguration.swift
[143/185] Compiling ParseSwift ParseError.swift
[144/185] Compiling ParseSwift ParseField.swift
[145/185] Compiling ParseSwift ParseFieldOptions.swift
[146/185] Compiling ParseSwift ParseFile+async.swift
[147/185] Compiling ParseSwift ParseFile+combine.swift
[148/185] Compiling ParseSwift ParseFile.swift
[149/185] Compiling ParseSwift ParseFileDefaultTransfer.swift
[150/185] Compiling ParseSwift ParseGeoPoint.swift
[151/185] Compiling ParseSwift ParseHealth+async.swift
[152/185] Compiling ParseSwift ParseHealth+combine.swift
[153/185] Compiling ParseSwift ParseHealth.swift
[154/185] Compiling ParseSwift ParseHookFunctionRequest.swift
[155/185] Compiling ParseSwift ParseHookResponse.swift
[156/185] Compiling ParseSwift ParseHookTriggerRequest.swift
[157/185] Compiling ParseSwift ParseKeychainAccessGroup.swift
[158/185] Compiling ParseSwift ParseOperation+async.swift
[159/185] Compiling ParseSwift ParseOperation+combine.swift
[160/185] Compiling ParseSwift ParseOperation.swift
[161/185] Compiling ParseSwift ParsePolygon.swift
[162/185] Compiling ParseSwift ParsePush+async.swift
[163/185] Compiling ParseSwift ParsePush+combine.swift
[164/185] Compiling ParseSwift ParsePush.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/185] Compiling ParseSwift ParsePushAppleAlert.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/185] Compiling ParseSwift ParsePushAppleSound.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/185] Compiling ParseSwift ParsePushPayloadApple.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/185] Compiling ParseSwift ParsePushFirebaseNotification.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/185] Compiling ParseSwift ParsePushPayloadFirebase.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/185] Compiling ParseSwift ParsePushPayloadAny.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/185] Compiling ParseSwift ParsePushStatus.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/185] Compiling ParseSwift ParseRelation.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/185] Compiling ParseSwift ParseSchema+async.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/185] Compiling ParseSwift ParseSchema+combine.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/185] Compiling ParseSwift ParseSchema.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/185] Compiling ParseSwift ParseVersion.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/185] Compiling ParseSwift Pointer+async.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/185] Compiling ParseSwift Pointer+combine.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/185] Compiling ParseSwift Pointer.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/185] Compiling ParseSwift Query+async.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/185] Compiling ParseSwift Query+combine.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/185] Compiling ParseSwift Query.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/185] Compiling ParseSwift QueryConstraint.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                    ^
[184/185] Compiling ParseSwift QueryViewModel.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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 {
                    ^
[185/185] Compiling ParseSwift QueryWhere.swift
/Users/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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/builder/builds/UKfvDsi8u/2/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! (7.80s)
Build complete.
Done.

Build Machine: Mac 7