The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ParseSwift with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/parse-community/Parse-Swift.git
Reference: 4.14.2
Cloned https://github.com/parse-community/Parse-Swift.git into spi-builder-workspace
SPI manifest file found: spi-builder-workspace/.spi.yml
SUCCESS checkout https://github.com/parse-community/Parse-Swift.git at 4.14.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/161] Compiling ParseSwift ParseConfiguration.swift
[2/161] Compiling ParseSwift ParseError.swift
[3/161] Compiling ParseSwift ParseField.swift
[4/161] Compiling ParseSwift ParseFieldOptions.swift
[5/161] Compiling ParseSwift ParseFile+async.swift
[6/161] Compiling ParseSwift ParseFile+combine.swift
[7/161] Compiling ParseSwift ParseFile.swift
[8/161] Compiling ParseSwift ParseFileDefaultTransfer.swift
[9/161] Compiling ParseSwift ParseGeoPoint.swift
[10/161] Compiling ParseSwift ParseHealth+async.swift
[11/161] Compiling ParseSwift ParseHealth+combine.swift
[12/161] Compiling ParseSwift ParseHealth.swift
[13/161] Compiling ParseSwift ParseHookFunctionRequest.swift
[14/161] Compiling ParseSwift ParseHookResponse.swift
[15/161] Compiling ParseSwift ParseHookTriggerRequest.swift
[16/161] Compiling ParseSwift ParseKeychainAccessGroup.swift
[17/161] Compiling ParseSwift ParseOperation+async.swift
[18/161] Compiling ParseSwift ParseOperation+combine.swift
[19/161] Compiling ParseSwift ParseOperation.swift
[20/161] Compiling ParseSwift ParsePolygon.swift
[21/161] Compiling ParseSwift ParsePush+async.swift
[22/161] Compiling ParseSwift ParsePush+combine.swift
[23/183] Compiling ParseSwift Parse.swift
[24/183] Compiling ParseSwift ParseConstants.swift
[25/183] Compiling ParseSwift CloudObservable.swift
[26/183] Compiling ParseSwift Deletable.swift
[27/183] Compiling ParseSwift Fetchable.swift
[28/183] Compiling ParseSwift Fileable.swift
[29/183] Compiling ParseSwift Objectable.swift
[30/183] Compiling ParseSwift ParseCloudable+async.swift
[31/183] Compiling ParseSwift ParseCloudable+combine.swift
[32/183] Compiling ParseSwift ParseCloudable.swift
[33/183] Compiling ParseSwift ParseEncodable.swift
[34/183] Compiling ParseSwift ParseFileTransferable.swift
[35/183] Compiling ParseSwift ParseHookFunctionable+async.swift
[36/183] Compiling ParseSwift ParseHookFunctionable+combine.swift
[37/183] Compiling ParseSwift ParseHookFunctionable.swift
[38/183] Compiling ParseSwift ParseHookParametable.swift
[39/183] Compiling ParseSwift ParseHookRequestable+async.swift
[40/183] Compiling ParseSwift ParseHookRequestable+combine.swift
[41/183] Compiling ParseSwift ParseHookRequestable.swift
[42/183] Compiling ParseSwift ParseHookTriggerable+async.swift
[43/183] Compiling ParseSwift ParseHookTriggerable+combine.swift
[44/183] Compiling ParseSwift ParseHookTriggerable.swift
[45/183] Compiling ParseSwift ParseHookable.swift
[46/183] Compiling ParseSwift ParsePushApplePayloadable.swift
[47/183] Compiling ParseSwift ParsePushFirebasePayloadable.swift
[48/183] Compiling ParseSwift ParsePushPayloadable.swift
[49/183] Compiling ParseSwift ParseQueryScorable.swift
[50/183] Compiling ParseSwift ParseTypeable.swift
[51/183] Compiling ParseSwift QueryObservable.swift
[52/183] Compiling ParseSwift Queryable.swift
[53/183] Compiling ParseSwift Savable.swift
[54/183] Compiling ParseSwift KeychainStore.swift
[55/183] Compiling ParseSwift ParseFileManager.swift
[56/183] Compiling ParseSwift ParseKeyValueStore.swift
[57/183] Compiling ParseSwift ParseStorage.swift
[58/183] Compiling ParseSwift SecureStorage.swift
[59/183] Compiling ParseSwift CloudViewModel.swift
[60/183] Compiling ParseSwift ParseACL.swift
[61/183] Compiling ParseSwift ParseAnalytics+async.swift
[62/183] Compiling ParseSwift ParseAnalytics+combine.swift
[63/183] Compiling ParseSwift ParseAnalytics.swift
[64/183] Compiling ParseSwift ParseBytes.swift
[65/183] Compiling ParseSwift ParseCLP.swift
[66/183] Compiling ParseSwift ParseConfig+async.swift
[67/183] Compiling ParseSwift ParseConfig+combine.swift
[68/183] Compiling ParseSwift ParseConfig.swift
[69/183] Emitting module ParseSwift
/host/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,
                     ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                        ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                      ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
/host/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 {
                           ^
/host/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/host/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 {
                         ^
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/host/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 {
                        ^
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
[70/183] Compiling ParseSwift ParseInstagram.swift
[71/183] Compiling ParseSwift ParseLDAP+async.swift
[72/183] Compiling ParseSwift ParseLDAP+combine.swift
[73/183] Compiling ParseSwift ParseLDAP.swift
[74/183] Compiling ParseSwift ParseLinkedIn+async.swift
[75/183] Compiling ParseSwift ParseLinkedIn+combine.swift
[76/183] Compiling ParseSwift ParseLinkedIn.swift
[77/183] Compiling ParseSwift ParseSpotify+async.swift
[78/183] Compiling ParseSwift ParseSpotify+combine.swift
[79/183] Compiling ParseSwift ParseSpotify.swift
[80/183] Compiling ParseSwift ParseTwitter+async.swift
[81/183] Compiling ParseSwift ParseTwitter+combine.swift
[82/183] Compiling ParseSwift ParseTwitter.swift
[83/183] Compiling ParseSwift ParseAnonymous+async.swift
[84/183] Compiling ParseSwift ParseAnonymous+combine.swift
[85/183] Compiling ParseSwift ParseAnonymous.swift
[86/183] Compiling ParseSwift ParseAuthentication+async.swift
[87/183] Compiling ParseSwift ParseAuthentication+combine.swift
[88/183] Compiling ParseSwift ParseAuthentication.swift
[89/183] Compiling ParseSwift AnyCodable.swift
[90/183] Compiling ParseSwift AnyDecodable.swift
[91/183] Compiling ParseSwift AnyEncodable.swift
[92/183] Compiling ParseSwift ParseCoding.swift
[93/183] Compiling ParseSwift ParseEncoder.swift
/host/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 {
                           ^
/host/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:862:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:909:9: warning: default will never be executed
        @unknown default:
        ^
[94/183] Compiling ParseSwift Data.swift
/host/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 {
                           ^
/host/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:862:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:909:9: warning: default will never be executed
        @unknown default:
        ^
[95/183] Compiling ParseSwift Date.swift
/host/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 {
                           ^
/host/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:862:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:909:9: warning: default will never be executed
        @unknown default:
        ^
[96/183] Compiling ParseSwift Dictionary.swift
/host/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 {
                           ^
/host/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:862:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:909:9: warning: default will never be executed
        @unknown default:
        ^
[97/183] Compiling ParseSwift Encodable.swift
/host/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 {
                           ^
/host/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:862:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:909:9: warning: default will never be executed
        @unknown default:
        ^
[98/183] Compiling ParseSwift URLCache.swift
/host/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 {
                           ^
/host/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:862:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:909:9: warning: default will never be executed
        @unknown default:
        ^
[99/183] Compiling ParseSwift URLSession.swift
/host/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 {
                           ^
/host/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:862:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:909:9: warning: default will never be executed
        @unknown default:
        ^
[100/183] Compiling ParseSwift BaseConfig.swift
/host/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 {
                           ^
/host/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:862:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:909:9: warning: default will never be executed
        @unknown default:
        ^
[101/183] Compiling ParseSwift BaseParseInstallation.swift
/host/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 {
                           ^
/host/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:862:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:909:9: warning: default will never be executed
        @unknown default:
        ^
[102/183] Compiling ParseSwift BaseParseUser.swift
/host/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 {
                           ^
/host/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:862:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:909:9: warning: default will never be executed
        @unknown default:
        ^
[103/183] Compiling ParseSwift NoBody.swift
/host/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 {
                           ^
/host/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:862:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:909:9: warning: default will never be executed
        @unknown default:
        ^
[104/183] Compiling ParseSwift LiveQueryConstants.swift
/host/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 {
                           ^
/host/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:862:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:909:9: warning: default will never be executed
        @unknown default:
        ^
[105/183] Compiling ParseSwift LiveQuerySocket.swift
/host/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 {
                           ^
/host/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:862:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:909:9: warning: default will never be executed
        @unknown default:
        ^
[106/183] Compiling ParseSwift Messages.swift
/host/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 {
                           ^
/host/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:862:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:909:9: warning: default will never be executed
        @unknown default:
        ^
[107/183] Compiling ParseSwift Operations.swift
/host/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 {
                           ^
/host/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:862:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:909:9: warning: default will never be executed
        @unknown default:
        ^
[108/183] Compiling ParseSwift ParseLiveQuery+async.swift
/host/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 {
                           ^
/host/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:862:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:909:9: warning: default will never be executed
        @unknown default:
        ^
[109/183] Compiling ParseSwift ParseLiveQuery+combine.swift
/host/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 {
                           ^
/host/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:862:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:909:9: warning: default will never be executed
        @unknown default:
        ^
[110/183] Compiling ParseSwift ParseLiveQuery.swift
/host/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 {
                           ^
/host/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:862:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:909:9: warning: default will never be executed
        @unknown default:
        ^
[111/183] Compiling ParseSwift ParseLiveQueryConstants.swift
/host/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 {
                           ^
/host/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:862:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:909:9: warning: default will never be executed
        @unknown default:
        ^
[112/183] Compiling ParseSwift LiveQuerySocketDelegate.swift
/host/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 {
                           ^
/host/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:862:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:909:9: warning: default will never be executed
        @unknown default:
        ^
[113/183] Compiling ParseSwift LiveQueryable.swift
/host/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 {
                           ^
/host/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:862:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:909:9: warning: default will never be executed
        @unknown default:
        ^
[114/183] Compiling ParseSwift ParseLiveQueryDelegate.swift
/host/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 {
                           ^
/host/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:862:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:909:9: warning: default will never be executed
        @unknown default:
        ^
[115/183] Compiling ParseSwift QuerySubscribable.swift
/host/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 {
                           ^
/host/spi-builder-workspace/Sources/ParseSwift/LiveQuery/LiveQueryConstants.swift:19:19: note: 'T' previously declared here
public enum Event<T: ParseObject>: Equatable {
                  ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:862:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:909:9: warning: default will never be executed
        @unknown default:
        ^
[116/183] Compiling ParseSwift API+BatchCommand.swift
/host/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,
                     ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                        ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                      ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[117/183] Compiling ParseSwift API+Command+async.swift
/host/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,
                     ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                        ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                      ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[118/183] Compiling ParseSwift API+Command.swift
/host/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,
                     ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                        ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                      ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[119/183] Compiling ParseSwift API+NonParseBodyCommand+async.swift
/host/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,
                     ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                        ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                      ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[120/183] Compiling ParseSwift API+NonParseBodyCommand.swift
/host/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,
                     ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                        ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                      ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[121/183] Compiling ParseSwift API.swift
/host/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,
                     ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                        ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                      ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[122/183] Compiling ParseSwift BatchUtils.swift
/host/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,
                     ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                        ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                      ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[123/183] Compiling ParseSwift ParseURLSessionDelegate.swift
/host/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,
                     ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                        ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                      ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[124/183] Compiling ParseSwift Responses.swift
/host/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,
                     ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                        ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                      ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[125/183] Compiling ParseSwift ParseApple+async.swift
/host/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,
                     ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                        ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                      ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[126/183] Compiling ParseSwift ParseApple+combine.swift
/host/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,
                     ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                        ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                      ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[127/183] Compiling ParseSwift ParseApple.swift
/host/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,
                     ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                        ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                      ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[128/183] Compiling ParseSwift ParseFacebook+async.swift
/host/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,
                     ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                        ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                      ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[129/183] Compiling ParseSwift ParseFacebook+combine.swift
/host/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,
                     ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                        ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                      ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[130/183] Compiling ParseSwift ParseFacebook.swift
/host/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,
                     ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                        ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                      ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[131/183] Compiling ParseSwift ParseGitHub+async.swift
/host/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,
                     ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                        ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                      ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[132/183] Compiling ParseSwift ParseGitHub+combine.swift
/host/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,
                     ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                        ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                      ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[133/183] Compiling ParseSwift ParseGitHub.swift
/host/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,
                     ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                        ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                      ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[134/183] Compiling ParseSwift ParseGoogle+async.swift
/host/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,
                     ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                        ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                      ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[135/183] Compiling ParseSwift ParseGoogle+combine.swift
/host/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,
                     ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                        ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                      ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[136/183] Compiling ParseSwift ParseGoogle.swift
/host/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,
                     ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                        ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                      ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[137/183] Compiling ParseSwift ParseInstagram+async.swift
/host/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,
                     ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                        ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                      ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[138/183] Compiling ParseSwift ParseInstagram+combine.swift
/host/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,
                     ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                        ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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,
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                      ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+Command.swift:16:20: note: 'T' previously declared here
    struct Command<T, U>: Encodable where T: ParseEncodable {
                   ^
/host/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 {
                       ^
/host/spi-builder-workspace/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:16:32: note: 'T' previously declared here
    struct NonParseBodyCommand<T, U>: Encodable where T: Encodable {
                               ^
[139/183] Compiling ParseSwift Subscription.swift
[140/183] Compiling ParseSwift SubscriptionCallback.swift
[141/183] Compiling ParseSwift ParseCloudUser.swift
[142/183] Compiling ParseSwift ParseInstallation+async.swift
[143/183] Compiling ParseSwift ParseInstallation+combine.swift
[144/183] Compiling ParseSwift ParseInstallation.swift
[145/183] Compiling ParseSwift ParseObject+async.swift
[146/183] Compiling ParseSwift ParseObject+combine.swift
[147/183] Compiling ParseSwift ParseObject.swift
[148/183] Compiling ParseSwift ParsePushStatusable.swift
[149/183] Compiling ParseSwift ParseRole.swift
[150/183] Compiling ParseSwift ParseSession.swift
[151/183] Compiling ParseSwift ParseUser+async.swift
[152/183] Compiling ParseSwift ParseUser+combine.swift
[153/183] Compiling ParseSwift ParseUser.swift
[154/183] Compiling ParseSwift Add.swift
[155/183] Compiling ParseSwift AddRelation.swift
[156/183] Compiling ParseSwift AddUnique.swift
[157/183] Compiling ParseSwift Delete.swift
[158/183] Compiling ParseSwift Increment.swift
[159/183] Compiling ParseSwift Operation.swift
[160/183] Compiling ParseSwift Remove.swift
[161/183] Compiling ParseSwift RemoveRelation.swift
[162/183] Compiling ParseSwift ParsePush.swift
/host/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 {
                         ^
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/host/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 {
                        ^
/host/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
/host/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 {
                         ^
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/host/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 {
                        ^
/host/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
/host/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 {
                         ^
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/host/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 {
                        ^
/host/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
/host/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 {
                         ^
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/host/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 {
                        ^
/host/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
/host/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 {
                         ^
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/host/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 {
                        ^
/host/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
/host/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 {
                         ^
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/host/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 {
                        ^
/host/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
/host/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 {
                         ^
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/host/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 {
                        ^
/host/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
/host/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 {
                         ^
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/host/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 {
                        ^
/host/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
/host/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 {
                         ^
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/host/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 {
                        ^
/host/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
/host/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 {
                         ^
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/host/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 {
                        ^
/host/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
/host/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 {
                         ^
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/host/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 {
                        ^
/host/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
/host/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 {
                         ^
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/host/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 {
                        ^
/host/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
/host/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 {
                         ^
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/host/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 {
                        ^
/host/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
/host/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 {
                         ^
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/host/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 {
                        ^
/host/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
/host/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 {
                         ^
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/host/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 {
                        ^
/host/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
/host/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 {
                         ^
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/host/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 {
                        ^
/host/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
/host/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 {
                         ^
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/host/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 {
                        ^
/host/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
/host/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 {
                         ^
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/host/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 {
                        ^
/host/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
/host/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 {
                         ^
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/host/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 {
                        ^
/host/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
/host/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 {
                         ^
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/host/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 {
                        ^
/host/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
/host/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 {
                         ^
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/host/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 {
                        ^
/host/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
/host/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 {
                         ^
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:15:21: note: 'T' previously declared here
public struct Query<T>: ParseTypeable where T: ParseObject {
                    ^
/host/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 {
                        ^
/host/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! (28.03s)
Build complete.
Done.

Build Machine: Linux 1