The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ParseSwift, reference main (58cbb9), with Swift 6.0 for Linux on 28 Apr 2026 05:32:49 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/netreconlab/Parse-Swift.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/netreconlab/Parse-Swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 58cbb90 Upgrade actions/checkout to v6
Cloned https://github.com/netreconlab/Parse-Swift.git
Revision (git rev-parse @):
58cbb9016d5ecf531062f555e204ccd2a6f54153
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/netreconlab/Parse-Swift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/netreconlab/Parse-Swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:6ccbc5e7995f6c524368c1828f9c677d1727c16390a603fc668217aec5f5123a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[1/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/164] Compiling ParseSwift ParseInstagram.swift
[5/164] Compiling ParseSwift ParseLDAP+async.swift
[6/164] Compiling ParseSwift ParseLDAP+combine.swift
[7/164] Compiling ParseSwift ParseLDAP.swift
[8/164] Compiling ParseSwift ParseLinkedIn+async.swift
[9/164] Compiling ParseSwift ParseLinkedIn+combine.swift
[10/164] Compiling ParseSwift ParseLinkedIn.swift
[11/164] Compiling ParseSwift ParseSpotify+async.swift
[12/164] Compiling ParseSwift ParseSpotify+combine.swift
[13/164] Compiling ParseSwift ParseSpotify.swift
[14/164] Compiling ParseSwift ParseTwitter+async.swift
[15/164] Compiling ParseSwift ParseTwitter+combine.swift
[16/164] Compiling ParseSwift ParseTwitter.swift
[17/164] Compiling ParseSwift ParseAnonymous+async.swift
[18/164] Compiling ParseSwift ParseAnonymous+combine.swift
[19/164] Compiling ParseSwift ParseAnonymous.swift
[20/164] Compiling ParseSwift ParseAuthentication+async.swift
[21/164] Compiling ParseSwift ParseAuthentication+combine.swift
[22/164] Compiling ParseSwift ParseAuthentication.swift
[23/164] Compiling ParseSwift AnyCodable.swift
[24/164] Compiling ParseSwift AnyDecodable.swift
[25/164] Compiling ParseSwift AnyEncodable.swift
[26/164] Compiling ParseSwift ParseCoding.swift
[27/164] Compiling ParseSwift API+BatchCommand.swift
[28/164] Compiling ParseSwift API+Command+async.swift
[29/164] Compiling ParseSwift API+Command.swift
[30/164] Compiling ParseSwift API+NonParseBodyCommand+async.swift
[31/164] Compiling ParseSwift API+NonParseBodyCommand.swift
[32/164] Compiling ParseSwift API.swift
[33/164] Compiling ParseSwift BatchUtils.swift
[34/164] Compiling ParseSwift ParseURLSessionDelegate.swift
[35/164] Compiling ParseSwift Responses.swift
[36/164] Compiling ParseSwift ParseApple+async.swift
[37/164] Compiling ParseSwift ParseApple+combine.swift
[38/164] Compiling ParseSwift ParseApple.swift
[39/164] Compiling ParseSwift ParseFacebook+async.swift
[40/164] Compiling ParseSwift ParseFacebook+combine.swift
[41/164] Compiling ParseSwift ParseFacebook.swift
[42/164] Compiling ParseSwift ParseGitHub+async.swift
[43/164] Compiling ParseSwift ParseGitHub+combine.swift
[44/164] Compiling ParseSwift ParseGitHub.swift
[45/164] Compiling ParseSwift ParseGoogle+async.swift
[46/164] Compiling ParseSwift ParseGoogle+combine.swift
[47/164] Compiling ParseSwift ParseGoogle.swift
[48/164] Compiling ParseSwift ParseInstagram+async.swift
[49/164] Compiling ParseSwift ParseInstagram+combine.swift
[50/164] Emitting module ParseSwift
[51/164] Compiling ParseSwift ParseEncoder.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:943:9: warning: default will never be executed
 941 |             // We can pop because the closure encoded something.
 942 |             return self.storage.popContainer()
 943 |         default:
     |         `- warning: default will never be executed
 944 |             fatalError("Unhandled")
 945 |         }
[52/164] Compiling ParseSwift AnyHashable.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:943:9: warning: default will never be executed
 941 |             // We can pop because the closure encoded something.
 942 |             return self.storage.popContainer()
 943 |         default:
     |         `- warning: default will never be executed
 944 |             fatalError("Unhandled")
 945 |         }
[53/164] Compiling ParseSwift Data.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:943:9: warning: default will never be executed
 941 |             // We can pop because the closure encoded something.
 942 |             return self.storage.popContainer()
 943 |         default:
     |         `- warning: default will never be executed
 944 |             fatalError("Unhandled")
 945 |         }
[54/164] Compiling ParseSwift Date.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:943:9: warning: default will never be executed
 941 |             // We can pop because the closure encoded something.
 942 |             return self.storage.popContainer()
 943 |         default:
     |         `- warning: default will never be executed
 944 |             fatalError("Unhandled")
 945 |         }
[55/164] Compiling ParseSwift Dictionary.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:943:9: warning: default will never be executed
 941 |             // We can pop because the closure encoded something.
 942 |             return self.storage.popContainer()
 943 |         default:
     |         `- warning: default will never be executed
 944 |             fatalError("Unhandled")
 945 |         }
[56/164] Compiling ParseSwift Encodable.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:943:9: warning: default will never be executed
 941 |             // We can pop because the closure encoded something.
 942 |             return self.storage.popContainer()
 943 |         default:
     |         `- warning: default will never be executed
 944 |             fatalError("Unhandled")
 945 |         }
[57/164] Compiling ParseSwift InputStream.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:943:9: warning: default will never be executed
 941 |             // We can pop because the closure encoded something.
 942 |             return self.storage.popContainer()
 943 |         default:
     |         `- warning: default will never be executed
 944 |             fatalError("Unhandled")
 945 |         }
[58/164] Compiling ParseSwift JSONEncoder+ParseEncoder.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:943:9: warning: default will never be executed
 941 |             // We can pop because the closure encoded something.
 942 |             return self.storage.popContainer()
 943 |         default:
     |         `- warning: default will never be executed
 944 |             fatalError("Unhandled")
 945 |         }
[59/164] Compiling ParseSwift URLCache.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:943:9: warning: default will never be executed
 941 |             // We can pop because the closure encoded something.
 942 |             return self.storage.popContainer()
 943 |         default:
     |         `- warning: default will never be executed
 944 |             fatalError("Unhandled")
 945 |         }
[60/164] Compiling ParseSwift URLSession.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:943:9: warning: default will never be executed
 941 |             // We can pop because the closure encoded something.
 942 |             return self.storage.popContainer()
 943 |         default:
     |         `- warning: default will never be executed
 944 |             fatalError("Unhandled")
 945 |         }
[61/164] Compiling ParseSwift BaseConfig.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:943:9: warning: default will never be executed
 941 |             // We can pop because the closure encoded something.
 942 |             return self.storage.popContainer()
 943 |         default:
     |         `- warning: default will never be executed
 944 |             fatalError("Unhandled")
 945 |         }
[62/164] Compiling ParseSwift BaseParseInstallation.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:943:9: warning: default will never be executed
 941 |             // We can pop because the closure encoded something.
 942 |             return self.storage.popContainer()
 943 |         default:
     |         `- warning: default will never be executed
 944 |             fatalError("Unhandled")
 945 |         }
[63/164] Compiling ParseSwift BaseParseUser.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:943:9: warning: default will never be executed
 941 |             // We can pop because the closure encoded something.
 942 |             return self.storage.popContainer()
 943 |         default:
     |         `- warning: default will never be executed
 944 |             fatalError("Unhandled")
 945 |         }
[64/164] Compiling ParseSwift NoBody.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:943:9: warning: default will never be executed
 941 |             // We can pop because the closure encoded something.
 942 |             return self.storage.popContainer()
 943 |         default:
     |         `- warning: default will never be executed
 944 |             fatalError("Unhandled")
 945 |         }
[65/164] Compiling ParseSwift LiveQueryConstants.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:943:9: warning: default will never be executed
 941 |             // We can pop because the closure encoded something.
 942 |             return self.storage.popContainer()
 943 |         default:
     |         `- warning: default will never be executed
 944 |             fatalError("Unhandled")
 945 |         }
[66/164] Compiling ParseSwift LiveQuerySocket.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:943:9: warning: default will never be executed
 941 |             // We can pop because the closure encoded something.
 942 |             return self.storage.popContainer()
 943 |         default:
     |         `- warning: default will never be executed
 944 |             fatalError("Unhandled")
 945 |         }
[67/164] Compiling ParseSwift Messages.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:943:9: warning: default will never be executed
 941 |             // We can pop because the closure encoded something.
 942 |             return self.storage.popContainer()
 943 |         default:
     |         `- warning: default will never be executed
 944 |             fatalError("Unhandled")
 945 |         }
[68/164] Compiling ParseSwift Operations.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:943:9: warning: default will never be executed
 941 |             // We can pop because the closure encoded something.
 942 |             return self.storage.popContainer()
 943 |         default:
     |         `- warning: default will never be executed
 944 |             fatalError("Unhandled")
 945 |         }
[69/164] Compiling ParseSwift ParseLiveQuery+LiveQuerySocketDelegate.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:943:9: warning: default will never be executed
 941 |             // We can pop because the closure encoded something.
 942 |             return self.storage.popContainer()
 943 |         default:
     |         `- warning: default will never be executed
 944 |             fatalError("Unhandled")
 945 |         }
[70/164] Compiling ParseSwift ParseLiveQuery+async.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:943:9: warning: default will never be executed
 941 |             // We can pop because the closure encoded something.
 942 |             return self.storage.popContainer()
 943 |         default:
     |         `- warning: default will never be executed
 944 |             fatalError("Unhandled")
 945 |         }
[71/164] Compiling ParseSwift ParseLiveQuery+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:943:9: warning: default will never be executed
 941 |             // We can pop because the closure encoded something.
 942 |             return self.storage.popContainer()
 943 |         default:
     |         `- warning: default will never be executed
 944 |             fatalError("Unhandled")
 945 |         }
[72/164] Compiling ParseSwift ParseLiveQuery.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:943:9: warning: default will never be executed
 941 |             // We can pop because the closure encoded something.
 942 |             return self.storage.popContainer()
 943 |         default:
     |         `- warning: default will never be executed
 944 |             fatalError("Unhandled")
 945 |         }
[73/164] Compiling ParseSwift LiveQuerySocketDelegate.swift
/host/spi-builder-workspace/Sources/ParseSwift/Coding/ParseEncoder.swift:943:9: warning: default will never be executed
 941 |             // We can pop because the closure encoded something.
 942 |             return self.storage.popContainer()
 943 |         default:
     |         `- warning: default will never be executed
 944 |             fatalError("Unhandled")
 945 |         }
[74/164] Compiling ParseSwift ParseOperationAddUnique.swift
[75/164] Compiling ParseSwift ParseOperationBatch.swift
[76/164] Compiling ParseSwift ParseOperationCommand.swift
[77/164] Compiling ParseSwift ParseOperationDelete.swift
[78/164] Compiling ParseSwift ParseOperationIncrement.swift
[79/164] Compiling ParseSwift ParseOperationIncrementDouble.swift
[80/164] Compiling ParseSwift ParseOperationRemove.swift
[81/164] Compiling ParseSwift ParseOperationRemoveRelation.swift
[82/164] Compiling ParseSwift ParseACL.swift
[83/164] Compiling ParseSwift ParseAnalytics+async.swift
[84/164] Compiling ParseSwift ParseAnalytics+combine.swift
[85/164] Compiling ParseSwift ParseAnalytics.swift
[86/164] Compiling ParseSwift ParseBytes.swift
[87/164] Compiling ParseSwift ParseCLP.swift
[88/164] Compiling ParseSwift ParseConfigCodable+async.swift
[89/164] Compiling ParseSwift ParseConfigCodable+combine.swift
[90/164] Compiling ParseSwift ParseConfigCodable.swift
[91/164] Compiling ParseSwift ParseConfiguration.swift
[92/164] Compiling ParseSwift ParseError.swift
[93/164] Compiling ParseSwift ParseField.swift
[94/164] Compiling ParseSwift ParseFieldOptions.swift
[95/164] Compiling ParseSwift ParseFile+async.swift
[96/164] Compiling ParseSwift ParseHookable.swift
[97/164] Compiling ParseSwift ParseOperationable.swift
[98/164] Compiling ParseSwift ParsePointerable+async.swift
[99/164] Compiling ParseSwift ParsePointerable+combine.swift
[100/164] Compiling ParseSwift ParsePointerable.swift
[101/164] Compiling ParseSwift ParsePushApplePayloadable.swift
[102/164] Compiling ParseSwift ParsePushFirebasePayloadable.swift
[103/164] Compiling ParseSwift ParsePushPayloadable.swift
[104/164] Compiling ParseSwift ParseQueryScorable.swift
[105/164] Compiling ParseSwift ParseRelationOperationable.swift
[106/164] Compiling ParseSwift ParseTypeable.swift
[107/164] Compiling ParseSwift QueryObservable.swift
[108/164] Compiling ParseSwift Queryable.swift
[109/164] Compiling ParseSwift Savable.swift
[110/164] Compiling ParseSwift InMemoryPrimitiveStore.swift
[111/164] Compiling ParseSwift KeychainStore.swift
[112/164] Compiling ParseSwift ParseFileManager.swift
[113/164] Compiling ParseSwift ParsePrimitiveStorable.swift
[114/164] Compiling ParseSwift ParseStorage.swift
[115/164] Compiling ParseSwift SecureStorable.swift
[116/164] Compiling ParseSwift CloudViewModel.swift
[117/164] Compiling ParseSwift ParseOperationAdd.swift
[118/164] Compiling ParseSwift ParseOperationAddRelation.swift
[119/164] Compiling ParseSwift Deletable.swift
[120/164] Compiling ParseSwift Fetchable.swift
[121/164] Compiling ParseSwift Fileable.swift
[122/164] Compiling ParseSwift Objectable.swift
[123/164] Compiling ParseSwift ParseCloudable+async.swift
[124/164] Compiling ParseSwift ParseCloudable+combine.swift
[125/164] Compiling ParseSwift ParseCloudable.swift
[126/164] Compiling ParseSwift ParseConfig+async.swift
[127/164] Compiling ParseSwift ParseConfig+combine.swift
[128/164] Compiling ParseSwift ParseConfig.swift
[129/164] Compiling ParseSwift ParseEncodable.swift
[130/164] Compiling ParseSwift ParseFileTransferable.swift
[131/164] Compiling ParseSwift ParseHookFunctionable+async.swift
[132/164] Compiling ParseSwift ParseHookFunctionable+combine.swift
[133/164] Compiling ParseSwift ParseHookFunctionable.swift
[134/164] Compiling ParseSwift ParseHookParametable.swift
[135/164] Compiling ParseSwift ParseHookRequestable+async.swift
[136/164] Compiling ParseSwift ParseHookRequestable+combine.swift
[137/164] Compiling ParseSwift ParseHookRequestable.swift
[138/164] Compiling ParseSwift ParseHookTriggerRequestable.swift
[139/164] Compiling ParseSwift ParseHookTriggerable+async.swift
[140/164] Compiling ParseSwift ParseHookTriggerable+combine.swift
[141/164] Compiling ParseSwift ParseHookTriggerable.swift
[142/208] Compiling ParseSwift LiveQueryable.swift
[143/208] Compiling ParseSwift ParseLiveQueryDelegate.swift
[144/208] Compiling ParseSwift QuerySubscribable.swift
[145/208] Compiling ParseSwift SocketTasks.swift
[146/208] Compiling ParseSwift Subscription.swift
[147/208] Compiling ParseSwift SubscriptionCallback.swift
[148/208] Compiling ParseSwift Subscriptions.swift
[149/208] Compiling ParseSwift ParseCloudUser.swift
[150/208] Compiling ParseSwift ParseInstallation+async.swift
[151/208] Compiling ParseSwift ParseInstallation+combine.swift
[152/208] Compiling ParseSwift ParseInstallation.swift
[153/208] Compiling ParseSwift ParseObject+async.swift
[154/208] Compiling ParseSwift ParseObject+combine.swift
[155/208] Compiling ParseSwift ParseObject.swift
[156/208] Compiling ParseSwift ParsePushStatusable.swift
[157/208] Compiling ParseSwift ParseRole.swift
[158/208] Compiling ParseSwift ParseSession.swift
[159/208] Compiling ParseSwift ParseUser+async.swift
[160/208] Compiling ParseSwift ParseUser+combine.swift
[161/208] Compiling ParseSwift ParseUser.swift
[162/208] Compiling ParseSwift Parse.swift
[163/208] Compiling ParseSwift ParseConstants.swift
[164/208] Compiling ParseSwift CloudObservable.swift
[165/208] Compiling ParseSwift ParseFile+combine.swift
[166/208] Compiling ParseSwift ParseFile.swift
[167/208] Compiling ParseSwift ParseFileDefaultTransfer.swift
[168/208] Compiling ParseSwift ParseGeoPoint.swift
[169/208] Compiling ParseSwift ParseHookFunction.swift
[170/208] Compiling ParseSwift ParseHookFunctionRequest.swift
[171/208] Compiling ParseSwift ParseHookResponse.swift
[172/208] Compiling ParseSwift ParseHookTrigger.swift
[173/208] Compiling ParseSwift ParseHookTriggerObjectRequest.swift
[174/208] Compiling ParseSwift ParseHookTriggerRequest.swift
[175/208] Compiling ParseSwift ParseKeychainAccessGroup.swift
[176/208] Compiling ParseSwift ParseOperation+async.swift
[177/208] Compiling ParseSwift ParseOperation+combine.swift
[178/208] Compiling ParseSwift ParseOperation.swift
[179/208] Compiling ParseSwift ParsePolygon.swift
[180/208] Compiling ParseSwift ParsePush+async.swift
[181/208] Compiling ParseSwift ParsePush+combine.swift
[182/208] Compiling ParseSwift ParsePush.swift
[183/208] Compiling ParseSwift ParsePushAppleAlert.swift
[184/208] Compiling ParseSwift ParsePushAppleSound.swift
[185/208] Compiling ParseSwift ParsePushPayloadApple.swift
[186/208] Compiling ParseSwift ParsePushFirebaseNotification.swift
[187/208] Compiling ParseSwift ParsePushPayloadFirebase.swift
[188/208] Compiling ParseSwift ParsePushPayloadAny.swift
[189/208] Compiling ParseSwift ParsePushStatus.swift
[190/208] Compiling ParseSwift ParseRelation.swift
[191/208] Compiling ParseSwift ParseSchema+async.swift
[192/208] Compiling ParseSwift ParseSchema+combine.swift
[193/208] Compiling ParseSwift ParseSchema.swift
[194/208] Compiling ParseSwift ParseServer+async.swift
[195/208] Compiling ParseSwift ParseServer+combine.swift
[196/208] Compiling ParseSwift ParseServer.swift
[197/208] Compiling ParseSwift ParseVersion.swift
[198/208] Compiling ParseSwift Pointer+async.swift
[199/208] Compiling ParseSwift Pointer+combine.swift
[200/208] Compiling ParseSwift Pointer.swift
[201/208] Compiling ParseSwift Query+async.swift
[202/208] Compiling ParseSwift Query+combine.swift
[203/208] Compiling ParseSwift Query.swift
[204/208] Compiling ParseSwift QueryConstraint.swift
[205/208] Compiling ParseSwift QueryViewModel.swift
[206/208] Compiling ParseSwift QueryWhere.swift
[207/208] Compiling ParseSwift Utility.swift
[208/208] Compiling ParseSwift resource_bundle_accessor.swift
Build complete! (58.77s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ParseSwift",
  "name" : "ParseSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "ParseSwift",
      "targets" : [
        "ParseSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ParseSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "ParseSwiftTests",
      "path" : "Tests/ParseSwiftTests",
      "sources" : [
        "APICommandMultipleAttemptsTests.swift",
        "APICommandTests.swift",
        "AnyCodableTests/AnyCodableTests.swift",
        "AnyCodableTests/AnyDecodableTests.swift",
        "AnyCodableTests/AnyEncodableTests.swift",
        "BatchUtilsTests.swift",
        "ExtensionsTests.swift",
        "IOS13Tests.swift",
        "InitializeSDKTests.swift",
        "KeychainStoreTests.swift",
        "MigrateObjCSDKCombineTests.swift",
        "MigrateObjCSDKTests.swift",
        "NetworkMocking/MockURLProtocol.swift",
        "NetworkMocking/MockURLResponse.swift",
        "ObjectEndpointTests.swift",
        "ParseACLTests.swift",
        "ParseAnalyticsAsyncTests.swift",
        "ParseAnalyticsCombineTests.swift",
        "ParseAnalyticsTests.swift",
        "ParseAnonymousAsyncTests.swift",
        "ParseAnonymousCombineTests.swift",
        "ParseAnonymousTests.swift",
        "ParseAppleCombineTests.swift",
        "ParseAppleTests.swift",
        "ParseAuthenticationAsyncTests.swift",
        "ParseAuthenticationCombineTests.swift",
        "ParseAuthenticationTests.swift",
        "ParseBytesTests.swift",
        "ParseCLPTests.swift",
        "ParseCloudViewModelTests.swift",
        "ParseCloudableAsyncTests.swift",
        "ParseCloudableCombineTests.swift",
        "ParseCloudableTests.swift",
        "ParseConfigAsyncTests.swift",
        "ParseConfigCodableCombineTests.swift",
        "ParseConfigCodableTests.swift",
        "ParseConfigCombineTests.swift",
        "ParseConfigTests.swift",
        "ParseEncoderTests/ParseEncoderExtraTests.swift",
        "ParseEncoderTests/TestParseEncoder.swift",
        "ParseErrorTests.swift",
        "ParseFacebookCombineTests.swift",
        "ParseFacebookTests.swift",
        "ParseFileAsyncTests.swift",
        "ParseFileCombineTests.swift",
        "ParseFileManagerTests.swift",
        "ParseFileTests.swift",
        "ParseFileTransferableTests.swift",
        "ParseGeoPointTests.swift",
        "ParseGitHubCombineTests.swift",
        "ParseGitHubTests.swift",
        "ParseGoogleCombineTests.swift",
        "ParseGoogleTests.swift",
        "ParseHookFunctionCombineTests.swift",
        "ParseHookFunctionRequestCombineTests.swift",
        "ParseHookFunctionRequestTests.swift",
        "ParseHookFunctionTests.swift",
        "ParseHookResponseTests.swift",
        "ParseHookTriggerCombineTests.swift",
        "ParseHookTriggerRequestCombineTests.swift",
        "ParseHookTriggerRequestTests.swift",
        "ParseHookTriggerTests.swift",
        "ParseInstagramCombineTests.swift",
        "ParseInstagramTests.swift",
        "ParseInstallationCombineTests.swift",
        "ParseInstallationTests.swift",
        "ParseKeychainAccessGroupTests.swift",
        "ParseLDAPCombineTests.swift",
        "ParseLDAPTests.swift",
        "ParseLinkedInCombineTests.swift",
        "ParseLinkedInTests.swift",
        "ParseLiveQueryAsyncTests.swift",
        "ParseLiveQueryCombineTests.swift",
        "ParseLiveQueryTests.swift",
        "ParseObjectAsyncTests.swift",
        "ParseObjectBatchTests.swift",
        "ParseObjectCombineTests.swift",
        "ParseObjectCustomObjectIdTests.swift",
        "ParseObjectTests.swift",
        "ParseOperationAsyncTests.swift",
        "ParseOperationCombineTests.swift",
        "ParseOperationTests.swift",
        "ParsePointerAsyncTests.swift",
        "ParsePointerCombineTests.swift",
        "ParsePointerTests.swift",
        "ParsePolygonTests.swift",
        "ParsePushAsyncTests.swift",
        "ParsePushCombineTests.swift",
        "ParsePushPayloadAnyTests.swift",
        "ParsePushPayloadAppleTests.swift",
        "ParsePushPayloadFirebaseTests.swift",
        "ParsePushTests.swift",
        "ParseQueryAsyncTests.swift",
        "ParseQueryCacheTests.swift",
        "ParseQueryCombineTests.swift",
        "ParseQueryTests.swift",
        "ParseQueryViewModelTests.swift",
        "ParseRelationTests.swift",
        "ParseRoleTests.swift",
        "ParseSchemaAsyncTests.swift",
        "ParseSchemaCombineTests.swift",
        "ParseSchemaTests.swift",
        "ParseServerAsyncTests.swift",
        "ParseServerCombineTests.swift",
        "ParseServerTests.swift",
        "ParseSessionTests.swift",
        "ParseSpotifyCombineTests.swift",
        "ParseSpotifyTests.swift",
        "ParseTwitterCombineTests.swift",
        "ParseTwitterTests.swift",
        "ParseUserCombineTests.swift",
        "ParseUserTests.swift",
        "ParseVersionTests.swift"
      ],
      "target_dependencies" : [
        "ParseSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ParseSwift",
      "module_type" : "SwiftTarget",
      "name" : "ParseSwift",
      "path" : "Sources/ParseSwift",
      "product_memberships" : [
        "ParseSwift"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/ParseSwift/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "API/API+BatchCommand.swift",
        "API/API+Command+async.swift",
        "API/API+Command.swift",
        "API/API+NonParseBodyCommand+async.swift",
        "API/API+NonParseBodyCommand.swift",
        "API/API.swift",
        "API/BatchUtils.swift",
        "API/ParseURLSessionDelegate.swift",
        "API/Responses.swift",
        "Authentication/3rd Party/ParseApple/ParseApple+async.swift",
        "Authentication/3rd Party/ParseApple/ParseApple+combine.swift",
        "Authentication/3rd Party/ParseApple/ParseApple.swift",
        "Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift",
        "Authentication/3rd Party/ParseFacebook/ParseFacebook+combine.swift",
        "Authentication/3rd Party/ParseFacebook/ParseFacebook.swift",
        "Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift",
        "Authentication/3rd Party/ParseGithub/ParseGitHub+combine.swift",
        "Authentication/3rd Party/ParseGithub/ParseGitHub.swift",
        "Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift",
        "Authentication/3rd Party/ParseGoogle/ParseGoogle+combine.swift",
        "Authentication/3rd Party/ParseGoogle/ParseGoogle.swift",
        "Authentication/3rd Party/ParseInstagram/ParseInstagram+async.swift",
        "Authentication/3rd Party/ParseInstagram/ParseInstagram+combine.swift",
        "Authentication/3rd Party/ParseInstagram/ParseInstagram.swift",
        "Authentication/3rd Party/ParseLDAP/ParseLDAP+async.swift",
        "Authentication/3rd Party/ParseLDAP/ParseLDAP+combine.swift",
        "Authentication/3rd Party/ParseLDAP/ParseLDAP.swift",
        "Authentication/3rd Party/ParseLinkedIn/ParseLinkedIn+async.swift",
        "Authentication/3rd Party/ParseLinkedIn/ParseLinkedIn+combine.swift",
        "Authentication/3rd Party/ParseLinkedIn/ParseLinkedIn.swift",
        "Authentication/3rd Party/ParseSpotify/ParseSpotify+async.swift",
        "Authentication/3rd Party/ParseSpotify/ParseSpotify+combine.swift",
        "Authentication/3rd Party/ParseSpotify/ParseSpotify.swift",
        "Authentication/3rd Party/ParseTwitter/ParseTwitter+async.swift",
        "Authentication/3rd Party/ParseTwitter/ParseTwitter+combine.swift",
        "Authentication/3rd Party/ParseTwitter/ParseTwitter.swift",
        "Authentication/Internal/ParseAnonymous+async.swift",
        "Authentication/Internal/ParseAnonymous+combine.swift",
        "Authentication/Internal/ParseAnonymous.swift",
        "Authentication/Protocols/ParseAuthentication+async.swift",
        "Authentication/Protocols/ParseAuthentication+combine.swift",
        "Authentication/Protocols/ParseAuthentication.swift",
        "Coding/AnyCodable.swift",
        "Coding/AnyDecodable.swift",
        "Coding/AnyEncodable.swift",
        "Coding/ParseCoding.swift",
        "Coding/ParseEncoder.swift",
        "Extensions/AnyHashable.swift",
        "Extensions/Data.swift",
        "Extensions/Date.swift",
        "Extensions/Dictionary.swift",
        "Extensions/Encodable.swift",
        "Extensions/InputStream.swift",
        "Extensions/JSONEncoder+ParseEncoder.swift",
        "Extensions/URLCache.swift",
        "Extensions/URLSession.swift",
        "InternalObjects/BaseConfig.swift",
        "InternalObjects/BaseParseInstallation.swift",
        "InternalObjects/BaseParseUser.swift",
        "InternalObjects/NoBody.swift",
        "LiveQuery/LiveQueryConstants.swift",
        "LiveQuery/LiveQuerySocket.swift",
        "LiveQuery/Messages.swift",
        "LiveQuery/Operations.swift",
        "LiveQuery/ParseLiveQuery+LiveQuerySocketDelegate.swift",
        "LiveQuery/ParseLiveQuery+async.swift",
        "LiveQuery/ParseLiveQuery+combine.swift",
        "LiveQuery/ParseLiveQuery.swift",
        "LiveQuery/Protocols/LiveQuerySocketDelegate.swift",
        "LiveQuery/Protocols/LiveQueryable.swift",
        "LiveQuery/Protocols/ParseLiveQueryDelegate.swift",
        "LiveQuery/Protocols/QuerySubscribable.swift",
        "LiveQuery/SocketTasks.swift",
        "LiveQuery/Subscription.swift",
        "LiveQuery/SubscriptionCallback.swift",
        "LiveQuery/Subscriptions.swift",
        "Objects/ParseCloudUser.swift",
        "Objects/ParseInstallation+async.swift",
        "Objects/ParseInstallation+combine.swift",
        "Objects/ParseInstallation.swift",
        "Objects/ParseObject+async.swift",
        "Objects/ParseObject+combine.swift",
        "Objects/ParseObject.swift",
        "Objects/ParsePushStatusable.swift",
        "Objects/ParseRole.swift",
        "Objects/ParseSession.swift",
        "Objects/ParseUser+async.swift",
        "Objects/ParseUser+combine.swift",
        "Objects/ParseUser.swift",
        "Parse.swift",
        "ParseConstants.swift",
        "Protocols/CloudObservable.swift",
        "Protocols/Deletable.swift",
        "Protocols/Fetchable.swift",
        "Protocols/Fileable.swift",
        "Protocols/Objectable.swift",
        "Protocols/ParseCloudable+async.swift",
        "Protocols/ParseCloudable+combine.swift",
        "Protocols/ParseCloudable.swift",
        "Protocols/ParseConfig+async.swift",
        "Protocols/ParseConfig+combine.swift",
        "Protocols/ParseConfig.swift",
        "Protocols/ParseEncodable.swift",
        "Protocols/ParseFileTransferable.swift",
        "Protocols/ParseHookFunctionable+async.swift",
        "Protocols/ParseHookFunctionable+combine.swift",
        "Protocols/ParseHookFunctionable.swift",
        "Protocols/ParseHookParametable.swift",
        "Protocols/ParseHookRequestable+async.swift",
        "Protocols/ParseHookRequestable+combine.swift",
        "Protocols/ParseHookRequestable.swift",
        "Protocols/ParseHookTriggerRequestable.swift",
        "Protocols/ParseHookTriggerable+async.swift",
        "Protocols/ParseHookTriggerable+combine.swift",
        "Protocols/ParseHookTriggerable.swift",
        "Protocols/ParseHookable.swift",
        "Protocols/ParseOperationable.swift",
        "Protocols/ParsePointerable+async.swift",
        "Protocols/ParsePointerable+combine.swift",
        "Protocols/ParsePointerable.swift",
        "Protocols/ParsePushApplePayloadable.swift",
        "Protocols/ParsePushFirebasePayloadable.swift",
        "Protocols/ParsePushPayloadable.swift",
        "Protocols/ParseQueryScorable.swift",
        "Protocols/ParseRelationOperationable.swift",
        "Protocols/ParseTypeable.swift",
        "Protocols/QueryObservable.swift",
        "Protocols/Queryable.swift",
        "Protocols/Savable.swift",
        "Storage/InMemoryPrimitiveStore.swift",
        "Storage/KeychainStore.swift",
        "Storage/ParseFileManager.swift",
        "Storage/ParsePrimitiveStorable.swift",
        "Storage/ParseStorage.swift",
        "Storage/SecureStorable.swift",
        "Types/CloudViewModel.swift",
        "Types/Operations/ParseOperationAdd.swift",
        "Types/Operations/ParseOperationAddRelation.swift",
        "Types/Operations/ParseOperationAddUnique.swift",
        "Types/Operations/ParseOperationBatch.swift",
        "Types/Operations/ParseOperationCommand.swift",
        "Types/Operations/ParseOperationDelete.swift",
        "Types/Operations/ParseOperationIncrement.swift",
        "Types/Operations/ParseOperationIncrementDouble.swift",
        "Types/Operations/ParseOperationRemove.swift",
        "Types/Operations/ParseOperationRemoveRelation.swift",
        "Types/ParseACL.swift",
        "Types/ParseAnalytics+async.swift",
        "Types/ParseAnalytics+combine.swift",
        "Types/ParseAnalytics.swift",
        "Types/ParseBytes.swift",
        "Types/ParseCLP.swift",
        "Types/ParseConfigCodable+async.swift",
        "Types/ParseConfigCodable+combine.swift",
        "Types/ParseConfigCodable.swift",
        "Types/ParseConfiguration.swift",
        "Types/ParseError.swift",
        "Types/ParseField.swift",
        "Types/ParseFieldOptions.swift",
        "Types/ParseFile+async.swift",
        "Types/ParseFile+combine.swift",
        "Types/ParseFile.swift",
        "Types/ParseFileDefaultTransfer.swift",
        "Types/ParseGeoPoint.swift",
        "Types/ParseHookFunction.swift",
        "Types/ParseHookFunctionRequest.swift",
        "Types/ParseHookResponse.swift",
        "Types/ParseHookTrigger.swift",
        "Types/ParseHookTriggerObjectRequest.swift",
        "Types/ParseHookTriggerRequest.swift",
        "Types/ParseKeychainAccessGroup.swift",
        "Types/ParseOperation+async.swift",
        "Types/ParseOperation+combine.swift",
        "Types/ParseOperation.swift",
        "Types/ParsePolygon.swift",
        "Types/ParsePush+async.swift",
        "Types/ParsePush+combine.swift",
        "Types/ParsePush.swift",
        "Types/ParsePushPayload/Apple/ParsePushAppleAlert.swift",
        "Types/ParsePushPayload/Apple/ParsePushAppleSound.swift",
        "Types/ParsePushPayload/Apple/ParsePushPayloadApple.swift",
        "Types/ParsePushPayload/Firebase/ParsePushFirebaseNotification.swift",
        "Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift",
        "Types/ParsePushPayload/ParsePushPayloadAny.swift",
        "Types/ParsePushStatus.swift",
        "Types/ParseRelation.swift",
        "Types/ParseSchema+async.swift",
        "Types/ParseSchema+combine.swift",
        "Types/ParseSchema.swift",
        "Types/ParseServer+async.swift",
        "Types/ParseServer+combine.swift",
        "Types/ParseServer.swift",
        "Types/ParseVersion.swift",
        "Types/Pointer+async.swift",
        "Types/Pointer+combine.swift",
        "Types/Pointer.swift",
        "Types/Query+async.swift",
        "Types/Query+combine.swift",
        "Types/Query.swift",
        "Types/QueryConstraint.swift",
        "Types/QueryViewModel.swift",
        "Types/QueryWhere.swift",
        "Utility.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:6ccbc5e7995f6c524368c1828f9c677d1727c16390a603fc668217aec5f5123a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Done.