Build Information
Failed to build ParseServerSwift, reference 0.15.0 (d43b06), with Swift 6.1 for Android on 10 Dec 2025 18:51:21 UTC.
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/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/netreconlab/parse-server-swift.git
Reference: 0.15.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-server-swift
* tag 0.15.0 -> FETCH_HEAD
HEAD is now at d43b06d fix: Pin all dependencies to work on Swift 5.10 image (#82)
Cloned https://github.com/netreconlab/parse-server-swift.git
Revision (git rev-parse @):
d43b06dfa664f0d77183b213523e8c401075cfa4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/netreconlab/parse-server-swift.git at 0.15.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/netreconlab/parse-server-swift.git
https://github.com/netreconlab/parse-server-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"exact" : [
"4.117.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "parse-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "5.12.3",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/netreconlab/Parse-Swift.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"exact" : [
"1.1.6"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"exact" : [
"2.86.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-http2",
"requirement" : {
"exact" : [
"1.38.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-http2.git"
},
{
"identity" : "swift-log",
"requirement" : {
"exact" : [
"1.6.4"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"exact" : [
"2.34.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"exact" : [
"3.15.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"exact" : [
"1.29.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"exact" : [
"1.29.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-asn1",
"requirement" : {
"exact" : [
"1.4.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-asn1.git"
},
{
"identity" : "swift-async-algorithms",
"requirement" : {
"exact" : [
"1.0.4"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms.git"
},
{
"identity" : "swift-certificates",
"requirement" : {
"exact" : [
"1.15.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-certificates.git"
},
{
"identity" : "swift-http-structured-headers",
"requirement" : {
"exact" : [
"1.4.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-structured-headers.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"exact" : [
"1.25.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
}
],
"manifest_display_name" : "ParseServerSwift",
"name" : "ParseServerSwift",
"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" : "ParseServerSwift",
"targets" : [
"ParseServerSwift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "App",
"targets" : [
"App"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "ParseServerSwiftTests",
"module_type" : "SwiftTarget",
"name" : "ParseServerSwiftTests",
"path" : "Tests/ParseServerSwiftTests",
"product_dependencies" : [
"XCTVapor"
],
"sources" : [
"AppTests.swift"
],
"target_dependencies" : [
"ParseServerSwift"
],
"type" : "test"
},
{
"c99name" : "ParseServerSwift",
"module_type" : "SwiftTarget",
"name" : "ParseServerSwift",
"path" : "Sources/ParseServerSwift",
"product_dependencies" : [
"Vapor",
"ParseSwift"
],
"product_memberships" : [
"ParseServerSwift",
"App"
],
"sources" : [
"Extensions/Parse+Vapor.swift",
"Extensions/ParseHookFunction+Vapor.swift",
"Extensions/ParseHookTrigger+Vapor.swift",
"Models/GameScore.swift",
"Models/Hooks.swift",
"Models/Parameters/FooParameters.swift",
"Models/User.swift",
"Parse.swift",
"ParseServerConfiguration.swift",
"Utility/Constants.swift",
"Utility/Functions.swift",
"configure.swift",
"routes.swift"
],
"type" : "library"
},
{
"c99name" : "App",
"module_type" : "SwiftTarget",
"name" : "App",
"path" : "Sources/App",
"product_memberships" : [
"App"
],
"sources" : [
"entrypoint.swift"
],
"target_dependencies" : [
"ParseServerSwift"
],
"type" : "executable"
}
],
"tools_version" : "5.10"
}
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/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/7040] Fetching swift-certificates
[72/8244] Fetching swift-certificates, swift-http-structured-headers
[916/14607] Fetching swift-certificates, swift-http-structured-headers, swift-nio-extras
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.57s)
[11369/13403] Fetching swift-certificates, swift-nio-extras
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.98s)
Fetching https://github.com/apple/swift-crypto.git
[1/14504] Fetching async-http-client
[1887/16171] Fetching async-http-client, swift-asn1
[2183/21990] Fetching async-http-client, swift-asn1, swift-async-algorithms
Fetched https://github.com/apple/swift-certificates.git from cache (1.46s)
Fetching https://github.com/apple/swift-nio-ssl.git
[11195/39455] Fetching async-http-client, swift-asn1, swift-async-algorithms, swift-crypto
[13809/42264] Fetching async-http-client, swift-asn1, swift-async-algorithms, swift-crypto, swift-nio-transport-services
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.15s)
Fetching https://github.com/apple/swift-log.git
[19854/36445] Fetching async-http-client, swift-asn1, swift-crypto, swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.25s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.26s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio.git
[15379/47257] Fetching async-http-client, swift-crypto, swift-nio-ssl
[17912/52993] Fetching async-http-client, swift-crypto, swift-nio-ssl, swift-log
[19939/64711] Fetching async-http-client, swift-crypto, swift-nio-ssl, swift-log, swift-nio-http2
[26558/145392] Fetching async-http-client, swift-crypto, swift-nio-ssl, swift-log, swift-nio-http2, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (3.01s)
[13231/130888] Fetching swift-crypto, swift-nio-ssl, swift-log, swift-nio-http2, swift-nio
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-log.git from cache (1.75s)
[11027/125152] Fetching swift-crypto, swift-nio-ssl, swift-nio-http2, swift-nio
Fetching https://github.com/netreconlab/Parse-Swift.git
[21053/143515] Fetching swift-crypto, swift-nio-ssl, swift-nio-http2, swift-nio, swift-collections
[30018/181823] Fetching swift-crypto, swift-nio-ssl, swift-nio-http2, swift-nio, swift-collections, parse-swift
Fetched https://github.com/apple/swift-collections.git from cache (6.54s)
Fetching https://github.com/vapor/vapor.git
[93372/163460] Fetching swift-crypto, swift-nio-ssl, swift-nio-http2, swift-nio, parse-swift
Fetched https://github.com/apple/swift-nio-ssl.git from cache (9.23s)
[79616/148172] Fetching swift-crypto, swift-nio-http2, swift-nio, parse-swift
[79688/224520] Fetching swift-crypto, swift-nio-http2, swift-nio, parse-swift, vapor
Fetched https://github.com/apple/swift-crypto.git from cache (10.54s)
[87084/207055] Fetching swift-nio-http2, swift-nio, parse-swift, vapor
Fetched https://github.com/vapor/vapor.git from cache (7.34s)
Fetched https://github.com/netreconlab/Parse-Swift.git from cache (15.14s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (20.42s)
Fetched https://github.com/apple/swift-nio.git from cache (20.53s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.2 (23.51s)
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.39s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (1.14s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.15.1 (2.62s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.72s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.70s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.75s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-algorithms.git
[1/951] Fetching swift-http-types
[952/3519] Fetching swift-http-types, swift-service-lifecycle
[3520/9560] Fetching swift-http-types, swift-service-lifecycle, swift-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.33s)
[6388/6992] Fetching swift-http-types, swift-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.45s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.46s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.29.1 (1.10s)
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/5566] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.41s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (2.92s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.1 (0.75s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.62s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.63s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.2 (1.01s)
Fetching https://github.com/apple/swift-system.git
[1/5221] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.63s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.6 (1.79s)
Computing version for https://github.com/netreconlab/Parse-Swift.git
Computed https://github.com/netreconlab/Parse-Swift.git at 5.12.3 (0.87s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.117.2 (0.79s)
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/multipart-kit.git
[1/6480] Fetching console-kit
[2140/8985] Fetching console-kit, swift-metrics
[8156/10147] Fetching console-kit, swift-metrics, swift-service-context
[10148/13763] Fetching console-kit, swift-metrics, swift-service-context, multipart-kit
Fetched https://github.com/apple/swift-service-context.git from cache (0.45s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetched https://github.com/vapor/console-kit.git from cache (0.49s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.50s)
[1629/6055] Fetching multipart-kit, async-kit
[1678/27411] Fetching multipart-kit, async-kit, routing-kit
[4643/30043] Fetching multipart-kit, async-kit, routing-kit, websocket-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.42s)
[11522/27604] Fetching multipart-kit, routing-kit, websocket-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.49s)
[14869/24972] Fetching multipart-kit, routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.39s)
[1664/3616] Fetching multipart-kit
Fetched https://github.com/vapor/multipart-kit.git from cache (2.76s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.54s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.17s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.57s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (1.42s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (0.73s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.83s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.3 (0.92s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (2.99s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (1.82s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (0.80s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.79s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.80s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.74s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.21.0 (2.09s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.66s)
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.117.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.34.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.29.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.15.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/netreconlab/Parse-Swift.git
Working copy of https://github.com/netreconlab/Parse-Swift.git resolved at 5.12.3
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.21.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.2
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.3
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.6
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
warning: 'spi-builder-workspace': dependency 'swift-collections' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-nio' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-nio-http2' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-log' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-crypto' is not used by any target
warning: 'spi-builder-workspace': dependency 'async-http-client' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-nio-extras' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-asn1' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-async-algorithms' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-certificates' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-http-structured-headers' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-nio-transport-services' is not used by any target
Building for debugging...
[0/896] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[0/896] Write sources
[2/896] Compiling _NumericsShims _NumericsShims.c
[3/896] Write sources
[7/896] Compiling _AtomicsShims.c
[8/896] Write sources
[50/896] Compiling CVaporBcrypt blf.c
[51/896] Compiling CVaporBcrypt bcrypt.c
[52/896] Compiling CSystem shims.c
[53/896] Compiling CNIOWindows shim.c
[54/896] Compiling CNIOWindows WSAStartup.c
[55/896] Compiling CNIOWASI CNIOWASI.c
[56/896] Compiling CNIOSHA1 c_nio_sha1.c
[57/896] Compiling CNIOPosix event_loop_id.c
[58/896] Compiling CNIOLinux shim.c
[59/896] Compiling CNIOLinux liburing_shims.c
[60/896] Compiling mlkem.cc
[61/896] Compiling aes.cc
[62/896] Compiling CNIOLLHTTP c_nio_llhttp.c
[63/896] Compiling CNIOLLHTTP c_nio_http.c
[64/896] Compiling CNIOExtrasZlib empty.c
[65/896] Compiling CNIODarwin shim.c
[66/896] Compiling CNIOLLHTTP c_nio_api.c
[67/896] Compiling asn1_lib.cc
[68/896] Compiling fiat_p256_adx_sqr.S
[69/896] Compiling fiat_p256_adx_mul.S
[70/896] Compiling fiat_curve25519_adx_mul.S
[71/896] Compiling a_bitstr.cc
[72/896] Write swift-version-24593BA9C3E375BF.txt
[73/896] Compiling a_bool.cc
[74/896] Compiling fiat_curve25519_adx_square.S
[75/896] Compiling obj.cc
[76/933] Compiling CNIOBoringSSLShims shims.c
[78/936] Emitting module ServiceContextModule
[78/936] Compiling tls_record.cc
[79/936] Compiling tls_method.cc
[80/936] Compiling tls13_enc.cc
[81/948] Compiling tls13_server.cc
[83/1145] Emitting module InternalCollectionsUtilities
[84/1147] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[85/1147] Compiling InternalCollectionsUtilities _SortedCollection.swift
[86/1147] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[87/1147] Compiling InternalCollectionsUtilities Debugging.swift
[88/1151] Compiling RealModule RealFunctions.swift
[89/1152] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[90/1152] Compiling InternalCollectionsUtilities Specialize.swift
[91/1152] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[92/1152] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[93/1152] Compiling ServiceContextModule ServiceContextKey.swift
[94/1152] Compiling ServiceContextModule ServiceContext.swift
[95/1152] Emitting module _NIOBase64
[96/1152] Compiling _NIOBase64 Base64.swift
[97/1154] Emitting module RealModule
[98/1154] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[99/1154] Compiling InternalCollectionsUtilities Integer rank.swift
[101/1154] Compiling InternalCollectionsUtilities Descriptions.swift
[102/1154] Compiling RealModule Real.swift
[103/1154] Compiling RealModule Float80+Real.swift
[104/1154] Compiling RealModule Float16+Real.swift
[105/1154] Compiling _NIODataStructures _TinyArray.swift
[106/1154] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[107/1154] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[108/1154] Emitting module SystemPackage
[113/1154] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[114/1154] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[123/1154] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[126/1154] Compiling InternalCollectionsUtilities UInt+reversed.swift
[127/1154] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[128/1155] Compiling _NIODataStructures PriorityQueue.swift
[131/1155] Compiling RealModule RelaxedArithmetic.swift
[136/1156] Emitting module _NIODataStructures
[137/1156] Compiling _NIODataStructures Heap.swift
[138/1157] Wrapping AST for _NIOBase64 for debugging
[142/1281] Compiling Instrumentation NoOpInstrument.swift
[143/1296] Compiling HeapModule Heap+Invariants.swift
[144/1296] Compiling HeapModule Heap+Descriptions.swift
[145/1296] Compiling Instrumentation MultiplexInstrument.swift
[146/1296] Compiling Instrumentation Instrument.swift
[147/1296] Emitting module Instrumentation
[148/1296] Compiling HeapModule Heap.swift
[149/1296] Compiling HeapModule _HeapNode.swift
[150/1296] Emitting module HeapModule
[151/1296] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[152/1296] Compiling HeapModule Heap+UnsafeHandle.swift
[154/1297] Compiling _RopeModule BigString+Chunk.swift
[155/1297] Compiling _RopeModule BigString+BidirectionalCollection.swift
[156/1297] Compiling _RopeModule Rope+_Storage.swift
[157/1297] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[158/1297] Compiling _RopeModule Rope+_UnsafeHandle.swift
[159/1297] Compiling _RopeModule Rope.swift
[160/1297] Compiling _RopeModule RopeElement.swift
[161/1297] Compiling _RopeModule BigString+Chunk+Breaks.swift
[162/1297] Compiling _RopeModule BigString+Chunk+Counts.swift
[163/1297] Compiling _RopeModule BigString+Chunk+Description.swift
[164/1297] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[165/1297] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[166/1297] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[167/1297] Compiling _RopeModule BigString+Chunk+Splitting.swift
[168/1356] Compiling HashTreeCollections _HashNodeHeader.swift
[169/1356] Compiling HashTreeCollections _HashSlot.swift
[170/1356] Compiling HashTreeCollections _HashStack.swift
[171/1356] Compiling HashTreeCollections _HashTreeIterator.swift
[172/1380] Compiling HashTreeCollections _HashNode+Builder.swift
[173/1380] Compiling HashTreeCollections _HashNode+Debugging.swift
[174/1380] Compiling HashTreeCollections _HashNode+Initializers.swift
[175/1380] Compiling HashTreeCollections _HashNode+Invariants.swift
[176/1380] Compiling HashTreeCollections _HashNode+Lookups.swift
[177/1380] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[178/1380] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[179/1380] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[180/1380] Compiling HashTreeCollections _HashNode+Structural union.swift
[181/1380] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[182/1380] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[183/1380] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[184/1380] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[185/1380] Compiling HashTreeCollections _HashNode.swift
[190/1380] Compiling HashTreeCollections _HashTreeStatistics.swift
[191/1380] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[192/1380] Compiling HashTreeCollections _RawHashNode.swift
[193/1380] Compiling HashTreeCollections _UnmanagedHashNode.swift
[194/1380] Compiling HashTreeCollections _UnsafePath.swift
[195/1380] Compiling HashTreeCollections TreeDictionary+Codable.swift
[196/1380] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[197/1380] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[198/1380] Compiling HashTreeCollections _HashNode+Structural merge.swift
[199/1380] Compiling HashTreeCollections _AncestorHashSlots.swift
[200/1380] Compiling HashTreeCollections _Bitmap.swift
[201/1380] Compiling HashTreeCollections _Bucket.swift
[202/1380] Compiling HashTreeCollections _Hash.swift
[203/1380] Compiling HashTreeCollections _HashLevel.swift
[204/1380] Compiling Instrumentation InstrumentationSystem.swift
[205/1380] Compiling Instrumentation Locks.swift
[206/1381] Emitting module Logging
[207/1381] Compiling Logging MetadataProvider.swift
[208/1381] Compiling CoreMetrics Locks.swift
[209/1381] Emitting module CoreMetrics
[210/1381] Compiling CoreMetrics Metrics.swift
[228/1382] Compiling Logging LogHandler.swift
[229/1382] Compiling Logging Locks.swift
[230/1382] Compiling Logging Logging.swift
[235/1384] Compiling HashTreeCollections TreeSet+Hashable.swift
[236/1384] Compiling HashTreeCollections TreeSet+Sendable.swift
[237/1384] Compiling HashTreeCollections TreeSet+Sequence.swift
[238/1384] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[239/1384] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[240/1384] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[241/1384] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[242/1384] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[243/1384] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[244/1384] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[245/1425] Compiling DequeModule Deque+Equatable.swift
[246/1425] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[247/1427] Compiling RoutingKit Router.swift
[248/1427] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[249/1427] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[250/1427] Compiling HashTreeCollections TreeDictionary+Filter.swift
[251/1427] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[252/1427] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[253/1427] Compiling HashTreeCollections TreeDictionary+Keys.swift
[254/1427] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[255/1427] Compiling HashTreeCollections TreeDictionary+Merge.swift
[256/1427] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[257/1427] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[258/1427] Compiling HashTreeCollections TreeDictionary+Values.swift
[259/1427] Compiling HashTreeCollections TreeDictionary.swift
[260/1427] Compiling HashTreeCollections TreeSet+Codable.swift
[261/1427] Compiling HashTreeCollections TreeSet+Collection.swift
[262/1427] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[263/1427] Compiling HashTreeCollections TreeSet+Debugging.swift
[264/1427] Compiling HashTreeCollections TreeSet+Descriptions.swift
[265/1427] Compiling HashTreeCollections TreeSet+Equatable.swift
[266/1427] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[267/1427] Compiling HashTreeCollections TreeSet+Extras.swift
[268/1427] Compiling HashTreeCollections TreeSet+Filter.swift
[269/1427] Compiling DequeModule Deque+Codable.swift
[270/1427] Compiling DequeModule Deque+Collection.swift
[273/1427] Compiling DequeModule Deque+CustomReflectable.swift
[274/1427] Compiling DequeModule Deque+Descriptions.swift
[275/1427] Compiling DequeModule Deque+Extras.swift
[276/1427] Compiling DequeModule Deque+Hashable.swift
[277/1427] Compiling DequeModule _DequeBuffer.swift
[278/1427] Compiling DequeModule _DequeBufferHeader.swift
[297/1436] Compiling RoutingKit PathComponent.swift
[298/1436] Compiling Tracing TracingTime.swift
[299/1436] Emitting module Tracing
[302/1436] Compiling Tracing TracerProtocol.swift
[303/1436] Compiling RoutingKit TrieRouter.swift
[304/1436] Compiling Tracing Tracer.swift
[305/1436] Compiling Tracing TracerProtocol+Legacy.swift
[306/1436] Compiling _RopeModule _CharacterRecognizer.swift
[307/1436] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[308/1436] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[309/1436] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[310/1436] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[311/1436] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[312/1436] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[313/1436] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[314/1436] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[315/1436] Compiling HashTreeCollections TreeSet.swift
[323/1436] Compiling DequeModule _DequeSlot.swift
[324/1436] Compiling DequeModule _UnsafeWrappedBuffer.swift
[325/1436] Emitting module OrderedCollections
[328/1437] Compiling DequeModule Deque+Testing.swift
[329/1437] Compiling DequeModule Deque._Storage.swift
[330/1437] Compiling DequeModule Deque._UnsafeHandle.swift
[331/1437] Compiling DequeModule Deque.swift
[332/1437] Compiling Tracing InstrumentationSystem+Tracing.swift
[333/1437] Compiling Tracing SpanProtocol.swift
[334/1437] Compiling Tracing NoOpTracer.swift
[339/1438] Compiling RoutingKit AnyRouter.swift
[340/1438] Emitting module RoutingKit
[341/1438] Compiling RoutingKit Parameters.swift
[341/1439] Wrapping AST for _NIODataStructures for debugging
[350/1439] Compiling HashTreeCollections TreeDictionary+Collection.swift
[351/1439] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[352/1439] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[353/1439] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[354/1439] Compiling Metrics Metrics.swift
[355/1439] Emitting module Metrics
[355/1440] Wrapping AST for SystemPackage for debugging
[357/1440] Wrapping AST for Tracing for debugging
[360/1440] Emitting module DequeModule
[360/1441] Wrapping AST for ServiceContextModule for debugging
[361/1441] Wrapping AST for RealModule for debugging
[362/1441] Wrapping AST for RoutingKit for debugging
[364/1441] Wrapping AST for OrderedCollections for debugging
[365/1441] Wrapping AST for Metrics for debugging
[366/1441] Wrapping AST for Logging for debugging
[367/1441] Wrapping AST for InternalCollectionsUtilities for debugging
[369/1441] Emitting module _RopeModule
[369/1441] Wrapping AST for Instrumentation for debugging
[370/1441] Wrapping AST for HeapModule for debugging
[371/1441] Wrapping AST for CoreMetrics for debugging
[372/1441] Wrapping AST for DequeModule for debugging
[374/1441] Emitting module ParseSwift
[408/1466] Compiling _RopeModule Rope+Join.swift
[409/1466] Compiling _RopeModule Rope+MutatingForEach.swift
[410/1466] Compiling _RopeModule Rope+Remove.swift
[411/1466] Compiling _RopeModule Rope+RemoveSubrange.swift
[412/1466] Compiling _RopeModule Rope+Split.swift
[413/1466] Compiling _RopeModule Optional Utilities.swift
[414/1466] Compiling _RopeModule String Utilities.swift
[415/1466] Compiling _RopeModule String.Index+ABI.swift
[465/1467] Compiling t1_enc.cc
[467/1467] Compiling ssl_versions.cc
[468/1467] Compiling tls13_both.cc
[469/1467] Wrapping AST for _RopeModule for debugging
[471/1467] Emitting module HashTreeCollections
[472/1468] Compiling tls13_client.cc
[473/1468] Compiling ssl_x509.cc
[474/1468] Wrapping AST for HashTreeCollections for debugging
[500/1468] Compiling ssl_key_share.cc
[502/1468] Compiling ParseSwift ParseFileTransferable.swift
[503/1468] Compiling ParseSwift ParseHookFunctionable+async.swift
[504/1468] Compiling ParseSwift ParseHookFunctionable+combine.swift
[505/1468] Compiling ParseSwift ParseHookFunctionable.swift
[506/1468] Compiling ParseSwift ParseHookParametable.swift
[507/1468] Compiling ParseSwift ParseHookRequestable+async.swift
[508/1468] Compiling ParseSwift ParseHookRequestable+combine.swift
[509/1468] Compiling ParseSwift ParseHookRequestable.swift
[510/1468] Compiling ParseSwift ParseHookTriggerRequestable.swift
[511/1468] Compiling ParseSwift ParseHookTriggerable+async.swift
[512/1468] Compiling ParseSwift ParseHookTriggerable+combine.swift
[513/1468] Compiling ParseSwift ParseHookTriggerable.swift
[514/1468] Compiling ParseSwift ParseHookable.swift
[515/1468] Compiling ParseSwift ParseOperationable.swift
[516/1468] Compiling ParseSwift ParsePointerable+async.swift
[517/1468] Compiling ParseSwift ParsePointerable+combine.swift
[518/1468] Compiling ParseSwift ParsePointerable.swift
[519/1468] Compiling ParseSwift ParsePushApplePayloadable.swift
[520/1468] Compiling ParseSwift ParsePushFirebasePayloadable.swift
[521/1468] Compiling ParseSwift ParsePushPayloadable.swift
[522/1468] Compiling ParseSwift ParseQueryScorable.swift
[523/1468] Compiling ParseSwift ParseRelationOperationable.swift
[524/1468] Compiling ParseSwift ParseTypeable.swift
[525/1468] Compiling ParseSwift QueryObservable.swift
[526/1468] Compiling ParseSwift Queryable.swift
[527/1468] Compiling ParseSwift ParseConfigCodable+combine.swift
[528/1468] Compiling ParseSwift ParseConfigCodable.swift
[529/1468] Compiling ParseSwift ParseConfiguration.swift
[530/1468] Compiling ParseSwift ParseError.swift
[531/1468] Compiling ParseSwift ParseField.swift
[532/1468] Compiling ParseSwift ParseFieldOptions.swift
[533/1468] Compiling ParseSwift ParseFile+async.swift
[534/1468] Compiling ParseSwift ParseFile+combine.swift
[535/1468] Compiling ParseSwift ParseFile.swift
[536/1468] Compiling ParseSwift ParseFileDefaultTransfer.swift
[537/1468] Compiling ParseSwift ParseGeoPoint.swift
[538/1468] Compiling ParseSwift ParseHookFunction.swift
[539/1468] Compiling ParseSwift ParseHookFunctionRequest.swift
[540/1468] Compiling ParseSwift ParseHookResponse.swift
[541/1468] Compiling ParseSwift ParseHookTrigger.swift
[542/1468] Compiling ParseSwift ParseHookTriggerObjectRequest.swift
[543/1468] Compiling ParseSwift ParseHookTriggerRequest.swift
[544/1468] Compiling ParseSwift ParseKeychainAccessGroup.swift
[545/1468] Compiling ParseSwift ParseOperation+async.swift
[546/1468] Compiling ParseSwift ParseOperation+combine.swift
[547/1468] Compiling ParseSwift ParseOperation.swift
[548/1468] Compiling ParseSwift ParsePolygon.swift
[549/1468] Compiling ParseSwift ParsePush+async.swift
[550/1468] Compiling ParseSwift ParsePush+combine.swift
[551/1468] Compiling ParseSwift ParsePush.swift
[562/1468] Compiling ParseSwift ParseOperationAddUnique.swift
[563/1468] Compiling ParseSwift ParseOperationBatch.swift
[564/1468] Compiling ParseSwift ParseOperationCommand.swift
[565/1468] Compiling ParseSwift ParseOperationDelete.swift
[566/1468] Compiling ParseSwift ParseOperationIncrement.swift
[567/1468] Compiling ParseSwift ParseOperationIncrementDouble.swift
[568/1468] Compiling ParseSwift ParseOperationRemove.swift
[569/1468] Compiling ParseSwift ParseOperationRemoveRelation.swift
[570/1468] Compiling ParseSwift ParseACL.swift
[571/1468] Compiling ParseSwift ParseAnalytics+async.swift
[572/1468] Compiling ParseSwift ParseAnalytics+combine.swift
[573/1468] Compiling ParseSwift ParseAnalytics.swift
[574/1468] Compiling ParseSwift ParseBytes.swift
[575/1468] Compiling ParseSwift ParseCLP.swift
[576/1468] Compiling ParseSwift ParseConfigCodable+async.swift
[576/1468] Compiling ssl_stat.cc
[577/1468] Compiling ssl_transcript.cc
[578/1468] Compiling ssl_privkey.cc
[579/1468] Compiling ssl_session.cc
[580/1468] Compiling ssl_file.cc
[581/1468] Compiling ssl_lib.cc
[582/1468] Compiling ssl_cert.cc
[583/1468] Compiling ssl_credential.cc
[584/1468] Compiling ssl_cipher.cc
[585/1468] Compiling ssl_buffer.cc
[586/1468] Compiling ssl_asn1.cc
[587/1468] Compiling ssl_aead_ctx.cc
[588/1468] Compiling s3_pkt.cc
[589/1468] Compiling s3_both.cc
[590/1468] Compiling s3_lib.cc
[617/1468] Compiling ParseSwift ParseInstallation+combine.swift
[618/1468] Compiling ParseSwift ParseInstallation.swift
[619/1468] Compiling ParseSwift ParseObject+async.swift
[620/1468] Compiling ParseSwift ParseObject+combine.swift
[621/1468] Compiling ParseSwift ParseObject.swift
[622/1468] Compiling ParseSwift ParsePushStatusable.swift
[623/1468] Compiling ParseSwift ParseRole.swift
[624/1468] Compiling ParseSwift ParseSession.swift
[625/1468] Compiling ParseSwift ParseUser+async.swift
[626/1468] Compiling ParseSwift ParseUser+combine.swift
[627/1468] Compiling ParseSwift ParseUser.swift
[628/1468] Compiling ParseSwift Parse.swift
[629/1468] Compiling ParseSwift ParseConstants.swift
[630/1468] Compiling ParseSwift CloudObservable.swift
[631/1468] Compiling ParseSwift Deletable.swift
[632/1468] Compiling ParseSwift Fetchable.swift
[633/1468] Compiling ParseSwift Fileable.swift
[634/1468] Compiling ParseSwift Objectable.swift
[635/1468] Compiling ParseSwift ParseCloudable+async.swift
[636/1468] Compiling ParseSwift ParseCloudable+combine.swift
[637/1468] Compiling ParseSwift ParseCloudable.swift
[638/1468] Compiling ParseSwift ParseConfig+async.swift
[639/1468] Compiling ParseSwift ParseConfig+combine.swift
[640/1468] Compiling ParseSwift ParseConfig.swift
[641/1468] Compiling ParseSwift ParseEncodable.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
[666/1468] Compiling handshake.cc
[667/1468] Compiling handshake_client.cc
[668/1468] Compiling handshake_server.cc
[669/1468] Compiling handoff.cc
[670/1468] Compiling extensions.cc
[671/1468] Compiling dtls_record.cc
[672/1468] Compiling encrypted_client_hello.cc
[673/1468] Compiling md5-x86_64-linux.S
[674/1468] Compiling dtls_method.cc
[675/1468] Compiling md5-x86_64-apple.S
[676/1468] Compiling md5-586-apple.S
[677/1468] Compiling md5-586-linux.S
[678/1468] Compiling d1_srtp.cc
[679/1468] Compiling chacha20_poly1305_x86_64-apple.S
[680/1468] Compiling chacha20_poly1305_x86_64-linux.S
[681/1468] Compiling chacha20_poly1305_armv8-win.S
[682/1468] Compiling d1_lib.cc
[683/1468] Compiling d1_pkt.cc
[684/1468] Compiling chacha20_poly1305_armv8-linux.S
[685/1468] Compiling chacha20_poly1305_armv8-apple.S
[686/1468] Compiling chacha-x86_64-linux.S
[687/1468] Compiling chacha-x86_64-apple.S
[688/1468] Compiling chacha-x86-apple.S
[689/1468] Compiling chacha-x86-linux.S
[690/1468] Compiling chacha-armv8-win.S
[691/1468] Compiling chacha-armv4-linux.S
[692/1468] Compiling chacha-armv8-apple.S
[693/1468] Compiling aes128gcmsiv-x86_64-linux.S
[694/1468] Compiling chacha-armv8-linux.S
[695/1468] Compiling x86_64-mont5-linux.S
[696/1468] Compiling aes128gcmsiv-x86_64-apple.S
[697/1468] Compiling x86_64-mont5-apple.S
[698/1468] Compiling x86_64-mont-linux.S
[699/1468] Compiling bio_ssl.cc
[700/1468] Compiling x86_64-mont-apple.S
[701/1468] Compiling err_data.cc
[702/1468] Compiling vpaes-x86_64-linux.S
[703/1468] Compiling x86-mont-linux.S
[704/1468] Compiling vpaes-x86_64-apple.S
[705/1468] Compiling x86-mont-apple.S
[706/1468] Compiling vpaes-x86-linux.S
[707/1468] Compiling vpaes-x86-apple.S
[708/1468] Compiling vpaes-armv8-win.S
[709/1468] Compiling vpaes-armv7-linux.S
[710/1468] Compiling vpaes-armv8-apple.S
[711/1468] Compiling vpaes-armv8-linux.S
[712/1468] Compiling sha512-x86_64-apple.S
[713/1468] Compiling sha512-x86_64-linux.S
[714/1468] Compiling sha512-armv8-win.S
[715/1468] Compiling sha512-armv8-apple.S
[716/1468] Compiling sha512-586-apple.S
[717/1468] Compiling sha512-586-linux.S
[718/1468] Compiling sha512-armv4-linux.S
[719/1468] Compiling sha512-armv8-linux.S
[720/1468] Compiling sha256-x86_64-apple.S
[721/1468] Compiling sha256-x86_64-linux.S
[722/1468] Compiling sha256-armv8-win.S
[723/1468] Compiling sha256-armv4-linux.S
[723/1468] Compiling sha256-586-apple.S
[725/1468] Compiling sha256-armv8-apple.S
[725/1468] Compiling sha256-armv8-linux.S
[727/1468] Compiling sha256-586-linux.S
[728/1468] Compiling d1_both.cc
[729/1468] Compiling sha1-x86_64-apple.S
[730/1468] Compiling sha1-x86_64-linux.S
[731/1468] Compiling sha1-armv8-linux.S
[732/1468] Compiling sha1-armv8-win.S
[733/1468] Compiling sha1-armv8-apple.S
[734/1468] Compiling sha1-armv4-large-linux.S
[735/1468] Compiling sha1-586-linux.S
[736/1468] Compiling sha1-586-apple.S
[737/1468] Compiling rsaz-avx2-apple.S
[738/1468] Compiling rsaz-avx2-linux.S
[739/1468] Compiling rdrand-x86_64-linux.S
[740/1468] Compiling p256_beeu-x86_64-asm-linux.S
[741/1468] Compiling p256_beeu-x86_64-asm-apple.S
[742/1468] Compiling rdrand-x86_64-apple.S
[742/1468] Compiling p256_beeu-armv8-asm-linux.S
[744/1468] Compiling p256_beeu-armv8-asm-apple.S
[744/1468] Compiling p256_beeu-armv8-asm-win.S
[746/1468] Compiling p256-x86_64-asm-apple.S
[747/1468] Compiling p256-x86_64-asm-linux.S
[748/1468] Compiling ghashv8-armv8-linux.S
[749/1468] Compiling ghashv8-armv8-win.S
[750/1468] Compiling p256-armv8-asm-linux.S
[750/1468] Compiling p256-armv8-asm-apple.S
[752/1468] Compiling p256-armv8-asm-win.S
[753/1468] Compiling ghashv8-armv8-apple.S
[754/1468] Compiling ghash-x86_64-apple.S
[755/1468] Compiling ghashv8-armv7-linux.S
[755/1468] Compiling ghash-x86-apple.S
[757/1468] Compiling ghash-x86-linux.S
[758/1468] Compiling ghash-x86_64-linux.S
[759/1468] Compiling ghash-ssse3-x86_64-linux.S
[760/1468] Compiling ghash-ssse3-x86_64-apple.S
[761/1468] Compiling ghash-ssse3-x86-apple.S
[762/1468] Compiling ghash-neon-armv8-linux.S
[763/1468] Compiling ghash-neon-armv8-win.S
[764/1468] Compiling ghash-ssse3-x86-linux.S
[765/1468] Compiling ghash-neon-armv8-apple.S
[766/1468] Compiling co-586-linux.S
[767/1468] Compiling ghash-armv4-linux.S
[768/1468] Compiling bsaes-armv7-linux.S
[769/1468] Compiling co-586-apple.S
[770/1468] Compiling bn-armv8-apple.S
[771/1468] Compiling bn-armv8-win.S
[772/1468] Compiling bn-armv8-linux.S
[773/1468] Compiling bn-586-linux.S
[774/1468] Compiling bn-586-apple.S
[775/1468] Compiling armv8-mont-win.S
[776/1468] Compiling aesv8-gcm-armv8-win.S
[777/1468] Compiling armv8-mont-apple.S
[778/1468] Compiling armv8-mont-linux.S
[778/1468] Compiling armv4-mont-linux.S
[780/1468] Compiling aesv8-gcm-armv8-linux.S
[781/1468] Compiling aesv8-gcm-armv8-apple.S
[782/1468] Compiling aesv8-armv8-win.S
[783/1468] Compiling aesv8-armv8-linux.S
[784/1468] Compiling aesv8-armv7-linux.S
[785/1468] Compiling aesni-x86_64-linux.S
[786/1468] Compiling aesni-x86_64-apple.S
[787/1468] Compiling aesv8-armv8-apple.S
[788/1468] Compiling aesni-x86-linux.S
[789/1468] Compiling aesni-x86-apple.S
[790/1468] Compiling aesni-gcm-x86_64-linux.S
[791/1468] Compiling aesni-gcm-x86_64-apple.S
[792/1468] Compiling aes-gcm-avx2-x86_64-linux.S
[793/1468] Compiling aes-gcm-avx2-x86_64-apple.S
[794/1468] Compiling aes-gcm-avx10-x86_64-apple.S
[795/1468] Compiling aes-gcm-avx10-x86_64-linux.S
[797/1468] Compiling ParseSwift ParsePushAppleAlert.swift
[798/1468] Compiling ParseSwift ParsePushAppleSound.swift
[799/1468] Compiling ParseSwift ParsePushPayloadApple.swift
[800/1468] Compiling ParseSwift ParsePushFirebaseNotification.swift
[801/1468] Compiling ParseSwift ParsePushPayloadFirebase.swift
[802/1468] Compiling ParseSwift ParsePushPayloadAny.swift
[803/1468] Compiling ParseSwift ParsePushStatus.swift
[804/1468] Compiling ParseSwift ParseRelation.swift
[805/1468] Compiling ParseSwift ParseSchema+async.swift
[806/1468] Compiling ParseSwift ParseSchema+combine.swift
[807/1468] Compiling ParseSwift ParseSchema.swift
[808/1468] Compiling ParseSwift ParseServer+async.swift
[809/1468] Compiling ParseSwift ParseServer+combine.swift
[810/1468] Compiling ParseSwift ParseServer.swift
[811/1468] Compiling ParseSwift ParseVersion.swift
[812/1468] Compiling ParseSwift Pointer+async.swift
[813/1468] Compiling ParseSwift Pointer+combine.swift
[814/1468] Compiling ParseSwift Pointer.swift
[815/1468] Compiling ParseSwift Query+async.swift
[816/1468] Compiling ParseSwift Query+combine.swift
[817/1468] Compiling ParseSwift Query.swift
[818/1468] Compiling ParseSwift QueryConstraint.swift
[819/1468] Compiling ParseSwift QueryViewModel.swift
[820/1468] Compiling ParseSwift QueryWhere.swift
[821/1468] Compiling ParseSwift Utility.swift
[821/1468] Compiling x_pubkey.cc
[822/1468] Compiling x_val.cc
[823/1468] Compiling x_x509.cc
[824/1468] Compiling x_spki.cc
[825/1468] Compiling x_x509a.cc
[826/1468] Compiling x_req.cc
[827/1468] Compiling x_sig.cc
[828/1468] Compiling x_exten.cc
[829/1468] Compiling x_all.cc
[830/1468] Compiling x_name.cc
[831/1468] Compiling x509spki.cc
[832/1468] Compiling x_algor.cc
[833/1468] Compiling x_crl.cc
[834/1468] Compiling x_attrib.cc
[835/1468] Compiling x509_vfy.cc
[835/1468] Compiling x509name.cc
[835/1468] Compiling x509_vpm.cc
[835/1468] Compiling x509cset.cc
[835/1468] Compiling x509rset.cc
[835/1468] Compiling x509_txt.cc
[835/1468] Compiling x509_v3.cc
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/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': dependency 'swift-collections' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-nio' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-nio-http2' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-log' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-crypto' is not used by any target
warning: 'spi-builder-workspace': dependency 'async-http-client' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-nio-extras' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-asn1' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-async-algorithms' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-certificates' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-http-structured-headers' is not used by any target
warning: 'spi-builder-workspace': dependency 'swift-nio-transport-services' is not used by any target
[0/1] Planning build
Building for debugging...
[0/633] Write sources
[2/651] Compiling x509rset.cc
[3/651] Compiling x509_txt.cc
[4/651] Compiling x509_v3.cc
[5/651] Write swift-version-24593BA9C3E375BF.txt
[6/651] Compiling x509name.cc
[7/651] Compiling x509cset.cc
[8/655] Compiling x509_vpm.cc
[9/655] Compiling x509_vfy.cc
[10/656] Compiling x509_trs.cc
[12/702] Compiling RealModule RealFunctions.swift
[13/703] Compiling _NIODataStructures PriorityQueue.swift
[14/703] Compiling _NIODataStructures _TinyArray.swift
[15/703] Emitting module _NIOBase64
[16/703] Compiling RealModule RelaxedArithmetic.swift
[17/703] Compiling ServiceContextModule ServiceContextKey.swift
[18/703] Compiling RealModule Float80+Real.swift
[19/703] Compiling RealModule Real.swift
[20/703] Compiling RealModule Float16+Real.swift
[21/703] Emitting module ServiceContextModule
[22/703] Compiling ServiceContextModule ServiceContext.swift
[23/704] Emitting module _NIODataStructures
[24/704] Compiling _NIODataStructures Heap.swift
[25/705] Compiling SystemPackage FilePathString.swift
[26/705] Compiling SystemPackage FilePathSyntax.swift
[27/705] Compiling _NIOBase64 Base64.swift
[30/704] Emitting module RealModule
[31/704] Compiling SystemPackage FilePath.swift
[32/704] Compiling SystemPackage FilePathComponentView.swift
[33/704] Compiling SystemPackage FilePathComponents.swift
[34/704] Compiling SystemPackage FilePathParsing.swift
[35/704] Compiling x509_set.cc
[37/704] Compiling SystemPackage Syscalls.swift
[38/704] Compiling SystemPackage WindowsSyscallAdapters.swift
[39/704] Compiling SystemPackage MachPort.swift
[40/704] Compiling SystemPackage PlatformString.swift
[41/713] Compiling SystemPackage FilePathWindows.swift
[42/713] Compiling SystemPackage FilePermissions.swift
[43/713] Compiling SystemPackage IOCompletion.swift
[44/713] Compiling SystemPackage IORequest.swift
[45/713] Compiling x509_obj.cc
[47/713] Compiling Logging MetadataProvider.swift
[48/739] Emitting module SystemPackage
[49/757] Compiling Atomics AtomicReference.swift
[50/757] Compiling Atomics AtomicStorage.swift
[51/759] Compiling Atomics UnsafeAtomicLazyReference.swift
[52/759] Compiling Atomics ManagedAtomic.swift
[53/759] Compiling Atomics DoubleWord.swift
[54/759] Compiling Atomics UnsafeAtomic.swift
[54/759] Compiling x509_req.cc
[56/759] Emitting module Instrumentation
[57/759] Compiling SystemPackage IORing.swift
[58/759] Compiling SystemPackage RawIORequest.swift
[59/759] Compiling SystemPackage Backcompat.swift
[60/759] Compiling SystemPackage CInterop.swift
[61/759] Compiling SystemPackage Constants.swift
[62/759] Compiling SystemPackage Exports.swift
[63/759] Compiling SystemPackage Mocking.swift
[64/759] Compiling SystemPackage RawBuffer.swift
[65/759] Compiling CoreMetrics Locks.swift
[66/760] Compiling Instrumentation NoOpInstrument.swift
[67/760] Compiling Instrumentation MultiplexInstrument.swift
[68/760] Compiling Atomics AtomicBool.swift
[69/760] Compiling Atomics AtomicInteger.swift
[70/760] Compiling Atomics AtomicOptionalWrappable.swift
[72/820] Compiling Instrumentation Locks.swift
[73/820] Compiling Instrumentation Instrument.swift
[74/820] Compiling Instrumentation InstrumentationSystem.swift
[74/885] Wrapping AST for RealModule for debugging
[76/936] Emitting module Logging
[77/936] Compiling Logging Locks.swift
[78/936] Compiling ParseSwift ParseUser+combine.swift
[79/936] Compiling ParseSwift ParseUser.swift
[81/938] Compiling ParseSwift Fetchable.swift
[82/938] Compiling ParseSwift Fileable.swift
[83/938] Compiling ParseSwift CloudObservable.swift
[84/938] Compiling ParseSwift Deletable.swift
[85/938] Compiling ParseSwift Parse.swift
[86/938] Compiling ParseSwift ParseConstants.swift
[87/937] Compiling ParseSwift ParseInstallation+combine.swift
[88/937] Compiling ParseSwift ParseInstallation.swift
[89/937] Compiling ParseSwift ParseObject+async.swift
[90/937] Emitting module CoreMetrics
[92/937] Compiling Atomics IntegerOperations.swift
[93/937] Compiling ParseSwift ParseRole.swift
[94/937] Compiling ParseSwift ParseSession.swift
[95/937] Compiling ParseSwift ParseUser+async.swift
[97/937] Compiling Atomics Unmanaged extensions.swift
[98/937] Emitting module InternalCollectionsUtilities
[103/937] Compiling ParseSwift ParseObject+combine.swift
[104/937] Compiling ParseSwift ParseObject.swift
[105/937] Compiling ParseSwift ParsePushStatusable.swift
[106/938] Compiling CoreMetrics Metrics.swift
[107/939] Compiling ParseSwift BaseParseInstallation.swift
[108/939] Compiling ParseSwift BaseParseUser.swift
[109/939] Compiling ParseSwift NoBody.swift
[110/939] Compiling ParseSwift LiveQueryConstants.swift
[122/939] Compiling Logging LogHandler.swift
[123/939] Compiling Logging Logging.swift
[126/941] Compiling x509_lu.cc
[127/1080] Compiling x509_ext.cc
[129/1080] Compiling Tracing InstrumentationSystem+Tracing.swift
[130/1080] Emitting module RoutingKit
[131/1080] Compiling Tracing TracingTime.swift
[132/1080] Compiling Tracing TracerProtocol.swift
[133/1087] Compiling RoutingKit PathComponent.swift
[134/1087] Compiling RoutingKit AnyRouter.swift
[135/1087] Compiling RoutingKit Parameters.swift
[136/1087] Emitting module Tracing
[137/1087] Compiling Tracing Tracer.swift
[138/1087] Compiling Tracing TracerProtocol+Legacy.swift
[139/1087] Compiling Metrics Metrics.swift
[140/1087] Emitting module Metrics
[141/1088] Compiling RoutingKit TrieRouter.swift
[142/1088] Compiling RoutingKit Router.swift
[143/1089] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[145/1089] Compiling HeapModule Heap+Descriptions.swift
[147/1087] Compiling HeapModule Heap.swift
[148/1087] Compiling HeapModule _HeapNode.swift
[149/1087] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[150/1087] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[151/1087] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[152/1087] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[153/1087] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[154/1087] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[155/1087] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[156/1094] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[157/1094] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[158/1094] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[159/1094] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[160/1094] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[161/1094] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[162/1094] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[163/1094] Compiling HeapModule Heap+Invariants.swift
[164/1094] Compiling HeapModule Heap+UnsafeHandle.swift
[165/1094] Compiling OrderedCollections OrderedDictionary+Codable.swift
[166/1094] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[167/1094] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[168/1094] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[169/1094] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[170/1094] Compiling OrderedCollections OrderedDictionary+Elements.swift
[171/1094] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[172/1094] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[173/1094] Compiling OrderedCollections OrderedDictionary.swift
[174/1094] Compiling OrderedCollections OrderedSet+Codable.swift
[175/1094] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[176/1094] Compiling OrderedCollections OrderedSet+Descriptions.swift
[177/1094] Compiling OrderedCollections OrderedSet+Diffing.swift
[178/1094] Compiling OrderedCollections OrderedSet+Equatable.swift
[179/1094] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[180/1094] Compiling OrderedCollections OrderedSet+Hashable.swift
[181/1094] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[182/1094] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[183/1094] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[184/1094] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[185/1094] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[186/1094] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[187/1094] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[188/1094] Compiling OrderedCollections OrderedDictionary+Values.swift
[189/1094] Compiling OrderedCollections OrderedSet+Initializers.swift
[190/1094] Compiling OrderedCollections OrderedSet+Insertions.swift
[191/1094] Compiling OrderedCollections OrderedSet+Invariants.swift
[192/1094] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[193/1094] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[194/1094] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[195/1094] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[196/1094] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[197/1094] Emitting module Atomics
[198/1094] Emitting module HeapModule
[199/1110] Compiling Tracing NoOpTracer.swift
[200/1110] Compiling Tracing SpanProtocol.swift
[203/1186] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[204/1186] Compiling HashTreeCollections _HashNode+Storage.swift
[204/1188] Wrapping AST for SystemPackage for debugging
[206/1241] Compiling BitCollections BitArray+Extras.swift
[207/1241] Compiling BitCollections BitArray+Fill.swift
[208/1241] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[209/1241] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[212/1241] Compiling BitCollections BitArray+Hashable.swift
[213/1241] Compiling BitCollections BitArray+Initializers.swift
[216/1242] Compiling BitCollections BitArray+Invariants.swift
[217/1242] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[217/1242] Wrapping AST for Logging for debugging
[219/1242] Wrapping AST for InternalCollectionsUtilities for debugging
[221/1242] Compiling HashTreeCollections TreeSet+Hashable.swift
[222/1242] Compiling HashTreeCollections TreeSet+Sendable.swift
[223/1242] Compiling HashTreeCollections TreeSet+Sequence.swift
[224/1242] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[225/1242] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[226/1242] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[227/1242] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[228/1242] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[229/1242] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[230/1242] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[231/1252] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[232/1252] Compiling BitCollections BitSet+Extras.swift
[233/1252] Compiling BitCollections BitSet+Hashable.swift
[234/1252] Compiling BitCollections BitArray+BitwiseOperations.swift
[235/1252] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[236/1252] Compiling BitCollections BitArray+Codable.swift
[237/1252] Compiling BitCollections BitArray+Collection.swift
[238/1252] Compiling BitCollections BitArray+Copy.swift
[239/1252] Compiling BitCollections BitArray+CustomReflectable.swift
[240/1252] Compiling BitCollections BitArray+Descriptions.swift
[241/1252] Compiling BitCollections BitArray+Equatable.swift
[242/1252] Compiling BitCollections BitSet+Initializers.swift
[243/1252] Compiling BitCollections BitSet+Invariants.swift
[244/1252] Compiling BitCollections BitSet+Random.swift
[245/1252] Compiling BitCollections BitSet+SetAlgebra basics.swift
[246/1252] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[247/1252] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[248/1252] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[249/1252] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[250/1252] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[250/1261] Wrapping AST for HeapModule for debugging
[251/1261] Wrapping AST for CoreMetrics for debugging
[253/1261] Compiling BitCollections BitSet+BidirectionalCollection.swift
[254/1261] Compiling BitCollections BitSet+Codable.swift
[255/1261] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[256/1261] Compiling HashTreeCollections TreeSet+Debugging.swift
[257/1261] Compiling HashTreeCollections TreeSet+Descriptions.swift
[258/1261] Compiling HashTreeCollections TreeSet+Equatable.swift
[259/1261] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[260/1261] Compiling HashTreeCollections TreeSet+Extras.swift
[261/1261] Compiling HashTreeCollections TreeSet+Filter.swift
[264/1261] Compiling BitCollections BitSet+SetAlgebra union.swift
[265/1261] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[266/1261] Compiling BitCollections BitSet.Counted.swift
[267/1261] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[268/1261] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[269/1261] Compiling HashTreeCollections TreeDictionary+Values.swift
[270/1261] Compiling HashTreeCollections TreeDictionary.swift
[271/1261] Compiling HashTreeCollections TreeSet+Codable.swift
[272/1261] Compiling HashTreeCollections TreeSet+Collection.swift
[291/1261] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[292/1261] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[293/1261] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[294/1261] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[295/1261] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[302/1261] Compiling BitCollections BitArray+RandomBits.swift
[303/1261] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[304/1261] Compiling BitCollections BitArray+Shifts.swift
[305/1261] Compiling BitCollections BitArray+Testing.swift
[315/1261] Emitting module BitCollections
[318/1268] Compiling BitCollections BitArray._UnsafeHandle.swift
[319/1268] Compiling BitCollections BitArray.swift
[322/1268] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[323/1268] Compiling BitCollections BitSet+CustomReflectable.swift
[324/1268] Compiling BitCollections BitSet+CustomStringConvertible.swift
[325/1268] Compiling BitCollections BitSet+Equatable.swift
[326/1268] Compiling _RopeModule _CharacterRecognizer.swift
[327/1268] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[328/1268] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[329/1268] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[330/1268] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[331/1268] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[332/1268] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[333/1268] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[334/1268] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[335/1268] Compiling HashTreeCollections TreeSet.swift
[336/1268] Emitting module ParseSwift
[337/1293] Emitting module DequeModule
[347/1294] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[348/1294] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[349/1294] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[350/1294] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[369/1294] Emitting module OrderedCollections
[372/1295] Compiling ParseSwift Savable.swift
[373/1295] Compiling ParseSwift InMemoryPrimitiveStore.swift
[374/1295] Compiling ParseSwift KeychainStore.swift
[375/1295] Compiling ParseSwift ParseFileManager.swift
[376/1295] Compiling ParseSwift ParsePrimitiveStorable.swift
[377/1295] Compiling ParseSwift ParseStorage.swift
[378/1295] Compiling ParseSwift SecureStorable.swift
[379/1295] Compiling ParseSwift CloudViewModel.swift
[380/1295] Compiling ParseSwift ParseOperationAdd.swift
[381/1295] Compiling ParseSwift ParseOperationAddRelation.swift
[382/1295] Compiling ParseSwift ParseOperationAddUnique.swift
[383/1295] Compiling ParseSwift ParseOperationBatch.swift
[384/1295] Compiling ParseSwift ParseOperationCommand.swift
[385/1295] Compiling ParseSwift ParseOperationDelete.swift
[386/1295] Compiling ParseSwift ParseOperationIncrement.swift
[387/1295] Compiling ParseSwift ParseOperationIncrementDouble.swift
[388/1295] Compiling ParseSwift ParseOperationRemove.swift
[389/1295] Compiling ParseSwift ParseOperationRemoveRelation.swift
[390/1295] Compiling ParseSwift ParseACL.swift
[391/1295] Compiling ParseSwift ParseAnalytics+async.swift
[392/1295] Compiling ParseSwift ParseAnalytics+combine.swift
[393/1295] Compiling ParseSwift ParseAnalytics.swift
[394/1295] Compiling ParseSwift ParseBytes.swift
[395/1295] Compiling ParseSwift ParseCLP.swift
[396/1295] Compiling ParseSwift ParseConfigCodable+async.swift
[411/1295] Wrapping AST for OrderedCollections for debugging
[428/1295] Wrapping AST for DequeModule for debugging
[430/1295] Emitting module _RopeModule
[431/1295] Compiling BitCollections BitSet.Index.swift
[432/1295] Compiling BitCollections BitSet._UnsafeHandle.swift
[433/1295] Compiling BitCollections BitSet.swift
[434/1295] Compiling BitCollections Range+Utilities.swift
[435/1295] Compiling BitCollections Slice+Utilities.swift
[436/1295] Compiling BitCollections UInt+Tricks.swift
[437/1295] Compiling BitCollections _Word.swift
[437/1296] Compiling x509_d2.cc
[438/1296] Compiling x509_def.cc
[485/1296] Compiling _RopeModule Rope+Join.swift
[486/1296] Compiling _RopeModule Rope+MutatingForEach.swift
[487/1296] Compiling _RopeModule Rope+Remove.swift
[488/1296] Compiling _RopeModule Rope+RemoveSubrange.swift
[489/1296] Compiling _RopeModule Rope+Split.swift
[490/1296] Compiling _RopeModule Optional Utilities.swift
[491/1296] Compiling _RopeModule String Utilities.swift
[492/1296] Compiling _RopeModule String.Index+ABI.swift
[493/1296] Compiling x509_cmp.cc
[504/1297] Compiling x509_att.cc
[505/1297] Compiling x509.cc
[506/1297] Wrapping AST for _RopeModule for debugging
[507/1297] Compiling v3_utl.cc
[509/1297] Emitting module HashTreeCollections
[510/1298] Compiling v3_skey.cc
[537/1298] Compiling ParseSwift ParseFileTransferable.swift
[538/1298] Compiling ParseSwift ParseHookFunctionable+async.swift
[539/1298] Compiling ParseSwift ParseHookFunctionable+combine.swift
[540/1298] Compiling ParseSwift ParseHookFunctionable.swift
[541/1298] Compiling ParseSwift ParseHookParametable.swift
[542/1298] Compiling ParseSwift ParseHookRequestable+async.swift
[543/1298] Compiling ParseSwift ParseHookRequestable+combine.swift
[544/1298] Compiling ParseSwift ParseHookRequestable.swift
[545/1298] Compiling ParseSwift ParseHookTriggerRequestable.swift
[546/1298] Compiling ParseSwift ParseHookTriggerable+async.swift
[547/1298] Compiling ParseSwift ParseHookTriggerable+combine.swift
[548/1298] Compiling ParseSwift ParseHookTriggerable.swift
[549/1298] Compiling ParseSwift ParseHookable.swift
[550/1298] Compiling ParseSwift ParseOperationable.swift
[551/1298] Compiling ParseSwift ParsePointerable+async.swift
[552/1298] Compiling ParseSwift ParsePointerable+combine.swift
[553/1298] Compiling ParseSwift ParsePointerable.swift
[554/1298] Compiling ParseSwift ParsePushApplePayloadable.swift
[555/1298] Compiling ParseSwift ParsePushFirebasePayloadable.swift
[556/1298] Compiling ParseSwift ParsePushPayloadable.swift
[557/1298] Compiling ParseSwift ParseQueryScorable.swift
[558/1298] Compiling ParseSwift ParseRelationOperationable.swift
[559/1298] Compiling ParseSwift ParseTypeable.swift
[560/1298] Compiling ParseSwift QueryObservable.swift
[561/1298] Compiling ParseSwift Queryable.swift
[572/1298] Compiling ParseSwift ParseApple+combine.swift
[573/1298] Compiling ParseSwift ParseApple.swift
[574/1298] Compiling ParseSwift ParseFacebook+async.swift
[575/1298] Compiling ParseSwift ParseFacebook+combine.swift
[576/1298] Compiling ParseSwift ParseFacebook.swift
[577/1298] Compiling ParseSwift ParseGitHub+async.swift
[578/1298] Compiling ParseSwift ParseGitHub+combine.swift
[579/1298] Compiling ParseSwift ParseGitHub.swift
[580/1298] Compiling ParseSwift ParseGoogle+async.swift
[581/1298] Compiling ParseSwift ParseGoogle+combine.swift
[582/1298] Compiling ParseSwift ParseGoogle.swift
[583/1298] Compiling ParseSwift ParseInstagram+async.swift
[584/1298] Compiling ParseSwift ParseInstagram+combine.swift
[585/1298] Compiling ParseSwift ParseInstagram.swift
[586/1298] Compiling ParseSwift ParseLDAP+async.swift
[587/1300] Emitting module Collections
[587/1300] Compiling v3_purp.cc
[589/1300] Compiling Collections Collections.swift
[590/1300] Compiling ParseSwift ParseConfigCodable+combine.swift
[591/1300] Compiling ParseSwift ParseConfigCodable.swift
[592/1300] Compiling ParseSwift ParseConfiguration.swift
[593/1300] Compiling ParseSwift ParseError.swift
[594/1300] Compiling ParseSwift ParseField.swift
[595/1300] Compiling ParseSwift ParseFieldOptions.swift
[596/1300] Compiling ParseSwift ParseFile+async.swift
[597/1300] Compiling ParseSwift ParseFile+combine.swift
[598/1300] Compiling ParseSwift ParseFile.swift
[599/1300] Compiling ParseSwift ParseFileDefaultTransfer.swift
[600/1300] Compiling ParseSwift ParseGeoPoint.swift
[601/1300] Compiling ParseSwift ParseHookFunction.swift
[602/1300] Compiling ParseSwift ParseHookFunctionRequest.swift
[603/1300] Compiling ParseSwift ParseHookResponse.swift
[604/1300] Compiling ParseSwift ParseHookTrigger.swift
[605/1300] Compiling ParseSwift ParseHookTriggerObjectRequest.swift
[606/1300] Compiling ParseSwift ParseHookTriggerRequest.swift
[607/1300] Compiling ParseSwift ParseKeychainAccessGroup.swift
[608/1300] Compiling ParseSwift ParseOperation+async.swift
[609/1300] Compiling ParseSwift ParseOperation+combine.swift
[610/1300] Compiling ParseSwift ParseOperation.swift
[611/1300] Compiling ParseSwift ParsePolygon.swift
[612/1300] Compiling ParseSwift ParsePush+async.swift
[613/1300] Compiling ParseSwift ParsePush+combine.swift
[614/1300] Compiling ParseSwift ParsePush.swift
[614/1300] Compiling v3_pmaps.cc
[615/1301] Compiling v3_ocsp.cc
[617/1301] Wrapping AST for HashTreeCollections for debugging
[618/1301] Compiling v3_ncons.cc
[619/1301] Compiling v3_pcons.cc
[620/1301] Compiling v3_prn.cc
[621/1301] Wrapping AST for Collections for debugging
[622/1301] Compiling v3_lib.cc
[623/1301] Compiling v3_ia5.cc
[624/1301] Compiling v3_int.cc
[625/1301] Compiling v3_info.cc
[626/1301] Compiling v3_genn.cc
[627/1301] Compiling v3_enum.cc
[628/1301] Compiling v3_extku.cc
[629/1301] Compiling v3_crld.cc
[630/1301] Compiling v3_cpols.cc
[631/1301] Compiling v3_conf.cc
[632/1301] Compiling v3_bcons.cc
[633/1301] Compiling v3_bitst.cc
[634/1301] Compiling v3_alt.cc
[635/1301] Compiling v3_akeya.cc
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
[686/1301] Compiling v3_akey.cc
[687/1301] Compiling t_x509a.cc
[688/1301] Compiling t_req.cc
[689/1301] Compiling t_crl.cc
[690/1301] Compiling rsa_pss.cc
[691/1301] Compiling t_x509.cc
[692/1301] Compiling policy.cc
[693/1301] Compiling name_print.cc
[695/1301] Compiling ParseSwift ParsePushAppleAlert.swift
[696/1301] Compiling ParseSwift ParsePushAppleSound.swift
[697/1301] Compiling ParseSwift ParsePushPayloadApple.swift
[698/1301] Compiling ParseSwift ParsePushFirebaseNotification.swift
[699/1301] Compiling ParseSwift ParsePushPayloadFirebase.swift
[700/1301] Compiling ParseSwift ParsePushPayloadAny.swift
[701/1301] Compiling ParseSwift ParsePushStatus.swift
[702/1301] Compiling ParseSwift ParseRelation.swift
[703/1301] Compiling ParseSwift ParseSchema+async.swift
[704/1301] Compiling ParseSwift ParseSchema+combine.swift
[705/1301] Compiling ParseSwift ParseSchema.swift
[706/1301] Compiling ParseSwift ParseServer+async.swift
[707/1301] Compiling ParseSwift ParseServer+combine.swift
[708/1301] Compiling ParseSwift ParseServer.swift
[709/1301] Compiling ParseSwift ParseVersion.swift
[710/1301] Compiling ParseSwift Pointer+async.swift
[711/1301] Compiling ParseSwift Pointer+combine.swift
[712/1301] Compiling ParseSwift Pointer.swift
[713/1301] Compiling ParseSwift Query+async.swift
[714/1301] Compiling ParseSwift Query+combine.swift
[715/1301] Compiling ParseSwift Query.swift
[716/1301] Compiling ParseSwift QueryConstraint.swift
[717/1301] Compiling ParseSwift QueryViewModel.swift
[718/1301] Compiling ParseSwift QueryWhere.swift
[719/1301] Compiling ParseSwift Utility.swift
[719/1301] Compiling i2d_pr.cc
[720/1301] Compiling a_sign.cc
[720/1301] Compiling a_verify.cc
[720/1301] Compiling a_digest.cc
[720/1301] Compiling algorithm.cc
[720/1301] Compiling asn1_gen.cc
[720/1301] Compiling by_file.cc
[720/1301] Compiling by_dir.cc
BUILD FAILURE 6.1 android