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

The Swift Package Index logo.Swift Package Index

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

Build Information

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

Build Command

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

Build Log

    static func delete<T>(_ object: T) throws -> API.NonParseBodyCommand<NoBody, NoBody> where T: ParseObject {
                       ^
/Users/builder/builds/TDmZkXJm/3/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 {
                               ^
[35/183] Compiling ParseSwift ParseApple+combine.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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 {
                               ^
[36/183] Compiling ParseSwift ParseApple.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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 {
                               ^
[37/183] Compiling ParseSwift ParseFacebook+async.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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 {
                               ^
[38/183] Compiling ParseSwift ParseFacebook+combine.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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 {
                               ^
[39/183] Compiling ParseSwift ParseFacebook.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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 {
                               ^
[40/183] Compiling ParseSwift ParseGitHub+async.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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 {
                               ^
[41/183] Compiling ParseSwift ParseGitHub+combine.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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 {
                               ^
[42/183] Compiling ParseSwift ParseGitHub.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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 {
                               ^
[43/183] Compiling ParseSwift ParseGoogle+async.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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 {
                               ^
[44/183] Compiling ParseSwift ParseGoogle+combine.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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 {
                               ^
[45/183] Compiling ParseSwift ParseGoogle.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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 {
                               ^
[46/183] Compiling ParseSwift ParseInstagram+async.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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 {
                               ^
[47/183] Compiling ParseSwift ParseInstagram+combine.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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 {
                               ^
[48/183] Compiling ParseSwift ParseInstagram.swift
[49/183] Compiling ParseSwift ParseLDAP+async.swift
[50/183] Compiling ParseSwift ParseLDAP+combine.swift
[51/183] Compiling ParseSwift ParseLDAP.swift
[52/183] Compiling ParseSwift ParseLinkedIn+async.swift
[53/183] Compiling ParseSwift ParseLinkedIn+combine.swift
[54/183] Compiling ParseSwift ParseLinkedIn.swift
[55/183] Compiling ParseSwift ParseSpotify+async.swift
[56/183] Compiling ParseSwift ParseSpotify+combine.swift
[57/183] Compiling ParseSwift ParseSpotify.swift
[58/183] Compiling ParseSwift ParseTwitter+async.swift
[59/183] Compiling ParseSwift ParseTwitter+combine.swift
[60/183] Compiling ParseSwift ParseTwitter.swift
[61/183] Compiling ParseSwift ParseAnonymous+async.swift
[62/183] Compiling ParseSwift ParseAnonymous+combine.swift
[63/183] Compiling ParseSwift ParseAnonymous.swift
[64/183] Compiling ParseSwift ParseAuthentication+async.swift
[65/183] Compiling ParseSwift ParseAuthentication+combine.swift
[66/183] Compiling ParseSwift ParseAuthentication.swift
[67/183] Compiling ParseSwift AnyCodable.swift
[68/183] Compiling ParseSwift AnyDecodable.swift
[69/183] Compiling ParseSwift AnyEncodable.swift
[70/183] Compiling ParseSwift ParseCoding.swift
[71/183] Compiling ParseSwift ParsePushApplePayloadable.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Storage/KeychainStore.swift:392:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
            return try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[72/183] Compiling ParseSwift ParsePushFirebasePayloadable.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Storage/KeychainStore.swift:392:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
            return try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[73/183] Compiling ParseSwift ParsePushPayloadable.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Storage/KeychainStore.swift:392:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
            return try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[74/183] Compiling ParseSwift ParseQueryScorable.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Storage/KeychainStore.swift:392:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
            return try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[75/183] Compiling ParseSwift ParseTypeable.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Storage/KeychainStore.swift:392:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
            return try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[76/183] Compiling ParseSwift QueryObservable.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Storage/KeychainStore.swift:392:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
            return try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[77/183] Compiling ParseSwift Queryable.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Storage/KeychainStore.swift:392:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
            return try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[78/183] Compiling ParseSwift Savable.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Storage/KeychainStore.swift:392:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
            return try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[79/183] Compiling ParseSwift KeychainStore.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Storage/KeychainStore.swift:392:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
            return try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[80/183] Compiling ParseSwift ParseFileManager.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Storage/KeychainStore.swift:392:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
            return try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[81/183] Compiling ParseSwift ParseKeyValueStore.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Storage/KeychainStore.swift:392:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
            return try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[82/183] Compiling ParseSwift ParseStorage.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Storage/KeychainStore.swift:392:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
            return try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[83/183] Compiling ParseSwift SecureStorage.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Storage/KeychainStore.swift:392:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
            return try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[84/183] Compiling ParseSwift CloudViewModel.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Storage/KeychainStore.swift:392:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
            return try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[85/183] Compiling ParseSwift ParseACL.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Storage/KeychainStore.swift:392:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
            return try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[86/183] Compiling ParseSwift ParseAnalytics+async.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Storage/KeychainStore.swift:392:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
            return try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[87/183] Compiling ParseSwift ParseAnalytics+combine.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Storage/KeychainStore.swift:392:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
            return try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[88/183] Compiling ParseSwift ParseAnalytics.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Storage/KeychainStore.swift:392:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
            return try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[89/183] Compiling ParseSwift ParseBytes.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Storage/KeychainStore.swift:392:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
            return try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[90/183] Compiling ParseSwift ParseCLP.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Storage/KeychainStore.swift:392:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
            return try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[91/183] Compiling ParseSwift ParseConfig+async.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Storage/KeychainStore.swift:392:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
            return try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[92/183] Compiling ParseSwift ParseConfig+combine.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Storage/KeychainStore.swift:392:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
            return try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[93/183] Compiling ParseSwift ParseConfig.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Storage/KeychainStore.swift:392:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
            return try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[94/183] Compiling ParseSwift ParseEncoder.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/183] Compiling ParseSwift Data.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/183] Compiling ParseSwift Date.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[97/183] Compiling ParseSwift Dictionary.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[98/183] Compiling ParseSwift Encodable.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[99/183] Compiling ParseSwift URLCache.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[100/183] Compiling ParseSwift URLSession.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[101/183] Compiling ParseSwift BaseConfig.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[102/183] Compiling ParseSwift BaseParseInstallation.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[103/183] Compiling ParseSwift BaseParseUser.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[104/183] Compiling ParseSwift NoBody.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[105/183] Compiling ParseSwift LiveQueryConstants.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[106/183] Compiling ParseSwift LiveQuerySocket.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[107/183] Compiling ParseSwift Messages.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[108/183] Compiling ParseSwift Operations.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[109/183] Compiling ParseSwift ParseLiveQuery+async.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[110/183] Compiling ParseSwift ParseLiveQuery+combine.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[111/183] Compiling ParseSwift ParseLiveQuery.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[112/183] Compiling ParseSwift ParseLiveQueryConstants.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[113/183] Compiling ParseSwift LiveQuerySocketDelegate.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[114/183] Compiling ParseSwift LiveQueryable.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[115/183] Compiling ParseSwift ParseLiveQueryDelegate.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[116/183] Compiling ParseSwift QuerySubscribable.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[117/183] Compiling ParseSwift ParseConfiguration.swift
[118/183] Compiling ParseSwift ParseError.swift
[119/183] Compiling ParseSwift ParseField.swift
[120/183] Compiling ParseSwift ParseFieldOptions.swift
[121/183] Compiling ParseSwift ParseFile+async.swift
[122/183] Compiling ParseSwift ParseFile+combine.swift
[123/183] Compiling ParseSwift ParseFile.swift
[124/183] Compiling ParseSwift ParseFileDefaultTransfer.swift
[125/183] Compiling ParseSwift ParseGeoPoint.swift
[126/183] Compiling ParseSwift ParseHealth+async.swift
[127/183] Compiling ParseSwift ParseHealth+combine.swift
[128/183] Compiling ParseSwift ParseHealth.swift
[129/183] Compiling ParseSwift ParseHookFunctionRequest.swift
[130/183] Compiling ParseSwift ParseHookResponse.swift
[131/183] Compiling ParseSwift ParseHookTriggerRequest.swift
[132/183] Compiling ParseSwift ParseKeychainAccessGroup.swift
[133/183] Compiling ParseSwift ParseOperation+async.swift
[134/183] Compiling ParseSwift ParseOperation+combine.swift
[135/183] Compiling ParseSwift ParseOperation.swift
[136/183] Compiling ParseSwift ParsePolygon.swift
[137/183] Compiling ParseSwift ParsePush+async.swift
[138/183] Compiling ParseSwift ParsePush+combine.swift
[139/183] Compiling ParseSwift Subscription.swift
[140/183] Compiling ParseSwift SubscriptionCallback.swift
[141/183] Compiling ParseSwift ParseCloudUser.swift
[142/183] Compiling ParseSwift ParseInstallation+async.swift
[143/183] Compiling ParseSwift ParseInstallation+combine.swift
[144/183] Compiling ParseSwift ParseInstallation.swift
[145/183] Compiling ParseSwift ParseObject+async.swift
[146/183] Compiling ParseSwift ParseObject+combine.swift
[147/183] Compiling ParseSwift ParseObject.swift
[148/183] Compiling ParseSwift ParsePushStatusable.swift
[149/183] Compiling ParseSwift ParseRole.swift
[150/183] Compiling ParseSwift ParseSession.swift
[151/183] Compiling ParseSwift ParseUser+async.swift
[152/183] Compiling ParseSwift ParseUser+combine.swift
[153/183] Compiling ParseSwift ParseUser.swift
[154/183] Compiling ParseSwift Add.swift
[155/183] Compiling ParseSwift AddRelation.swift
[156/183] Compiling ParseSwift AddUnique.swift
[157/183] Compiling ParseSwift Delete.swift
[158/183] Compiling ParseSwift Increment.swift
[159/183] Compiling ParseSwift Operation.swift
[160/183] Compiling ParseSwift Remove.swift
[161/183] Compiling ParseSwift RemoveRelation.swift
[162/183] Compiling ParseSwift ParsePush.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[163/183] Compiling ParseSwift ParsePushAppleAlert.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[164/183] Compiling ParseSwift ParsePushAppleSound.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[165/183] Compiling ParseSwift ParsePushPayloadApple.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[166/183] Compiling ParseSwift ParsePushFirebaseNotification.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[167/183] Compiling ParseSwift ParsePushPayloadFirebase.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[168/183] Compiling ParseSwift ParsePushPayloadAny.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[169/183] Compiling ParseSwift ParsePushStatus.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[170/183] Compiling ParseSwift ParseRelation.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[171/183] Compiling ParseSwift ParseSchema+async.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[172/183] Compiling ParseSwift ParseSchema+combine.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[173/183] Compiling ParseSwift ParseSchema.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[174/183] Compiling ParseSwift ParseVersion.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[175/183] Compiling ParseSwift Pointer+async.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[176/183] Compiling ParseSwift Pointer+combine.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[177/183] Compiling ParseSwift Pointer.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[178/183] Compiling ParseSwift Query+async.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[179/183] Compiling ParseSwift Query+combine.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[180/183] Compiling ParseSwift Query.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[181/183] Compiling ParseSwift QueryConstraint.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[182/183] Compiling ParseSwift QueryViewModel.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[183/183] Compiling ParseSwift QueryWhere.swift
/Users/builder/builds/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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/TDmZkXJm/3/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/TDmZkXJm/3/finestructure/swiftpackageindex-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! (18.60s)
Build complete.
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/checkout/.docs/parse-community/parse-swift/4.14.2
Repository:               parse-community/Parse-Swift
Swift version used:       5.9
Target:                   ParseSwift
Generating documentation for 'ParseSwift'...
Converting documentation...
Conversion complete! (0.89s)
Generated DocC archive at '/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/parse-community/parse-swift/4.14.2'
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetched https://github.com/apple/swift-docc-plugin (0.29s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.04s)
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetched https://github.com/apple/swift-docc-symbolkit (0.77s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.04s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Building for debugging...
[1/45] Emitting module Snippets
[2/45] Compiling Snippets Snippet.swift
[3/45] Compiling Snippets SnippetParser.swift
[4/45] Compiling SymbolKit SPI.swift
[5/45] Compiling SymbolKit Snippet.swift
[6/45] Compiling SymbolKit Extension.swift
[7/45] Compiling SymbolKit GenericConstraint.swift
[8/45] Compiling SymbolKit GenericParameter.swift
[9/50] Compiling SymbolKit FunctionSignature.swift
[10/50] Compiling SymbolKit Identifier.swift
[11/50] Compiling SymbolKit KindIdentifier.swift
[12/50] Compiling SymbolKit Location.swift
[13/50] Compiling SymbolKit Mutability.swift
[14/50] Compiling SymbolKit Names.swift
[15/50] Compiling SymbolKit Mixin+Equals.swift
[16/50] Compiling SymbolKit Mixin+Hash.swift
[17/50] Compiling SymbolKit Mixin.swift
[18/50] Compiling SymbolKit LineList.swift
[19/50] Compiling SymbolKit Position.swift
[20/50] Compiling SymbolKit SourceRange.swift
[21/50] Compiling SymbolKit SourceOrigin.swift
[22/50] Compiling SymbolKit GenericConstraints.swift
[23/50] Compiling SymbolKit Swift.swift
[24/50] Compiling SymbolKit SemanticVersion.swift
[25/50] Compiling SymbolKit AccessControl.swift
[26/50] Compiling SymbolKit Availability.swift
[27/50] Compiling SymbolKit AvailabilityItem.swift
[28/50] Compiling SymbolKit Domain.swift
[29/50] Compiling SymbolKit DeclarationFragments.swift
[30/50] Compiling SymbolKit Fragment.swift
[31/50] Compiling SymbolKit FragmentKind.swift
[32/50] Compiling SymbolKit FunctionParameter.swift
[33/50] Compiling SymbolKit Generics.swift
[34/50] Compiling SymbolKit Namespace.swift
[35/50] Compiling SymbolKit Symbol.swift
[36/50] Compiling SymbolKit SymbolKind.swift
[37/50] Compiling SymbolKit SymbolGraph.swift
[38/50] Emitting module SymbolKit
[39/50] Compiling SymbolKit Metadata.swift
[40/50] Compiling SymbolKit Module.swift
[41/50] Compiling SymbolKit OperatingSystem.swift
[42/50] Compiling SymbolKit Platform.swift
[43/50] Compiling SymbolKit Relationship.swift
[44/50] Compiling SymbolKit RelationshipKind.swift
[45/50] Compiling SymbolKit GraphCollector.swift
[46/50] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[47/50] Compiling SymbolKit UnifiedSymbol.swift
[48/50] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[49/50] Compiling SymbolKit UnifiedSymbolGraph.swift
[50/54] Compiling snippet_extract SnippetBuildCommand.swift
[51/54] Compiling snippet_extract SymbolGraph+Snippet.swift
[52/54] Compiling snippet_extract URL+Status.swift
[53/54] Emitting module snippet_extract
[53/54] Linking snippet-extract
Build complete! (3.67s)
Building for debugging...
Build complete! (0.12s)
    4219
38	/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/parse-community/parse-swift/4.14.2
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/checkout/.docs/parse-community/parse-swift/4.14.2
File count: 4219
Doc size:   38.0MB
Preparing doc bundle ...
Uploading dev-parse-community-parse-swift-4.14.2-ec30e1d6.zip to s3://spi-docs-inbox/dev-parse-community-parse-swift-4.14.2-ec30e1d6.zip
Copying... [10%]
Copying... [20%]
Copying... [31%]
Copying... [40%]
Copying... [50%]
Copying... [61%]
Copying... [71%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.