The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ParseServerSwift, reference 0.14.0 (f46e7c), with Swift 6.0 for Linux on 12 Mar 2025 22:55:05 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/netreconlab/parse-server-swift.git
Reference: 0.14.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.14.0     -> FETCH_HEAD
HEAD is now at f46e7c2 feat: Add maintenanceKey and bump dependencies (#79)
Cloned https://github.com/netreconlab/parse-server-swift.git
Revision (git rev-parse @):
f46e7c2457ab71cbd51f82aebbf1ba7419fca32a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/netreconlab/parse-server-swift.git at 0.14.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/netreconlab/Parse-Swift.git
Fetching https://github.com/vapor/vapor.git
[1/38041] Fetching parse-swift
[762/111953] Fetching parse-swift, vapor
Fetched https://github.com/vapor/vapor.git from cache (3.17s)
Fetched https://github.com/netreconlab/Parse-Swift.git from cache (3.21s)
Computing version for https://github.com/netreconlab/Parse-Swift.git
Computed https://github.com/netreconlab/Parse-Swift.git at 5.12.0 (0.99s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.113.2 (0.82s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/1027] Fetching swift-service-context
[731/4187] Fetching swift-service-context, multipart-kit
[868/6711] Fetching swift-service-context, multipart-kit, websocket-kit
[4444/11663] Fetching swift-service-context, multipart-kit, websocket-kit, swift-distributed-tracing
[6038/13368] Fetching swift-service-context, multipart-kit, websocket-kit, swift-distributed-tracing, swift-atomics
[8003/19231] Fetching swift-service-context, multipart-kit, websocket-kit, swift-distributed-tracing, swift-atomics, swift-algorithms
Fetched https://github.com/vapor/websocket-kit.git from cache (0.34s)
[12964/16707] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, swift-atomics, swift-algorithms
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.42s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.43s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
[9213/12873] Fetching multipart-kit, swift-atomics, swift-algorithms, swift-metrics
[11358/16653] Fetching multipart-kit, swift-atomics, swift-algorithms, swift-metrics, swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (0.29s)
[9515/14508] Fetching multipart-kit, swift-atomics, swift-algorithms, swift-log
Fetching https://github.com/apple/swift-nio-http2.git
[10650/19919] Fetching multipart-kit, swift-atomics, swift-algorithms, swift-log, swift-nio-extras
Fetched https://github.com/apple/swift-log.git from cache (0.40s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.40s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[9213/22078] Fetching multipart-kit, swift-atomics, swift-algorithms, swift-nio-http2
[16745/96169] Fetching multipart-kit, swift-atomics, swift-algorithms, swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (1.44s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.44s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-crypto.git
[21179/88601] Fetching multipart-kit, swift-nio-http2, swift-nio
Fetched https://github.com/vapor/multipart-kit.git from cache (1.51s)
[20982/85441] Fetching swift-nio-http2, swift-nio
Fetching https://github.com/vapor/console-kit.git
[32097/106131] Fetching swift-nio-http2, swift-nio, routing-kit
[41128/111616] Fetching swift-nio-http2, swift-nio, routing-kit, console-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.13s)
[42037/100266] Fetching swift-nio, routing-kit, console-kit
Fetching https://github.com/vapor/async-kit.git
[50261/113090] Fetching swift-nio, routing-kit, console-kit, swift-crypto
Fetched https://github.com/vapor/console-kit.git from cache (0.32s)
[50784/107605] Fetching swift-nio, routing-kit, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
[55003/122060] Fetching swift-nio, routing-kit, swift-crypto, swift-nio-ssl
[72384/124430] Fetching swift-nio, routing-kit, swift-crypto, swift-nio-ssl, async-kit
[77678/138165] Fetching swift-nio, routing-kit, swift-crypto, swift-nio-ssl, async-kit, async-http-client
Fetched https://github.com/vapor/async-kit.git from cache (0.49s)
[76537/135795] Fetching swift-nio, routing-kit, swift-crypto, swift-nio-ssl, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (0.94s)
[65145/115105] Fetching swift-nio, swift-crypto, swift-nio-ssl, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.14s)
[82848/101370] Fetching swift-nio, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-crypto.git from cache (2.10s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.83s)
Fetched https://github.com/apple/swift-nio.git from cache (4.92s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (0.82s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4214] Fetching swift-system
[4215/20109] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.90s)
Fetched https://github.com/apple/swift-collections.git from cache (0.92s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.54s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.5.1 (0.50s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (0.50s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.71s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2329] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.27s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.55s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.25.0 (0.63s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/870] Fetching swift-http-types
[871/1951] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.59s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.59s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.87s)
Fetching https://github.com/apple/swift-numerics.git
[1/5659] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.0 (0.59s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.1 (0.83s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (3.55s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.48s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.57s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.60s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.81s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.94s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (0.60s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.53s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.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.23.1 (0.53s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (0.63s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.66s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.2 (2.09s)
Fetching https://github.com/apple/swift-asn1.git
[1/1528] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.28s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.1 (0.85s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.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.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.5.1
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.2
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.23.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.2
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/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/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.113.2
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.3.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.25.2
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.25.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.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.35.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.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.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.29.3
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-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/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.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.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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.0
Building for debugging...
[0/888] Compiling a_i2d_fp.cc
[1/888] Compiling a_d2i_fp.cc
[1/888] Write sources
[3/888] Compiling a_bitstr.cc
[4/888] Write sources
[8/888] Compiling _NumericsShims _NumericsShims.c
[8/888] Write sources
[8/888] Compiling _AtomicsShims.c
[52/888] Compiling a_bool.cc
[53/888] Compiling a_dup.cc
[54/888] Compiling a_gentm.cc
[55/888] Compiling CNIOWindows shim.c
[56/888] Compiling a_mbstr.cc
[57/888] Compiling CNIOWASI CNIOWASI.c
[58/888] Compiling CSystem shims.c
[59/888] Compiling CNIOWindows WSAStartup.c
[60/888] Compiling CVaporBcrypt bcrypt.c
[61/888] Compiling CVaporBcrypt blf.c
[62/888] Compiling a_int.cc
[63/888] Compiling CNIOLinux liburing_shims.c
[64/888] Compiling CNIOExtrasZlib empty.c
[65/888] Compiling CNIOSHA1 c_nio_sha1.c
[66/888] Compiling CNIOLLHTTP c_nio_http.c
[67/888] Compiling CNIODarwin shim.c
[68/888] Compiling CNIOLinux shim.c
[69/888] Compiling fiat_p256_adx_sqr.S
[70/888] Compiling fiat_p256_adx_mul.S
[71/888] Compiling fiat_curve25519_adx_square.S
[72/888] Compiling fiat_curve25519_adx_mul.S
[73/888] Compiling CNIOLLHTTP c_nio_api.c
[74/888] Write swift-version-24593BA9C3E375BF.txt
[75/888] Compiling CNIOLLHTTP c_nio_llhttp.c
[76/888] Compiling CNIOBoringSSLShims shims.c
[77/894] Compiling tls13_server.cc
[78/894] Compiling tls_method.cc
[79/894] Compiling tls_record.cc
[80/894] Compiling tls13_client.cc
[81/894] Compiling tls13_enc.cc
[82/894] Compiling tls13_both.cc
[84/1133] Emitting module RealModule
[85/1134] Compiling ParseSwift ParseAnonymous+combine.swift
[86/1134] Compiling ParseSwift ParseAnonymous.swift
[87/1134] Compiling RealModule Real.swift
[88/1134] Compiling ParseSwift ParseAuthentication+async.swift
[89/1134] Compiling ParseSwift ParseAuthentication+combine.swift
[90/1134] Compiling ServiceContextModule ServiceContext.swift
[91/1136] Emitting module ServiceContextModule
[92/1136] Compiling ServiceContextModule ServiceContextKey.swift
[93/1137] Compiling RealModule Float80+Real.swift
[94/1137] Compiling _NIODataStructures _TinyArray.swift
[95/1137] Compiling _NIODataStructures PriorityQueue.swift
[96/1137] Compiling RealModule Float16+Real.swift
[97/1137] Compiling ParseSwift ParseSpotify+combine.swift
[98/1137] Compiling ParseSwift ParseSpotify.swift
[99/1137] Compiling ParseSwift ParseTwitter.swift
[100/1137] Compiling ParseSwift ParseAnonymous+async.swift
[101/1137] Compiling RealModule ElementaryFunctions.swift
[102/1137] Compiling RealModule Float+Real.swift
[103/1137] Compiling ParseSwift ParseLDAP+combine.swift
[104/1137] Compiling ParseSwift ParseLDAP.swift
[105/1137] Compiling ParseSwift ParseTwitter+async.swift
[106/1137] Compiling ParseSwift ParseTwitter+combine.swift
[107/1137] Compiling _NIOBase64 Base64.swift
[108/1137] Emitting module _NIOBase64
[109/1138] Compiling ParseSwift ParseLinkedIn+async.swift
[110/1138] Compiling ParseSwift ParseLinkedIn+combine.swift
[111/1138] Compiling ParseSwift Dictionary.swift
[112/1138] Compiling ParseSwift Encodable.swift
[113/1138] Compiling ParseSwift InputStream.swift
[114/1141] Emitting module InternalCollectionsUtilities
[119/1141] Compiling ParseSwift ParseLinkedIn.swift
[120/1141] Compiling ParseSwift ParseSpotify+async.swift
[121/1141] Emitting module SystemPackage
[130/1141] Compiling RealModule RealFunctions.swift
[133/1142] Wrapping AST for _NIOBase64 for debugging
[135/1142] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[136/1142] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[136/1143] Wrapping AST for ServiceContextModule for debugging
[138/1148] Wrapping AST for RealModule for debugging
[140/1152] Compiling Instrumentation NoOpInstrument.swift
[141/1152] Emitting module Instrumentation
[142/1152] Compiling Instrumentation MultiplexInstrument.swift
[143/1152] Compiling Instrumentation Instrument.swift
[144/1220] Emitting module _NIODataStructures
[145/1220] Compiling _NIODataStructures Heap.swift
[146/1220] Compiling _RopeModule BigString+CustomStringConvertible.swift
[147/1220] Compiling _RopeModule BigString+Equatable.swift
[148/1220] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[149/1220] Compiling _RopeModule BigString+Hashing.swift
[150/1220] Compiling _RopeModule BigString+UnicodeScalarView.swift
[151/1220] Compiling _RopeModule BigSubstring+UTF16View.swift
[152/1220] Compiling _RopeModule BigSubstring+UTF8View.swift
[153/1220] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[154/1220] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[155/1220] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[156/1220] Compiling _RopeModule BigString+Sequence.swift
[157/1220] Compiling _RopeModule BigString+TextOutputStream.swift
[158/1220] Compiling Logging MetadataProvider.swift
[159/1220] Compiling _RopeModule BigString+Summary.swift
[160/1220] Compiling _RopeModule BigString.swift
[161/1220] Compiling _RopeModule BigString+Comparable.swift
[162/1220] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[163/1221] Compiling CoreMetrics Locks.swift
[164/1221] Compiling Instrumentation InstrumentationSystem.swift
[165/1221] Compiling Instrumentation Locks.swift
[166/1222] Emitting module Logging
[167/1222] Compiling Logging Logging.swift
[168/1222] Compiling Logging LogHandler.swift
[169/1222] Compiling Logging Locks.swift
[170/1223] Compiling _RopeModule Rope+Invariants.swift
[171/1223] Compiling _RopeModule Rope+_Node.swift
[172/1223] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[177/1224] Emitting module CoreMetrics
[178/1300] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[179/1300] Compiling HeapModule Heap+Descriptions.swift
[180/1300] Compiling Tracing TracingTime.swift
[181/1300] Compiling HeapModule _HeapNode.swift
[182/1300] Compiling RoutingKit PathComponent.swift
[183/1300] Compiling HeapModule Heap.swift
[184/1300] Compiling Tracing TracerProtocol.swift
[185/1300] Compiling HeapModule Heap+Invariants.swift
[186/1300] Compiling HeapModule Heap+UnsafeHandle.swift
[187/1300] Emitting module Tracing
[187/1300] Compiling t1_enc.cc
[189/1300] Compiling CoreMetrics Metrics.swift
[190/1300] Compiling Tracing Tracer.swift
[191/1301] Compiling Tracing TracerProtocol+Legacy.swift
[192/1301] Emitting module HeapModule
[193/1302] Compiling RoutingKit TrieRouter.swift
[194/1302] Compiling RoutingKit Router.swift
[197/1302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[198/1302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[199/1302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[200/1302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[201/1302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[202/1302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[203/1302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[204/1302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[205/1302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[206/1302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[207/1302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[208/1302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[209/1302] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[210/1302] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[211/1309] Compiling Tracing NoOpTracer.swift
[212/1309] Compiling Tracing InstrumentationSystem+Tracing.swift
[213/1309] Compiling Tracing SpanProtocol.swift
[214/1403] Wrapping AST for _NIODataStructures for debugging
[216/1403] Compiling HashTreeCollections _HashNode+Structural union.swift
[217/1403] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[218/1403] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[219/1403] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[220/1403] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[221/1403] Compiling HashTreeCollections _HashNode.swift
[222/1403] Compiling HashTreeCollections _HashNodeHeader.swift
[223/1403] Compiling HashTreeCollections _HashSlot.swift
[224/1403] Compiling HashTreeCollections _HashStack.swift
[225/1403] Compiling HashTreeCollections _HashTreeIterator.swift
[226/1403] Compiling HashTreeCollections _HashTreeStatistics.swift
[227/1403] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[228/1403] Compiling HashTreeCollections _RawHashNode.swift
[229/1403] Compiling HashTreeCollections _UnmanagedHashNode.swift
[230/1403] Compiling HashTreeCollections _UnsafePath.swift
[231/1403] Compiling HashTreeCollections TreeDictionary+Codable.swift
[231/1403] Wrapping AST for Tracing for debugging
[233/1403] Compiling DequeModule Deque+CustomReflectable.swift
[234/1403] Compiling DequeModule Deque+Descriptions.swift
[235/1403] Compiling DequeModule Deque+Equatable.swift
[236/1403] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[237/1405] Compiling DequeModule _DequeBuffer.swift
[238/1405] Compiling DequeModule _DequeBufferHeader.swift
[239/1405] Compiling DequeModule Deque._UnsafeHandle.swift
[240/1405] Compiling DequeModule Deque.swift
[241/1405] Compiling DequeModule Deque+Testing.swift
[242/1405] Compiling DequeModule Deque._Storage.swift
[243/1405] Compiling DequeModule _DequeSlot.swift
[244/1405] Compiling DequeModule _UnsafeWrappedBuffer.swift
[245/1405] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[246/1405] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[247/1405] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[248/1405] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[249/1405] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[250/1405] Compiling HashTreeCollections _HashNode+Structural merge.swift
[251/1405] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[252/1405] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[254/1405] Wrapping AST for SystemPackage for debugging
[255/1405] Wrapping AST for Logging for debugging
[256/1405] Wrapping AST for InternalCollectionsUtilities for debugging
[257/1405] Wrapping AST for Instrumentation for debugging
[259/1405] Compiling HashTreeCollections TreeSet+Hashable.swift
[260/1405] Compiling HashTreeCollections TreeSet+Sendable.swift
[261/1405] Compiling HashTreeCollections TreeSet+Sequence.swift
[262/1405] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[263/1405] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[264/1405] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[265/1405] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[266/1405] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[267/1405] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[268/1405] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[268/1415] Wrapping AST for HeapModule for debugging
[270/1415] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[271/1415] Compiling HashTreeCollections TreeSet+Debugging.swift
[272/1415] Compiling HashTreeCollections TreeSet+Descriptions.swift
[273/1415] Compiling HashTreeCollections TreeSet+Equatable.swift
[274/1415] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[275/1415] Compiling HashTreeCollections TreeSet+Extras.swift
[276/1415] Compiling HashTreeCollections TreeSet+Filter.swift
[279/1424] Compiling HashTreeCollections TreeDictionary+Keys.swift
[280/1424] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[281/1424] Compiling HashTreeCollections TreeDictionary+Merge.swift
[282/1424] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[283/1424] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[284/1424] Compiling HashTreeCollections TreeDictionary+Values.swift
[285/1424] Compiling HashTreeCollections TreeDictionary.swift
[286/1424] Compiling HashTreeCollections TreeSet+Codable.swift
[287/1424] Compiling HashTreeCollections TreeSet+Collection.swift
[289/1424] Wrapping AST for CoreMetrics for debugging
[291/1424] Compiling DequeModule Deque+Codable.swift
[292/1424] Compiling DequeModule Deque+Collection.swift
[297/1424] Compiling DequeModule Deque+Extras.swift
[298/1424] Compiling DequeModule Deque+Hashable.swift
[299/1424] Emitting module RoutingKit
[300/1424] Compiling RoutingKit AnyRouter.swift
[301/1424] Compiling RoutingKit Parameters.swift
[329/1425] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[330/1425] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[331/1425] Compiling HashTreeCollections TreeDictionary+Filter.swift
[332/1425] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[333/1425] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[342/1425] Compiling _RopeModule _CharacterRecognizer.swift
[343/1425] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[344/1425] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[345/1425] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[346/1425] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[347/1425] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[348/1425] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[349/1425] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[350/1425] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[351/1425] Compiling HashTreeCollections TreeSet.swift
[352/1425] Compiling ParseSwift ParseHookTriggerable+combine.swift
[353/1425] Compiling ParseSwift ParseHookTriggerable.swift
[354/1425] Compiling ParseSwift ParseHookable.swift
[355/1425] Compiling ParseSwift ParseOperationable.swift
[356/1425] Compiling ParseSwift ParsePointerable+async.swift
[357/1425] Compiling ParseSwift ParsePointerable+combine.swift
[358/1425] Compiling ParseSwift ParsePointerable.swift
[359/1425] Compiling ParseSwift ParsePushApplePayloadable.swift
[360/1425] Compiling ParseSwift ParsePushFirebasePayloadable.swift
[361/1425] Compiling ParseSwift ParsePushPayloadable.swift
[362/1425] Compiling ParseSwift ParseQueryScorable.swift
[363/1425] Compiling ParseSwift ParseRelationOperationable.swift
[364/1425] Compiling ParseSwift ParseTypeable.swift
[365/1425] Compiling ParseSwift QueryObservable.swift
[366/1425] Compiling ParseSwift Queryable.swift
[367/1450] Emitting module Metrics
[368/1450] Compiling Metrics Metrics.swift
[386/1451] Wrapping AST for RoutingKit for debugging
[388/1451] Emitting module DequeModule
[388/1452] Wrapping AST for Metrics for debugging
[398/1452] Compiling HashTreeCollections TreeDictionary+Collection.swift
[399/1452] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[400/1452] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[401/1452] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[402/1452] Compiling ParseSwift Savable.swift
[403/1452] Compiling ParseSwift InMemoryPrimitiveStore.swift
[404/1452] Compiling ParseSwift KeychainStore.swift
[405/1452] Compiling ParseSwift ParseFileManager.swift
[406/1452] Compiling ParseSwift ParsePrimitiveStorable.swift
[407/1452] Compiling ParseSwift ParseStorage.swift
[408/1452] Compiling ParseSwift SecureStorable.swift
[409/1452] Compiling ParseSwift CloudViewModel.swift
[410/1452] Compiling ParseSwift ParseOperationAdd.swift
[411/1452] Compiling ParseSwift ParseOperationAddRelation.swift
[412/1452] Compiling ParseSwift ParseOperationAddUnique.swift
[413/1452] Compiling ParseSwift ParseOperationBatch.swift
[414/1452] Compiling ParseSwift ParseOperationCommand.swift
[415/1452] Compiling ParseSwift ParseOperationDelete.swift
[416/1452] Compiling ParseSwift ParseOperationIncrement.swift
[417/1452] Compiling ParseSwift ParseOperationIncrementDouble.swift
[418/1452] Compiling ParseSwift ParseOperationRemove.swift
[419/1452] Compiling ParseSwift ParseOperationRemoveRelation.swift
[420/1452] Compiling ParseSwift ParseACL.swift
[421/1452] Compiling ParseSwift ParseAnalytics+async.swift
[422/1452] Compiling ParseSwift ParseAnalytics+combine.swift
[423/1452] Compiling ParseSwift ParseAnalytics.swift
[424/1452] Compiling ParseSwift ParseBytes.swift
[425/1452] Compiling ParseSwift ParseCLP.swift
[426/1452] Compiling ParseSwift ParseConfigCodable+async.swift
[426/1452] Compiling ssl_versions.cc
[428/1452] Emitting module OrderedCollections
[429/1453] Wrapping AST for DequeModule for debugging
[430/1453] Compiling ssl_x509.cc
[432/1453] Emitting module _RopeModule
[432/1453] Wrapping AST for OrderedCollections for debugging
[434/1453] Compiling _RopeModule Rope+Join.swift
[435/1453] Compiling _RopeModule Rope+MutatingForEach.swift
[436/1453] Compiling _RopeModule Rope+Remove.swift
[437/1453] Compiling _RopeModule Rope+RemoveSubrange.swift
[438/1453] Compiling _RopeModule Rope+Split.swift
[439/1453] Compiling _RopeModule Optional Utilities.swift
[440/1453] Compiling _RopeModule String Utilities.swift
[441/1453] Compiling _RopeModule String.Index+ABI.swift
[442/1453] Compiling ssl_stat.cc
[443/1453] Compiling ssl_transcript.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 |
[543/1454] Emitting module ParseSwift
[543/1454] Compiling ssl_privkey.cc
[545/1454] Compiling ParseSwift ParseConfigCodable+combine.swift
[546/1454] Compiling ParseSwift ParseConfigCodable.swift
[547/1454] Compiling ParseSwift ParseConfiguration.swift
[548/1454] Compiling ParseSwift ParseError.swift
[549/1454] Compiling ParseSwift ParseField.swift
[550/1454] Compiling ParseSwift ParseFieldOptions.swift
[551/1454] Compiling ParseSwift ParseFile+async.swift
[552/1454] Compiling ParseSwift ParseFile+combine.swift
[553/1454] Compiling ParseSwift ParseFile.swift
[554/1454] Compiling ParseSwift ParseFileDefaultTransfer.swift
[555/1454] Compiling ParseSwift ParseGeoPoint.swift
[556/1454] Compiling ParseSwift ParseHookFunction.swift
[557/1454] Compiling ParseSwift ParseHookFunctionRequest.swift
[558/1454] Compiling ParseSwift ParseHookResponse.swift
[559/1454] Compiling ParseSwift ParseHookTrigger.swift
[560/1454] Compiling ParseSwift ParseHookTriggerObjectRequest.swift
[561/1454] Compiling ParseSwift ParseHookTriggerRequest.swift
[562/1454] Compiling ParseSwift ParseKeychainAccessGroup.swift
[563/1454] Compiling ParseSwift ParseOperation+async.swift
[564/1454] Compiling ParseSwift ParseOperation+combine.swift
[565/1454] Compiling ParseSwift ParseOperation.swift
[566/1454] Compiling ParseSwift ParsePolygon.swift
[567/1454] Compiling ParseSwift ParsePush+async.swift
[568/1454] Compiling ParseSwift ParsePush+combine.swift
[569/1454] Compiling ParseSwift ParsePush.swift
[569/1454] Wrapping AST for _RopeModule for debugging
[570/1454] Compiling ssl_session.cc
[571/1454] Compiling ssl_file.cc
[572/1454] Compiling ssl_key_share.cc
[573/1454] Compiling ssl_lib.cc
[574/1454] Compiling ssl_credential.cc
[576/1454] Emitting module HashTreeCollections
[577/1455] Compiling ssl_cipher.cc
[578/1455] Compiling ssl_cert.cc
[579/1455] Wrapping AST for HashTreeCollections for debugging
[580/1455] Compiling ssl_buffer.cc
[581/1455] Compiling ssl_asn1.cc
[582/1455] Compiling ssl_aead_ctx.cc
[583/1455] Compiling s3_pkt.cc
[584/1455] Compiling s3_lib.cc
[585/1455] Compiling s3_both.cc
[586/1455] Compiling handshake_client.cc
[587/1455] Compiling handshake_server.cc
[588/1455] Compiling handshake.cc
[589/1455] Compiling handoff.cc
[590/1455] Compiling extensions.cc
[591/1455] Compiling dtls_record.cc
[592/1455] Compiling encrypted_client_hello.cc
[593/1455] Compiling md5-x86_64-linux.S
[594/1455] Compiling d1_srtp.cc
[646/1455] Compiling ParseSwift ParseInstallation+combine.swift
[647/1455] Compiling ParseSwift ParseInstallation.swift
[648/1455] Compiling ParseSwift ParseObject+async.swift
[649/1455] Compiling ParseSwift ParseObject+combine.swift
[650/1455] Compiling ParseSwift ParseObject.swift
[651/1455] Compiling ParseSwift ParsePushStatusable.swift
[652/1455] Compiling ParseSwift ParseRole.swift
[653/1455] Compiling ParseSwift ParseSession.swift
[654/1455] Compiling ParseSwift ParseUser+async.swift
[655/1455] Compiling ParseSwift ParseUser+combine.swift
[656/1455] Compiling ParseSwift ParseUser.swift
[657/1455] Compiling ParseSwift Parse.swift
[658/1455] Compiling ParseSwift ParseConstants.swift
[659/1455] Compiling ParseSwift CloudObservable.swift
[660/1455] Compiling ParseSwift Deletable.swift
[661/1455] Compiling ParseSwift Fetchable.swift
[662/1455] Compiling ParseSwift Fileable.swift
[663/1455] Compiling ParseSwift Objectable.swift
[664/1455] Compiling ParseSwift ParseCloudable+async.swift
[665/1455] Compiling ParseSwift ParseCloudable+combine.swift
[666/1455] Compiling ParseSwift ParseCloudable.swift
[667/1455] Compiling ParseSwift ParseConfig+async.swift
[668/1455] Compiling ParseSwift ParseConfig+combine.swift
[669/1455] Compiling ParseSwift ParseConfig.swift
[670/1455] Compiling ParseSwift ParseEncodable.swift
[670/1455] Compiling md5-x86_64-apple.S
[671/1455] Compiling md5-586-linux.S
[672/1455] Compiling md5-586-apple.S
[673/1455] Compiling chacha20_poly1305_x86_64-linux.S
[674/1455] Compiling d1_pkt.cc
[675/1455] Compiling dtls_method.cc
[676/1455] Compiling chacha20_poly1305_x86_64-apple.S
[677/1455] Compiling chacha20_poly1305_armv8-linux.S
[678/1455] Compiling chacha20_poly1305_armv8-win.S
[679/1455] Compiling chacha20_poly1305_armv8-apple.S
[680/1455] Compiling err_data.cc
[681/1455] Compiling chacha-x86_64-linux.S
[682/1455] Compiling chacha-x86_64-apple.S
[683/1455] Compiling chacha-x86-linux.S
[684/1455] Compiling chacha-x86-apple.S
[685/1455] Compiling chacha-armv8-linux.S
[686/1455] Compiling chacha-armv8-win.S
[687/1455] Compiling chacha-armv8-apple.S
[688/1455] Compiling d1_lib.cc
[689/1455] Compiling chacha-armv4-linux.S
[690/1455] Compiling aes128gcmsiv-x86_64-apple.S
[691/1455] Compiling aes128gcmsiv-x86_64-linux.S
[692/1455] Compiling x86_64-mont5-apple.S
[693/1455] Compiling x86_64-mont-apple.S
[694/1455] Compiling x86_64-mont5-linux.S
[695/1455] Compiling x86_64-mont-linux.S
[696/1455] Compiling x86-mont-linux.S
[697/1455] Compiling x86-mont-apple.S
[698/1455] Compiling vpaes-x86_64-linux.S
[699/1455] Compiling vpaes-x86_64-apple.S
[700/1455] Compiling vpaes-x86-linux.S
[701/1455] Compiling vpaes-armv8-win.S
[702/1455] Compiling vpaes-x86-apple.S
[703/1455] Compiling vpaes-armv8-apple.S
[704/1455] Compiling vpaes-armv8-linux.S
[705/1455] Compiling vpaes-armv7-linux.S
[706/1455] Compiling bio_ssl.cc
[707/1455] Compiling sha512-x86_64-apple.S
[708/1455] Compiling sha512-x86_64-linux.S
[709/1455] Compiling sha512-armv8-win.S
[709/1455] Compiling sha512-armv4-linux.S
[711/1455] Compiling sha512-armv8-linux.S
[712/1455] Compiling sha512-armv8-apple.S
[713/1455] Compiling sha512-586-linux.S
[714/1455] Compiling sha512-586-apple.S
[715/1455] Compiling sha256-armv8-win.S
[716/1455] Compiling sha256-armv8-linux.S
[717/1455] Compiling sha256-x86_64-apple.S
[718/1455] Compiling sha256-x86_64-linux.S
[719/1455] Compiling sha256-armv8-apple.S
[720/1455] Compiling sha256-586-linux.S
[721/1455] Compiling sha256-586-apple.S
[722/1455] Compiling sha1-x86_64-apple.S
[723/1455] Compiling sha256-armv4-linux.S
[724/1455] Compiling sha1-armv8-win.S
[725/1455] Compiling sha1-x86_64-linux.S
[726/1455] Compiling sha1-armv8-linux.S
[727/1455] Compiling sha1-armv8-apple.S
[728/1455] Compiling sha1-armv4-large-linux.S
[729/1455] Compiling sha1-586-linux.S
[730/1455] Compiling sha1-586-apple.S
[731/1455] Compiling rdrand-x86_64-linux.S
[732/1455] Compiling rsaz-avx2-apple.S
[733/1455] Compiling rdrand-x86_64-apple.S
[734/1455] Compiling rsaz-avx2-linux.S
[735/1455] Compiling p256_beeu-x86_64-asm-linux.S
[736/1455] Compiling p256_beeu-x86_64-asm-apple.S
[737/1455] Compiling p256_beeu-armv8-asm-linux.S
[738/1455] Compiling p256_beeu-armv8-asm-win.S
[739/1455] Compiling p256_beeu-armv8-asm-apple.S
[740/1455] Compiling p256-x86_64-asm-apple.S
[741/1455] Compiling p256-armv8-asm-win.S
[742/1455] Compiling p256-x86_64-asm-linux.S
[743/1455] Compiling p256-armv8-asm-apple.S
[744/1455] Compiling p256-armv8-asm-linux.S
[745/1455] Compiling ghashv8-armv7-linux.S
[746/1455] Compiling ghashv8-armv8-linux.S
[747/1455] Compiling ghashv8-armv8-win.S
[748/1455] Compiling ghashv8-armv8-apple.S
[748/1455] Compiling ghash-x86_64-linux.S
[750/1455] Compiling ghash-x86-apple.S
[751/1455] Compiling ghash-x86_64-apple.S
[752/1455] Compiling ghash-x86-linux.S
[753/1455] Compiling ghash-ssse3-x86_64-linux.S
[754/1455] Compiling ghash-ssse3-x86-linux.S
[755/1455] Compiling ghash-ssse3-x86_64-apple.S
[755/1455] Compiling ghash-neon-armv8-win.S
[757/1455] Compiling ghash-ssse3-x86-apple.S
[757/1455] Compiling ghash-neon-armv8-apple.S
[759/1455] Compiling ghash-neon-armv8-linux.S
[760/1455] Compiling ghash-armv4-linux.S
[761/1455] Compiling bsaes-armv7-linux.S
[762/1455] Compiling bn-armv8-win.S
[763/1455] Compiling co-586-apple.S
[764/1455] Compiling co-586-linux.S
[765/1455] Compiling bn-armv8-linux.S
[766/1455] Compiling bn-armv8-apple.S
[767/1455] Compiling bn-586-linux.S
[768/1455] Compiling bn-586-apple.S
[769/1455] Compiling armv8-mont-win.S
[770/1455] Compiling armv8-mont-linux.S
[771/1455] Compiling armv8-mont-apple.S
[772/1455] Compiling aesv8-gcm-armv8-win.S
[773/1455] Compiling armv4-mont-linux.S
[774/1455] Compiling aesv8-gcm-armv8-apple.S
[775/1455] Compiling aesv8-armv8-win.S
[775/1455] Compiling aesv8-gcm-armv8-linux.S
[776/1455] Compiling aesv8-armv8-apple.S
[778/1455] Compiling aesv8-armv8-linux.S
[779/1455] Compiling aesv8-armv7-linux.S
[780/1455] Compiling aesni-x86_64-linux.S
[781/1455] Compiling aesni-x86_64-apple.S
[782/1455] Compiling aesni-x86-apple.S
[783/1455] Compiling aesni-x86-linux.S
[784/1455] Compiling aesni-gcm-x86_64-linux.S
[785/1455] Compiling aesni-gcm-x86_64-apple.S
[786/1455] Compiling d1_both.cc
[787/1455] Compiling x_x509a.cc
[788/1455] Compiling x_sig.cc
[788/1455] Compiling x_val.cc
[790/1455] Compiling x_spki.cc
[791/1455] Compiling x_x509.cc
[792/1455] Compiling x_req.cc
[793/1455] Compiling x_pubkey.cc
[794/1455] Compiling x_exten.cc
[795/1455] Compiling x_name.cc
[796/1455] Compiling x_crl.cc
[797/1455] Compiling x_all.cc
[798/1455] Compiling x_algor.cc
[798/1455] Compiling x_attrib.cc
[800/1455] Compiling x509spki.cc
[801/1455] Compiling x509cset.cc
[802/1455] Compiling x509rset.cc
[803/1455] Compiling x509_v3.cc
[804/1455] Compiling x509name.cc
[805/1455] Compiling x509_vpm.cc
[806/1455] Compiling x509_txt.cc
[807/1455] Compiling x509_vfy.cc
[808/1455] Compiling x509_obj.cc
[809/1455] Compiling x509_trs.cc
[810/1455] Compiling x509_req.cc
[811/1455] Compiling x509_set.cc
[812/1455] Compiling x509_def.cc
[813/1455] Compiling x509_ext.cc
[814/1455] Compiling x509_lu.cc
[815/1455] Compiling x509_d2.cc
[816/1455] Compiling x509_att.cc
[817/1455] Compiling x509.cc
[818/1455] Compiling x509_cmp.cc
[819/1455] Compiling v3_skey.cc
[820/1455] Compiling v3_utl.cc
[821/1455] Compiling v3_purp.cc
[822/1455] Compiling v3_prn.cc
[823/1455] Compiling v3_ncons.cc
[824/1455] Compiling v3_pmaps.cc
[825/1455] Compiling v3_pcons.cc
[826/1455] Compiling v3_ocsp.cc
[827/1455] Compiling v3_lib.cc
[828/1455] Compiling v3_int.cc
[830/1455] Compiling ParseSwift ParsePushAppleAlert.swift
[831/1455] Compiling ParseSwift ParsePushAppleSound.swift
[832/1455] Compiling ParseSwift ParsePushPayloadApple.swift
[833/1455] Compiling ParseSwift ParsePushFirebaseNotification.swift
[834/1455] Compiling ParseSwift ParsePushPayloadFirebase.swift
[835/1455] Compiling ParseSwift ParsePushPayloadAny.swift
[836/1455] Compiling ParseSwift ParsePushStatus.swift
[837/1455] Compiling ParseSwift ParseRelation.swift
[838/1455] Compiling ParseSwift ParseSchema+async.swift
[839/1455] Compiling ParseSwift ParseSchema+combine.swift
[840/1455] Compiling ParseSwift ParseSchema.swift
[841/1455] Compiling ParseSwift ParseServer+async.swift
[842/1455] Compiling ParseSwift ParseServer+combine.swift
[843/1455] Compiling ParseSwift ParseServer.swift
[844/1455] Compiling ParseSwift ParseVersion.swift
[845/1455] Compiling ParseSwift Pointer+async.swift
[846/1455] Compiling ParseSwift Pointer+combine.swift
[847/1455] Compiling ParseSwift Pointer.swift
[848/1455] Compiling ParseSwift Query+async.swift
[849/1455] Compiling ParseSwift Query+combine.swift
[850/1455] Compiling ParseSwift Query.swift
[851/1455] Compiling ParseSwift QueryConstraint.swift
[852/1455] Compiling ParseSwift QueryViewModel.swift
[853/1455] Compiling ParseSwift QueryWhere.swift
[854/1455] Compiling ParseSwift Utility.swift
[854/1455] Compiling v3_info.cc
[855/1455] Compiling v3_conf.cc
[855/1455] Compiling v3_enum.cc
[855/1455] Compiling v3_genn.cc
[855/1455] Compiling v3_extku.cc
[855/1455] Compiling v3_crld.cc
[855/1455] Compiling v3_ia5.cc
[855/1455] Compiling v3_cpols.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/600] Write sources
[3/618] Compiling v3_ia5.cc
[4/618] Compiling v3_genn.cc
[5/618] Compiling v3_cpols.cc
[6/618] Compiling v3_enum.cc
[7/618] Compiling v3_crld.cc
[8/618] Compiling v3_extku.cc
[9/618] Compiling v3_bitst.cc
[10/618] Compiling v3_conf.cc
[11/618] Write swift-version-24593BA9C3E375BF.txt
[12/618] Compiling v3_bcons.cc
[13/618] Compiling t_x509a.cc
[14/618] Compiling t_req.cc
[15/618] Compiling v3_alt.cc
[16/618] Compiling v3_akeya.cc
[17/618] Compiling t_x509.cc
[18/618] Compiling v3_akey.cc
[19/618] Compiling t_crl.cc
[21/687] Compiling _NIODataStructures PriorityQueue.swift
[22/687] Emitting module ServiceContextModule
[23/687] Compiling ServiceContextModule ServiceContextKey.swift
[24/687] Compiling Logging MetadataProvider.swift
[25/687] Compiling Logging LogHandler.swift
[26/687] Compiling ServiceContextModule ServiceContext.swift
[27/688] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[28/688] Compiling InternalCollectionsUtilities Specialize.swift
[29/740] Compiling RealModule Real.swift
[30/761] Compiling ParseSwift ParseApple+combine.swift
[31/761] Compiling ParseSwift ParseApple.swift
[32/763] Compiling ParseSwift Responses.swift
[33/763] Compiling ParseSwift ParseApple+async.swift
[34/786] Compiling Logging Locks.swift
[35/824] Emitting module _NIODataStructures
[36/825] Compiling _NIODataStructures Heap.swift
[38/866] Emitting module Logging
[39/866] Compiling RealModule Float80+Real.swift
[40/866] Compiling RealModule ElementaryFunctions.swift
[41/866] Compiling RealModule RealFunctions.swift
[42/866] Compiling RealModule Float16+Real.swift
[43/866] Compiling RealModule Float+Real.swift
[44/866] Compiling _NIODataStructures _TinyArray.swift
[45/867] Compiling ParseSwift API+BatchCommand.swift
[46/867] Compiling ParseSwift API+Command+async.swift
[47/867] Compiling ParseSwift API+Command.swift
[48/867] Compiling ParseSwift API+NonParseBodyCommand+async.swift
[49/867] Compiling ParseSwift ParseGitHub+combine.swift
[50/867] Compiling ParseSwift ParseGitHub.swift
[51/867] Emitting module _NIOBase64
[52/867] Compiling _NIOBase64 Base64.swift
[53/867] Compiling ParseSwift ParseGoogle.swift
[54/867] Compiling ParseSwift ParseInstagram+async.swift
[55/867] Compiling ParseSwift ParseInstagram+combine.swift
[56/867] Compiling ParseSwift ParseInstagram.swift
[59/867] Compiling ParseSwift ParseGoogle+async.swift
[60/867] Compiling ParseSwift ParseGoogle+combine.swift
[62/870] Emitting module RealModule
[65/872] Emitting module SystemPackage
[66/872] Emitting module InternalCollectionsUtilities
[67/872] Compiling ParseSwift ParseLDAP+async.swift
[68/872] Compiling ParseSwift ParseLDAP+combine.swift
[69/872] Compiling ParseSwift ParseLDAP.swift
[70/873] Compiling ParseSwift ParseFacebook+async.swift
[71/873] Compiling ParseSwift ParseFacebook+combine.swift
[72/873] Compiling ParseSwift ParseFacebook.swift
[73/873] Compiling ParseSwift ParseGitHub+async.swift
[74/897] Compiling Instrumentation NoOpInstrument.swift
[75/897] Compiling Instrumentation MultiplexInstrument.swift
[76/897] Compiling Atomics Primitives.shims.swift
[77/897] Compiling Atomics AtomicInteger.swift
[78/897] Compiling Atomics AtomicOptionalWrappable.swift
[79/897] Compiling Atomics IntegerConformances.swift
[80/897] Compiling Atomics PointerConformances.swift
[81/897] Compiling Atomics Primitives.native.swift
[82/897] Compiling Atomics OptionalRawRepresentable.swift
[83/897] Compiling Atomics RawRepresentable.swift
[84/897] Compiling Atomics AtomicMemoryOrderings.swift
[85/897] Compiling Atomics DoubleWord.swift
[86/898] Emitting module Instrumentation
[87/898] Compiling Instrumentation Locks.swift
[88/898] Compiling Instrumentation InstrumentationSystem.swift
[89/898] Compiling Instrumentation Instrument.swift
[90/899] Compiling Atomics AtomicBool.swift
[91/899] Compiling Atomics AtomicReference.swift
[92/899] Compiling Atomics AtomicStorage.swift
[93/899] Compiling Atomics AtomicValue.swift
[95/899] Emitting module CoreMetrics
[97/898] Compiling SystemPackage Util+StringArray.swift
[98/898] Compiling SystemPackage Util.swift
[99/898] Compiling SystemPackage UtilConsumers.swift
[100/898] Compiling Atomics ManagedAtomic.swift
[101/898] Compiling Atomics ManagedAtomicLazyReference.swift
[102/898] Compiling Atomics UnsafeAtomic.swift
[103/898] Compiling Atomics UnsafeAtomicLazyReference.swift
[106/899] Compiling Logging Logging.swift
[117/899] Compiling Atomics IntegerOperations.swift
[118/899] Compiling Atomics Unmanaged extensions.swift
[118/899] Compiling rsa_pss.cc
[126/981] Compiling CoreMetrics Metrics.swift
[127/981] Compiling CoreMetrics Locks.swift
[128/982] Compiling Tracing InstrumentationSystem+Tracing.swift
[129/982] Compiling RoutingKit Router.swift
[130/982] Compiling Tracing TracingTime.swift
[132/1036] Compiling RoutingKit AnyRouter.swift
[133/1036] Emitting module RoutingKit
[134/1036] Compiling Tracing TracerProtocol.swift
[134/1036] Compiling policy.cc
[136/1036] Compiling Tracing TracerProtocol+Legacy.swift
[137/1036] Compiling Tracing Tracer.swift
[138/1036] Emitting module Tracing
[139/1036] Compiling RoutingKit Parameters.swift
[140/1036] Compiling RoutingKit PathComponent.swift
[141/1036] Compiling RoutingKit TrieRouter.swift
[143/1041] Compiling Tracing NoOpTracer.swift
[144/1041] Compiling Tracing SpanProtocol.swift
[146/1045] Compiling HeapModule Heap+Invariants.swift
[147/1045] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[148/1045] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[149/1045] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[150/1045] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[151/1045] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[152/1045] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[153/1045] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[154/1045] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[155/1045] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[156/1045] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[157/1045] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[158/1045] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[159/1045] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[160/1045] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[161/1052] Compiling HeapModule Heap+Descriptions.swift
[162/1052] Compiling HeapModule _HeapNode.swift
[163/1052] Compiling HeapModule Heap.swift
[164/1052] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[165/1052] Compiling HeapModule Heap+UnsafeHandle.swift
[166/1052] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[167/1052] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[168/1052] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[169/1052] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[170/1052] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[171/1052] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[172/1052] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[173/1052] Compiling OrderedCollections OrderedDictionary+Values.swift
[174/1052] Compiling OrderedCollections OrderedDictionary+Codable.swift
[175/1052] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[176/1052] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[177/1052] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[178/1052] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[179/1052] Compiling OrderedCollections OrderedDictionary+Elements.swift
[180/1052] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[181/1052] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[182/1052] Emitting module Metrics
[183/1052] Compiling Metrics Metrics.swift
[184/1054] Compiling OrderedCollections OrderedDictionary.swift
[185/1054] Compiling OrderedCollections OrderedSet+Codable.swift
[186/1054] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[187/1054] Compiling OrderedCollections OrderedSet+Descriptions.swift
[188/1054] Compiling OrderedCollections OrderedSet+Diffing.swift
[189/1054] Compiling OrderedCollections OrderedSet+Equatable.swift
[190/1054] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[191/1054] Compiling OrderedCollections OrderedSet+Hashable.swift
[192/1054] Compiling OrderedCollections OrderedSet+Initializers.swift
[193/1054] Compiling OrderedCollections OrderedSet+Insertions.swift
[194/1054] Compiling OrderedCollections OrderedSet+Invariants.swift
[195/1054] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[196/1054] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[197/1054] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[198/1054] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[199/1054] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[200/1144] Emitting module HeapModule
[203/1143] Compiling DequeModule Deque+CustomReflectable.swift
[204/1143] Compiling DequeModule Deque+Descriptions.swift
[205/1145] Compiling DequeModule Deque+Codable.swift
[206/1145] Compiling DequeModule Deque+Collection.swift
[209/1145] Compiling DequeModule Deque+Extras.swift
[210/1145] Compiling DequeModule Deque+Hashable.swift
[211/1145] Compiling DequeModule Deque+Testing.swift
[212/1145] Compiling DequeModule Deque._Storage.swift
[213/1145] Compiling DequeModule Deque._UnsafeHandle.swift
[214/1145] Compiling DequeModule Deque.swift
[215/1154] Compiling DequeModule _DequeBuffer.swift
[216/1154] Compiling DequeModule _DequeBufferHeader.swift
[217/1154] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[218/1154] Compiling HashTreeCollections _HashNode+Structural merge.swift
[219/1154] Compiling HashTreeCollections _HashTreeIterator.swift
[220/1154] Compiling HashTreeCollections _HashTreeStatistics.swift
[221/1154] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[222/1154] Compiling HashTreeCollections _RawHashNode.swift
[223/1154] Compiling HashTreeCollections _UnmanagedHashNode.swift
[224/1154] Compiling HashTreeCollections _UnsafePath.swift
[225/1154] Compiling HashTreeCollections TreeDictionary+Codable.swift
[226/1154] Compiling HashTreeCollections TreeDictionary+Collection.swift
[227/1154] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[228/1154] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[229/1154] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[230/1154] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[231/1154] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[232/1154] Compiling HashTreeCollections _HashNode+Structural union.swift
[233/1154] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[234/1154] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[235/1154] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[236/1154] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[237/1154] Compiling HashTreeCollections TreeSet+Descriptions.swift
[238/1154] Compiling HashTreeCollections TreeSet+Equatable.swift
[239/1154] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[240/1154] Compiling HashTreeCollections TreeSet+Extras.swift
[241/1154] Compiling HashTreeCollections TreeSet+Filter.swift
[242/1154] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[243/1154] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[244/1154] Compiling HashTreeCollections TreeDictionary+Filter.swift
[245/1154] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[246/1154] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[247/1154] Compiling HashTreeCollections TreeDictionary+Keys.swift
[248/1154] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[249/1154] Compiling HashTreeCollections TreeDictionary+Merge.swift
[250/1154] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[251/1154] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[252/1154] Compiling HashTreeCollections TreeDictionary+Values.swift
[253/1154] Compiling HashTreeCollections TreeSet+Hashable.swift
[254/1154] Compiling HashTreeCollections TreeSet+Sendable.swift
[259/1207] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[260/1207] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[261/1207] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[262/1207] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[263/1207] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[264/1207] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[265/1207] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[266/1207] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[267/1207] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[268/1207] Compiling BitCollections BitSet+SetAlgebra union.swift
[271/1207] Emitting module Atomics
[272/1207] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[273/1207] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[274/1207] Compiling BitCollections BitArray+Extras.swift
[275/1207] Compiling BitCollections BitArray+Fill.swift
[276/1207] Compiling BitCollections BitArray+Hashable.swift
[277/1207] Compiling BitCollections BitArray+Initializers.swift
[278/1207] Compiling BitCollections BitArray+Invariants.swift
[279/1207] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[287/1207] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[288/1207] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[291/1207] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[292/1207] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[293/1207] Compiling BitCollections BitSet+CustomReflectable.swift
[294/1207] Compiling BitCollections BitSet+CustomStringConvertible.swift
[295/1207] Compiling BitCollections BitSet+Equatable.swift
[296/1207] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[297/1207] Compiling BitCollections BitSet+Extras.swift
[298/1207] Compiling BitCollections BitSet+Hashable.swift
[303/1217] Compiling _RopeModule Rope+Join.swift
[304/1217] Compiling _RopeModule Rope+MutatingForEach.swift
[305/1217] Compiling _RopeModule Rope+Remove.swift
[306/1217] Compiling _RopeModule Rope+RemoveSubrange.swift
[307/1217] Compiling _RopeModule Rope+Split.swift
[308/1217] Compiling _RopeModule Optional Utilities.swift
[309/1217] Compiling _RopeModule String Utilities.swift
[310/1217] Compiling _RopeModule String.Index+ABI.swift
[324/1217] Emitting module ParseSwift
[331/1249] Compiling name_print.cc
[340/1250] Emitting module BitCollections
[361/1250] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[362/1250] Compiling BitCollections BitSet.Counted.swift
[363/1250] Compiling BitCollections BitArray+BitwiseOperations.swift
[364/1250] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[365/1250] Compiling BitCollections BitArray+Codable.swift
[366/1250] Compiling BitCollections BitArray+Collection.swift
[367/1250] Compiling BitCollections BitArray+Copy.swift
[368/1250] Compiling BitCollections BitArray+CustomReflectable.swift
[369/1250] Compiling BitCollections BitArray+Descriptions.swift
[370/1250] Compiling BitCollections BitArray+Equatable.swift
[371/1250] Compiling BitCollections BitArray+RandomBits.swift
[372/1250] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[373/1250] Compiling BitCollections BitArray+Shifts.swift
[374/1250] Emitting module DequeModule
[375/1251] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[376/1251] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[377/1251] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[378/1251] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[379/1251] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[380/1251] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[381/1251] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[382/1251] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[383/1251] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[384/1251] Compiling HashTreeCollections TreeSet.swift
[386/1250] Emitting module OrderedCollections
[386/1251] Compiling i2d_pr.cc
[406/1250] Compiling BitCollections BitSet.Index.swift
[407/1250] Compiling BitCollections BitSet._UnsafeHandle.swift
[408/1250] Compiling BitCollections BitSet.swift
[409/1250] Compiling BitCollections Range+Utilities.swift
[410/1250] Compiling BitCollections Slice+Utilities.swift
[411/1250] Compiling BitCollections UInt+Tricks.swift
[412/1250] Compiling BitCollections _Word.swift
[413/1250] Compiling BitCollections BitSet+Random.swift
[414/1250] Compiling BitCollections BitSet+SetAlgebra basics.swift
[415/1250] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[416/1250] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[422/1250] Emitting module _RopeModule
[423/1251] Compiling BitCollections BitSet+Initializers.swift
[424/1251] Compiling BitCollections BitSet+Invariants.swift
[433/1251] Compiling BitCollections BitArray+Testing.swift
[434/1251] Compiling BitCollections BitArray._UnsafeHandle.swift
[435/1251] Compiling BitCollections BitArray.swift
[436/1251] Compiling BitCollections BitSet+BidirectionalCollection.swift
[437/1251] Compiling BitCollections BitSet+Codable.swift
[472/1251] Compiling by_file.cc
[473/1251] Compiling by_dir.cc
[474/1251] Compiling asn1_gen.cc
[475/1251] Compiling algorithm.cc
[476/1251] Compiling voprf.cc
[477/1251] Compiling pmbtoken.cc
[478/1251] Compiling trust_token.cc
[479/1251] Compiling a_digest.cc
[480/1251] Compiling a_sign.cc
[481/1251] Compiling a_verify.cc
[482/1251] Compiling thread_win.cc
[483/1251] Compiling thread_none.cc
[484/1251] Compiling thread.cc
[485/1251] Compiling thread_pthread.cc
[486/1251] Compiling wots.cc
[487/1251] Compiling stack.cc
[488/1251] Compiling thash.cc
[489/1251] Compiling merkle.cc
[490/1251] Compiling slhdsa.cc
[491/1251] Compiling fors.cc
[492/1251] Compiling siphash.cc
[493/1251] Compiling sha512.cc
[495/1251] Emitting module HashTreeCollections
[495/1252] Compiling sha256.cc
[497/1252] Compiling sha1.cc
[498/1251] Compiling rsa_print.cc
[499/1251] Compiling refcount.cc
[500/1251] Compiling rsa_extra.cc
[501/1251] Compiling rsa_crypt.cc
[502/1251] Compiling rc4.cc
[503/1251] Compiling windows.cc
[504/1251] Compiling rsa_asn1.cc
[505/1251] Compiling trusty.cc
[506/1253] Compiling urandom.cc
[507/1253] Compiling ios.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 |
[559/1253] Compiling ParseSwift ParseConfigCodable+combine.swift
[560/1253] Compiling ParseSwift ParseConfigCodable.swift
[561/1253] Compiling ParseSwift ParseConfiguration.swift
[562/1253] Compiling ParseSwift ParseError.swift
[563/1253] Compiling ParseSwift ParseField.swift
[564/1253] Compiling ParseSwift ParseFieldOptions.swift
[565/1253] Compiling ParseSwift ParseFile+async.swift
[566/1253] Compiling ParseSwift ParseFile+combine.swift
[567/1253] Compiling ParseSwift ParseFile.swift
[568/1253] Compiling ParseSwift ParseFileDefaultTransfer.swift
[569/1253] Compiling ParseSwift ParseGeoPoint.swift
[570/1253] Compiling ParseSwift ParseHookFunction.swift
[571/1253] Compiling ParseSwift ParseHookFunctionRequest.swift
[572/1253] Compiling ParseSwift ParseHookResponse.swift
[573/1253] Compiling ParseSwift ParseHookTrigger.swift
[574/1253] Compiling ParseSwift ParseHookTriggerObjectRequest.swift
[575/1253] Compiling ParseSwift ParseHookTriggerRequest.swift
[576/1253] Compiling ParseSwift ParseKeychainAccessGroup.swift
[577/1253] Compiling ParseSwift ParseOperation+async.swift
[578/1253] Compiling ParseSwift ParseOperation+combine.swift
[579/1253] Compiling ParseSwift ParseOperation.swift
[580/1253] Compiling ParseSwift ParsePolygon.swift
[581/1253] Compiling ParseSwift ParsePush+async.swift
[582/1253] Compiling ParseSwift ParsePush+combine.swift
[583/1253] Compiling ParseSwift ParsePush.swift
[584/1253] Compiling ParseSwift Savable.swift
[585/1253] Compiling ParseSwift InMemoryPrimitiveStore.swift
[586/1253] Compiling ParseSwift KeychainStore.swift
[587/1253] Compiling ParseSwift ParseFileManager.swift
[588/1253] Compiling ParseSwift ParsePrimitiveStorable.swift
[589/1253] Compiling ParseSwift ParseStorage.swift
[590/1253] Compiling ParseSwift SecureStorable.swift
[591/1253] Compiling ParseSwift CloudViewModel.swift
[592/1253] Compiling ParseSwift ParseOperationAdd.swift
[593/1253] Compiling ParseSwift ParseOperationAddRelation.swift
[594/1253] Compiling ParseSwift ParseOperationAddUnique.swift
[595/1253] Compiling ParseSwift ParseOperationBatch.swift
[596/1253] Compiling ParseSwift ParseOperationCommand.swift
[597/1253] Compiling ParseSwift ParseOperationDelete.swift
[598/1253] Compiling ParseSwift ParseOperationIncrement.swift
[599/1253] Compiling ParseSwift ParseOperationIncrementDouble.swift
[600/1253] Compiling ParseSwift ParseOperationRemove.swift
[601/1253] Compiling ParseSwift ParseOperationRemoveRelation.swift
[602/1253] Compiling ParseSwift ParseACL.swift
[603/1253] Compiling ParseSwift ParseAnalytics+async.swift
[604/1253] Compiling ParseSwift ParseAnalytics+combine.swift
[605/1253] Compiling ParseSwift ParseAnalytics.swift
[606/1253] Compiling ParseSwift ParseBytes.swift
[607/1253] Compiling ParseSwift ParseCLP.swift
[608/1253] Compiling ParseSwift ParseConfigCodable+async.swift
[609/1253] Compiling Collections Collections.swift
[609/1253] Compiling rand_extra.cc
[611/1253] Emitting module Collections
[612/1254] Compiling passive.cc
[613/1254] Compiling forkunsafe.cc
[614/1254] Compiling getentropy.cc
[615/1254] Compiling fork_detect.cc
[616/1254] Compiling poly1305_arm_asm.S
[617/1254] Wrapping AST for Collections for debugging
[618/1254] Compiling deterministic.cc
[619/1254] Compiling poly1305_arm.cc
[620/1254] Compiling poly1305.cc
[621/1254] Compiling pool.cc
[622/1254] Compiling poly1305_vec.cc
[623/1254] Compiling pkcs8.cc
[624/1254] Compiling pkcs7.cc
[625/1254] Compiling pkcs7_x509.cc
[626/1254] Compiling p5_pbev2.cc
[627/1254] Compiling pkcs8_x509.cc
[628/1254] Compiling pem_xaux.cc
[629/1254] Compiling pem_x509.cc
[630/1254] Compiling pem_pkey.cc
[631/1254] Compiling pem_pk8.cc
[632/1254] Compiling obj_xref.cc
[633/1254] Compiling pem_oth.cc
[634/1254] Compiling pem_lib.cc
[635/1254] Compiling pem_info.cc
[636/1254] Compiling pem_all.cc
[637/1254] Compiling md5.cc
[638/1254] Compiling mem.cc
[639/1254] Compiling obj.cc
[640/1254] Compiling md4.cc
[640/1254] Compiling mlkem.cc
[642/1254] Compiling keccak.cc
[643/1254] Compiling lhash.cc
[644/1254] Compiling mldsa.cc
[645/1254] Compiling kyber.cc
[646/1254] Compiling hrss.cc
[646/1254] Compiling fips_shared_support.cc
[648/1254] Compiling poly_rq_mul.S
[649/1254] Compiling sign.cc
[650/1254] Compiling hpke.cc
[651/1254] Compiling ex_data.cc
[652/1254] Compiling scrypt.cc
[653/1254] Compiling print.cc
[654/1254] Compiling p_rsa.cc
[655/1254] Compiling p_rsa_asn1.cc
[656/1254] Compiling pbkdf.cc
[657/1254] Compiling p_x25519.cc
[658/1254] Compiling p_x25519_asn1.cc
[659/1254] Compiling p_hkdf.cc
[660/1254] Compiling p_ed25519.cc
[661/1254] Compiling p_ec_asn1.cc
[662/1254] Compiling p_ec.cc
[663/1254] Compiling p_dsa_asn1.cc
[664/1254] Compiling p_dh_asn1.cc
[665/1254] Compiling p_ed25519_asn1.cc
[666/1254] Compiling p_dh.cc
[667/1254] Compiling evp_asn1.cc
[668/1254] Compiling evp_ctx.cc
[669/1254] Compiling err.cc
[670/1254] Compiling evp.cc
[672/1254] Compiling ParseSwift ParsePushAppleAlert.swift
[673/1254] Compiling ParseSwift ParsePushAppleSound.swift
[674/1254] Compiling ParseSwift ParsePushPayloadApple.swift
[675/1254] Compiling ParseSwift ParsePushFirebaseNotification.swift
[676/1254] Compiling ParseSwift ParsePushPayloadFirebase.swift
[677/1254] Compiling ParseSwift ParsePushPayloadAny.swift
[678/1254] Compiling ParseSwift ParsePushStatus.swift
[679/1254] Compiling ParseSwift ParseRelation.swift
[680/1254] Compiling ParseSwift ParseSchema+async.swift
[681/1254] Compiling ParseSwift ParseSchema+combine.swift
[682/1254] Compiling ParseSwift ParseSchema.swift
[683/1254] Compiling ParseSwift ParseServer+async.swift
[684/1254] Compiling ParseSwift ParseServer+combine.swift
[685/1254] Compiling ParseSwift ParseServer.swift
[686/1254] Compiling ParseSwift ParseVersion.swift
[687/1254] Compiling ParseSwift Pointer+async.swift
[688/1254] Compiling ParseSwift Pointer+combine.swift
[689/1254] Compiling ParseSwift Pointer.swift
[690/1254] Compiling ParseSwift Query+async.swift
[691/1254] Compiling ParseSwift Query+combine.swift
[692/1254] Compiling ParseSwift Query.swift
[693/1254] Compiling ParseSwift QueryConstraint.swift
[694/1254] Compiling ParseSwift QueryViewModel.swift
[695/1254] Compiling ParseSwift QueryWhere.swift
[696/1254] Compiling ParseSwift Utility.swift
[696/1254] Compiling engine.cc
[697/1254] Compiling ecdsa_asn1.cc
[698/1254] Compiling ecdh_extra.cc
[699/1254] Compiling ec_asn1.cc
[736/1254] Compiling ParseSwift ParseHookTriggerable+combine.swift
[737/1254] Compiling ParseSwift ParseHookTriggerable.swift
[738/1254] Compiling ParseSwift ParseHookable.swift
[739/1254] Compiling ParseSwift ParseOperationable.swift
[740/1254] Compiling ParseSwift ParsePointerable+async.swift
[741/1254] Compiling ParseSwift ParsePointerable+combine.swift
[742/1254] Compiling ParseSwift ParsePointerable.swift
[743/1254] Compiling ParseSwift ParsePushApplePayloadable.swift
[744/1254] Compiling ParseSwift ParsePushFirebasePayloadable.swift
[745/1254] Compiling ParseSwift ParsePushPayloadable.swift
[746/1254] Compiling ParseSwift ParseQueryScorable.swift
[747/1254] Compiling ParseSwift ParseRelationOperationable.swift
[748/1254] Compiling ParseSwift ParseTypeable.swift
[749/1254] Compiling ParseSwift QueryObservable.swift
[750/1254] Compiling ParseSwift Queryable.swift
[751/1254] Compiling ParseSwift ParseInstallation+combine.swift
[752/1254] Compiling ParseSwift ParseInstallation.swift
[753/1254] Compiling ParseSwift ParseObject+async.swift
[754/1254] Compiling ParseSwift ParseObject+combine.swift
[755/1254] Compiling ParseSwift ParseObject.swift
[756/1254] Compiling ParseSwift ParsePushStatusable.swift
[757/1254] Compiling ParseSwift ParseRole.swift
[758/1254] Compiling ParseSwift ParseSession.swift
[759/1254] Compiling ParseSwift ParseUser+async.swift
[760/1254] Compiling ParseSwift ParseUser+combine.swift
[761/1254] Compiling ParseSwift ParseUser.swift
[762/1254] Compiling ParseSwift Parse.swift
[763/1254] Compiling ParseSwift ParseConstants.swift
[764/1254] Compiling ParseSwift CloudObservable.swift
[765/1254] Compiling ParseSwift Deletable.swift
[766/1254] Compiling ParseSwift Fetchable.swift
[767/1254] Compiling ParseSwift Fileable.swift
[768/1254] Compiling ParseSwift Objectable.swift
[769/1254] Compiling ParseSwift ParseCloudable+async.swift
[770/1254] Compiling ParseSwift ParseCloudable+combine.swift
[771/1254] Compiling ParseSwift ParseCloudable.swift
[772/1254] Compiling ParseSwift ParseConfig+async.swift
[773/1254] Compiling ParseSwift ParseConfig+combine.swift
[774/1254] Compiling ParseSwift ParseConfig.swift
[775/1254] Compiling ParseSwift ParseEncodable.swift
[775/1254] Compiling ec_derive.cc
[776/1254] Compiling hash_to_curve.cc
[777/1254] Compiling dsa_asn1.cc
[777/1254] Compiling digest_extra.cc
[777/1254] Compiling params.cc
[777/1254] Compiling bcm.cc
[777/1254] Compiling dsa.cc
[777/1254] Compiling dh_asn1.cc
[777/1254] Compiling des.cc
BUILD FAILURE 6.0 linux