Build Information
Successful build of ParseSwift, reference 6.1.0 (d9e445), with Swift 6.3 for Linux on 18 Apr 2026 11:05:45 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/netreconlab/Parse-Swift.git
Reference: 6.1.0
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
* 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
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/netreconlab/Parse-Swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[1/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/164] Emitting module ParseSwift
/host/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 | }
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:15:48: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 |
14 | #if compiler(>=6.0)
15 | extension InputStream: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | #else
17 | extension InputStream: @unchecked Sendable {}
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
[5/186] Compiling ParseSwift Deletable.swift
[6/186] Compiling ParseSwift Fetchable.swift
[7/186] Compiling ParseSwift Fileable.swift
[8/186] Compiling ParseSwift Objectable.swift
[9/186] Compiling ParseSwift ParseCloudable+async.swift
[10/186] Compiling ParseSwift ParseCloudable+combine.swift
[11/186] Compiling ParseSwift ParseCloudable.swift
[12/186] Compiling ParseSwift ParseConfig+async.swift
[13/186] Compiling ParseSwift ParseConfig+combine.swift
[14/186] Compiling ParseSwift ParseConfig.swift
[15/186] Compiling ParseSwift ParseEncodable.swift
[16/186] Compiling ParseSwift ParseFileTransferable.swift
[17/186] Compiling ParseSwift ParseHookFunctionable+async.swift
[18/186] Compiling ParseSwift ParseHookFunctionable+combine.swift
[19/186] Compiling ParseSwift ParseHookFunctionable.swift
[20/186] Compiling ParseSwift ParseHookParametable.swift
[21/186] Compiling ParseSwift ParseHookRequestable+async.swift
[22/186] Compiling ParseSwift ParseHookRequestable+combine.swift
[23/186] Compiling ParseSwift ParseHookRequestable.swift
[24/186] Compiling ParseSwift ParseHookTriggerRequestable.swift
[25/186] Compiling ParseSwift ParseHookTriggerable+async.swift
[26/186] Compiling ParseSwift ParseHookTriggerable+combine.swift
[27/186] Compiling ParseSwift ParseHookTriggerable.swift
[28/186] Compiling ParseSwift ParseHookable.swift
[29/186] Compiling ParseSwift ParseOperationable.swift
[30/186] Compiling ParseSwift ParsePointerable+async.swift
[31/186] Compiling ParseSwift ParsePointerable+combine.swift
[32/186] Compiling ParseSwift ParsePointerable.swift
[33/186] Compiling ParseSwift ParsePushApplePayloadable.swift
[34/186] Compiling ParseSwift ParsePushFirebasePayloadable.swift
[35/186] Compiling ParseSwift ParsePushPayloadable.swift
[36/186] Compiling ParseSwift ParseQueryScorable.swift
[37/186] Compiling ParseSwift ParseRelationOperationable.swift
[38/186] Compiling ParseSwift ParseTypeable.swift
[39/186] Compiling ParseSwift QueryObservable.swift
[40/186] Compiling ParseSwift Queryable.swift
[41/186] Compiling ParseSwift Savable.swift
[42/186] Compiling ParseSwift InMemoryPrimitiveStore.swift
[43/186] Compiling ParseSwift KeychainStore.swift
[44/186] Compiling ParseSwift ParseFileManager.swift
[45/186] Compiling ParseSwift ParsePrimitiveStorable.swift
[46/186] Compiling ParseSwift ParseStorage.swift
[47/186] Compiling ParseSwift SecureStorable.swift
[48/186] Compiling ParseSwift CloudViewModel.swift
[49/186] Compiling ParseSwift ParseOperationAdd.swift
[50/186] Compiling ParseSwift ParseOperationAddRelation.swift
[51/208] Compiling ParseSwift ParseEncoder.swift
/host/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 | }
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:15:48: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 |
14 | #if compiler(>=6.0)
15 | extension InputStream: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | #else
17 | extension InputStream: @unchecked Sendable {}
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
/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/208] Compiling ParseSwift AnyHashable.swift
/host/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 | }
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:15:48: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 |
14 | #if compiler(>=6.0)
15 | extension InputStream: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | #else
17 | extension InputStream: @unchecked Sendable {}
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
/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/208] Compiling ParseSwift Data.swift
/host/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 | }
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:15:48: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 |
14 | #if compiler(>=6.0)
15 | extension InputStream: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | #else
17 | extension InputStream: @unchecked Sendable {}
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
/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/208] Compiling ParseSwift Date.swift
/host/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 | }
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:15:48: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 |
14 | #if compiler(>=6.0)
15 | extension InputStream: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | #else
17 | extension InputStream: @unchecked Sendable {}
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
/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/208] Compiling ParseSwift Dictionary.swift
/host/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 | }
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:15:48: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 |
14 | #if compiler(>=6.0)
15 | extension InputStream: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | #else
17 | extension InputStream: @unchecked Sendable {}
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
/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/208] Compiling ParseSwift Encodable.swift
/host/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 | }
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:15:48: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 |
14 | #if compiler(>=6.0)
15 | extension InputStream: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | #else
17 | extension InputStream: @unchecked Sendable {}
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
/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/208] Compiling ParseSwift InputStream.swift
/host/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 | }
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:15:48: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 |
14 | #if compiler(>=6.0)
15 | extension InputStream: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | #else
17 | extension InputStream: @unchecked Sendable {}
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
/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/208] Compiling ParseSwift JSONEncoder+ParseEncoder.swift
/host/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 | }
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:15:48: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 |
14 | #if compiler(>=6.0)
15 | extension InputStream: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | #else
17 | extension InputStream: @unchecked Sendable {}
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
/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/208] Compiling ParseSwift URLCache.swift
/host/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 | }
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:15:48: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 |
14 | #if compiler(>=6.0)
15 | extension InputStream: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | #else
17 | extension InputStream: @unchecked Sendable {}
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
/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/208] Compiling ParseSwift URLSession.swift
/host/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 | }
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:15:48: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 |
14 | #if compiler(>=6.0)
15 | extension InputStream: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | #else
17 | extension InputStream: @unchecked Sendable {}
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
/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/208] Compiling ParseSwift BaseConfig.swift
/host/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 | }
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:15:48: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 |
14 | #if compiler(>=6.0)
15 | extension InputStream: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | #else
17 | extension InputStream: @unchecked Sendable {}
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
/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/208] Compiling ParseSwift BaseParseInstallation.swift
/host/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 | }
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:15:48: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 |
14 | #if compiler(>=6.0)
15 | extension InputStream: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | #else
17 | extension InputStream: @unchecked Sendable {}
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
/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/208] Compiling ParseSwift BaseParseUser.swift
/host/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 | }
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:15:48: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 |
14 | #if compiler(>=6.0)
15 | extension InputStream: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | #else
17 | extension InputStream: @unchecked Sendable {}
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
/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/208] Compiling ParseSwift NoBody.swift
/host/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 | }
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:15:48: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 |
14 | #if compiler(>=6.0)
15 | extension InputStream: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | #else
17 | extension InputStream: @unchecked Sendable {}
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
/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/208] Compiling ParseSwift LiveQueryConstants.swift
/host/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 | }
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:15:48: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 |
14 | #if compiler(>=6.0)
15 | extension InputStream: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | #else
17 | extension InputStream: @unchecked Sendable {}
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
/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/208] Compiling ParseSwift LiveQuerySocket.swift
/host/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 | }
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:15:48: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 |
14 | #if compiler(>=6.0)
15 | extension InputStream: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | #else
17 | extension InputStream: @unchecked Sendable {}
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
/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/208] Compiling ParseSwift Messages.swift
/host/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 | }
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:15:48: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 |
14 | #if compiler(>=6.0)
15 | extension InputStream: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | #else
17 | extension InputStream: @unchecked Sendable {}
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
/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/208] Compiling ParseSwift Operations.swift
/host/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 | }
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:15:48: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 |
14 | #if compiler(>=6.0)
15 | extension InputStream: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | #else
17 | extension InputStream: @unchecked Sendable {}
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
/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/208] Compiling ParseSwift ParseLiveQuery+LiveQuerySocketDelegate.swift
/host/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 | }
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:15:48: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 |
14 | #if compiler(>=6.0)
15 | extension InputStream: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | #else
17 | extension InputStream: @unchecked Sendable {}
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
/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/208] Compiling ParseSwift ParseLiveQuery+async.swift
/host/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 | }
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:15:48: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 |
14 | #if compiler(>=6.0)
15 | extension InputStream: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | #else
17 | extension InputStream: @unchecked Sendable {}
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
/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/208] Compiling ParseSwift ParseLiveQuery+combine.swift
/host/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 | }
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:15:48: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 |
14 | #if compiler(>=6.0)
15 | extension InputStream: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | #else
17 | extension InputStream: @unchecked Sendable {}
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
/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/208] Compiling ParseSwift ParseLiveQuery.swift
/host/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 | }
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:15:48: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 |
14 | #if compiler(>=6.0)
15 | extension InputStream: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | #else
17 | extension InputStream: @unchecked Sendable {}
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
/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/208] Compiling ParseSwift LiveQuerySocketDelegate.swift
/host/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 | }
/host/spi-builder-workspace/Sources/ParseSwift/Extensions/InputStream.swift:15:48: warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 |
14 | #if compiler(>=6.0)
15 | extension InputStream: @retroactive @unchecked Sendable {}
| `- warning: conformance of 'InputStream' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | #else
17 | extension InputStream: @unchecked Sendable {}
Foundation.InputStream:2:11: note: 'InputStream' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension InputStream : @unchecked Sendable {
| `- note: 'InputStream' declares conformance to protocol 'Sendable' here
3 | }
/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/208] Compiling ParseSwift ParseOperationAddUnique.swift
[75/208] Compiling ParseSwift ParseOperationBatch.swift
[76/208] Compiling ParseSwift ParseOperationCommand.swift
[77/208] Compiling ParseSwift ParseOperationDelete.swift
[78/208] Compiling ParseSwift ParseOperationIncrement.swift
[79/208] Compiling ParseSwift ParseOperationIncrementDouble.swift
[80/208] Compiling ParseSwift ParseOperationRemove.swift
[81/208] Compiling ParseSwift ParseOperationRemoveRelation.swift
[82/208] Compiling ParseSwift ParseACL.swift
[83/208] Compiling ParseSwift ParseAnalytics+async.swift
[84/208] Compiling ParseSwift ParseAnalytics+combine.swift
[85/208] Compiling ParseSwift ParseAnalytics.swift
[86/208] Compiling ParseSwift ParseBytes.swift
[87/208] Compiling ParseSwift ParseCLP.swift
[88/208] Compiling ParseSwift ParseConfigCodable+async.swift
[89/208] Compiling ParseSwift ParseConfigCodable+combine.swift
[90/208] Compiling ParseSwift ParseConfigCodable.swift
[91/208] Compiling ParseSwift ParseConfiguration.swift
[92/208] Compiling ParseSwift ParseError.swift
[93/208] Compiling ParseSwift ParseField.swift
[94/208] Compiling ParseSwift ParseFieldOptions.swift
[95/208] Compiling ParseSwift ParseFile+async.swift
[96/208] Compiling ParseSwift API+BatchCommand.swift
[97/208] Compiling ParseSwift API+Command+async.swift
[98/208] Compiling ParseSwift API+Command.swift
[99/208] Compiling ParseSwift API+NonParseBodyCommand+async.swift
[100/208] Compiling ParseSwift API+NonParseBodyCommand.swift
[101/208] Compiling ParseSwift API.swift
[102/208] Compiling ParseSwift BatchUtils.swift
[103/208] Compiling ParseSwift ParseURLSessionDelegate.swift
[104/208] Compiling ParseSwift Responses.swift
[105/208] Compiling ParseSwift ParseApple+async.swift
[106/208] Compiling ParseSwift ParseApple+combine.swift
[107/208] Compiling ParseSwift ParseApple.swift
[108/208] Compiling ParseSwift ParseFacebook+async.swift
[109/208] Compiling ParseSwift ParseFacebook+combine.swift
[110/208] Compiling ParseSwift ParseFacebook.swift
[111/208] Compiling ParseSwift ParseGitHub+async.swift
[112/208] Compiling ParseSwift ParseGitHub+combine.swift
[113/208] Compiling ParseSwift ParseGitHub.swift
[114/208] Compiling ParseSwift ParseGoogle+async.swift
[115/208] Compiling ParseSwift ParseGoogle+combine.swift
[116/208] Compiling ParseSwift ParseGoogle.swift
[117/208] Compiling ParseSwift ParseInstagram+async.swift
[118/208] Compiling ParseSwift ParseInstagram+combine.swift
[119/208] Compiling ParseSwift ParseInstagram.swift
[120/208] Compiling ParseSwift ParseLDAP+async.swift
[121/208] Compiling ParseSwift ParseLDAP+combine.swift
[122/208] Compiling ParseSwift ParseLDAP.swift
[123/208] Compiling ParseSwift ParseLinkedIn+async.swift
[124/208] Compiling ParseSwift ParseLinkedIn+combine.swift
[125/208] Compiling ParseSwift ParseLinkedIn.swift
[126/208] Compiling ParseSwift ParseSpotify+async.swift
[127/208] Compiling ParseSwift ParseSpotify+combine.swift
[128/208] Compiling ParseSwift ParseSpotify.swift
[129/208] Compiling ParseSwift ParseTwitter+async.swift
[130/208] Compiling ParseSwift ParseTwitter+combine.swift
[131/208] Compiling ParseSwift ParseTwitter.swift
[132/208] Compiling ParseSwift ParseAnonymous+async.swift
[133/208] Compiling ParseSwift ParseAnonymous+combine.swift
[134/208] Compiling ParseSwift ParseAnonymous.swift
[135/208] Compiling ParseSwift ParseAuthentication+async.swift
[136/208] Compiling ParseSwift ParseAuthentication+combine.swift
[137/208] Compiling ParseSwift ParseAuthentication.swift
[138/208] Compiling ParseSwift AnyCodable.swift
[139/208] Compiling ParseSwift AnyDecodable.swift
[140/208] Compiling ParseSwift AnyEncodable.swift
[141/208] Compiling ParseSwift ParseCoding.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! (43.96s)
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.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.