Build Information
Successful build of ParseSwift, reference 6.1.0 (d9e445), with Swift 6.2 for Linux on 6 Feb 2026 03:07:25 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build 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 /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.2
Building package at path: $PWD
https://github.com/netreconlab/Parse-Swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[1/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/164] Compiling ParseSwift ParseInstagram.swift
[5/164] Compiling ParseSwift ParseLDAP+async.swift
[6/164] Compiling ParseSwift ParseLDAP+combine.swift
[7/164] Compiling ParseSwift ParseLDAP.swift
[8/164] Compiling ParseSwift ParseLinkedIn+async.swift
[9/164] Compiling ParseSwift ParseLinkedIn+combine.swift
[10/164] Compiling ParseSwift ParseLinkedIn.swift
[11/164] Compiling ParseSwift ParseSpotify+async.swift
[12/164] Compiling ParseSwift ParseSpotify+combine.swift
[13/164] Compiling ParseSwift ParseSpotify.swift
[14/164] Compiling ParseSwift ParseTwitter+async.swift
[15/164] Compiling ParseSwift ParseTwitter+combine.swift
[16/164] Compiling ParseSwift ParseTwitter.swift
[17/164] Compiling ParseSwift ParseAnonymous+async.swift
[18/164] Compiling ParseSwift ParseAnonymous+combine.swift
[19/164] Compiling ParseSwift ParseAnonymous.swift
[20/164] Compiling ParseSwift ParseAuthentication+async.swift
[21/164] Compiling ParseSwift ParseAuthentication+combine.swift
[22/164] Compiling ParseSwift ParseAuthentication.swift
[23/164] Compiling ParseSwift AnyCodable.swift
[24/164] Compiling ParseSwift AnyDecodable.swift
[25/164] Compiling ParseSwift AnyEncodable.swift
[26/164] Compiling ParseSwift ParseCoding.swift
[27/186] Compiling ParseSwift ParseHookable.swift
[28/186] Compiling ParseSwift ParseOperationable.swift
[29/186] Compiling ParseSwift ParsePointerable+async.swift
[30/186] Compiling ParseSwift ParsePointerable+combine.swift
[31/186] Compiling ParseSwift ParsePointerable.swift
[32/186] Compiling ParseSwift ParsePushApplePayloadable.swift
[33/186] Compiling ParseSwift ParsePushFirebasePayloadable.swift
[34/186] Compiling ParseSwift ParsePushPayloadable.swift
[35/186] Compiling ParseSwift ParseQueryScorable.swift
[36/186] Compiling ParseSwift ParseRelationOperationable.swift
[37/186] Compiling ParseSwift ParseTypeable.swift
[38/186] Compiling ParseSwift QueryObservable.swift
[39/186] Compiling ParseSwift Queryable.swift
[40/186] Compiling ParseSwift Savable.swift
[41/186] Compiling ParseSwift InMemoryPrimitiveStore.swift
[42/186] Compiling ParseSwift KeychainStore.swift
[43/186] Compiling ParseSwift ParseFileManager.swift
[44/186] Compiling ParseSwift ParsePrimitiveStorable.swift
[45/186] Compiling ParseSwift ParseStorage.swift
[46/186] Compiling ParseSwift SecureStorable.swift
[47/186] Compiling ParseSwift CloudViewModel.swift
[48/186] Compiling ParseSwift ParseOperationAdd.swift
[49/186] Compiling ParseSwift ParseOperationAddRelation.swift
[50/186] 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 | }
[51/186] 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 | }
[52/186] 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 | }
[53/186] 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 | }
[54/186] 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 | }
[55/186] 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 | }
[56/186] 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 | }
[57/186] 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 | }
[58/186] 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 | }
[59/186] 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 | }
[60/186] 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 | }
[61/186] 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 | }
[62/186] 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 | }
[63/186] 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 | }
[64/186] 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 | }
[65/186] 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 | }
[66/186] 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 | }
[67/186] 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 | }
[68/186] 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 | }
[69/186] 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 | }
[70/186] 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 | }
[71/186] 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 | }
[72/186] 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 | }
[73/186] Compiling ParseSwift ParseOperationAddUnique.swift
[74/186] Compiling ParseSwift ParseOperationBatch.swift
[75/186] Compiling ParseSwift ParseOperationCommand.swift
[76/186] Compiling ParseSwift ParseOperationDelete.swift
[77/186] Compiling ParseSwift ParseOperationIncrement.swift
[78/186] Compiling ParseSwift ParseOperationIncrementDouble.swift
[79/186] Compiling ParseSwift ParseOperationRemove.swift
[80/186] Compiling ParseSwift ParseOperationRemoveRelation.swift
[81/186] Compiling ParseSwift ParseACL.swift
[82/186] Compiling ParseSwift ParseAnalytics+async.swift
[83/186] Compiling ParseSwift ParseAnalytics+combine.swift
[84/186] Compiling ParseSwift ParseAnalytics.swift
[85/186] Compiling ParseSwift ParseBytes.swift
[86/186] Compiling ParseSwift ParseCLP.swift
[87/186] Compiling ParseSwift ParseConfigCodable+async.swift
[88/186] Compiling ParseSwift ParseConfigCodable+combine.swift
[89/186] Compiling ParseSwift ParseConfigCodable.swift
[90/186] Compiling ParseSwift ParseConfiguration.swift
[91/186] Compiling ParseSwift ParseError.swift
[92/186] Compiling ParseSwift ParseField.swift
[93/186] Compiling ParseSwift ParseFieldOptions.swift
[94/186] Compiling ParseSwift ParseFile+async.swift
[95/186] Compiling ParseSwift API+BatchCommand.swift
[96/186] Compiling ParseSwift API+Command+async.swift
[97/186] Compiling ParseSwift API+Command.swift
[98/186] Compiling ParseSwift API+NonParseBodyCommand+async.swift
[99/186] Compiling ParseSwift API+NonParseBodyCommand.swift
[100/186] Compiling ParseSwift API.swift
[101/186] Compiling ParseSwift BatchUtils.swift
[102/186] Compiling ParseSwift ParseURLSessionDelegate.swift
[103/186] Compiling ParseSwift Responses.swift
[104/186] Compiling ParseSwift ParseApple+async.swift
[105/186] Compiling ParseSwift ParseApple+combine.swift
[106/186] Compiling ParseSwift ParseApple.swift
[107/186] Compiling ParseSwift ParseFacebook+async.swift
[108/186] Compiling ParseSwift ParseFacebook+combine.swift
[109/186] Compiling ParseSwift ParseFacebook.swift
[110/186] Compiling ParseSwift ParseGitHub+async.swift
[111/186] Compiling ParseSwift ParseGitHub+combine.swift
[112/186] Compiling ParseSwift ParseGitHub.swift
[113/186] Compiling ParseSwift ParseGoogle+async.swift
[114/186] Compiling ParseSwift ParseGoogle+combine.swift
[115/186] Compiling ParseSwift ParseGoogle.swift
[116/186] Compiling ParseSwift ParseInstagram+async.swift
[117/186] Compiling ParseSwift ParseInstagram+combine.swift
[118/186] 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 | }
[119/186] Compiling ParseSwift Deletable.swift
[120/186] Compiling ParseSwift Fetchable.swift
[121/186] Compiling ParseSwift Fileable.swift
[122/186] Compiling ParseSwift Objectable.swift
[123/186] Compiling ParseSwift ParseCloudable+async.swift
[124/186] Compiling ParseSwift ParseCloudable+combine.swift
[125/186] Compiling ParseSwift ParseCloudable.swift
[126/186] Compiling ParseSwift ParseConfig+async.swift
[127/186] Compiling ParseSwift ParseConfig+combine.swift
[128/186] Compiling ParseSwift ParseConfig.swift
[129/186] Compiling ParseSwift ParseEncodable.swift
[130/186] Compiling ParseSwift ParseFileTransferable.swift
[131/186] Compiling ParseSwift ParseHookFunctionable+async.swift
[132/186] Compiling ParseSwift ParseHookFunctionable+combine.swift
[133/186] Compiling ParseSwift ParseHookFunctionable.swift
[134/186] Compiling ParseSwift ParseHookParametable.swift
[135/186] Compiling ParseSwift ParseHookRequestable+async.swift
[136/186] Compiling ParseSwift ParseHookRequestable+combine.swift
[137/186] Compiling ParseSwift ParseHookRequestable.swift
[138/186] Compiling ParseSwift ParseHookTriggerRequestable.swift
[139/186] Compiling ParseSwift ParseHookTriggerable+async.swift
[140/186] Compiling ParseSwift ParseHookTriggerable+combine.swift
[141/186] Compiling ParseSwift ParseHookTriggerable.swift
[142/186] Compiling ParseSwift LiveQueryable.swift
[143/186] Compiling ParseSwift ParseLiveQueryDelegate.swift
[144/186] Compiling ParseSwift QuerySubscribable.swift
[145/186] Compiling ParseSwift SocketTasks.swift
[146/186] Compiling ParseSwift Subscription.swift
[147/186] Compiling ParseSwift SubscriptionCallback.swift
[148/186] Compiling ParseSwift Subscriptions.swift
[149/186] Compiling ParseSwift ParseCloudUser.swift
[150/186] Compiling ParseSwift ParseInstallation+async.swift
[151/186] Compiling ParseSwift ParseInstallation+combine.swift
[152/186] Compiling ParseSwift ParseInstallation.swift
[153/186] Compiling ParseSwift ParseObject+async.swift
[154/186] Compiling ParseSwift ParseObject+combine.swift
[155/186] Compiling ParseSwift ParseObject.swift
[156/186] Compiling ParseSwift ParsePushStatusable.swift
[157/186] Compiling ParseSwift ParseRole.swift
[158/186] Compiling ParseSwift ParseSession.swift
[159/186] Compiling ParseSwift ParseUser+async.swift
[160/186] Compiling ParseSwift ParseUser+combine.swift
[161/186] Compiling ParseSwift ParseUser.swift
[162/186] Compiling ParseSwift Parse.swift
[163/186] Compiling ParseSwift ParseConstants.swift
[164/186] 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! (31.05s)
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.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.