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.1 for Android on 30 May 2025 13:32:06 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/netreconlab/parse-server-swift.git
Reference: 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:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/netreconlab/parse-server-swift.git
https://github.com/netreconlab/parse-server-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.113.2",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "parse-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.12.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/netreconlab/Parse-Swift.git"
    }
  ],
  "manifest_display_name" : "ParseServerSwift",
  "name" : "ParseServerSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "ParseServerSwift",
      "targets" : [
        "ParseServerSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "App",
      "targets" : [
        "App"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ParseServerSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "ParseServerSwiftTests",
      "path" : "Tests/ParseServerSwiftTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "AppTests.swift"
      ],
      "target_dependencies" : [
        "ParseServerSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ParseServerSwift",
      "module_type" : "SwiftTarget",
      "name" : "ParseServerSwift",
      "path" : "Sources/ParseServerSwift",
      "product_dependencies" : [
        "Vapor",
        "ParseSwift"
      ],
      "product_memberships" : [
        "ParseServerSwift",
        "App"
      ],
      "sources" : [
        "Extensions/Parse+Vapor.swift",
        "Extensions/ParseHookFunction+Vapor.swift",
        "Extensions/ParseHookTrigger+Vapor.swift",
        "Models/GameScore.swift",
        "Models/Hooks.swift",
        "Models/Parameters/FooParameters.swift",
        "Models/User.swift",
        "Parse.swift",
        "ParseServerConfiguration.swift",
        "Utility/Constants.swift",
        "Utility/Functions.swift",
        "configure.swift",
        "routes.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "App",
      "module_type" : "SwiftTarget",
      "name" : "App",
      "path" : "Sources/App",
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "entrypoint.swift"
      ],
      "target_dependencies" : [
        "ParseServerSwift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/netreconlab/Parse-Swift.git
Fetching https://github.com/vapor/vapor.git
[1/74378] Fetching vapor
[17852/112607] Fetching vapor, parse-swift
Fetched https://github.com/vapor/vapor.git from cache (2.01s)
[33260/38229] Fetching parse-swift
Fetched https://github.com/netreconlab/Parse-Swift.git from cache (3.82s)
Computing version for https://github.com/netreconlab/Parse-Swift.git
Computed https://github.com/netreconlab/Parse-Swift.git at 5.12.3 (4.31s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.57s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
[1/3319] Fetching multipart-kit
[1097/4382] Fetching multipart-kit, swift-service-context
[1629/9356] Fetching multipart-kit, swift-service-context, swift-distributed-tracing
[2857/11066] Fetching multipart-kit, swift-service-context, swift-distributed-tracing, swift-atomics
[6660/17025] Fetching multipart-kit, swift-service-context, swift-distributed-tracing, swift-atomics, swift-algorithms
[8151/19634] Fetching multipart-kit, swift-service-context, swift-distributed-tracing, swift-atomics, swift-algorithms, websocket-kit
Fetched https://github.com/apple/swift-atomics.git from cache (0.57s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.60s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.60s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
[4769/9197] Fetching multipart-kit, swift-service-context, websocket-kit, swift-metrics
[6137/15120] Fetching multipart-kit, swift-service-context, websocket-kit, swift-metrics, swift-nio-extras
[6138/18956] Fetching multipart-kit, swift-service-context, websocket-kit, swift-metrics, swift-nio-extras, swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (0.43s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-log.git from cache (0.52s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.52s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[4792/6991] Fetching multipart-kit, swift-service-context, websocket-kit
[6992/18518] Fetching multipart-kit, swift-service-context, websocket-kit, swift-nio-http2
[15753/94637] Fetching multipart-kit, swift-service-context, websocket-kit, swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-service-context.git from cache (1.58s)
Fetched https://github.com/vapor/websocket-kit.git from cache (1.58s)
[12657/90965] Fetching multipart-kit, swift-nio-http2, swift-nio
Fetching https://github.com/apple/swift-crypto.git
[13765/105808] Fetching multipart-kit, swift-nio-http2, swift-nio, swift-nio-ssl
Fetched https://github.com/vapor/multipart-kit.git from cache (1.64s)
[14090/102489] Fetching swift-nio-http2, swift-nio, swift-nio-ssl
Fetching https://github.com/vapor/console-kit.git
[21200/116425] Fetching swift-nio-http2, swift-nio, swift-nio-ssl, swift-crypto
[32358/122077] Fetching swift-nio-http2, swift-nio, swift-nio-ssl, swift-crypto, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.65s)
[53578/116425] Fetching swift-nio-http2, swift-nio, swift-nio-ssl, swift-crypto
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.44s)
[56827/104898] Fetching swift-nio, swift-nio-ssl, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
[65145/107268] Fetching swift-nio, swift-nio-ssl, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.46s)
[69692/104898] Fetching swift-nio, swift-nio-ssl, swift-crypto
[71709/118912] Fetching swift-nio, swift-nio-ssl, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.30s)
[88914/104898] Fetching swift-nio, swift-nio-ssl, swift-crypto
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.83s)
[74832/90055] Fetching swift-nio, swift-crypto
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-crypto.git from cache (2.56s)
[73836/76119] Fetching swift-nio
[76120/96846] Fetching swift-nio, routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.02s)
Fetched https://github.com/apple/swift-nio.git from cache (5.95s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (7.53s)
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.44s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.46s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.48s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.14s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[2460/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.01s)
Fetched https://github.com/apple/swift-collections.git from cache (1.04s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.51s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.44s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.47s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.34s)
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.80s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.43s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.54s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1590] Fetching swift-asn1
[510/2731] Fetching swift-asn1, swift-http-structured-headers
[2621/3635] Fetching swift-asn1, swift-http-structured-headers, swift-http-types
[3519/6061] Fetching swift-asn1, swift-http-structured-headers, swift-http-types, swift-service-lifecycle
[6062/11046] Fetching swift-asn1, swift-http-structured-headers, swift-http-types, swift-service-lifecycle, swift-async-algorithms
[9602/17201] Fetching swift-asn1, swift-http-structured-headers, swift-http-types, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.40s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.40s)
[9194/13871] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.41s)
[7727/12281] Fetching swift-http-structured-headers, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.47s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.55s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.55s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.07s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.53s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.53s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.46s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.29s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.56s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.49s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.62s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.48s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.54s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.78s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.68s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.78s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.51s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/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/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/netreconlab/Parse-Swift.git
Working copy of https://github.com/netreconlab/Parse-Swift.git resolved at 5.12.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/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-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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Building for debugging...
[0/888] Compiling bn-armv8-apple.S
[1/888] Write swift-version-24593BA9C3E375BF.txt
[2/888] Write sources
[3/888] Compiling _NumericsShims _NumericsShims.c
[4/888] Write sources
[8/892] Compiling a_bitstr.cc
[9/892] Compiling a_d2i_fp.cc
[10/892] Compiling _AtomicsShims.c
[11/892] Write sources
[17/892] Compiling v3_conf.cc
[18/892] Write sources
[54/892] Compiling a_gentm.cc
[55/892] Compiling CVaporBcrypt blf.c
[56/897] Compiling pair.cc
[57/897] Compiling a_bool.cc
[58/897] Compiling v3_bitst.cc
[60/1105] Emitting module InternalCollectionsUtilities
[61/1106] Emitting module _NIOBase64
[62/1106] Compiling _NIOBase64 Base64.swift
[63/1106] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[64/1106] Compiling _NIODataStructures _TinyArray.swift
[65/1107] Emitting module RealModule
[66/1107] Compiling RealModule Real.swift
[67/1107] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[68/1107] Compiling InternalCollectionsUtilities UInt+reversed.swift
[69/1107] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[70/1107] Compiling InternalCollectionsUtilities Integer rank.swift
[71/1107] Compiling RealModule Float80+Real.swift
[72/1107] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[73/1107] Compiling InternalCollectionsUtilities _SortedCollection.swift
[75/1108] Compiling _NIODataStructures PriorityQueue.swift
[76/1108] Compiling ServiceContextModule ServiceContextKey.swift
[77/1108] Compiling RealModule Float16+Real.swift
[78/1108] Compiling RealModule ElementaryFunctions.swift
[79/1108] Compiling RealModule Float+Real.swift
[80/1108] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[81/1108] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[82/1108] Compiling RealModule RealFunctions.swift
[83/1108] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[84/1108] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[85/1108] Compiling InternalCollectionsUtilities Debugging.swift
[86/1108] Compiling InternalCollectionsUtilities Descriptions.swift
[87/1108] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[92/1109] Emitting module _NIODataStructures
[93/1110] Compiling _NIODataStructures Heap.swift
[94/1110] Emitting module ServiceContextModule
[95/1110] Compiling ServiceContextModule ServiceContext.swift
[95/1112] Compiling CVaporBcrypt bcrypt.c
[100/1112] Wrapping AST for _NIOBase64 for debugging
[101/1112] Compiling CSystem shims.c
[102/1112] Wrapping AST for RealModule for debugging
[103/1112] Wrapping AST for _NIODataStructures for debugging
[105/1112] Compiling CoreMetrics Metrics.swift
[106/1276] Emitting module Instrumentation
[107/1276] Emitting module SystemPackage
[108/1276] Compiling Instrumentation NoOpInstrument.swift
[109/1279] Compiling Instrumentation MultiplexInstrument.swift
[110/1279] Compiling HeapModule Heap.swift
[111/1279] Compiling HeapModule _HeapNode.swift
[112/1279] Compiling HeapModule Heap+Descriptions.swift
[113/1279] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[114/1279] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[115/1279] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[116/1279] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[117/1279] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[118/1279] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[119/1279] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[120/1279] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[121/1279] Emitting module OrderedCollections
[122/1286] Emitting module HeapModule
[123/1286] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[124/1286] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[125/1286] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[126/1286] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[127/1286] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[128/1286] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[129/1286] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[130/1286] Compiling OrderedCollections OrderedDictionary+Values.swift
[131/1286] Compiling HeapModule Heap+Invariants.swift
[132/1286] Compiling HeapModule Heap+UnsafeHandle.swift
[134/1287] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[135/1287] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[136/1287] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[137/1287] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[138/1287] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[139/1287] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[140/1287] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[141/1363] Compiling HashTreeCollections _HashNode+Structural union.swift
[142/1363] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[143/1363] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[144/1363] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[145/1363] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[146/1363] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[147/1363] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[148/1363] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[149/1363] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[150/1363] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[151/1363] Compiling HashTreeCollections TreeDictionary.swift
[152/1363] Compiling HashTreeCollections TreeSet+Codable.swift
[153/1372] Compiling HashTreeCollections _HashNodeHeader.swift
[154/1372] Compiling HashTreeCollections _HashSlot.swift
[155/1372] Compiling HashTreeCollections _HashStack.swift
[156/1372] Compiling HashTreeCollections _HashTreeIterator.swift
[157/1372] Compiling HashTreeCollections _HashTreeStatistics.swift
[158/1372] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[159/1372] Compiling HashTreeCollections _RawHashNode.swift
[160/1372] Compiling HashTreeCollections _UnmanagedHashNode.swift
[161/1372] Compiling HashTreeCollections _UnsafePath.swift
[162/1372] Compiling HashTreeCollections TreeDictionary+Codable.swift
[163/1372] Compiling HashTreeCollections _HashLevel.swift
[164/1372] Compiling HashTreeCollections _HashNode+Builder.swift
[165/1372] Compiling HashTreeCollections _HashNode+Debugging.swift
[166/1372] Compiling HashTreeCollections _HashNode+Initializers.swift
[170/1372] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[171/1372] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[172/1372] Compiling HashTreeCollections _HashNode.swift
[183/1372] Emitting module Logging
[184/1372] Compiling Logging Locks.swift
[185/1372] Compiling Logging LogHandler.swift
[186/1372] Compiling Logging MetadataProvider.swift
[187/1372] Compiling Logging Logging.swift
[188/1372] Compiling CoreMetrics Locks.swift
[189/1372] Emitting module CoreMetrics
[190/1372] Compiling Instrumentation InstrumentationSystem.swift
[191/1372] Compiling Instrumentation Instrument.swift
[192/1372] Compiling Instrumentation Locks.swift
[196/1375] Compiling HashTreeCollections TreeSet+Hashable.swift
[197/1375] Compiling HashTreeCollections TreeSet+Sendable.swift
[198/1375] Compiling HashTreeCollections TreeSet+Sequence.swift
[208/1385] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[209/1385] Compiling HashTreeCollections _HashNode+Storage.swift
[210/1385] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[211/1385] Compiling HashTreeCollections _HashNode+Structural filter.swift
[212/1385] Compiling HashTreeCollections _HashNode+Invariants.swift
[213/1385] Compiling HashTreeCollections _HashNode+Lookups.swift
[214/1385] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[215/1385] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[221/1389] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[222/1389] Compiling HashTreeCollections _HashNode+Structural merge.swift
[223/1389] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[224/1389] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[225/1389] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[226/1389] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[227/1389] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[228/1389] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[229/1397] Emitting module HashTreeCollections
[240/1399] Compiling RoutingKit Router.swift
[241/1399] Emitting module RoutingKit
[242/1399] Compiling HashTreeCollections _AncestorHashSlots.swift
[243/1399] Compiling HashTreeCollections _Bitmap.swift
[244/1399] Compiling HashTreeCollections _Bucket.swift
[245/1399] Compiling HashTreeCollections _Hash.swift
[252/1399] Compiling HashTreeCollections TreeDictionary+Keys.swift
[253/1399] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[254/1399] Compiling HashTreeCollections TreeDictionary+Merge.swift
[255/1399] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[256/1399] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[257/1399] Compiling HashTreeCollections TreeDictionary+Values.swift
[261/1399] Emitting module Tracing
[262/1399] Compiling RoutingKit AnyRouter.swift
[263/1414] Compiling Tracing TracingTime.swift
[264/1414] Compiling DequeModule Deque+Codable.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[265/1414] Compiling DequeModule Deque+Collection.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[266/1414] Compiling DequeModule Deque+CustomReflectable.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[267/1414] Compiling DequeModule Deque+Descriptions.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[268/1414] Compiling DequeModule Deque+Equatable.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[269/1414] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[270/1414] Compiling DequeModule Deque+Extras.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[271/1414] Compiling DequeModule Deque+Hashable.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[272/1414] Compiling DequeModule Deque+Testing.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[273/1414] Compiling DequeModule Deque._Storage.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[274/1414] Compiling DequeModule Deque._UnsafeHandle.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[275/1414] Compiling DequeModule Deque.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[276/1414] Compiling DequeModule _DequeBuffer.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[277/1414] Compiling DequeModule _DequeBufferHeader.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
 885 |             }
 886 |
 887 |         case .formatted(let formatter):
     |                         `- error: 'let' binding pattern cannot appear in an expression
 888 |             return NSString(string: formatter.string(from: date))
 889 |
[289/1439] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[290/1439] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[291/1439] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[292/1439] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[293/1439] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[294/1439] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[295/1439] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[296/1439] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[297/1439] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[298/1439] Compiling HashTreeCollections TreeSet.swift
[316/1442] Compiling Tracing InstrumentationSystem+Tracing.swift
[318/1442] Compiling RoutingKit PathComponent.swift
[319/1442] Compiling RoutingKit Parameters.swift
[320/1442] Emitting module _RopeModule
[325/1442] Compiling DequeModule _DequeSlot.swift
[326/1442] Compiling DequeModule _UnsafeWrappedBuffer.swift
[327/1442] Compiling RoutingKit TrieRouter.swift
[329/1445] Compiling Tracing TracerProtocol.swift
[329/1445] Wrapping AST for ServiceContextModule for debugging
[339/1446] Emitting module Metrics
[340/1446] Compiling Metrics Metrics.swift
[342/1447] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[343/1447] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[344/1447] Compiling HashTreeCollections TreeDictionary+Filter.swift
[345/1447] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[346/1447] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[355/1447] Compiling _RopeModule Rope+Join.swift
[356/1447] Compiling _RopeModule Rope+MutatingForEach.swift
[357/1447] Compiling _RopeModule Rope+Remove.swift
[358/1447] Compiling _RopeModule Rope+RemoveSubrange.swift
[359/1447] Compiling _RopeModule Rope+Split.swift
[360/1447] Compiling _RopeModule Optional Utilities.swift
[361/1447] Compiling _RopeModule String Utilities.swift
[362/1447] Compiling _RopeModule String.Index+ABI.swift
[362/1447] Wrapping AST for RoutingKit for debugging
[363/1447] Wrapping AST for Logging for debugging
[365/1447] Wrapping AST for OrderedCollections for debugging
[367/1447] Emitting module DequeModule
[372/1447] Compiling Tracing TracerProtocol+Legacy.swift
[373/1447] Compiling Tracing Tracer.swift
[373/1447] Wrapping AST for SystemPackage for debugging
[374/1447] Wrapping AST for Instrumentation for debugging
[376/1447] Compiling HashTreeCollections TreeDictionary+Collection.swift
[377/1447] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[378/1447] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[379/1447] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[384/1447] Wrapping AST for Metrics for debugging
[385/1447] Wrapping AST for InternalCollectionsUtilities for debugging
[386/1447] Compiling CNIOWindows shim.c
[387/1447] Wrapping AST for HeapModule for debugging
[388/1447] Compiling CNIOWindows WSAStartup.c
[389/1447] Compiling CNIOWASI CNIOWASI.c
[409/1447] Compiling CNIOLinux shim.c
[410/1448] Compiling CNIOLinux liburing_shims.c
[411/1448] Wrapping AST for CoreMetrics for debugging
[423/1448] Compiling CNIOSHA1 c_nio_sha1.c
[425/1448] Compiling Tracing NoOpTracer.swift
[426/1448] Compiling Tracing SpanProtocol.swift
[427/1449] Compiling CNIOLLHTTP c_nio_http.c
[429/1449] Compiling CNIOExtrasZlib empty.c
[430/1449] Compiling CNIODarwin shim.c
[431/1449] Compiling CNIOLLHTTP c_nio_api.c
[432/1449] Wrapping AST for _RopeModule for debugging
[433/1449] Compiling fiat_p256_adx_sqr.S
[438/1450] Compiling fiat_p256_adx_mul.S
[439/1450] Wrapping AST for Tracing for debugging
[440/1450] Compiling fiat_curve25519_adx_square.S
[442/1450] Compiling CNIOLLHTTP c_nio_llhttp.c
[443/1450] Compiling fiat_curve25519_adx_mul.S
[444/1450] Compiling CNIOBoringSSLShims shims.c
[445/1450] Wrapping AST for DequeModule for debugging
[446/1450] Compiling tls13_server.cc
[447/1450] Compiling tls13_both.cc
[448/1450] Compiling tls13_client.cc
[449/1450] Compiling tls_record.cc
[450/1450] Compiling t1_enc.cc
[452/1450] Emitting module ParseSwift
[477/1450] Compiling tls_method.cc
[478/1450] Compiling ssl_x509.cc
[548/1451] Compiling ParseSwift ParseUser.swift
[549/1451] Compiling ParseSwift Parse.swift
[550/1451] Compiling ParseSwift ParseConstants.swift
[551/1451] Compiling ParseSwift CloudObservable.swift
[552/1451] Compiling ParseSwift Deletable.swift
[553/1451] Compiling ParseSwift Fetchable.swift
[554/1451] Compiling ParseSwift Fileable.swift
[555/1451] Compiling ParseSwift Objectable.swift
[556/1451] Compiling ParseSwift ParseCloudable+async.swift
[557/1451] Compiling ParseSwift ParseCloudable+combine.swift
[558/1451] Compiling ParseSwift ParseCloudable.swift
[559/1451] Compiling ParseSwift ParseConfig+async.swift
[560/1451] Compiling ParseSwift ParseConfig+combine.swift
[561/1451] Compiling ParseSwift ParseConfig.swift
[562/1451] Compiling ParseSwift ParseEncodable.swift
[562/1451] Compiling ssl_stat.cc
[564/1451] Compiling ssl_transcript.cc
[566/1451] Compiling ParseSwift Savable.swift
[567/1451] Compiling ParseSwift InMemoryPrimitiveStore.swift
[568/1451] Compiling ParseSwift KeychainStore.swift
[569/1451] Compiling ParseSwift ParseFileManager.swift
[570/1451] Compiling ParseSwift ParsePrimitiveStorable.swift
[571/1451] Compiling ParseSwift ParseStorage.swift
[572/1451] Compiling ParseSwift SecureStorable.swift
[573/1451] Compiling ParseSwift CloudViewModel.swift
[574/1451] Compiling ParseSwift ParseOperationAdd.swift
[575/1451] Compiling ParseSwift ParseOperationAddRelation.swift
[576/1451] Compiling ParseSwift ParseOperationAddUnique.swift
[577/1451] Compiling ParseSwift ParseOperationBatch.swift
[578/1451] Compiling ParseSwift ParseOperationCommand.swift
[579/1451] Compiling ParseSwift ParseOperationDelete.swift
[580/1451] Compiling ParseSwift ParseOperationIncrement.swift
[581/1451] Compiling ParseSwift ParseOperationIncrementDouble.swift
[582/1451] Compiling ParseSwift ParseOperationRemove.swift
[583/1451] Compiling ParseSwift ParseOperationRemoveRelation.swift
[584/1451] Compiling ParseSwift ParseACL.swift
[585/1451] Compiling ParseSwift ParseAnalytics+async.swift
[586/1451] Compiling ParseSwift ParseAnalytics+combine.swift
[587/1451] Compiling ParseSwift ParseAnalytics.swift
[588/1451] Compiling ParseSwift ParseBytes.swift
[589/1451] Compiling ParseSwift ParseCLP.swift
[590/1451] Compiling ParseSwift ParseConfigCodable+async.swift
[591/1451] Compiling ParseSwift ParseFileTransferable.swift
[592/1451] Compiling ParseSwift ParseHookFunctionable+async.swift
[593/1451] Compiling ParseSwift ParseHookFunctionable+combine.swift
[594/1451] Compiling ParseSwift ParseHookFunctionable.swift
[595/1451] Compiling ParseSwift ParseHookParametable.swift
[596/1451] Compiling ParseSwift ParseHookRequestable+async.swift
[597/1451] Compiling ParseSwift ParseHookRequestable+combine.swift
[598/1451] Compiling ParseSwift ParseHookRequestable.swift
[599/1451] Compiling ParseSwift ParseHookTriggerRequestable.swift
[600/1451] Compiling ParseSwift ParseHookTriggerable+async.swift
[601/1451] Compiling ParseSwift ParseHookTriggerable+combine.swift
[602/1451] Compiling ParseSwift ParseHookTriggerable.swift
[603/1451] Compiling ParseSwift ParseHookable.swift
[604/1451] Compiling ParseSwift ParseOperationable.swift
[605/1451] Compiling ParseSwift ParsePointerable+async.swift
[606/1451] Compiling ParseSwift ParsePointerable+combine.swift
[607/1451] Compiling ParseSwift ParsePointerable.swift
[608/1451] Compiling ParseSwift ParsePushApplePayloadable.swift
[609/1451] Compiling ParseSwift ParsePushFirebasePayloadable.swift
[610/1451] Compiling ParseSwift ParsePushPayloadable.swift
[611/1451] Compiling ParseSwift ParseQueryScorable.swift
[612/1451] Compiling ParseSwift ParseRelationOperationable.swift
[613/1451] Compiling ParseSwift ParseTypeable.swift
[614/1451] Compiling ParseSwift QueryObservable.swift
[615/1451] Compiling ParseSwift Queryable.swift
[616/1451] Compiling ParseSwift ParseConfigCodable+combine.swift
[617/1451] Compiling ParseSwift ParseConfigCodable.swift
[618/1451] Compiling ParseSwift ParseConfiguration.swift
[619/1451] Compiling ParseSwift ParseError.swift
[620/1451] Compiling ParseSwift ParseField.swift
[621/1451] Compiling ParseSwift ParseFieldOptions.swift
[622/1451] Compiling ParseSwift ParseFile+async.swift
[623/1451] Compiling ParseSwift ParseFile+combine.swift
[624/1451] Compiling ParseSwift ParseFile.swift
[625/1451] Compiling ParseSwift ParseFileDefaultTransfer.swift
[626/1451] Compiling ParseSwift ParseGeoPoint.swift
[627/1451] Compiling ParseSwift ParseHookFunction.swift
[628/1451] Compiling ParseSwift ParseHookFunctionRequest.swift
[629/1451] Compiling ParseSwift ParseHookResponse.swift
[630/1451] Compiling ParseSwift ParseHookTrigger.swift
[631/1451] Compiling ParseSwift ParseHookTriggerObjectRequest.swift
[632/1451] Compiling ParseSwift ParseHookTriggerRequest.swift
[633/1451] Compiling ParseSwift ParseKeychainAccessGroup.swift
[634/1451] Compiling ParseSwift ParseOperation+async.swift
[635/1451] Compiling ParseSwift ParseOperation+combine.swift
[636/1451] Compiling ParseSwift ParseOperation.swift
[637/1451] Compiling ParseSwift ParsePolygon.swift
[638/1451] Compiling ParseSwift ParsePush+async.swift
[639/1451] Compiling ParseSwift ParsePush+combine.swift
[640/1451] Compiling ParseSwift ParsePush.swift
[640/1451] Compiling ssl_versions.cc
[641/1451] Wrapping AST for HashTreeCollections for debugging
[642/1451] Compiling tls13_enc.cc
[643/1451] Compiling ssl_key_share.cc
[644/1451] Compiling ssl_lib.cc
[645/1451] Compiling ssl_cipher.cc
[646/1451] Compiling ssl_file.cc
[647/1451] Compiling ssl_privkey.cc
[648/1451] Compiling ssl_session.cc
[649/1451] Compiling ssl_credential.cc
[650/1451] Compiling ssl_buffer.cc
[651/1451] Compiling ssl_asn1.cc
[652/1451] Compiling s3_pkt.cc
[653/1451] Compiling ssl_aead_ctx.cc
[654/1451] Compiling ssl_cert.cc
[655/1451] Compiling handshake_server.cc
[656/1451] Compiling s3_lib.cc
[657/1451] Compiling s3_both.cc
[658/1451] Compiling handshake_client.cc
[659/1451] Compiling handshake.cc
[660/1451] Compiling handoff.cc
[661/1451] Compiling dtls_record.cc
[662/1451] Compiling extensions.cc
[663/1451] Compiling dtls_method.cc
[664/1451] Compiling encrypted_client_hello.cc
[665/1451] Compiling md5-x86_64-linux.S
[666/1451] Compiling md5-x86_64-apple.S
[667/1451] Compiling md5-586-linux.S
[668/1451] Compiling md5-586-apple.S
[669/1451] Compiling chacha20_poly1305_x86_64-linux.S
[670/1451] Compiling chacha20_poly1305_x86_64-apple.S
[671/1451] Compiling d1_srtp.cc
[672/1451] Compiling chacha20_poly1305_armv8-win.S
[673/1451] Compiling chacha20_poly1305_armv8-apple.S
[674/1451] Compiling chacha20_poly1305_armv8-linux.S
[675/1451] Compiling chacha-x86_64-linux.S
[676/1451] Compiling chacha-x86_64-apple.S
[677/1451] Compiling chacha-x86-linux.S
[678/1451] Compiling d1_pkt.cc
[678/1451] Compiling chacha-x86-apple.S
[680/1451] Compiling chacha-armv8-win.S
[681/1451] Compiling err_data.cc
[682/1451] Compiling chacha-armv8-apple.S
[683/1451] Compiling bio_ssl.cc
[684/1451] Compiling chacha-armv4-linux.S
[685/1451] Compiling chacha-armv8-linux.S
[686/1451] Compiling aes128gcmsiv-x86_64-linux.S
[687/1451] Compiling aes128gcmsiv-x86_64-apple.S
[688/1451] Compiling d1_lib.cc
[689/1451] Compiling x86_64-mont-linux.S
[690/1451] Compiling x86_64-mont5-linux.S
[691/1451] Compiling x86-mont-linux.S
[692/1451] Compiling x86_64-mont5-apple.S
[692/1451] Compiling x86_64-mont-apple.S
[694/1451] Compiling x86-mont-apple.S
[695/1451] Compiling vpaes-x86_64-apple.S
[696/1451] Compiling vpaes-x86-linux.S
[697/1451] Compiling vpaes-x86_64-linux.S
[698/1451] Compiling vpaes-x86-apple.S
[699/1451] Compiling vpaes-armv8-win.S
[699/1451] Compiling vpaes-armv8-linux.S
[701/1451] Compiling vpaes-armv7-linux.S
[702/1451] Compiling sha512-x86_64-linux.S
[703/1451] Compiling vpaes-armv8-apple.S
[704/1451] Compiling sha512-x86_64-apple.S
[705/1451] Compiling sha512-armv4-linux.S
[706/1451] Compiling sha512-586-linux.S
[707/1451] Compiling sha512-586-apple.S
[708/1451] Compiling sha512-armv8-win.S
[709/1451] Compiling d1_both.cc
[710/1451] Compiling sha512-armv8-apple.S
[711/1451] Compiling sha512-armv8-linux.S
[712/1451] Compiling sha256-x86_64-apple.S
[712/1451] Compiling sha256-armv8-apple.S
[713/1451] Compiling sha256-x86_64-linux.S
[715/1451] Compiling sha256-armv8-win.S
[716/1451] Compiling sha256-armv4-linux.S
[717/1451] Compiling sha256-armv8-linux.S
[718/1451] Compiling sha256-586-linux.S
[719/1451] Compiling sha256-586-apple.S
[720/1451] Compiling sha1-armv8-win.S
[721/1451] Compiling sha1-x86_64-apple.S
[722/1451] Compiling sha1-x86_64-linux.S
[723/1451] Compiling sha1-armv8-apple.S
[724/1451] Compiling sha1-armv8-linux.S
[725/1451] Compiling sha1-armv4-large-linux.S
[726/1451] Compiling rsaz-avx2-linux.S
[727/1451] Compiling sha1-586-apple.S
[728/1451] Compiling sha1-586-linux.S
[729/1451] Compiling rsaz-avx2-apple.S
[730/1451] Compiling rdrand-x86_64-linux.S
[731/1451] Compiling rdrand-x86_64-apple.S
[732/1451] Compiling p256_beeu-x86_64-asm-linux.S
[733/1451] Compiling p256_beeu-x86_64-asm-apple.S
[734/1451] Compiling p256_beeu-armv8-asm-apple.S
[735/1451] Compiling p256_beeu-armv8-asm-linux.S
[736/1451] Compiling p256_beeu-armv8-asm-win.S
[737/1451] Compiling p256-x86_64-asm-linux.S
[738/1451] Compiling p256-x86_64-asm-apple.S
[739/1451] Compiling p256-armv8-asm-win.S
[740/1451] Compiling p256-armv8-asm-apple.S
[741/1451] Compiling p256-armv8-asm-linux.S
[741/1451] Compiling ghashv8-armv8-linux.S
[743/1451] Compiling ghashv8-armv8-win.S
[744/1451] Compiling ghashv8-armv8-apple.S
[745/1451] Compiling ghashv8-armv7-linux.S
[746/1451] Compiling ghash-x86_64-linux.S
[747/1451] Compiling ghash-x86_64-apple.S
[748/1451] Compiling ghash-x86-apple.S
[749/1451] Compiling ghash-x86-linux.S
[750/1451] Compiling ghash-ssse3-x86_64-linux.S
[751/1451] Compiling ghash-ssse3-x86-linux.S
[752/1451] Compiling ghash-ssse3-x86-apple.S
[753/1451] Compiling ghash-ssse3-x86_64-apple.S
[754/1451] Compiling ghash-neon-armv8-win.S
[755/1451] Compiling ghash-neon-armv8-linux.S
[756/1451] Compiling ghash-neon-armv8-apple.S
[757/1451] Compiling ghash-armv4-linux.S
[758/1451] Compiling co-586-linux.S
[759/1451] Compiling co-586-apple.S
[760/1451] Compiling bsaes-armv7-linux.S
[761/1451] Compiling bn-armv8-win.S
[762/1451] Compiling bn-armv8-linux.S
[763/1451] Compiling bn-armv8-apple.S
[764/1451] Compiling bn-586-linux.S
[765/1451] Compiling armv8-mont-win.S
[765/1451] Compiling bn-586-apple.S
[767/1451] Compiling aesv8-gcm-armv8-win.S
[768/1451] Compiling armv8-mont-linux.S
[769/1451] Compiling armv8-mont-apple.S
[770/1451] Compiling armv4-mont-linux.S
[771/1451] Compiling aesv8-gcm-armv8-linux.S
[772/1451] Compiling aesv8-gcm-armv8-apple.S
[773/1451] Compiling aesv8-armv8-linux.S
[774/1451] Compiling aesv8-armv7-linux.S
[775/1451] Compiling aesv8-armv8-apple.S
[776/1451] Compiling aesv8-armv8-win.S
[777/1451] Compiling aesni-x86_64-linux.S
[778/1451] Compiling aesni-x86-linux.S
[779/1451] Compiling aesni-x86_64-apple.S
[781/1451] Compiling ParseSwift ParsePushAppleAlert.swift
[782/1451] Compiling ParseSwift ParsePushAppleSound.swift
[783/1451] Compiling ParseSwift ParsePushPayloadApple.swift
[784/1451] Compiling ParseSwift ParsePushFirebaseNotification.swift
[785/1451] Compiling ParseSwift ParsePushPayloadFirebase.swift
[786/1451] Compiling ParseSwift ParsePushPayloadAny.swift
[787/1451] Compiling ParseSwift ParsePushStatus.swift
[788/1451] Compiling ParseSwift ParseRelation.swift
[789/1451] Compiling ParseSwift ParseSchema+async.swift
[790/1451] Compiling ParseSwift ParseSchema+combine.swift
[791/1451] Compiling ParseSwift ParseSchema.swift
[792/1451] Compiling ParseSwift ParseServer+async.swift
[793/1451] Compiling ParseSwift ParseServer+combine.swift
[794/1451] Compiling ParseSwift ParseServer.swift
[795/1451] Compiling ParseSwift ParseVersion.swift
[796/1451] Compiling ParseSwift Pointer+async.swift
[797/1451] Compiling ParseSwift Pointer+combine.swift
[798/1451] Compiling ParseSwift Pointer.swift
[799/1451] Compiling ParseSwift Query+async.swift
[800/1451] Compiling ParseSwift Query+combine.swift
[800/1451] Compiling aesni-x86-apple.S
[802/1451] Compiling ParseSwift Query.swift
[803/1451] Compiling ParseSwift QueryConstraint.swift
[804/1451] Compiling ParseSwift QueryViewModel.swift
[805/1451] Compiling ParseSwift QueryWhere.swift
[806/1451] Compiling ParseSwift Utility.swift
[806/1451] Compiling aesni-gcm-x86_64-linux.S
[807/1451] Compiling aes-gcm-avx2-x86_64-apple.S
[808/1451] Compiling aesni-gcm-x86_64-apple.S
[809/1451] Compiling aes-gcm-avx2-x86_64-linux.S
[810/1451] Compiling aes-gcm-avx10-x86_64-linux.S
[811/1451] Compiling aes-gcm-avx10-x86_64-apple.S
[812/1451] Compiling x_req.cc
[812/1451] Compiling x_sig.cc
[812/1451] Compiling x_x509a.cc
[812/1451] Compiling x_pubkey.cc
[812/1451] Compiling x_val.cc
[812/1451] Compiling x_x509.cc
[812/1451] Compiling x_spki.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/639] Write sources
[6/657] Compiling x_name.cc
[7/657] Compiling x_x509.cc
[8/657] Write swift-version-24593BA9C3E375BF.txt
[9/657] Compiling x_pubkey.cc
[10/658] Compiling x_sig.cc
[11/661] Compiling x_req.cc
[12/661] Compiling x_spki.cc
[13/668] Compiling x_x509a.cc
[14/691] Compiling x_crl.cc
[16/693] Compiling _NIOBase64 Base64.swift
[16/880] Compiling x_val.cc
[18/880] Compiling _NIODataStructures PriorityQueue.swift
[19/880] Compiling _NIODataStructures Heap.swift
[20/880] Compiling _NIODataStructures _TinyArray.swift
[21/881] Compiling RealModule Float80+Real.swift
[22/881] Compiling RealModule Real.swift
[23/886] Compiling RealModule Float16+Real.swift
[24/886] Compiling ParseSwift Dictionary.swift
[25/886] Compiling ParseSwift API+BatchCommand.swift
[26/886] Compiling ParseSwift API+Command+async.swift
[27/889] Compiling RealModule RealFunctions.swift
[28/889] Compiling ServiceContextModule ServiceContextKey.swift
[29/889] Emitting module _NIODataStructures
[31/890] Emitting module _NIOBase64
[33/890] Emitting module ServiceContextModule
[34/890] Compiling ServiceContextModule ServiceContext.swift
[35/904] Compiling Logging MetadataProvider.swift
[37/906] Compiling RealModule ElementaryFunctions.swift
[38/906] Compiling RealModule Float+Real.swift
[38/906] Compiling x_exten.cc
[40/910] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[41/910] Compiling InternalCollectionsUtilities Integer rank.swift
[42/910] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[43/910] Compiling InternalCollectionsUtilities UInt+reversed.swift
[44/910] Emitting module RealModule
[45/913] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[46/914] Compiling Logging Locks.swift
[47/914] Compiling SystemPackage Util+StringArray.swift
[48/914] Compiling SystemPackage Util.swift
[49/914] Compiling SystemPackage UtilConsumers.swift
[50/914] Emitting module SystemPackage
[51/914] Emitting module Logging
[52/914] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[53/914] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[54/914] Compiling InternalCollectionsUtilities Debugging.swift
[55/914] Compiling InternalCollectionsUtilities Descriptions.swift
[56/914] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[57/914] Compiling CoreMetrics Locks.swift
[58/914] Emitting module CoreMetrics
[59/914] Compiling CoreMetrics Metrics.swift
[60/915] Compiling ParseSwift ParseAnonymous+combine.swift
[61/915] Compiling ParseSwift ParseAnonymous.swift
[62/915] Compiling ParseSwift ParseAuthentication+async.swift
[63/915] Compiling ParseSwift ParseAuthentication+combine.swift
[64/915] Compiling ParseSwift ParseAuthentication.swift
[65/915] Compiling ParseSwift AnyCodable.swift
[66/915] Compiling ParseSwift AnyDecodable.swift
[67/915] Compiling ParseSwift AnyEncodable.swift
[68/915] Compiling ParseSwift ParseCoding.swift
[69/915] Compiling ParseSwift ParseEncoder.swift
[70/915] Compiling ParseSwift Data.swift
[71/915] Compiling ParseSwift Date.swift
[74/934] Emitting module Instrumentation
[75/934] Compiling Instrumentation Instrument.swift
[76/934] Compiling Atomics PointerConformances.swift
[77/934] Compiling Atomics Primitives.native.swift
[78/934] Compiling Atomics AtomicBool.swift
[79/934] Compiling Atomics IntegerConformances.swift
[80/934] Compiling Atomics Primitives.shims.swift
[81/934] Compiling Atomics AtomicInteger.swift
[82/934] Compiling Instrumentation NoOpInstrument.swift
[83/934] Compiling Atomics AtomicOptionalWrappable.swift
[84/934] Compiling Atomics AtomicReference.swift
[85/934] Compiling Atomics AtomicStorage.swift
[86/934] Compiling Atomics AtomicValue.swift
[87/934] Compiling Instrumentation InstrumentationSystem.swift
[88/934] Compiling Instrumentation Locks.swift
[89/934] Compiling Instrumentation MultiplexInstrument.swift
[90/935] Compiling Logging LogHandler.swift
[91/935] Compiling Logging Logging.swift
[92/935] Emitting module InternalCollectionsUtilities
[93/935] Compiling Atomics OptionalRawRepresentable.swift
[94/935] Compiling Atomics RawRepresentable.swift
[98/936] Compiling Atomics ManagedAtomic.swift
[99/936] Compiling Atomics ManagedAtomicLazyReference.swift
[100/936] Compiling Atomics UnsafeAtomic.swift
[101/936] Compiling Atomics UnsafeAtomicLazyReference.swift
[102/965] Compiling Algorithms AdjacentPairs.swift
[103/965] Compiling Algorithms Chain.swift
[104/965] Compiling Algorithms Chunked.swift
[105/965] Compiling Algorithms Combinations.swift
[106/971] Compiling Algorithms Compacted.swift
[107/971] Compiling Algorithms Cycle.swift
[108/971] Compiling Algorithms EitherSequence.swift
[109/971] Compiling Algorithms FirstNonNil.swift
[110/974] Compiling Algorithms Joined.swift
[111/974] Compiling Algorithms Keyed.swift
[113/978] Emitting module Atomics
[113/978] Compiling x_attrib.cc
[115/1048] Emitting module RoutingKit
[116/1048] Compiling RoutingKit AnyRouter.swift
[117/1048] Compiling RoutingKit Parameters.swift
[118/1103] Compiling Tracing InstrumentationSystem+Tracing.swift
[119/1103] Compiling RoutingKit PathComponent.swift
[120/1103] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[121/1103] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[122/1103] Emitting module _RopeModule
[123/1108] Compiling Tracing Tracer.swift
[124/1112] Compiling Tracing TracerProtocol+Legacy.swift
[125/1112] Compiling Tracing TracerProtocol.swift
[126/1112] Compiling Tracing TracingTime.swift
[127/1112] Emitting module Tracing
[128/1112] Emitting module Metrics
[129/1112] Compiling Metrics Metrics.swift
[131/1113] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[132/1113] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[133/1113] Compiling OrderedCollections _HashTable+Bucket.swift
[134/1113] Compiling OrderedCollections _HashTable+BucketIterator.swift
[135/1113] Compiling OrderedCollections _HashTable+Constants.swift
[136/1113] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[137/1112] Compiling RoutingKit Router.swift
[138/1112] Compiling RoutingKit TrieRouter.swift
[139/1113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[140/1113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[141/1113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[142/1113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[143/1113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[144/1113] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[145/1113] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[146/1113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[147/1113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[148/1113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[149/1113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[150/1113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[151/1113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[152/1113] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[154/1126] Compiling OrderedCollections OrderedSet+Initializers.swift
[155/1126] Compiling OrderedCollections OrderedSet+Insertions.swift
[156/1126] Compiling OrderedCollections OrderedSet+Invariants.swift
[157/1126] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[158/1126] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[159/1126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[160/1126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[161/1126] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[162/1126] Compiling HeapModule Heap+Descriptions.swift
[163/1126] Emitting module HeapModule
[164/1126] Compiling OrderedCollections OrderedDictionary+Codable.swift
[165/1126] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[166/1126] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[167/1126] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[168/1126] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[169/1126] Compiling OrderedCollections OrderedDictionary+Elements.swift
[172/1126] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[173/1126] Compiling HeapModule _HeapNode.swift
[174/1126] Compiling HeapModule Heap+Invariants.swift
[182/1127] Compiling _RopeModule Rope+Join.swift
[183/1127] Compiling _RopeModule Rope+MutatingForEach.swift
[184/1127] Compiling _RopeModule Rope+Remove.swift
[185/1127] Compiling _RopeModule Rope+RemoveSubrange.swift
[186/1127] Compiling _RopeModule Rope+Split.swift
[187/1127] Compiling _RopeModule Optional Utilities.swift
[188/1127] Compiling _RopeModule String Utilities.swift
[189/1127] Compiling _RopeModule String.Index+ABI.swift
[190/1127] Compiling _RopeModule _CharacterRecognizer.swift
[191/1138] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[192/1138] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[193/1138] Compiling OrderedCollections OrderedDictionary+Values.swift
[194/1145] Compiling HeapModule Heap+UnsafeHandle.swift
[195/1145] Compiling HeapModule Heap.swift
[196/1222] Compiling HashTreeCollections _HashNode+Structural union.swift
[197/1222] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[198/1222] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[199/1222] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[200/1222] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[201/1222] Compiling HashTreeCollections _HashNode.swift
[202/1222] Compiling HashTreeCollections _HashNodeHeader.swift
[203/1222] Compiling HashTreeCollections _HashSlot.swift
[204/1222] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[205/1222] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[206/1222] Compiling HashTreeCollections TreeDictionary+Filter.swift
[207/1222] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[208/1222] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[209/1222] Compiling HashTreeCollections TreeDictionary+Keys.swift
[210/1222] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[211/1222] Emitting module OrderedCollections
[212/1222] Compiling HashTreeCollections _HashNode+Invariants.swift
[213/1222] Compiling HashTreeCollections _HashNode+Lookups.swift
[214/1222] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[215/1222] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[216/1222] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[217/1222] Compiling HashTreeCollections _HashNode+Storage.swift
[218/1222] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[219/1222] Compiling HashTreeCollections _HashNode+Structural filter.swift
[220/1222] Compiling Tracing NoOpTracer.swift
[221/1222] Compiling Tracing SpanProtocol.swift
[222/1222] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[223/1222] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[224/1222] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[225/1222] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[226/1222] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[227/1222] Compiling HashTreeCollections _HashNode+Structural merge.swift
[228/1222] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[229/1222] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[231/1223] Emitting module ParseSwift
[233/1248] Wrapping AST for SystemPackage for debugging
[234/1249] Wrapping AST for RealModule for debugging
[236/1255] Compiling BitCollections BitArray+Extras.swift
[237/1255] Compiling BitCollections BitArray+Fill.swift
[238/1255] Compiling BitCollections BitArray+Hashable.swift
[239/1255] Compiling BitCollections BitArray+Initializers.swift
[240/1294] Compiling BitCollections BitArray+Copy.swift
[241/1294] Compiling BitCollections BitArray+CustomReflectable.swift
[242/1303] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[243/1303] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[244/1303] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[245/1303] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[246/1303] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[247/1303] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[248/1303] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[249/1303] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[250/1303] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[251/1303] Emitting module BitCollections
[252/1303] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[253/1303] Compiling BitCollections BitSet+CustomReflectable.swift
[254/1303] Compiling BitCollections BitSet+CustomStringConvertible.swift
[255/1303] Compiling HashTreeCollections TreeSet+Hashable.swift
[256/1303] Compiling HashTreeCollections TreeSet+Sendable.swift
[257/1303] Compiling HashTreeCollections TreeSet+Sequence.swift
[258/1303] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[259/1303] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[260/1303] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[261/1303] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[262/1303] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[263/1303] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[264/1303] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[265/1310] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[266/1310] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[266/1320] Wrapping AST for OrderedCollections for debugging
[268/1320] Compiling BitCollections BitSet+SetAlgebra union.swift
[269/1320] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[270/1320] Compiling BitCollections BitSet.Counted.swift
[271/1320] Compiling BitCollections BitSet.Index.swift
[272/1320] Compiling BitCollections BitSet._UnsafeHandle.swift
[273/1320] Compiling BitCollections BitSet.swift
[274/1320] Compiling BitCollections Range+Utilities.swift
[275/1320] Compiling BitCollections Slice+Utilities.swift
[276/1320] Compiling BitCollections UInt+Tricks.swift
[277/1320] Compiling BitCollections _Word.swift
[280/1320] Compiling HashTreeCollections TreeDictionary+Merge.swift
[281/1320] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[282/1320] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[283/1320] Compiling HashTreeCollections TreeDictionary+Values.swift
[285/1320] Wrapping AST for Logging for debugging
[286/1320] Wrapping AST for HeapModule for debugging
[288/1320] Compiling BitCollections BitArray+Shifts.swift
[289/1320] Compiling BitCollections BitArray+Testing.swift
[290/1320] Compiling BitCollections BitArray._UnsafeHandle.swift
[290/1320] Wrapping AST for CoreMetrics for debugging
[292/1320] Emitting module Algorithms
[293/1320] Compiling BitCollections BitArray+Invariants.swift
[294/1320] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[294/1320] Wrapping AST for InternalCollectionsUtilities for debugging
[296/1320] Compiling BitCollections BitArray+Codable.swift
[297/1320] Compiling BitCollections BitArray+Collection.swift
[300/1320] Compiling DequeModule _DequeSlot.swift
[301/1320] Compiling DequeModule _UnsafeWrappedBuffer.swift
[302/1320] Compiling BitCollections BitArray+RandomBits.swift
[303/1320] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[305/1320] Compiling x_all.cc
[307/1320] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[308/1320] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[309/1320] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[310/1320] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[311/1320] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[312/1320] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[313/1320] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[314/1320] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[315/1320] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[316/1320] Compiling HashTreeCollections TreeSet.swift
[319/1320] Compiling BitCollections BitArray+BitwiseOperations.swift
[320/1320] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[351/1320] Emitting module DequeModule
[351/1321] Compiling x509spki.cc
[355/1321] Compiling BitCollections BitArray.swift
[356/1321] Compiling BitCollections BitSet+BidirectionalCollection.swift
[357/1321] Compiling BitCollections BitSet+Codable.swift
[361/1321] Compiling BitCollections BitSet+Equatable.swift
[362/1321] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[363/1321] Compiling BitCollections BitSet+Extras.swift
[364/1321] Compiling BitCollections BitSet+Hashable.swift
[365/1321] Compiling BitCollections BitSet+Initializers.swift
[366/1321] Compiling BitCollections BitSet+Invariants.swift
[367/1321] Compiling BitCollections BitSet+Random.swift
[368/1321] Compiling BitCollections BitSet+SetAlgebra basics.swift
[369/1321] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[370/1321] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[371/1321] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[372/1321] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[373/1321] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[384/1321] Compiling x509rset.cc
[386/1321] Compiling ParseSwift ParseConfigCodable+combine.swift
[387/1321] Compiling ParseSwift ParseConfigCodable.swift
[388/1321] Compiling ParseSwift ParseConfiguration.swift
[389/1321] Compiling ParseSwift ParseError.swift
[390/1321] Compiling ParseSwift ParseField.swift
[391/1321] Compiling ParseSwift ParseFieldOptions.swift
[392/1321] Compiling ParseSwift ParseFile+async.swift
[393/1321] Compiling ParseSwift ParseFile+combine.swift
[394/1321] Compiling ParseSwift ParseFile.swift
[395/1321] Compiling ParseSwift ParseFileDefaultTransfer.swift
[396/1321] Compiling ParseSwift ParseGeoPoint.swift
[397/1321] Compiling ParseSwift ParseHookFunction.swift
[398/1321] Compiling ParseSwift ParseHookFunctionRequest.swift
[399/1321] Compiling ParseSwift ParseHookResponse.swift
[400/1321] Compiling ParseSwift ParseHookTrigger.swift
[401/1321] Compiling ParseSwift ParseHookTriggerObjectRequest.swift
[402/1321] Compiling ParseSwift ParseHookTriggerRequest.swift
[403/1321] Compiling ParseSwift ParseKeychainAccessGroup.swift
[404/1321] Compiling ParseSwift ParseOperation+async.swift
[405/1321] Compiling ParseSwift ParseOperation+combine.swift
[406/1321] Compiling ParseSwift ParseOperation.swift
[407/1321] Compiling ParseSwift ParsePolygon.swift
[408/1321] Compiling ParseSwift ParsePush+async.swift
[409/1321] Compiling ParseSwift ParsePush+combine.swift
[410/1321] Compiling ParseSwift ParsePush.swift
[430/1321] Wrapping AST for DequeModule for debugging
[468/1323] Compiling x509name.cc
[470/1323] Wrapping AST for _RopeModule for debugging
[471/1323] Compiling x509_vpm.cc
[521/1323] Compiling x509_vfy.cc
[523/1323] Emitting module HashTreeCollections
[524/1324] Compiling ParseSwift ParseFileTransferable.swift
[525/1324] Compiling ParseSwift ParseHookFunctionable+async.swift
[526/1324] Compiling ParseSwift ParseHookFunctionable+combine.swift
[527/1324] Compiling ParseSwift ParseHookFunctionable.swift
[528/1324] Compiling ParseSwift ParseHookParametable.swift
[529/1324] Compiling ParseSwift ParseHookRequestable+async.swift
[530/1324] Compiling ParseSwift ParseHookRequestable+combine.swift
[531/1324] Compiling ParseSwift ParseHookRequestable.swift
[532/1324] Compiling ParseSwift ParseHookTriggerRequestable.swift
[533/1324] Compiling ParseSwift ParseHookTriggerable+async.swift
[534/1324] Compiling ParseSwift ParseHookTriggerable+combine.swift
[535/1324] Compiling ParseSwift ParseHookTriggerable.swift
[536/1324] Compiling ParseSwift ParseHookable.swift
[537/1324] Compiling ParseSwift ParseOperationable.swift
[538/1324] Compiling ParseSwift ParsePointerable+async.swift
[539/1324] Compiling ParseSwift ParsePointerable+combine.swift
[540/1324] Compiling ParseSwift ParsePointerable.swift
[541/1324] Compiling ParseSwift ParsePushApplePayloadable.swift
[542/1324] Compiling ParseSwift ParsePushFirebasePayloadable.swift
[543/1324] Compiling ParseSwift ParsePushPayloadable.swift
[544/1324] Compiling ParseSwift ParseQueryScorable.swift
[545/1324] Compiling ParseSwift ParseRelationOperationable.swift
[546/1324] Compiling ParseSwift ParseTypeable.swift
[547/1324] Compiling ParseSwift QueryObservable.swift
[548/1324] Compiling ParseSwift Queryable.swift
[549/1324] Compiling ParseSwift Savable.swift
[550/1324] Compiling ParseSwift InMemoryPrimitiveStore.swift
[551/1324] Compiling ParseSwift KeychainStore.swift
[552/1324] Compiling ParseSwift ParseFileManager.swift
[553/1324] Compiling ParseSwift ParsePrimitiveStorable.swift
[554/1324] Compiling ParseSwift ParseStorage.swift
[555/1324] Compiling ParseSwift SecureStorable.swift
[556/1324] Compiling ParseSwift CloudViewModel.swift
[557/1324] Compiling ParseSwift ParseOperationAdd.swift
[558/1324] Compiling ParseSwift ParseOperationAddRelation.swift
[559/1324] Compiling ParseSwift ParseOperationAddUnique.swift
[560/1324] Compiling ParseSwift ParseOperationBatch.swift
[561/1324] Compiling ParseSwift ParseOperationCommand.swift
[562/1324] Compiling ParseSwift ParseOperationDelete.swift
[563/1324] Compiling ParseSwift ParseOperationIncrement.swift
[564/1324] Compiling ParseSwift ParseOperationIncrementDouble.swift
[565/1324] Compiling ParseSwift ParseOperationRemove.swift
[566/1324] Compiling ParseSwift ParseOperationRemoveRelation.swift
[567/1324] Compiling ParseSwift ParseACL.swift
[568/1324] Compiling ParseSwift ParseAnalytics+async.swift
[569/1324] Compiling ParseSwift ParseAnalytics+combine.swift
[570/1324] Compiling ParseSwift ParseAnalytics.swift
[571/1324] Compiling ParseSwift ParseBytes.swift
[572/1324] Compiling ParseSwift ParseCLP.swift
[573/1324] Compiling ParseSwift ParseConfigCodable+async.swift
[582/1325] Compiling x509_txt.cc
[584/1325] Compiling x509cset.cc
[585/1325] Compiling x_algor.cc
[586/1325] Wrapping AST for HashTreeCollections for debugging
[587/1327] Compiling x509_trs.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 |
[614/1327] Emitting module Collections
[615/1327] Compiling Collections Collections.swift
[615/1327] Compiling x509_set.cc
[617/1328] Compiling x509_v3.cc
[618/1328] Compiling x509_req.cc
[619/1328] Compiling x509_ext.cc
[656/1328] Compiling ParseSwift ParseUser.swift
[657/1328] Compiling ParseSwift Parse.swift
[658/1328] Compiling ParseSwift ParseConstants.swift
[659/1328] Compiling ParseSwift CloudObservable.swift
[660/1328] Compiling ParseSwift Deletable.swift
[661/1328] Compiling ParseSwift Fetchable.swift
[662/1328] Compiling ParseSwift Fileable.swift
[663/1328] Compiling ParseSwift Objectable.swift
[664/1328] Compiling ParseSwift ParseCloudable+async.swift
[665/1328] Compiling ParseSwift ParseCloudable+combine.swift
[666/1328] Compiling ParseSwift ParseCloudable.swift
[667/1328] Compiling ParseSwift ParseConfig+async.swift
[668/1328] Compiling ParseSwift ParseConfig+combine.swift
[669/1328] Compiling ParseSwift ParseConfig.swift
[670/1328] Compiling ParseSwift ParseEncodable.swift
[695/1328] Wrapping AST for Collections for debugging
[696/1328] Compiling x509_obj.cc
[697/1328] Compiling x509_cmp.cc
[698/1328] Compiling x509_d2.cc
[699/1328] Compiling x509_att.cc
[700/1328] Compiling x509_lu.cc
[701/1328] Compiling x509_def.cc
[702/1328] Compiling v3_skey.cc
[703/1328] Compiling v3_utl.cc
[704/1328] Compiling x509.cc
[705/1328] Compiling v3_pcons.cc
[706/1328] Compiling v3_purp.cc
[707/1328] Compiling v3_prn.cc
[708/1328] Compiling v3_lib.cc
[709/1328] Compiling v3_int.cc
[710/1328] Compiling v3_ncons.cc
[711/1328] Compiling v3_pmaps.cc
[712/1328] Compiling v3_ia5.cc
[713/1328] Compiling v3_ocsp.cc
[715/1328] Compiling ParseSwift ParsePushAppleAlert.swift
[716/1328] Compiling ParseSwift ParsePushAppleSound.swift
[717/1328] Compiling ParseSwift ParsePushPayloadApple.swift
[718/1328] Compiling ParseSwift ParsePushFirebaseNotification.swift
[719/1328] Compiling ParseSwift ParsePushPayloadFirebase.swift
[720/1328] Compiling ParseSwift ParsePushPayloadAny.swift
[721/1328] Compiling ParseSwift ParsePushStatus.swift
[722/1328] Compiling ParseSwift ParseRelation.swift
[723/1328] Compiling ParseSwift ParseSchema+async.swift
[724/1328] Compiling ParseSwift ParseSchema+combine.swift
[725/1328] Compiling ParseSwift ParseSchema.swift
[726/1328] Compiling ParseSwift ParseServer+async.swift
[727/1328] Compiling ParseSwift ParseServer+combine.swift
[728/1328] Compiling ParseSwift ParseServer.swift
[729/1328] Compiling ParseSwift ParseVersion.swift
[730/1328] Compiling ParseSwift Pointer+async.swift
[731/1328] Compiling ParseSwift Pointer+combine.swift
[732/1328] Compiling ParseSwift Pointer.swift
[733/1328] Compiling ParseSwift Query+async.swift
[734/1328] Compiling ParseSwift Query+combine.swift
[735/1328] Compiling ParseSwift Query.swift
[736/1328] Compiling ParseSwift QueryConstraint.swift
[737/1328] Compiling ParseSwift QueryViewModel.swift
[738/1328] Compiling ParseSwift QueryWhere.swift
[739/1328] Compiling ParseSwift Utility.swift
[739/1328] Compiling v3_extku.cc
[740/1328] Compiling v3_enum.cc
[741/1328] Compiling v3_genn.cc
[741/1328] Compiling v3_crld.cc
[741/1328] Compiling v3_bcons.cc
[741/1328] Compiling v3_bitst.cc
[741/1328] Compiling v3_conf.cc
[741/1328] Compiling v3_cpols.cc
[741/1328] Compiling v3_info.cc
BUILD FAILURE 6.1 android