Build Information
Failed to build ParseServerSwift, reference main (c5d5b5
), with Swift 6.1 for Android on 30 May 2025 13:31:16 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/netreconlab/parse-server-swift.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/netreconlab/parse-server-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c5d5b5c Update docker-compose.yml
Cloned https://github.com/netreconlab/parse-server-swift.git
Revision (git rev-parse @):
c5d5b5cff446edec526a66ca5aeccc19c6d393e9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/netreconlab/parse-server-swift.git at main
========================================
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" : {
"range" : [
{
"lower_bound" : "4.113.2",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "parse-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "5.12.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/netreconlab/Parse-Swift.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.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/netreconlab/Parse-Swift.git
[1/74378] Fetching vapor
[8927/112607] Fetching vapor, parse-swift
Fetched https://github.com/vapor/vapor.git from cache (5.47s)
Fetched https://github.com/netreconlab/Parse-Swift.git from cache (5.53s)
Computing version for https://github.com/netreconlab/Parse-Swift.git
Computed https://github.com/netreconlab/Parse-Swift.git at 5.12.3 (6.73s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (1.18s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
[53/6684] Fetching swift-atomics, swift-distributed-tracing
[1026/7747] Fetching swift-atomics, swift-distributed-tracing, swift-service-context
[1896/13706] Fetching swift-atomics, swift-distributed-tracing, swift-service-context, swift-algorithms
[2234/17025] Fetching swift-atomics, swift-distributed-tracing, swift-service-context, swift-algorithms, multipart-kit
[4876/19634] Fetching swift-atomics, swift-distributed-tracing, swift-service-context, swift-algorithms, multipart-kit, websocket-kit
Fetched https://github.com/apple/swift-atomics.git from cache (1.21s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.23s)
Fetching https://github.com/apple/swift-metrics.git
[9766/11965] Fetching swift-distributed-tracing, swift-service-context, multipart-kit, websocket-kit
[9767/14171] Fetching swift-distributed-tracing, swift-service-context, multipart-kit, websocket-kit, swift-metrics
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-metrics.git from cache (7.92s)
Fetched https://github.com/apple/swift-service-context.git from cache (9.15s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/vapor/websocket-kit.git from cache (9.28s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (9.29s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/vapor/multipart-kit.git from cache (9.47s)
Fetching https://github.com/vapor/routing-kit.git
[1/3836] Fetching swift-log
[769/9759] Fetching swift-log, swift-nio-extras
[3910/30486] Fetching swift-log, swift-nio-extras, routing-kit
[5096/42013] Fetching swift-log, swift-nio-extras, routing-kit, swift-nio-http2
[25976/118132] Fetching swift-log, swift-nio-extras, routing-kit, swift-nio-http2, swift-nio
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-log.git from cache (1.46s)
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.47s)
[20135/108373] Fetching routing-kit, swift-nio-http2, swift-nio
Fetching https://github.com/vapor/console-kit.git
[42912/114025] Fetching routing-kit, swift-nio-http2, swift-nio, console-kit
[46583/127961] Fetching routing-kit, swift-nio-http2, swift-nio, console-kit, swift-crypto
[50499/142804] Fetching routing-kit, swift-nio-http2, swift-nio, console-kit, swift-crypto, swift-nio-ssl
Fetched https://github.com/vapor/console-kit.git from cache (1.70s)
[53560/137152] Fetching routing-kit, swift-nio-http2, swift-nio, swift-crypto, swift-nio-ssl
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/routing-kit.git from cache (2.98s)
Fetching https://github.com/swift-server/async-http-client.git
[33506/116425] Fetching swift-nio-http2, swift-nio, swift-crypto, swift-nio-ssl
[43945/118795] Fetching swift-nio-http2, swift-nio, swift-crypto, swift-nio-ssl, async-kit
[48265/132809] Fetching swift-nio-http2, swift-nio, swift-crypto, swift-nio-ssl, async-kit, async-http-client
Fetched https://github.com/vapor/async-kit.git from cache (0.84s)
[48221/130439] Fetching swift-nio-http2, swift-nio, swift-crypto, swift-nio-ssl, async-http-client
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.38s)
[51580/118912] Fetching swift-nio, swift-crypto, swift-nio-ssl, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (2.63s)
[67301/104898] Fetching swift-nio, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-crypto.git from cache (6.85s)
[74978/90962] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (7.11s)
[60896/76119] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (13.05s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (23.65s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.06s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (1.07s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.15s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.77s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.38s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[1582/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.12s)
Fetched https://github.com/apple/swift-collections.git from cache (2.18s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (3.26s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.98s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.98s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.62s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.73s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.81s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.74s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.98s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/4985] Fetching swift-async-algorithms
[949/7411] Fetching swift-async-algorithms, swift-service-lifecycle
[5777/8315] Fetching swift-async-algorithms, swift-service-lifecycle, swift-http-types
[5796/14470] Fetching swift-async-algorithms, swift-service-lifecycle, swift-http-types, swift-certificates
[5856/15611] Fetching swift-async-algorithms, swift-service-lifecycle, swift-http-types, swift-certificates, swift-http-structured-headers
[9186/17201] Fetching swift-async-algorithms, swift-service-lifecycle, swift-http-types, swift-certificates, swift-http-structured-headers, swift-asn1
Fetched https://github.com/apple/swift-http-types.git from cache (0.79s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.81s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.81s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.83s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.93s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.93s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.78s)
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.90s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.74s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.35s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.00s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.05s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.98s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.97s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.25s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.14s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.13s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.97s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.60s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.59s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.64s)
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/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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.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.5.0
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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.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.20.0
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.27.1
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-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.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.0.3
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/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.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.0
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.24.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.10.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
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.2
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.2.0
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.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.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.2.0
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.8.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
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.36.0
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.3.0
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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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.4.0
Building for debugging...
[0/888] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1/888] Write swift-version-24593BA9C3E375BF.txt
[1/888] Write sources
[3/888] Compiling _NumericsShims _NumericsShims.c
[4/888] Write sources
[7/892] Compiling a_d2i_fp.cc
[8/892] Write sources
[9/892] Compiling _AtomicsShims.c
[10/892] Compiling a_bitstr.cc
[11/892] Write sources
[16/892] Compiling a_gentm.cc
[16/892] Write sources
[54/894] Compiling CVaporBcrypt blf.c
[55/894] Compiling a_bool.cc
[56/894] Compiling a_int.cc
[57/894] Compiling a_dup.cc
[58/910] Compiling a_time.cc
[60/1105] Emitting module InternalCollectionsUtilities
[61/1105] Compiling ParseSwift ParseLDAP+combine.swift
[62/1105] Compiling ParseSwift ParseLDAP.swift
[63/1106] Compiling CoreMetrics Metrics.swift
[64/1106] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[65/1106] Compiling RealModule Float+Real.swift
[66/1106] Compiling RealModule Real.swift
[67/1107] Compiling ParseSwift ParseLinkedIn+async.swift
[68/1107] Compiling ParseSwift ParseLinkedIn+combine.swift
[69/1107] Emitting module RealModule
[72/1107] Compiling ServiceContextModule ServiceContextKey.swift
[73/1107] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[74/1107] Compiling _NIODataStructures _TinyArray.swift
[75/1107] Emitting module _NIODataStructures
[78/1107] Compiling RealModule ElementaryFunctions.swift
[79/1107] Compiling Logging LogHandler.swift
[80/1107] Compiling RealModule Float16+Real.swift
[81/1107] Compiling RealModule Float80+Real.swift
[82/1107] Compiling ParseSwift ParseSpotify+combine.swift
[83/1107] Compiling ParseSwift ParseSpotify.swift
[84/1107] Compiling ParseSwift ParseLinkedIn.swift
[85/1107] Compiling ParseSwift ParseSpotify+async.swift
[86/1107] Compiling ServiceContextModule ServiceContext.swift
[87/1107] Emitting module ServiceContextModule
[88/1107] Compiling _NIODataStructures Heap.swift
[89/1107] Compiling _NIODataStructures PriorityQueue.swift
[90/1107] Compiling ParseSwift ParseTwitter.swift
[91/1107] Compiling ParseSwift ParseAnonymous+async.swift
[92/1107] Compiling ParseSwift ParseTwitter+async.swift
[93/1107] Compiling ParseSwift ParseTwitter+combine.swift
[94/1108] Emitting module _NIOBase64
[95/1108] Compiling _NIOBase64 Base64.swift
[96/1111] Compiling RealModule RealFunctions.swift
[101/1112] Compiling CVaporBcrypt bcrypt.c
[103/1324] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[104/1324] Compiling Instrumentation NoOpInstrument.swift
[105/1324] Compiling Instrumentation MultiplexInstrument.swift
[106/1324] Compiling Instrumentation Instrument.swift
[107/1324] Emitting module Instrumentation
[108/1324] Compiling HeapModule _HeapNode.swift
[109/1324] Compiling HeapModule Heap.swift
[110/1324] Compiling HeapModule Heap+Invariants.swift
[111/1324] Compiling HeapModule Heap+Descriptions.swift
[112/1324] Compiling HeapModule Heap+UnsafeHandle.swift
[113/1324] Emitting module HeapModule
[115/1325] Compiling HashTreeCollections TreeDictionary.swift
[116/1325] Compiling HashTreeCollections TreeSet+Codable.swift
[117/1325] Compiling HashTreeCollections TreeSet+Collection.swift
[118/1325] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[119/1325] Compiling HashTreeCollections TreeSet+Debugging.swift
[120/1325] Compiling HashTreeCollections TreeSet+Descriptions.swift
[121/1325] Compiling HashTreeCollections TreeSet+Equatable.swift
[122/1325] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[123/1325] Compiling HashTreeCollections TreeSet+Extras.swift
[124/1325] Compiling HashTreeCollections TreeSet+Filter.swift
[125/1325] Compiling HashTreeCollections TreeSet+Hashable.swift
[126/1325] Compiling HashTreeCollections TreeSet+Sendable.swift
[127/1325] Compiling HashTreeCollections TreeSet+Sequence.swift
[128/1325] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[129/1325] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[130/1325] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[131/1325] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[132/1325] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[133/1325] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[134/1325] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[135/1335] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[136/1335] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[137/1335] Compiling HashTreeCollections _HashNode+Storage.swift
[138/1335] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[139/1335] Compiling HashTreeCollections _HashNode+Structural filter.swift
[140/1335] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[141/1335] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[142/1335] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[143/1342] Compiling HashTreeCollections _HashNode+Structural union.swift
[144/1342] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[145/1342] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[146/1342] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[147/1342] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[148/1342] Compiling HashTreeCollections _HashNode.swift
[149/1342] Compiling HashTreeCollections _HashNodeHeader.swift
[150/1342] Compiling HashTreeCollections _HashSlot.swift
[151/1342] Compiling HashTreeCollections _HashStack.swift
[152/1342] Compiling HashTreeCollections _HashTreeIterator.swift
[153/1342] Compiling HashTreeCollections _HashTreeStatistics.swift
[154/1342] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[155/1342] Compiling HashTreeCollections _RawHashNode.swift
[156/1342] Compiling HashTreeCollections _UnmanagedHashNode.swift
[157/1342] Compiling HashTreeCollections _UnsafePath.swift
[158/1342] Compiling HashTreeCollections TreeDictionary+Codable.swift
[159/1342] Compiling HashTreeCollections TreeDictionary+Collection.swift
[160/1342] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[161/1342] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[162/1342] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[163/1342] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[164/1342] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[165/1342] Compiling HashTreeCollections TreeDictionary+Filter.swift
[166/1342] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[167/1342] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[168/1342] Compiling HashTreeCollections TreeDictionary+Keys.swift
[169/1342] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[170/1342] Compiling HashTreeCollections TreeDictionary+Merge.swift
[171/1342] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[172/1342] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[173/1342] Compiling HashTreeCollections _HashNode+Builder.swift
[174/1342] Compiling HashTreeCollections _HashNode+Debugging.swift
[175/1342] Compiling HashTreeCollections _HashNode+Initializers.swift
[176/1342] Compiling HashTreeCollections _HashNode+Invariants.swift
[177/1342] Compiling HashTreeCollections _HashNode+Lookups.swift
[178/1342] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[179/1342] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[180/1342] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[191/1357] Compiling OrderedCollections OrderedSet+Sendable.swift
[192/1357] Compiling DequeModule Deque+CustomReflectable.swift
[193/1357] Compiling DequeModule Deque+Descriptions.swift
[194/1359] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[195/1359] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[196/1359] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[197/1359] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[198/1359] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[199/1359] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[200/1359] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[201/1359] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[202/1359] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[203/1359] Compiling HashTreeCollections TreeSet.swift
[204/1359] Compiling DequeModule _DequeBuffer.swift
[205/1359] Compiling DequeModule _DequeBufferHeader.swift
[206/1359] Compiling Logging MetadataProvider.swift
[207/1359] Emitting module Logging
[208/1359] Compiling Logging Locks.swift
[209/1359] Compiling Instrumentation InstrumentationSystem.swift
[210/1359] Compiling Instrumentation Locks.swift
[221/1359] Emitting module CoreMetrics
[222/1359] Compiling CoreMetrics Locks.swift
[223/1370] Compiling DequeModule _DequeSlot.swift
[224/1370] Compiling DequeModule _UnsafeWrappedBuffer.swift
[225/1370] Compiling DequeModule Deque+Equatable.swift
[226/1370] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[227/1370] Compiling DequeModule Deque+Extras.swift
[228/1370] Compiling DequeModule Deque+Hashable.swift
[229/1370] Compiling Logging Logging.swift
[238/1371] Compiling OrderedCollections OrderedSet+SubSequence.swift
[239/1371] Compiling OrderedCollections OrderedSet+Testing.swift
[240/1371] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[241/1371] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[242/1371] Compiling OrderedCollections OrderedSet.swift
[243/1371] Compiling OrderedCollections _UnsafeBitset.swift
[251/1371] Compiling ParseSwift ParseFileTransferable.swift
[252/1371] Compiling ParseSwift ParseHookFunctionable+async.swift
[253/1371] Compiling ParseSwift ParseHookFunctionable+combine.swift
[254/1371] Compiling ParseSwift ParseHookFunctionable.swift
[255/1371] Compiling ParseSwift ParseHookParametable.swift
[256/1371] Compiling ParseSwift ParseHookRequestable+async.swift
[257/1371] Compiling ParseSwift ParseHookRequestable+combine.swift
[258/1371] Compiling ParseSwift ParseHookRequestable.swift
[259/1371] Compiling ParseSwift ParseHookTriggerRequestable.swift
[260/1371] Compiling ParseSwift ParseHookTriggerable+async.swift
[261/1371] Compiling ParseSwift ParseHookTriggerable+combine.swift
[262/1371] Compiling ParseSwift ParseHookTriggerable.swift
[263/1371] Compiling ParseSwift ParseHookable.swift
[264/1371] Compiling ParseSwift ParseOperationable.swift
[265/1371] Compiling ParseSwift ParsePointerable+async.swift
[266/1371] Compiling ParseSwift ParsePointerable+combine.swift
[267/1371] Compiling ParseSwift ParsePointerable.swift
[268/1371] Compiling ParseSwift ParsePushApplePayloadable.swift
[269/1371] Compiling ParseSwift ParsePushFirebasePayloadable.swift
[270/1371] Compiling ParseSwift ParsePushPayloadable.swift
[271/1371] Compiling ParseSwift ParseQueryScorable.swift
[272/1371] Compiling ParseSwift ParseRelationOperationable.swift
[273/1371] Compiling ParseSwift ParseTypeable.swift
[274/1371] Compiling ParseSwift QueryObservable.swift
[275/1371] Compiling ParseSwift Queryable.swift
[276/1396] Compiling DequeModule Deque+Testing.swift
[277/1396] Compiling DequeModule Deque._Storage.swift
[278/1396] Compiling DequeModule Deque._UnsafeHandle.swift
[279/1396] Compiling DequeModule Deque.swift
[306/1396] Compiling DequeModule Deque+Codable.swift
[307/1396] Compiling DequeModule Deque+Collection.swift
[308/1396] Emitting module _RopeModule
[328/1396] Wrapping AST for _NIODataStructures for debugging
[330/1396] Emitting module DequeModule
[365/1413] Compiling _RopeModule Rope+Join.swift
[366/1413] Compiling _RopeModule Rope+MutatingForEach.swift
[367/1413] Compiling _RopeModule Rope+Remove.swift
[368/1413] Compiling _RopeModule Rope+RemoveSubrange.swift
[369/1413] Compiling _RopeModule Rope+Split.swift
[370/1413] Compiling _RopeModule Optional Utilities.swift
[371/1413] Compiling _RopeModule String Utilities.swift
[372/1413] Compiling _RopeModule String.Index+ABI.swift
[373/1413] Compiling _RopeModule _CharacterRecognizer.swift
[373/1413] Wrapping AST for _NIOBase64 for debugging
[375/1413] Compiling Tracing TracingTime.swift
[376/1413] Emitting module OrderedCollections
[377/1413] Emitting module ParseSwift
[378/1414] Emitting module RoutingKit
[379/1414] Compiling RoutingKit PathComponent.swift
[380/1414] Compiling RoutingKit AnyRouter.swift
[381/1414] Compiling RoutingKit Parameters.swift
[382/1414] Emitting module Tracing
[382/1414] Wrapping AST for ServiceContextModule for debugging
[384/1414] Emitting module Metrics
[385/1414] Compiling Metrics Metrics.swift
[387/1415] Compiling Tracing TracerProtocol.swift
[388/1415] Wrapping AST for RealModule for debugging
[389/1415] Wrapping AST for Logging for debugging
[391/1415] Compiling RoutingKit TrieRouter.swift
[392/1415] Compiling RoutingKit Router.swift
[392/1416] Wrapping AST for OrderedCollections for debugging
[393/1416] Wrapping AST for Metrics for debugging
[395/1416] Compiling Tracing TracerProtocol+Legacy.swift
[396/1416] Compiling Tracing Tracer.swift
[396/1416] Wrapping AST for InternalCollectionsUtilities for debugging
[398/1416] Emitting module HashTreeCollections
[398/1417] Wrapping AST for Instrumentation for debugging
[400/1417] Wrapping AST for DequeModule for debugging
[402/1417] Compiling CSystem shims.c
[403/1417] Wrapping AST for HeapModule for debugging
[404/1417] Compiling CNIOWindows shim.c
[405/1417] Compiling CNIOWindows WSAStartup.c
[406/1417] Wrapping AST for CoreMetrics for debugging
[408/1417] Compiling Tracing NoOpTracer.swift
[409/1417] Compiling Tracing SpanProtocol.swift
[410/1417] Compiling Tracing InstrumentationSystem+Tracing.swift
[410/1418] Compiling CNIOWASI CNIOWASI.c
[411/1418] Wrapping AST for RoutingKit for debugging
[412/1418] Compiling CNIOSHA1 c_nio_sha1.c
[413/1418] Compiling CNIOLinux shim.c
[415/1418] Compiling CNIOLinux liburing_shims.c
[416/1435] Wrapping AST for HashTreeCollections for debugging
[417/1439] Compiling CNIOLLHTTP c_nio_http.c
[418/1446] Compiling CNIOExtrasZlib empty.c
[419/1446] Compiling CNIODarwin shim.c
[420/1446] Compiling CNIOLLHTTP c_nio_api.c
[421/1446] Wrapping AST for Tracing for debugging
[422/1446] Compiling fiat_p256_adx_sqr.S
[423/1446] Compiling fiat_p256_adx_mul.S
[424/1446] Compiling fiat_curve25519_adx_square.S
[425/1446] Compiling fiat_curve25519_adx_mul.S
[426/1446] Compiling CNIOLLHTTP c_nio_llhttp.c
[448/1447] Compiling SystemPackage Backcompat.swift
[449/1447] Compiling SystemPackage CInterop.swift
[450/1447] Compiling SystemPackage Constants.swift
[451/1447] Compiling SystemPackage Exports.swift
[451/1450] Compiling CNIOBoringSSLShims shims.c
[453/1450] Compiling SystemPackage Mocking.swift
[454/1450] Compiling SystemPackage RawBuffer.swift
[455/1450] Compiling SystemPackage Syscalls.swift
[456/1450] Compiling SystemPackage WindowsSyscallAdapters.swift
[457/1450] Compiling SystemPackage MachPort.swift
[458/1450] Compiling SystemPackage PlatformString.swift
[459/1450] Compiling SystemPackage SystemString.swift
[460/1450] Compiling SystemPackage FilePathTempPosix.swift
[461/1450] Compiling SystemPackage FilePathTempWindows.swift
[462/1450] Compiling SystemPackage FilePathWindows.swift
[463/1450] Compiling SystemPackage FilePermissions.swift
[464/1450] Compiling SystemPackage Util+StringArray.swift
[465/1450] Compiling SystemPackage Util.swift
[466/1450] Compiling SystemPackage UtilConsumers.swift
[467/1450] Compiling SystemPackage FilePathParsing.swift
[468/1450] Compiling SystemPackage FilePathString.swift
[469/1450] Compiling SystemPackage FilePathSyntax.swift
[470/1450] Compiling SystemPackage FilePathTemp.swift
[470/1450] Compiling tls_method.cc
[472/1450] Emitting module SystemPackage
[473/1450] Compiling SystemPackage FileOperations.swift
[474/1450] Compiling SystemPackage FilePath.swift
[475/1450] Compiling SystemPackage FilePathComponentView.swift
[476/1450] Compiling SystemPackage FilePathComponents.swift
[477/1450] Compiling SystemPackage Errno.swift
[478/1450] Compiling SystemPackage ErrnoWindows.swift
[479/1450] Compiling SystemPackage FileDescriptor.swift
[480/1450] Compiling SystemPackage FileHelpers.swift
[480/1450] Compiling tls13_server.cc
[481/1451] Compiling tls13_enc.cc
[482/1451] Compiling tls_record.cc
[484/1451] Compiling tls13_client.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 |
[535/1451] Compiling ssl_x509.cc
[536/1451] Compiling t1_enc.cc
[537/1451] Compiling tls13_both.cc
[538/1451] Wrapping AST for _RopeModule for debugging
[540/1451] Compiling ParseSwift ParseConfigCodable+combine.swift
[541/1451] Compiling ParseSwift ParseConfigCodable.swift
[542/1451] Compiling ParseSwift ParseConfiguration.swift
[543/1451] Compiling ParseSwift ParseError.swift
[544/1451] Compiling ParseSwift ParseField.swift
[545/1451] Compiling ParseSwift ParseFieldOptions.swift
[546/1451] Compiling ParseSwift ParseFile+async.swift
[547/1451] Compiling ParseSwift ParseFile+combine.swift
[548/1451] Compiling ParseSwift ParseFile.swift
[549/1451] Compiling ParseSwift ParseFileDefaultTransfer.swift
[550/1451] Compiling ParseSwift ParseGeoPoint.swift
[551/1451] Compiling ParseSwift ParseHookFunction.swift
[552/1451] Compiling ParseSwift ParseHookFunctionRequest.swift
[553/1451] Compiling ParseSwift ParseHookResponse.swift
[554/1451] Compiling ParseSwift ParseHookTrigger.swift
[555/1451] Compiling ParseSwift ParseHookTriggerObjectRequest.swift
[556/1451] Compiling ParseSwift ParseHookTriggerRequest.swift
[557/1451] Compiling ParseSwift ParseKeychainAccessGroup.swift
[558/1451] Compiling ParseSwift ParseOperation+async.swift
[559/1451] Compiling ParseSwift ParseOperation+combine.swift
[560/1451] Compiling ParseSwift ParseOperation.swift
[561/1451] Compiling ParseSwift ParsePolygon.swift
[562/1451] Compiling ParseSwift ParsePush+async.swift
[563/1451] Compiling ParseSwift ParsePush+combine.swift
[564/1451] Compiling ParseSwift ParsePush.swift
[564/1451] Compiling ssl_versions.cc
[565/1451] Wrapping AST for SystemPackage for debugging
[566/1451] Compiling ssl_transcript.cc
[567/1451] Compiling ssl_stat.cc
[568/1451] Compiling ssl_privkey.cc
[569/1451] Compiling ssl_session.cc
[570/1451] Compiling ssl_key_share.cc
[571/1451] Compiling ssl_file.cc
[583/1451] Compiling ParseSwift Messages.swift
[584/1451] Compiling ParseSwift Operations.swift
[585/1451] Compiling ParseSwift ParseLiveQuery+async.swift
[586/1451] Compiling ParseSwift ParseLiveQuery+combine.swift
[587/1451] Compiling ParseSwift ParseLiveQuery.swift
[588/1451] Compiling ParseSwift LiveQuerySocketDelegate.swift
[589/1451] Compiling ParseSwift LiveQueryable.swift
[590/1451] Compiling ParseSwift ParseLiveQueryDelegate.swift
[591/1451] Compiling ParseSwift QuerySubscribable.swift
[592/1451] Compiling ParseSwift SocketTasks.swift
[593/1451] Compiling ParseSwift Subscription.swift
[594/1451] Compiling ParseSwift SubscriptionCallback.swift
[595/1451] Compiling ParseSwift Subscriptions.swift
[596/1451] Compiling ParseSwift ParseCloudUser.swift
[597/1451] Compiling ParseSwift ParseInstallation+async.swift
[598/1451] Compiling ParseSwift Savable.swift
[599/1451] Compiling ParseSwift InMemoryPrimitiveStore.swift
[600/1451] Compiling ParseSwift KeychainStore.swift
[601/1451] Compiling ParseSwift ParseFileManager.swift
[602/1451] Compiling ParseSwift ParsePrimitiveStorable.swift
[603/1451] Compiling ParseSwift ParseStorage.swift
[604/1451] Compiling ParseSwift SecureStorable.swift
[605/1451] Compiling ParseSwift CloudViewModel.swift
[606/1451] Compiling ParseSwift ParseOperationAdd.swift
[607/1451] Compiling ParseSwift ParseOperationAddRelation.swift
[608/1451] Compiling ParseSwift ParseOperationAddUnique.swift
[609/1451] Compiling ParseSwift ParseOperationBatch.swift
[610/1451] Compiling ParseSwift ParseOperationCommand.swift
[611/1451] Compiling ParseSwift ParseOperationDelete.swift
[612/1451] Compiling ParseSwift ParseOperationIncrement.swift
[613/1451] Compiling ParseSwift ParseOperationIncrementDouble.swift
[614/1451] Compiling ParseSwift ParseOperationRemove.swift
[615/1451] Compiling ParseSwift ParseOperationRemoveRelation.swift
[616/1451] Compiling ParseSwift ParseACL.swift
[617/1451] Compiling ParseSwift ParseAnalytics+async.swift
[618/1451] Compiling ParseSwift ParseAnalytics+combine.swift
[619/1451] Compiling ParseSwift ParseAnalytics.swift
[620/1451] Compiling ParseSwift ParseBytes.swift
[621/1451] Compiling ParseSwift ParseCLP.swift
[622/1451] Compiling ParseSwift ParseConfigCodable+async.swift
[647/1451] Compiling ssl_lib.cc
[648/1451] Compiling ssl_credential.cc
[649/1451] Compiling ssl_cipher.cc
[650/1451] Compiling ssl_asn1.cc
[651/1451] Compiling ssl_buffer.cc
[652/1451] Compiling ssl_cert.cc
[653/1451] Compiling ssl_aead_ctx.cc
[655/1451] Compiling ParseSwift ParsePushAppleAlert.swift
[656/1451] Compiling ParseSwift ParsePushAppleSound.swift
[657/1451] Compiling ParseSwift ParsePushPayloadApple.swift
[658/1451] Compiling ParseSwift ParsePushFirebaseNotification.swift
[659/1451] Compiling ParseSwift ParsePushPayloadFirebase.swift
[660/1451] Compiling ParseSwift ParsePushPayloadAny.swift
[661/1451] Compiling ParseSwift ParsePushStatus.swift
[662/1451] Compiling ParseSwift ParseRelation.swift
[663/1451] Compiling ParseSwift ParseSchema+async.swift
[664/1451] Compiling ParseSwift ParseSchema+combine.swift
[665/1451] Compiling ParseSwift ParseSchema.swift
[666/1451] Compiling ParseSwift ParseServer+async.swift
[667/1451] Compiling ParseSwift ParseServer+combine.swift
[668/1451] Compiling ParseSwift ParseServer.swift
[669/1451] Compiling ParseSwift ParseVersion.swift
[670/1451] Compiling ParseSwift Pointer+async.swift
[671/1451] Compiling ParseSwift Pointer+combine.swift
[672/1451] Compiling ParseSwift Pointer.swift
[673/1451] Compiling ParseSwift Query+async.swift
[674/1451] Compiling ParseSwift Query+combine.swift
[675/1451] Compiling ParseSwift Query.swift
[676/1451] Compiling ParseSwift QueryConstraint.swift
[677/1451] Compiling ParseSwift QueryViewModel.swift
[678/1451] Compiling ParseSwift QueryWhere.swift
[679/1451] Compiling ParseSwift Utility.swift
[679/1451] Compiling handshake_server.cc
[679/1451] Compiling s3_both.cc
[679/1451] Compiling handshake.cc
[679/1451] Compiling s3_pkt.cc
[679/1451] Compiling handshake_client.cc
[679/1451] Compiling handoff.cc
[679/1451] Compiling s3_lib.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/772] Write sources
[4/790] Compiling s3_both.cc
[5/790] Compiling s3_lib.cc
[6/790] Write swift-version-24593BA9C3E375BF.txt
[7/790] Compiling handshake_server.cc
[8/790] Compiling handoff.cc
[9/790] Compiling handshake.cc
[10/790] Compiling s3_pkt.cc
[11/827] Compiling encrypted_client_hello.cc
[13/827] Compiling _NIOBase64 Base64.swift
[14/827] Compiling _NIODataStructures _TinyArray.swift
[15/827] Compiling ServiceContextModule ServiceContext.swift
[16/827] Emitting module _NIOBase64
[17/828] Emitting module ServiceContextModule
[18/828] Compiling ServiceContextModule ServiceContextKey.swift
[19/829] Compiling _NIODataStructures Heap.swift
[20/829] Compiling _NIODataStructures PriorityQueue.swift
[20/839] Compiling handshake_client.cc
[24/837] Compiling RealModule Float80+Real.swift
[24/838] Compiling extensions.cc
[26/852] Compiling RealModule Real.swift
[27/852] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[28/858] Emitting module SystemPackage
[29/861] Emitting module _NIODataStructures
[30/862] Compiling RealModule RealFunctions.swift
[32/862] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[33/862] Compiling InternalCollectionsUtilities Integer rank.swift
[34/862] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[35/862] Compiling InternalCollectionsUtilities UInt+reversed.swift
[36/862] Compiling Logging MetadataProvider.swift
[37/861] Compiling RealModule ElementaryFunctions.swift
[38/861] Compiling RealModule Float+Real.swift
[39/861] Compiling RealModule Float16+Real.swift
[40/867] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[41/867] Compiling InternalCollectionsUtilities Debugging.swift
[42/867] Compiling InternalCollectionsUtilities Descriptions.swift
[43/867] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[44/867] Compiling SystemPackage Mocking.swift
[45/867] Compiling SystemPackage RawBuffer.swift
[46/867] Compiling SystemPackage Syscalls.swift
[47/867] Compiling SystemPackage WindowsSyscallAdapters.swift
[48/867] Compiling SystemPackage Backcompat.swift
[49/867] Compiling SystemPackage CInterop.swift
[50/867] Compiling SystemPackage Constants.swift
[51/867] Compiling SystemPackage Exports.swift
[52/867] Compiling SystemPackage MachPort.swift
[53/867] Compiling SystemPackage PlatformString.swift
[54/867] Compiling SystemPackage SystemString.swift
[55/867] Emitting module RealModule
[56/868] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[58/923] Compiling Instrumentation NoOpInstrument.swift
[59/930] Emitting module Instrumentation
[60/949] Emitting module Logging
[61/963] Compiling Instrumentation MultiplexInstrument.swift
[62/963] Compiling ParseSwift ParseLDAP+combine.swift
[63/963] Compiling ParseSwift ParseLDAP.swift
[64/999] Compiling ParseSwift ParseAnonymous+combine.swift
[65/999] Compiling ParseSwift ParseAnonymous.swift
[66/999] Compiling ParseSwift ParseAuthentication+async.swift
[67/999] Compiling ParseSwift ParseAuthentication+combine.swift
[68/999] Compiling ParseSwift ParseTwitter+async.swift
[69/999] Compiling ParseSwift ParseTwitter+combine.swift
[70/999] Compiling ParseSwift ParseTwitter.swift
[71/999] Compiling ParseSwift ParseAnonymous+async.swift
[72/1012] Compiling Instrumentation Locks.swift
[73/1032] Compiling Instrumentation Instrument.swift
[74/1032] Compiling Instrumentation InstrumentationSystem.swift
[76/1047] Compiling ParseSwift URLCache.swift
[77/1047] Compiling ParseSwift URLSession.swift
[78/1047] Compiling ParseSwift BaseConfig.swift
[79/1066] Compiling Logging Locks.swift
[80/1066] Compiling Logging LogHandler.swift
[81/1066] Compiling Logging Logging.swift
[82/1075] Wrapping AST for RealModule for debugging
[84/1075] Emitting module InternalCollectionsUtilities
[85/1075] Compiling Tracing TracingTime.swift
[86/1075] Compiling Atomics AtomicInteger.swift
[87/1075] Compiling Atomics AtomicOptionalWrappable.swift
[88/1077] Compiling Tracing InstrumentationSystem+Tracing.swift
[89/1079] Compiling Atomics Primitives.native.swift
[90/1079] Compiling Atomics Primitives.shims.swift
[91/1079] Compiling Atomics AtomicBool.swift
[92/1079] Compiling Atomics AtomicReference.swift
[92/1082] Compiling dtls_record.cc
[94/1082] Emitting module Tracing
[98/1084] Wrapping AST for Logging for debugging
[100/1084] Compiling Tracing TracerProtocol+Legacy.swift
[101/1084] Emitting module CoreMetrics
[102/1084] Compiling Atomics ManagedAtomic.swift
[103/1084] Compiling Atomics ManagedAtomicLazyReference.swift
[104/1084] Compiling Atomics IntegerOperations.swift
[105/1084] Compiling Atomics Unmanaged extensions.swift
[106/1084] Compiling Atomics UnsafeAtomic.swift
[107/1084] Compiling Atomics UnsafeAtomicLazyReference.swift
[108/1095] Compiling Atomics AtomicMemoryOrderings.swift
[109/1095] Compiling Atomics DoubleWord.swift
[110/1101] Compiling RoutingKit PathComponent.swift
[111/1101] Compiling RoutingKit AnyRouter.swift
[112/1101] Emitting module RoutingKit
[113/1101] Compiling RoutingKit Parameters.swift
[114/1105] Compiling Tracing TracerProtocol.swift
[115/1105] Compiling _RopeModule BigString+Builder.swift
[116/1105] Compiling _RopeModule BigString+Contents.swift
[117/1105] Compiling _RopeModule BigString+Debugging.swift
[118/1105] Compiling _RopeModule BigString+Index.swift
[119/1105] Compiling _RopeModule BigString+Ingester.swift
[120/1105] Compiling _RopeModule BigString+Invariants.swift
[121/1105] Compiling _RopeModule BigString+Iterators.swift
[122/1105] Compiling _RopeModule BigString+Metrics.swift
[123/1130] Compiling Tracing Tracer.swift
[124/1153] Compiling RoutingKit Router.swift
[125/1153] Compiling RoutingKit TrieRouter.swift
[128/1208] Compiling CoreMetrics Locks.swift
[129/1208] Compiling CoreMetrics Metrics.swift
[131/1209] Compiling Tracing NoOpTracer.swift
[132/1209] Compiling Tracing SpanProtocol.swift
[134/1219] Compiling OrderedCollections _HashTable+BucketIterator.swift
[135/1219] Compiling OrderedCollections _HashTable+Constants.swift
[136/1219] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[137/1218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[138/1218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[139/1218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[140/1218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[141/1218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[142/1218] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[143/1218] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[144/1225] Compiling HeapModule Heap+Descriptions.swift
[145/1255] Emitting module Metrics
[146/1262] Compiling HashTreeCollections _HashStack.swift
[147/1262] Compiling HashTreeCollections _HashTreeIterator.swift
[148/1262] Compiling HashTreeCollections _HashTreeStatistics.swift
[149/1262] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[150/1262] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[151/1262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[152/1262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[153/1262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[154/1284] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[155/1284] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[156/1284] Compiling HashTreeCollections TreeDictionary+Keys.swift
[157/1284] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[158/1284] Compiling HashTreeCollections TreeDictionary+Merge.swift
[159/1284] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[160/1284] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[161/1316] Compiling Metrics Metrics.swift
[162/1317] Compiling HeapModule Heap.swift
[163/1317] Compiling HeapModule _HeapNode.swift
[164/1317] Compiling HashTreeCollections _HashNode+Structural union.swift
[165/1317] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[166/1317] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[167/1317] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[168/1317] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[169/1317] Compiling HashTreeCollections _HashNode.swift
[170/1317] Compiling HashTreeCollections _HashNodeHeader.swift
[171/1317] Compiling HashTreeCollections _HashSlot.swift
[172/1317] Compiling HeapModule Heap+Invariants.swift
[173/1317] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[174/1317] Compiling HeapModule Heap+UnsafeHandle.swift
[175/1317] Compiling DequeModule Deque+CustomReflectable.swift
[176/1317] Compiling DequeModule Deque+Descriptions.swift
[177/1317] Compiling DequeModule Deque+Codable.swift
[178/1317] Compiling DequeModule Deque+Collection.swift
[179/1317] Compiling DequeModule Deque+Equatable.swift
[180/1317] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[181/1317] Compiling DequeModule Deque+Extras.swift
[182/1317] Compiling DequeModule Deque+Hashable.swift
[183/1317] Compiling HashTreeCollections _HashNode+Builder.swift
[184/1317] Compiling HashTreeCollections _HashNode+Debugging.swift
[185/1317] Compiling HashTreeCollections _HashNode+Initializers.swift
[186/1317] Compiling HashTreeCollections _HashNode+Invariants.swift
[187/1317] Compiling HashTreeCollections _HashNode+Lookups.swift
[188/1317] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[189/1317] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[190/1317] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[196/1318] Compiling DequeModule _DequeSlot.swift
[197/1318] Compiling DequeModule _UnsafeWrappedBuffer.swift
[198/1318] Compiling DequeModule _DequeBuffer.swift
[199/1318] Compiling DequeModule _DequeBufferHeader.swift
[200/1318] Emitting module HeapModule
[202/1319] Compiling HashTreeCollections TreeSet+Hashable.swift
[203/1319] Compiling HashTreeCollections TreeSet+Sendable.swift
[204/1319] Compiling HashTreeCollections TreeSet+Sequence.swift
[205/1319] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[206/1319] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[207/1319] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[208/1319] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[209/1319] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[210/1319] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[211/1319] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[212/1329] Emitting module _RopeModule
[221/1329] Compiling DequeModule Deque+Testing.swift
[222/1329] Compiling DequeModule Deque._Storage.swift
[223/1338] Compiling HashTreeCollections TreeDictionary.swift
[224/1338] Compiling HashTreeCollections TreeSet+Codable.swift
[225/1338] Compiling HashTreeCollections TreeSet+Collection.swift
[226/1338] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[227/1338] Compiling HashTreeCollections TreeSet+Debugging.swift
[228/1338] Compiling HashTreeCollections TreeSet+Descriptions.swift
[229/1338] Compiling HashTreeCollections TreeSet+Equatable.swift
[230/1338] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[231/1338] Compiling HashTreeCollections TreeSet+Extras.swift
[232/1338] Compiling HashTreeCollections TreeSet+Filter.swift
[233/1338] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[234/1338] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[235/1338] Compiling HashTreeCollections TreeDictionary+Filter.swift
[243/1338] Compiling HashTreeCollections TreeDictionary+Values.swift
[243/1338] Wrapping AST for SystemPackage for debugging
[246/1338] Wrapping AST for InternalCollectionsUtilities for debugging
[247/1391] Wrapping AST for HeapModule for debugging
[249/1391] Emitting module BitCollections
[250/1398] Emitting module OrderedCollections
[250/1398] Wrapping AST for CoreMetrics for debugging
[252/1398] Compiling _RopeModule _CharacterRecognizer.swift
[253/1398] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[254/1398] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[255/1398] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[256/1398] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[257/1398] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[258/1398] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[259/1398] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[260/1398] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[261/1398] Compiling HashTreeCollections TreeSet.swift
[262/1398] Compiling BitCollections BitSet.swift
[263/1398] Compiling BitCollections Range+Utilities.swift
[264/1398] Compiling BitCollections Slice+Utilities.swift
[265/1398] Compiling BitCollections UInt+Tricks.swift
[266/1398] Compiling BitCollections _Word.swift
[269/1398] Compiling BitCollections BitArray+Extras.swift
[270/1398] Compiling BitCollections BitArray+Fill.swift
[271/1398] Emitting module DequeModule
[272/1398] Emitting module Atomics
[273/1398] Compiling BitCollections BitArray+BitwiseOperations.swift
[274/1398] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[275/1398] Compiling BitCollections BitArray+Codable.swift
[276/1398] Compiling BitCollections BitArray+Collection.swift
[278/1399] Emitting module ParseSwift
[279/1424] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[280/1424] Compiling BitCollections BitSet+CustomReflectable.swift
[281/1424] Compiling BitCollections BitSet+CustomStringConvertible.swift
[282/1424] Compiling BitCollections BitSet+Equatable.swift
[283/1424] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[284/1424] Compiling BitCollections BitSet+Extras.swift
[285/1424] Compiling BitCollections BitSet+Hashable.swift
[286/1424] Compiling BitCollections BitArray._UnsafeHandle.swift
[287/1424] Compiling BitCollections BitArray.swift
[288/1424] Compiling BitCollections BitSet+BidirectionalCollection.swift
[289/1424] Compiling BitCollections BitSet+Codable.swift
[298/1424] Compiling BitCollections BitArray+Copy.swift
[299/1424] Compiling BitCollections BitArray+CustomReflectable.swift
[300/1424] Compiling BitCollections BitArray+Descriptions.swift
[301/1424] Compiling BitCollections BitArray+Equatable.swift
[302/1424] Compiling BitCollections BitArray+RandomBits.swift
[303/1424] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[304/1424] Compiling BitCollections BitArray+Shifts.swift
[305/1424] Compiling BitCollections BitArray+Testing.swift
[305/1424] Compiling dtls_method.cc
[305/1424] Compiling d1_srtp.cc
[307/1424] Wrapping AST for DequeModule for debugging
[309/1424] Compiling BitCollections BitSet+Initializers.swift
[310/1424] Compiling BitCollections BitSet+Invariants.swift
[311/1424] Compiling BitCollections BitSet+Random.swift
[312/1424] Compiling BitCollections BitSet+SetAlgebra basics.swift
[313/1424] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[314/1424] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[315/1424] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[316/1424] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[317/1424] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[318/1424] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[319/1424] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[320/1424] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[321/1424] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[322/1424] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[323/1424] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[324/1424] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[325/1424] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[326/1424] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[327/1424] Compiling BitCollections BitSet+SetAlgebra union.swift
[328/1424] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[329/1424] Compiling BitCollections BitSet.Counted.swift
[330/1424] Compiling BitCollections BitSet.Index.swift
[331/1424] Compiling BitCollections BitSet._UnsafeHandle.swift
[337/1424] Compiling _RopeModule Rope+Join.swift
[338/1424] Compiling _RopeModule Rope+MutatingForEach.swift
[339/1424] Compiling _RopeModule Rope+Remove.swift
[340/1424] Compiling _RopeModule Rope+RemoveSubrange.swift
[341/1424] Compiling _RopeModule Rope+Split.swift
[342/1424] Compiling _RopeModule Optional Utilities.swift
[343/1424] Compiling _RopeModule String Utilities.swift
[344/1424] Compiling _RopeModule String.Index+ABI.swift
[365/1425] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[366/1425] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[368/1425] Compiling BitCollections BitArray+Invariants.swift
[369/1425] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[370/1425] Compiling d1_pkt.cc
[376/1425] Compiling BitCollections BitArray+Hashable.swift
[377/1425] Compiling BitCollections BitArray+Initializers.swift
[436/1426] Emitting module HashTreeCollections
[447/1428] Compiling d1_lib.cc
[472/1429] Compiling md5-x86_64-linux.S
[473/1429] Wrapping AST for HashTreeCollections for debugging
[474/1429] Wrapping AST for OrderedCollections for debugging
[475/1429] Compiling md5-x86_64-apple.S
[476/1429] Compiling md5-586-linux.S
[477/1429] Compiling md5-586-apple.S
[478/1429] Compiling chacha20_poly1305_x86_64-linux.S
[479/1429] Compiling chacha20_poly1305_x86_64-apple.S
[480/1429] Wrapping AST for _RopeModule for debugging
[481/1430] Compiling chacha20_poly1305_armv8-win.S
[482/1431] Compiling chacha20_poly1305_armv8-apple.S
[483/1431] Compiling chacha-x86_64-linux.S
[484/1431] Compiling chacha-x86_64-apple.S
[485/1431] Compiling chacha20_poly1305_armv8-linux.S
[485/1431] Compiling chacha-x86-linux.S
[488/1431] Compiling Collections Collections.swift
[489/1431] Emitting module Collections
[489/1431] Compiling bio_ssl.cc
[490/1432] Compiling chacha-x86-apple.S
[491/1432] Compiling chacha-armv8-win.S
[492/1432] Compiling chacha-armv8-apple.S
[493/1432] Compiling chacha-armv4-linux.S
[495/1432] Compiling chacha-armv8-linux.S
[496/1432] Compiling aes128gcmsiv-x86_64-linux.S
[497/1432] Compiling x86_64-mont5-linux.S
[498/1432] Compiling aes128gcmsiv-x86_64-apple.S
[499/1432] Compiling x86_64-mont5-apple.S
[500/1432] Compiling err_data.cc
[501/1432] Wrapping AST for Collections for debugging
[502/1432] Compiling x86_64-mont-apple.S
[503/1432] Compiling x86_64-mont-linux.S
[504/1432] Compiling x86-mont-apple.S
[505/1432] Compiling vpaes-x86_64-linux.S
[505/1432] Compiling x86-mont-linux.S
[507/1432] Compiling vpaes-x86_64-apple.S
[508/1432] Compiling vpaes-x86-linux.S
[509/1432] Compiling vpaes-x86-apple.S
[510/1432] Compiling vpaes-armv8-win.S
[511/1432] Compiling vpaes-armv8-apple.S
[512/1432] Compiling d1_both.cc
[513/1432] Compiling vpaes-armv8-linux.S
[514/1432] Compiling sha512-x86_64-apple.S
[515/1432] Compiling vpaes-armv7-linux.S
[516/1432] Compiling sha512-x86_64-linux.S
[517/1432] Compiling sha512-armv8-win.S
[518/1432] Compiling sha512-armv8-apple.S
[519/1432] Compiling sha256-x86_64-linux.S
[520/1432] Compiling sha512-586-linux.S
[521/1432] Compiling sha512-armv4-linux.S
[522/1432] Compiling sha512-armv8-linux.S
[523/1432] Compiling sha256-x86_64-apple.S
[524/1432] Compiling sha512-586-apple.S
[525/1432] Compiling sha256-armv8-win.S
[526/1432] Compiling sha256-armv4-linux.S
[527/1432] Compiling sha256-armv8-apple.S
[528/1432] Compiling sha256-armv8-linux.S
[529/1432] Compiling sha256-586-linux.S
[530/1432] Compiling sha1-x86_64-linux.S
[530/1432] Compiling sha256-586-apple.S
[532/1432] Compiling sha1-armv8-win.S
[533/1432] Compiling sha1-x86_64-apple.S
[534/1432] Compiling sha1-armv4-large-linux.S
[535/1432] Compiling sha1-armv8-apple.S
[536/1432] Compiling sha1-armv8-linux.S
[537/1432] Compiling sha1-586-linux.S
[538/1432] Compiling rdrand-x86_64-linux.S
[539/1432] Compiling sha1-586-apple.S
[541/1432] Compiling ParseSwift ParseFileTransferable.swift
[542/1432] Compiling ParseSwift ParseHookFunctionable+async.swift
[543/1432] Compiling ParseSwift ParseHookFunctionable+combine.swift
[544/1432] Compiling ParseSwift ParseHookFunctionable.swift
[545/1432] Compiling ParseSwift ParseHookParametable.swift
[546/1432] Compiling ParseSwift ParseHookRequestable+async.swift
[547/1432] Compiling ParseSwift ParseHookRequestable+combine.swift
[548/1432] Compiling ParseSwift ParseHookRequestable.swift
[549/1432] Compiling ParseSwift ParseHookTriggerRequestable.swift
[550/1432] Compiling ParseSwift ParseHookTriggerable+async.swift
[551/1432] Compiling ParseSwift ParseHookTriggerable+combine.swift
[552/1432] Compiling ParseSwift ParseHookTriggerable.swift
[553/1432] Compiling ParseSwift ParseHookable.swift
[554/1432] Compiling ParseSwift ParseOperationable.swift
[555/1432] Compiling ParseSwift ParsePointerable+async.swift
[556/1432] Compiling ParseSwift ParsePointerable+combine.swift
[557/1432] Compiling ParseSwift ParsePointerable.swift
[558/1432] Compiling ParseSwift ParsePushApplePayloadable.swift
[559/1432] Compiling ParseSwift ParsePushFirebasePayloadable.swift
[560/1432] Compiling ParseSwift ParsePushPayloadable.swift
[561/1432] Compiling ParseSwift ParseQueryScorable.swift
[562/1432] Compiling ParseSwift ParseRelationOperationable.swift
[563/1432] Compiling ParseSwift ParseTypeable.swift
[564/1432] Compiling ParseSwift QueryObservable.swift
[565/1432] Compiling ParseSwift Queryable.swift
[566/1432] Compiling ParseSwift ParseConfigCodable+combine.swift
[567/1432] Compiling ParseSwift ParseConfigCodable.swift
[568/1432] Compiling ParseSwift ParseConfiguration.swift
[569/1432] Compiling ParseSwift ParseError.swift
[570/1432] Compiling ParseSwift ParseField.swift
[571/1432] Compiling ParseSwift ParseFieldOptions.swift
[572/1432] Compiling ParseSwift ParseFile+async.swift
[573/1432] Compiling ParseSwift ParseFile+combine.swift
[574/1432] Compiling ParseSwift ParseFile.swift
[575/1432] Compiling ParseSwift ParseFileDefaultTransfer.swift
[576/1432] Compiling ParseSwift ParseGeoPoint.swift
[577/1432] Compiling ParseSwift ParseHookFunction.swift
[578/1432] Compiling ParseSwift ParseHookFunctionRequest.swift
[579/1432] Compiling ParseSwift ParseHookResponse.swift
[580/1432] Compiling ParseSwift ParseHookTrigger.swift
[581/1432] Compiling ParseSwift ParseHookTriggerObjectRequest.swift
[582/1432] Compiling ParseSwift ParseHookTriggerRequest.swift
[583/1432] Compiling ParseSwift ParseKeychainAccessGroup.swift
[584/1432] Compiling ParseSwift ParseOperation+async.swift
[585/1432] Compiling ParseSwift ParseOperation+combine.swift
[586/1432] Compiling ParseSwift ParseOperation.swift
[587/1432] Compiling ParseSwift ParsePolygon.swift
[588/1432] Compiling ParseSwift ParsePush+async.swift
[589/1432] Compiling ParseSwift ParsePush+combine.swift
[590/1432] Compiling ParseSwift ParsePush.swift
[591/1432] Compiling ParseSwift Savable.swift
[592/1432] Compiling ParseSwift InMemoryPrimitiveStore.swift
[593/1432] Compiling ParseSwift KeychainStore.swift
[594/1432] Compiling ParseSwift ParseFileManager.swift
[595/1432] Compiling ParseSwift ParsePrimitiveStorable.swift
[596/1432] Compiling ParseSwift ParseStorage.swift
[597/1432] Compiling ParseSwift SecureStorable.swift
[598/1432] Compiling ParseSwift CloudViewModel.swift
[599/1432] Compiling ParseSwift ParseOperationAdd.swift
[600/1432] Compiling ParseSwift ParseOperationAddRelation.swift
[601/1432] Compiling ParseSwift ParseOperationAddUnique.swift
[602/1432] Compiling ParseSwift ParseOperationBatch.swift
[603/1432] Compiling ParseSwift ParseOperationCommand.swift
[604/1432] Compiling ParseSwift ParseOperationDelete.swift
[605/1432] Compiling ParseSwift ParseOperationIncrement.swift
[606/1432] Compiling ParseSwift ParseOperationIncrementDouble.swift
[607/1432] Compiling ParseSwift ParseOperationRemove.swift
[608/1432] Compiling ParseSwift ParseOperationRemoveRelation.swift
[609/1432] Compiling ParseSwift ParseACL.swift
[610/1432] Compiling ParseSwift ParseAnalytics+async.swift
[611/1432] Compiling ParseSwift ParseAnalytics+combine.swift
[612/1432] Compiling ParseSwift ParseAnalytics.swift
[613/1432] Compiling ParseSwift ParseBytes.swift
[614/1432] Compiling ParseSwift ParseCLP.swift
[615/1432] Compiling ParseSwift ParseConfigCodable+async.swift
[615/1432] Compiling rsaz-avx2-apple.S
[616/1432] Compiling rdrand-x86_64-apple.S
[617/1432] Compiling rsaz-avx2-linux.S
[618/1432] Compiling p256_beeu-x86_64-asm-linux.S
[619/1432] Compiling p256_beeu-x86_64-asm-apple.S
[620/1432] Compiling p256_beeu-armv8-asm-apple.S
[621/1432] Compiling p256_beeu-armv8-asm-win.S
[622/1432] Compiling p256-x86_64-asm-linux.S
[623/1432] Compiling p256_beeu-armv8-asm-linux.S
[624/1432] Compiling p256-armv8-asm-win.S
[625/1432] Compiling p256-armv8-asm-apple.S
[626/1432] Compiling p256-armv8-asm-linux.S
[627/1432] Compiling p256-x86_64-asm-apple.S
[628/1432] Compiling ghashv8-armv8-win.S
[629/1432] Compiling ghashv8-armv8-linux.S
[630/1432] Compiling ghashv8-armv7-linux.S
[631/1432] Compiling ghashv8-armv8-apple.S
[632/1432] Compiling ghash-x86_64-linux.S
[633/1432] Compiling ghash-x86-apple.S
[633/1432] Compiling ghash-x86-linux.S
[635/1432] Compiling ghash-x86_64-apple.S
[636/1432] Compiling ghash-ssse3-x86_64-apple.S
[637/1432] Compiling ghash-ssse3-x86_64-linux.S
[638/1432] Compiling ghash-ssse3-x86-linux.S
[639/1432] Compiling ghash-armv4-linux.S
[640/1432] Compiling ghash-neon-armv8-apple.S
[641/1432] Compiling ghash-ssse3-x86-apple.S
[641/1432] Compiling ghash-neon-armv8-win.S
[643/1432] Compiling co-586-linux.S
[644/1432] Compiling co-586-apple.S
[645/1432] Compiling ghash-neon-armv8-linux.S
[646/1432] Compiling bn-armv8-win.S
[647/1432] Compiling bsaes-armv7-linux.S
[648/1432] Compiling bn-armv8-linux.S
[649/1432] Compiling bn-586-linux.S
[650/1432] Compiling bn-586-apple.S
[651/1432] Compiling bn-armv8-apple.S
/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/1432] Compiling armv8-mont-win.S
/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 |
[678/1432] Compiling armv8-mont-apple.S
[679/1432] Compiling armv4-mont-linux.S
[680/1432] Compiling armv8-mont-linux.S
[681/1432] Compiling aesv8-gcm-armv8-apple.S
[682/1432] Compiling aesv8-gcm-armv8-linux.S
[683/1432] Compiling aesv8-gcm-armv8-win.S
[684/1432] Compiling aesv8-armv8-win.S
[685/1432] Compiling aesv8-armv7-linux.S
[686/1432] Compiling aesv8-armv8-apple.S
[687/1432] Compiling aesv8-armv8-linux.S
[688/1432] Compiling aesni-x86_64-apple.S
[689/1432] Compiling aesni-x86_64-linux.S
[690/1432] Compiling aesni-x86-linux.S
[691/1432] Compiling aesni-x86-apple.S
[692/1432] Compiling aes-gcm-avx2-x86_64-linux.S
[693/1432] Compiling aesni-gcm-x86_64-apple.S
[694/1432] Compiling aesni-gcm-x86_64-linux.S
[695/1432] Compiling aes-gcm-avx2-x86_64-apple.S
[696/1432] Compiling aes-gcm-avx10-x86_64-linux.S
[697/1432] Compiling aes-gcm-avx10-x86_64-apple.S
[734/1432] Compiling ParseSwift ParseUser.swift
[735/1432] Compiling ParseSwift Parse.swift
[736/1432] Compiling ParseSwift ParseConstants.swift
[737/1432] Compiling ParseSwift CloudObservable.swift
[738/1432] Compiling ParseSwift Deletable.swift
[739/1432] Compiling ParseSwift Fetchable.swift
[740/1432] Compiling ParseSwift Fileable.swift
[741/1432] Compiling ParseSwift Objectable.swift
[742/1432] Compiling ParseSwift ParseCloudable+async.swift
[743/1432] Compiling ParseSwift ParseCloudable+combine.swift
[744/1432] Compiling ParseSwift ParseCloudable.swift
[745/1432] Compiling ParseSwift ParseConfig+async.swift
[746/1432] Compiling ParseSwift ParseConfig+combine.swift
[747/1432] Compiling ParseSwift ParseConfig.swift
[748/1432] Compiling ParseSwift ParseEncodable.swift
[773/1432] Compiling x_sig.cc
[774/1432] Compiling x_val.cc
[775/1432] Compiling x_spki.cc
[776/1432] Compiling x_x509.cc
[777/1432] Compiling x_pubkey.cc
[778/1432] Compiling x_req.cc
[779/1432] Compiling x_x509a.cc
[781/1432] Compiling ParseSwift ParsePushAppleAlert.swift
[782/1432] Compiling ParseSwift ParsePushAppleSound.swift
[783/1432] Compiling ParseSwift ParsePushPayloadApple.swift
[784/1432] Compiling ParseSwift ParsePushFirebaseNotification.swift
[785/1432] Compiling ParseSwift ParsePushPayloadFirebase.swift
[786/1432] Compiling ParseSwift ParsePushPayloadAny.swift
[787/1432] Compiling ParseSwift ParsePushStatus.swift
[788/1432] Compiling ParseSwift ParseRelation.swift
[789/1432] Compiling ParseSwift ParseSchema+async.swift
[790/1432] Compiling ParseSwift ParseSchema+combine.swift
[791/1432] Compiling ParseSwift ParseSchema.swift
[792/1432] Compiling ParseSwift ParseServer+async.swift
[793/1432] Compiling ParseSwift ParseServer+combine.swift
[794/1432] Compiling ParseSwift ParseServer.swift
[795/1432] Compiling ParseSwift ParseVersion.swift
[796/1432] Compiling ParseSwift Pointer+async.swift
[797/1432] Compiling ParseSwift Pointer+combine.swift
[798/1432] Compiling ParseSwift Pointer.swift
[799/1432] Compiling ParseSwift Query+async.swift
[800/1432] Compiling ParseSwift Query+combine.swift
[801/1432] Compiling ParseSwift Query.swift
[802/1432] Compiling ParseSwift QueryConstraint.swift
[803/1432] Compiling ParseSwift QueryViewModel.swift
[804/1432] Compiling ParseSwift QueryWhere.swift
[805/1432] Compiling ParseSwift Utility.swift
[805/1432] Compiling x_algor.cc
[805/1432] Compiling x509spki.cc
[805/1432] Compiling x_attrib.cc
[805/1432] Compiling x_exten.cc
[805/1432] Compiling x_name.cc
[805/1432] Compiling x_all.cc
[805/1432] Compiling x_crl.cc
BUILD FAILURE 6.1 android