Build Information
Successful build of ParseSwift, reference 6.1.0 (d9e445), with Swift 6.2 for macOS (SPM) on 6 Feb 2026 03:05:26 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/netreconlab/Parse-Swift.git
Reference: 6.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/netreconlab/Parse-Swift
* tag 6.1.0 -> FETCH_HEAD
HEAD is now at d9e4453 feat: Add privacy manifest to project (#261)
Cloned https://github.com/netreconlab/Parse-Swift.git
Revision (git rev-parse @):
d9e445357d9044c058116791478e7f76395b925a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/netreconlab/Parse-Swift.git at 6.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "parse-swift",
"name": "ParseSwift",
"url": "https://github.com/netreconlab/Parse-Swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Parse-Swift",
"dependencies": [
]
}
]
}
Fetching https://github.com/netreconlab/Parse-Swift.git
[1/46833] Fetching parse-swift
Fetched https://github.com/netreconlab/Parse-Swift.git from cache (3.57s)
Creating working copy for https://github.com/netreconlab/Parse-Swift.git
Working copy of https://github.com/netreconlab/Parse-Swift.git resolved at 6.1.0 (d9e4453)
warning: '.resolve-product-dependencies': dependency 'parse-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/netreconlab/Parse-Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[0/3] Write sources
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/188] Compiling ParseSwift ParseRelationOperationable.swift
[5/188] Compiling ParseSwift ParseTypeable.swift
[6/188] Compiling ParseSwift QueryObservable.swift
[7/188] Compiling ParseSwift Queryable.swift
[8/188] Compiling ParseSwift Savable.swift
[9/188] Compiling ParseSwift InMemoryPrimitiveStore.swift
[10/188] Compiling ParseSwift KeychainStore.swift
[11/188] Compiling ParseSwift ParseFileManager.swift
[12/188] Compiling ParseSwift ParsePrimitiveStorable.swift
[13/188] Compiling ParseSwift ParseStorage.swift
[14/188] Compiling ParseSwift SecureStorable.swift
[15/188] Compiling ParseSwift CloudViewModel.swift
[16/188] Compiling ParseSwift ParseOperationAdd.swift
[17/188] Compiling ParseSwift ParseOperationAddRelation.swift
[18/188] Compiling ParseSwift ParseOperationAddUnique.swift
[19/188] Compiling ParseSwift ParseOperationBatch.swift
[20/188] Compiling ParseSwift ParseOperationCommand.swift
[21/188] Compiling ParseSwift ParseOperationDelete.swift
[22/188] Compiling ParseSwift ParseOperationIncrement.swift
[23/188] Compiling ParseSwift ParseOperationIncrementDouble.swift
[24/208] Compiling ParseSwift API+BatchCommand.swift
[25/208] Compiling ParseSwift API+Command+async.swift
[26/208] Compiling ParseSwift API+Command.swift
[27/208] Compiling ParseSwift API+NonParseBodyCommand+async.swift
[28/208] Compiling ParseSwift API+NonParseBodyCommand.swift
[29/208] Compiling ParseSwift API.swift
[30/208] Compiling ParseSwift BatchUtils.swift
[31/208] Compiling ParseSwift ParseURLSessionDelegate.swift
[32/208] Compiling ParseSwift Responses.swift
[33/208] Compiling ParseSwift ParseApple+async.swift
[34/208] Compiling ParseSwift ParseApple+combine.swift
[35/208] Compiling ParseSwift ParseApple.swift
[36/208] Compiling ParseSwift ParseFacebook+async.swift
[37/208] Compiling ParseSwift ParseFacebook+combine.swift
[38/208] Compiling ParseSwift ParseFacebook.swift
[39/208] Compiling ParseSwift ParseGitHub+async.swift
[40/208] Compiling ParseSwift ParseGitHub+combine.swift
[41/208] Compiling ParseSwift ParseGitHub.swift
[42/208] Compiling ParseSwift ParseGoogle+async.swift
[43/208] Compiling ParseSwift ParseGoogle+combine.swift
[44/208] Compiling ParseSwift ParseGoogle.swift
[45/208] Compiling ParseSwift AnyCodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Extensions/AnyHashable.swift:11:48: warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
9 |
10 | #if compiler(>=6.0)
11 | extension AnyHashable: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
12 | #else
13 | extension AnyHashable: @unchecked Sendable {}
Swift.AnyHashable:2:11: note: 'AnyHashable' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
| `- note: 'AnyHashable' declares conformance to protocol 'Sendable' here
3 | }
[46/208] Compiling ParseSwift AnyDecodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Extensions/AnyHashable.swift:11:48: warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
9 |
10 | #if compiler(>=6.0)
11 | extension AnyHashable: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
12 | #else
13 | extension AnyHashable: @unchecked Sendable {}
Swift.AnyHashable:2:11: note: 'AnyHashable' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
| `- note: 'AnyHashable' declares conformance to protocol 'Sendable' here
3 | }
[47/208] Compiling ParseSwift AnyEncodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Extensions/AnyHashable.swift:11:48: warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
9 |
10 | #if compiler(>=6.0)
11 | extension AnyHashable: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
12 | #else
13 | extension AnyHashable: @unchecked Sendable {}
Swift.AnyHashable:2:11: note: 'AnyHashable' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
| `- note: 'AnyHashable' declares conformance to protocol 'Sendable' here
3 | }
[48/208] Compiling ParseSwift ParseCoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Extensions/AnyHashable.swift:11:48: warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
9 |
10 | #if compiler(>=6.0)
11 | extension AnyHashable: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
12 | #else
13 | extension AnyHashable: @unchecked Sendable {}
Swift.AnyHashable:2:11: note: 'AnyHashable' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
| `- note: 'AnyHashable' declares conformance to protocol 'Sendable' here
3 | }
[49/208] Compiling ParseSwift ParseEncoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Extensions/AnyHashable.swift:11:48: warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
9 |
10 | #if compiler(>=6.0)
11 | extension AnyHashable: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
12 | #else
13 | extension AnyHashable: @unchecked Sendable {}
Swift.AnyHashable:2:11: note: 'AnyHashable' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
| `- note: 'AnyHashable' declares conformance to protocol 'Sendable' here
3 | }
[50/208] Compiling ParseSwift AnyHashable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Extensions/AnyHashable.swift:11:48: warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
9 |
10 | #if compiler(>=6.0)
11 | extension AnyHashable: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
12 | #else
13 | extension AnyHashable: @unchecked Sendable {}
Swift.AnyHashable:2:11: note: 'AnyHashable' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
| `- note: 'AnyHashable' declares conformance to protocol 'Sendable' here
3 | }
[51/208] Compiling ParseSwift Data.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Extensions/AnyHashable.swift:11:48: warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
9 |
10 | #if compiler(>=6.0)
11 | extension AnyHashable: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
12 | #else
13 | extension AnyHashable: @unchecked Sendable {}
Swift.AnyHashable:2:11: note: 'AnyHashable' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
| `- note: 'AnyHashable' declares conformance to protocol 'Sendable' here
3 | }
[52/208] Compiling ParseSwift Date.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Extensions/AnyHashable.swift:11:48: warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
9 |
10 | #if compiler(>=6.0)
11 | extension AnyHashable: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
12 | #else
13 | extension AnyHashable: @unchecked Sendable {}
Swift.AnyHashable:2:11: note: 'AnyHashable' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
| `- note: 'AnyHashable' declares conformance to protocol 'Sendable' here
3 | }
[53/208] Compiling ParseSwift Dictionary.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Extensions/AnyHashable.swift:11:48: warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
9 |
10 | #if compiler(>=6.0)
11 | extension AnyHashable: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
12 | #else
13 | extension AnyHashable: @unchecked Sendable {}
Swift.AnyHashable:2:11: note: 'AnyHashable' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
| `- note: 'AnyHashable' declares conformance to protocol 'Sendable' here
3 | }
[54/208] Compiling ParseSwift Encodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Extensions/AnyHashable.swift:11:48: warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
9 |
10 | #if compiler(>=6.0)
11 | extension AnyHashable: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
12 | #else
13 | extension AnyHashable: @unchecked Sendable {}
Swift.AnyHashable:2:11: note: 'AnyHashable' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
| `- note: 'AnyHashable' declares conformance to protocol 'Sendable' here
3 | }
[55/208] Compiling ParseSwift InputStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Extensions/AnyHashable.swift:11:48: warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
9 |
10 | #if compiler(>=6.0)
11 | extension AnyHashable: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
12 | #else
13 | extension AnyHashable: @unchecked Sendable {}
Swift.AnyHashable:2:11: note: 'AnyHashable' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
| `- note: 'AnyHashable' declares conformance to protocol 'Sendable' here
3 | }
[56/208] Compiling ParseSwift JSONEncoder+ParseEncoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Extensions/AnyHashable.swift:11:48: warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
9 |
10 | #if compiler(>=6.0)
11 | extension AnyHashable: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
12 | #else
13 | extension AnyHashable: @unchecked Sendable {}
Swift.AnyHashable:2:11: note: 'AnyHashable' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
| `- note: 'AnyHashable' declares conformance to protocol 'Sendable' here
3 | }
[57/208] Compiling ParseSwift URLCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Extensions/AnyHashable.swift:11:48: warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
9 |
10 | #if compiler(>=6.0)
11 | extension AnyHashable: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
12 | #else
13 | extension AnyHashable: @unchecked Sendable {}
Swift.AnyHashable:2:11: note: 'AnyHashable' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
| `- note: 'AnyHashable' declares conformance to protocol 'Sendable' here
3 | }
[58/208] Compiling ParseSwift URLSession.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Extensions/AnyHashable.swift:11:48: warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
9 |
10 | #if compiler(>=6.0)
11 | extension AnyHashable: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
12 | #else
13 | extension AnyHashable: @unchecked Sendable {}
Swift.AnyHashable:2:11: note: 'AnyHashable' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
| `- note: 'AnyHashable' declares conformance to protocol 'Sendable' here
3 | }
[59/208] Compiling ParseSwift BaseConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Extensions/AnyHashable.swift:11:48: warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
9 |
10 | #if compiler(>=6.0)
11 | extension AnyHashable: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
12 | #else
13 | extension AnyHashable: @unchecked Sendable {}
Swift.AnyHashable:2:11: note: 'AnyHashable' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
| `- note: 'AnyHashable' declares conformance to protocol 'Sendable' here
3 | }
[60/208] Compiling ParseSwift BaseParseInstallation.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Extensions/AnyHashable.swift:11:48: warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
9 |
10 | #if compiler(>=6.0)
11 | extension AnyHashable: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
12 | #else
13 | extension AnyHashable: @unchecked Sendable {}
Swift.AnyHashable:2:11: note: 'AnyHashable' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
| `- note: 'AnyHashable' declares conformance to protocol 'Sendable' here
3 | }
[61/208] Compiling ParseSwift BaseParseUser.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Extensions/AnyHashable.swift:11:48: warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
9 |
10 | #if compiler(>=6.0)
11 | extension AnyHashable: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
12 | #else
13 | extension AnyHashable: @unchecked Sendable {}
Swift.AnyHashable:2:11: note: 'AnyHashable' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
| `- note: 'AnyHashable' declares conformance to protocol 'Sendable' here
3 | }
[62/208] Compiling ParseSwift NoBody.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Extensions/AnyHashable.swift:11:48: warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
9 |
10 | #if compiler(>=6.0)
11 | extension AnyHashable: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
12 | #else
13 | extension AnyHashable: @unchecked Sendable {}
Swift.AnyHashable:2:11: note: 'AnyHashable' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
| `- note: 'AnyHashable' declares conformance to protocol 'Sendable' here
3 | }
[63/208] Compiling ParseSwift LiveQueryConstants.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Extensions/AnyHashable.swift:11:48: warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
9 |
10 | #if compiler(>=6.0)
11 | extension AnyHashable: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
12 | #else
13 | extension AnyHashable: @unchecked Sendable {}
Swift.AnyHashable:2:11: note: 'AnyHashable' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
| `- note: 'AnyHashable' declares conformance to protocol 'Sendable' here
3 | }
[64/208] Compiling ParseSwift LiveQuerySocket.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Extensions/AnyHashable.swift:11:48: warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
9 |
10 | #if compiler(>=6.0)
11 | extension AnyHashable: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
12 | #else
13 | extension AnyHashable: @unchecked Sendable {}
Swift.AnyHashable:2:11: note: 'AnyHashable' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
| `- note: 'AnyHashable' declares conformance to protocol 'Sendable' here
3 | }
[65/208] Compiling ParseSwift Messages.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Extensions/AnyHashable.swift:11:48: warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
9 |
10 | #if compiler(>=6.0)
11 | extension AnyHashable: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
12 | #else
13 | extension AnyHashable: @unchecked Sendable {}
Swift.AnyHashable:2:11: note: 'AnyHashable' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
| `- note: 'AnyHashable' declares conformance to protocol 'Sendable' here
3 | }
[66/208] Emitting module ParseSwift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Extensions/AnyHashable.swift:11:48: warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
9 |
10 | #if compiler(>=6.0)
11 | extension AnyHashable: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'AnyHashable' to protocol 'Sendable' was already stated in the type's module 'Swift'
12 | #else
13 | extension AnyHashable: @unchecked Sendable {}
Swift.AnyHashable:2:11: note: 'AnyHashable' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension AnyHashable : Sendable {
| `- note: 'AnyHashable' declares conformance to protocol 'Sendable' here
3 | }
[67/208] Compiling ParseSwift ParseHookFunction.swift
[68/208] Compiling ParseSwift ParseHookFunctionRequest.swift
[69/208] Compiling ParseSwift ParseHookResponse.swift
[70/208] Compiling ParseSwift ParseHookTrigger.swift
[71/208] Compiling ParseSwift ParseHookTriggerObjectRequest.swift
[72/208] Compiling ParseSwift ParseHookTriggerRequest.swift
[73/208] Compiling ParseSwift ParseKeychainAccessGroup.swift
[74/208] Compiling ParseSwift ParseOperation+async.swift
[75/208] Compiling ParseSwift ParseOperation+combine.swift
[76/208] Compiling ParseSwift ParseOperation.swift
[77/208] Compiling ParseSwift ParsePolygon.swift
[78/208] Compiling ParseSwift ParsePush+async.swift
[79/208] Compiling ParseSwift ParsePush+combine.swift
[80/208] Compiling ParseSwift ParsePush.swift
[81/208] Compiling ParseSwift ParsePushAppleAlert.swift
[82/208] Compiling ParseSwift ParsePushAppleSound.swift
[83/208] Compiling ParseSwift ParsePushPayloadApple.swift
[84/208] Compiling ParseSwift ParsePushFirebaseNotification.swift
[85/208] Compiling ParseSwift ParsePushPayloadFirebase.swift
[86/208] Compiling ParseSwift ParsePushPayloadAny.swift
[87/208] Compiling ParseSwift ParseRole.swift
[88/208] Compiling ParseSwift ParseSession.swift
[89/208] Compiling ParseSwift ParseUser+async.swift
[90/208] Compiling ParseSwift ParseUser+combine.swift
[91/208] Compiling ParseSwift ParseUser.swift
[92/208] Compiling ParseSwift Parse.swift
[93/208] Compiling ParseSwift ParseConstants.swift
[94/208] Compiling ParseSwift CloudObservable.swift
[95/208] Compiling ParseSwift Deletable.swift
[96/208] Compiling ParseSwift Fetchable.swift
[97/208] Compiling ParseSwift Fileable.swift
[98/208] Compiling ParseSwift Objectable.swift
[99/208] Compiling ParseSwift ParseCloudable+async.swift
[100/208] Compiling ParseSwift ParseCloudable+combine.swift
[101/208] Compiling ParseSwift ParseCloudable.swift
[102/208] Compiling ParseSwift ParseConfig+async.swift
[103/208] Compiling ParseSwift ParseConfig+combine.swift
[104/208] Compiling ParseSwift ParseConfig.swift
[105/208] Compiling ParseSwift ParseEncodable.swift
[106/208] Compiling ParseSwift ParseFileTransferable.swift
[107/208] Compiling ParseSwift ParseOperationRemove.swift
[108/208] Compiling ParseSwift ParseOperationRemoveRelation.swift
[109/208] Compiling ParseSwift ParseACL.swift
[110/208] Compiling ParseSwift ParseAnalytics+async.swift
[111/208] Compiling ParseSwift ParseAnalytics+combine.swift
[112/208] Compiling ParseSwift ParseAnalytics.swift
[113/208] Compiling ParseSwift ParseBytes.swift
[114/208] Compiling ParseSwift ParseCLP.swift
[115/208] Compiling ParseSwift ParseConfigCodable+async.swift
[116/208] Compiling ParseSwift ParseConfigCodable+combine.swift
[117/208] Compiling ParseSwift ParseConfigCodable.swift
[118/208] Compiling ParseSwift ParseConfiguration.swift
[119/208] Compiling ParseSwift ParseError.swift
[120/208] Compiling ParseSwift ParseField.swift
[121/208] Compiling ParseSwift ParseFieldOptions.swift
[122/208] Compiling ParseSwift ParseFile+async.swift
[123/208] Compiling ParseSwift ParseFile+combine.swift
[124/208] Compiling ParseSwift ParseFile.swift
[125/208] Compiling ParseSwift ParseFileDefaultTransfer.swift
[126/208] Compiling ParseSwift ParseGeoPoint.swift
[127/208] Compiling ParseSwift ParseInstagram+async.swift
[128/208] Compiling ParseSwift ParseInstagram+combine.swift
[129/208] Compiling ParseSwift ParseInstagram.swift
[130/208] Compiling ParseSwift ParseLDAP+async.swift
[131/208] Compiling ParseSwift ParseLDAP+combine.swift
[132/208] Compiling ParseSwift ParseLDAP.swift
[133/208] Compiling ParseSwift ParseLinkedIn+async.swift
[134/208] Compiling ParseSwift ParseLinkedIn+combine.swift
[135/208] Compiling ParseSwift ParseLinkedIn.swift
[136/208] Compiling ParseSwift ParseSpotify+async.swift
[137/208] Compiling ParseSwift ParseSpotify+combine.swift
[138/208] Compiling ParseSwift ParseSpotify.swift
[139/208] Compiling ParseSwift ParseTwitter+async.swift
[140/208] Compiling ParseSwift ParseTwitter+combine.swift
[141/208] Compiling ParseSwift ParseTwitter.swift
[142/208] Compiling ParseSwift ParseAnonymous+async.swift
[143/208] Compiling ParseSwift ParseAnonymous+combine.swift
[144/208] Compiling ParseSwift ParseAnonymous.swift
[145/208] Compiling ParseSwift ParseAuthentication+async.swift
[146/208] Compiling ParseSwift ParseAuthentication+combine.swift
[147/208] Compiling ParseSwift ParseAuthentication.swift
[148/208] Compiling ParseSwift Operations.swift
[149/208] Compiling ParseSwift ParseLiveQuery+LiveQuerySocketDelegate.swift
[150/208] Compiling ParseSwift ParseLiveQuery+async.swift
[151/208] Compiling ParseSwift ParseLiveQuery+combine.swift
[152/208] Compiling ParseSwift ParseLiveQuery.swift
[153/208] Compiling ParseSwift LiveQuerySocketDelegate.swift
[154/208] Compiling ParseSwift LiveQueryable.swift
[155/208] Compiling ParseSwift ParseLiveQueryDelegate.swift
[156/208] Compiling ParseSwift QuerySubscribable.swift
[157/208] Compiling ParseSwift SocketTasks.swift
[158/208] Compiling ParseSwift Subscription.swift
[159/208] Compiling ParseSwift SubscriptionCallback.swift
[160/208] Compiling ParseSwift Subscriptions.swift
[161/208] Compiling ParseSwift ParseCloudUser.swift
[162/208] Compiling ParseSwift ParseInstallation+async.swift
[163/208] Compiling ParseSwift ParseInstallation+combine.swift
[164/208] Compiling ParseSwift ParseInstallation.swift
[165/208] Compiling ParseSwift ParseObject+async.swift
[166/208] Compiling ParseSwift ParseObject+combine.swift
[167/208] Compiling ParseSwift ParseObject.swift
[168/208] Compiling ParseSwift ParsePushStatusable.swift
[169/208] Compiling ParseSwift ParseHookFunctionable+async.swift
[170/208] Compiling ParseSwift ParseHookFunctionable+combine.swift
[171/208] Compiling ParseSwift ParseHookFunctionable.swift
[172/208] Compiling ParseSwift ParseHookParametable.swift
[173/208] Compiling ParseSwift ParseHookRequestable+async.swift
[174/208] Compiling ParseSwift ParseHookRequestable+combine.swift
[175/208] Compiling ParseSwift ParseHookRequestable.swift
[176/208] Compiling ParseSwift ParseHookTriggerRequestable.swift
[177/208] Compiling ParseSwift ParseHookTriggerable+async.swift
[178/208] Compiling ParseSwift ParseHookTriggerable+combine.swift
[179/208] Compiling ParseSwift ParseHookTriggerable.swift
[180/208] Compiling ParseSwift ParseHookable.swift
[181/208] Compiling ParseSwift ParseOperationable.swift
[182/208] Compiling ParseSwift ParsePointerable+async.swift
[183/208] Compiling ParseSwift ParsePointerable+combine.swift
[184/208] Compiling ParseSwift ParsePointerable.swift
[185/208] Compiling ParseSwift ParsePushApplePayloadable.swift
[186/208] Compiling ParseSwift ParsePushFirebasePayloadable.swift
[187/208] Compiling ParseSwift ParsePushPayloadable.swift
[188/208] Compiling ParseSwift ParseQueryScorable.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! (8.76s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ParseSwift",
"name" : "ParseSwift",
"path" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/netreconlab/parse-swift/6.1.0
Repository: netreconlab/Parse-Swift
Swift version used: 6.2
Target: ParseSwift
Extracting symbol information for 'ParseSwift'...
Finished extracting symbol information for 'ParseSwift'. (2.16s)
Building documentation for 'ParseSwift'...
Finished building documentation for 'ParseSwift' (1.68s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/netreconlab/parse-swift/6.1.0
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.27s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.47s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3653] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.27s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.00s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Emitting module Snippets
[7/53] Compiling Snippets SnippetParser.swift
[8/53] Compiling Snippets Snippet.swift
[9/53] Compiling SymbolKit Mixin+Equals.swift
[10/53] Compiling SymbolKit Mixin+Hash.swift
[11/53] Compiling SymbolKit Mixin.swift
[12/53] Compiling SymbolKit LineList.swift
[13/53] Compiling SymbolKit Position.swift
[14/53] Emitting module SymbolKit
[15/53] Compiling SymbolKit Relationship.swift
[16/53] Compiling SymbolKit RelationshipKind.swift
[17/53] Compiling SymbolKit SourceOrigin.swift
[18/53] Compiling SymbolKit GenericConstraints.swift
[19/53] Compiling SymbolKit Swift.swift
[20/57] Compiling SymbolKit Identifier.swift
[21/57] Compiling SymbolKit KindIdentifier.swift
[22/57] Compiling SymbolKit Location.swift
[23/57] Compiling SymbolKit Mutability.swift
[24/57] Compiling SymbolKit GenericConstraint.swift
[25/57] Compiling SymbolKit GenericParameter.swift
[26/57] Compiling SymbolKit Generics.swift
[27/57] Compiling SymbolKit Namespace.swift
[28/57] Compiling SymbolKit SourceRange.swift
[29/57] Compiling SymbolKit Metadata.swift
[30/57] Compiling SymbolKit Module.swift
[31/57] Compiling SymbolKit OperatingSystem.swift
[32/57] Compiling SymbolKit Platform.swift
[33/57] Compiling SymbolKit Symbol.swift
[34/57] Compiling SymbolKit SymbolKind.swift
[35/57] Compiling SymbolKit SymbolGraph.swift
[36/57] Compiling SymbolKit GraphCollector.swift
[37/57] Compiling SymbolKit SemanticVersion.swift
[38/57] Compiling SymbolKit AccessControl.swift
[39/57] Compiling SymbolKit Availability.swift
[40/57] Compiling SymbolKit AvailabilityItem.swift
[41/57] Compiling SymbolKit Domain.swift
[42/57] Compiling SymbolKit Names.swift
[43/57] Compiling SymbolKit SPI.swift
[44/57] Compiling SymbolKit Snippet.swift
[45/57] Compiling SymbolKit Extension.swift
[46/57] Compiling SymbolKit DeclarationFragments.swift
[47/57] Compiling SymbolKit Fragment.swift
[48/57] Compiling SymbolKit FragmentKind.swift
[49/57] Compiling SymbolKit FunctionParameter.swift
[50/57] Compiling SymbolKit FunctionSignature.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.81s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'ParseSwift' complete! (0.30s)
4842
38 /Users/admin/builder/spi-builder-workspace/.docs/netreconlab/parse-swift/6.1.0
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/netreconlab/parse-swift/6.1.0
File count: 4842
Doc size: 38.0MB
Preparing doc bundle ...
Uploading prod-netreconlab-parse-swift-6.1.0-f1285169.zip to s3://spi-docs-inbox/prod-netreconlab-parse-swift-6.1.0-f1285169.zip
Copying... [11%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [51%]
Copying... [61%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.