The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ParseServerSwift, reference 1.0.2 (a88dbf), with Swift 6.1 for Android on 3 Feb 2026 12:26:20 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/netreconlab/parse-server-swift.git
Reference: 1.0.2
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               1.0.2      -> FETCH_HEAD
HEAD is now at a88dbfe docs: Convert tutorial markdown code blocks to DocC snippet files (#90)
Cloned https://github.com/netreconlab/parse-server-swift.git
Revision (git rev-parse @):
a88dbfe04e36f84255c4247770483e425f09d1ed
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/netreconlab/parse-server-swift.git at 1.0.2
========================================
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.121.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "parse-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.6",
            "upper_bound" : "7.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" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
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/76663] Fetching vapor
[9968/123455] Fetching vapor, parse-swift
Fetched https://github.com/vapor/vapor.git from cache (4.40s)
Fetched https://github.com/netreconlab/Parse-Swift.git from cache (8.20s)
Computing version for https://github.com/netreconlab/Parse-Swift.git
Computed https://github.com/netreconlab/Parse-Swift.git at 6.0.6 (9.09s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.121.1 (1.08s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/websocket-kit.git
[1/1820] Fetching swift-atomics
[602/5436] Fetching swift-atomics, multipart-kit
[1109/8068] Fetching swift-atomics, multipart-kit, websocket-kit
[1818/9760] Fetching swift-atomics, multipart-kit, websocket-kit, swift-asn1
[2644/16847] Fetching swift-atomics, multipart-kit, websocket-kit, swift-asn1, swift-certificates
[7963/22899] Fetching swift-atomics, multipart-kit, websocket-kit, swift-asn1, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.85s)
Fetching https://github.com/apple/swift-service-context.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.91s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.93s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-asn1.git from cache (1.09s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.09s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
[1629/4778] Fetching multipart-kit, swift-service-context
[2791/10420] Fetching multipart-kit, swift-service-context, swift-distributed-tracing
Fetched https://github.com/apple/swift-service-context.git from cache (0.45s)
[3095/9258] Fetching multipart-kit, swift-distributed-tracing
Fetching https://github.com/apple/swift-nio-http2.git
[4754/11817] Fetching multipart-kit, swift-distributed-tracing, swift-metrics
[5952/17705] Fetching multipart-kit, swift-distributed-tracing, swift-metrics, swift-log
[8317/24142] Fetching multipart-kit, swift-distributed-tracing, swift-metrics, swift-log, swift-nio-extras
Fetched https://github.com/apple/swift-metrics.git from cache (0.90s)
[19295/21583] Fetching multipart-kit, swift-distributed-tracing, swift-log, swift-nio-extras
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.98s)
Fetching https://github.com/apple/swift-nio.git
[13975/27683] Fetching multipart-kit, swift-log, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-log.git from cache (1.19s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.19s)
Fetching https://github.com/apple/swift-crypto.git
[4233/15358] Fetching multipart-kit, swift-nio-http2
Fetching https://github.com/vapor/routing-kit.git
[4586/30654] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl
[8735/52010] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, routing-kit
[15458/133870] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio
[23691/151375] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio, swift-crypto
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.58s)
[53713/139633] Fetching multipart-kit, swift-nio-ssl, routing-kit, swift-nio, swift-crypto
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/routing-kit.git from cache (3.15s)
Fetched https://github.com/vapor/multipart-kit.git from cache (5.49s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/vapor/async-kit.git
[46187/114661] Fetching swift-nio-ssl, swift-nio, swift-crypto
[48854/121213] Fetching swift-nio-ssl, swift-nio, swift-crypto, console-kit
[59294/123667] Fetching swift-nio-ssl, swift-nio, swift-crypto, console-kit, async-kit
Fetched https://github.com/vapor/console-kit.git from cache (1.25s)
[59415/117115] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-kit
[62960/132080] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-kit, async-http-client
Fetched https://github.com/vapor/async-kit.git from cache (1.07s)
[66471/129626] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (2.92s)
[69638/114661] Fetching swift-nio-ssl, swift-nio, swift-crypto
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.93s)
[55161/99365] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (7.21s)
[54028/81860] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (14.58s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (18.08s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.9.1 (1.01s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.85s)
Fetching https://github.com/apple/swift-numerics.git
[1/6403] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.59s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.00s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.3 (0.88s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.95s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2809] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.52s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.1 (4.64s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (0.88s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.95s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.93s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (1.02s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.21.0 (2.69s)
Fetching https://github.com/apple/swift-collections.git
[1/19090] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.56s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (2.08s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.76s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.41s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (2.37s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (0.65s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (1.09s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1204] Fetching swift-http-structured-headers
[483/2155] Fetching swift-http-structured-headers, swift-http-types
[1416/4723] Fetching swift-http-structured-headers, swift-http-types, swift-service-lifecycle
[2670/10808] Fetching swift-http-structured-headers, swift-http-types, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (3.65s)
Fetched https://github.com/apple/swift-http-types.git from cache (3.69s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (3.70s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (3.70s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.94.0 (5.19s)
Fetching https://github.com/apple/swift-system.git
[1/5542] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.51s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (1.26s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (0.90s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.65s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (1.41s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.64s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.96s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.30.3 (1.10s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.39.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.5.1
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.21.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.94.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.3.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.121.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/netreconlab/Parse-Swift.git
Working copy of https://github.com/netreconlab/Parse-Swift.git resolved at 6.0.6
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.1.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.30.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.32.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.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.26.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.5.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.17.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.9.1
Building for debugging...
[0/912] Compiling a_octet.cc
[1/912] Compiling f_int.cc
[2/912] Write sources
[3/912] Compiling f_string.cc
[4/912] Write sources
[10/912] Compiling asn_pack.cc
[10/912] Compiling _NumericsShims _NumericsShims.c
[10/912] Write sources
[57/912] Compiling SimpleFIPS202.c
[57/912] Compiling _AtomicsShims.c
[59/912] Compiling a_i2d_fp.cc
[60/912] Compiling CXKCPShims shims.c
[61/912] Compiling KeccakHash.c
[62/912] Compiling KeccakSponge.c
[63/912] Compiling CVaporBcrypt bcrypt.c
[64/912] Compiling CVaporBcrypt blf.c
[65/912] Compiling CNIOWindows shim.c
[66/912] Compiling CSystem shims.c
[67/912] Compiling CNIOWindows WSAStartup.c
[68/912] Compiling CNIOWASI CNIOWASI.c
[69/912] Compiling CNIOOpenBSD shim.c
[70/912] Compiling CNIOPosix event_loop_id.c
[71/912] Compiling a_strnid.cc
[72/912] Compiling CNIOSHA1 c_nio_sha1.c
[72/912] Compiling a_gentm.cc
[72/912] Write swift-version-24593BA9C3E375BF.txt
[72/912] Compiling CNIOLinux liburing_shims.c
[72/912] Compiling CNIOExtrasZlib empty.c
[72/912] Compiling a_strex.cc
[72/912] Compiling CNIODarwin shim.c
[79/912] Compiling CNIOLLHTTP c_nio_http.c
[80/912] Compiling CNIOLinux shim.c
[81/912] Compiling fiat_p256_adx_sqr.S
[82/912] Compiling fiat_p256_adx_mul.S
[83/912] Compiling CNIOLLHTTP c_nio_api.c
[84/918] Compiling CNIOLLHTTP c_nio_llhttp.c
[85/968] Compiling CNIOBoringSSLShims shims.c
[86/968] Compiling KeccakP-1600-opt64.c
[88/1142] Emitting module _NIODataStructures
[89/1142] Emitting module SystemPackage
[90/1146] Emitting module _CertificateInternals
[91/1146] Compiling _CertificateInternals _TinyArray.swift
[92/1147] Emitting module _NIOBase64
[93/1147] Compiling _NIOBase64 Base64.swift
[94/1147] Compiling _NIODataStructures _TinyArray.swift
[95/1148] Compiling RealModule Float16+Real.swift
[96/1148] Compiling RealModule Float80+Real.swift
[97/1148] Compiling RealModule Real.swift
[98/1148] Compiling RealModule RealFunctions.swift
[99/1149] Compiling ParseSwift ParseFacebook.swift
[100/1149] Compiling ParseSwift ParseGitHub+async.swift
[101/1149] Compiling ParseSwift ParseGitHub+combine.swift
[102/1149] Compiling ParseSwift ParseGitHub.swift
[103/1149] Emitting module RealModule
[104/1149] Compiling ParseSwift API+BatchCommand.swift
[105/1149] Compiling ParseSwift API+Command+async.swift
[106/1149] Compiling _NIODataStructures PriorityQueue.swift
[107/1149] Compiling _NIODataStructures Heap.swift
[108/1150] Compiling ParseSwift API+Command.swift
[109/1150] Compiling ParseSwift API+NonParseBodyCommand+async.swift
[110/1150] Compiling ParseSwift API+NonParseBodyCommand.swift
[111/1150] Compiling ParseSwift API.swift
[113/1150] Compiling ServiceContextModule ServiceContext.swift
[114/1150] Emitting module ServiceContextModule
[115/1150] Compiling ServiceContextModule ServiceContextKey.swift
[118/1151] Compiling RealModule RelaxedArithmetic.swift
[120/1176] Wrapping AST for _NIODataStructures for debugging
[122/1180] Compiling InternalCollectionsUtilities _SortedCollection.swift
[123/1180] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[124/1180] Compiling InternalCollectionsUtilities Debugging.swift
[125/1180] Compiling InternalCollectionsUtilities Descriptions.swift
[125/1184] Wrapping AST for _NIOBase64 for debugging
[126/1184] Wrapping AST for _CertificateInternals for debugging
[128/1184] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[129/1184] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[130/1184] Compiling Instrumentation NoOpInstrument.swift
[131/1184] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[133/1184] Compiling InternalCollectionsUtilities UInt+reversed.swift
[134/1184] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[135/1186] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[136/1186] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[137/1186] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[139/1186] Compiling Instrumentation MultiplexInstrument.swift
[140/1186] Compiling Instrumentation Instrument.swift
[141/1186] Emitting module Instrumentation
[142/1186] Compiling Instrumentation InstrumentationSystem.swift
[143/1186] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[144/1186] Compiling InternalCollectionsUtilities Integer rank.swift
[145/1186] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[145/1186] Wrapping AST for ServiceContextModule for debugging
[148/1186] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[149/1186] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[163/1186] Wrapping AST for RealModule for debugging
[164/1186] Compiling fiat_curve25519_adx_square.S
[166/1186] Emitting module InternalCollectionsUtilities
[167/1186] Compiling SystemPackage SystemString.swift
[168/1186] Compiling SystemPackage Util+StringArray.swift
[169/1186] Compiling SystemPackage Util.swift
[170/1186] Compiling SystemPackage UtilConsumers.swift
[170/1186] Compiling fiat_curve25519_adx_mul.S
[178/1187] Compiling SwiftASN1 DER.swift
[179/1187] Compiling SwiftASN1 Errors.swift
[180/1187] Compiling CoreMetrics Metrics.swift
[181/1187] Emitting module SwiftASN1
[182/1187] Compiling Logging MetadataProvider.swift
[183/1187] Compiling Instrumentation Locks.swift
[184/1188] Emitting module CoreMetrics
[185/1188] Compiling CoreMetrics Locks.swift
[186/1189] Compiling Logging LogHandler.swift
[187/1189] Compiling Logging Logging.swift
[188/1189] Compiling Logging Locks.swift
[189/1189] Emitting module Logging
[190/1190] Compiling ParseSwift ParseInstagram+combine.swift
[191/1190] Compiling ParseSwift ParseInstagram.swift
[192/1190] Compiling ParseSwift ParseLDAP+async.swift
[193/1190] Compiling ParseSwift ParseLDAP+combine.swift
[195/1190] Compiling ParseSwift ParseGoogle+async.swift
[196/1190] Compiling ParseSwift ParseGoogle+combine.swift
[197/1190] Compiling ParseSwift ParseGoogle.swift
[198/1190] Compiling ParseSwift ParseInstagram+async.swift
[199/1190] Compiling ParseSwift ParseLDAP.swift
[200/1190] Compiling ParseSwift ParseLinkedIn+async.swift
[201/1190] Compiling ParseSwift ParseLinkedIn+combine.swift
[202/1190] Compiling ParseSwift ParseLinkedIn.swift
[215/1331] Compiling Tracing NoOpTracer.swift
[216/1331] Compiling Tracing InstrumentationSystem+Tracing.swift
[217/1331] Emitting module Tracing
[218/1331] Compiling Tracing TracingTime.swift
[218/1331] Compiling tls_record.cc
[220/1331] Compiling Tracing TracerProtocol.swift
[221/1331] Compiling Tracing Tracer.swift
[222/1331] Compiling Tracing TracerProtocol+Legacy.swift
[223/1338] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[224/1338] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[225/1338] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[226/1338] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[227/1338] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[228/1338] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[229/1338] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[230/1338] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[231/1338] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[232/1338] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[233/1338] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[234/1338] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[235/1338] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[236/1338] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[237/1345] Compiling OrderedCollections OrderedDictionary+Values.swift
[238/1345] Compiling OrderedCollections OrderedDictionary.swift
[239/1345] Compiling OrderedCollections OrderedSet+Codable.swift
[240/1345] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[241/1345] Compiling OrderedCollections OrderedSet+Descriptions.swift
[242/1345] Compiling OrderedCollections OrderedSet+Diffing.swift
[243/1345] Compiling OrderedCollections OrderedSet+Equatable.swift
[244/1345] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[245/1345] Compiling OrderedCollections OrderedSet+Hashable.swift
[246/1345] Compiling OrderedCollections OrderedSet+Initializers.swift
[247/1345] Compiling OrderedCollections OrderedSet+Insertions.swift
[248/1345] Compiling OrderedCollections OrderedSet+Invariants.swift
[249/1345] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[250/1345] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[251/1345] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[252/1345] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[253/1345] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[260/1367] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[261/1367] Compiling HeapModule Heap+Descriptions.swift
[262/1367] Compiling Tracing SpanProtocol.swift
[263/1368] Emitting module ParseSwift
[263/1389] Compiling tls_method.cc
[282/1390] Compiling HeapModule _HeapNode.swift
[283/1390] Compiling HeapModule Heap.swift
[284/1390] Compiling OrderedCollections OrderedDictionary+Codable.swift
[285/1390] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[286/1390] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[287/1390] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[288/1390] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[289/1390] Compiling OrderedCollections OrderedDictionary+Elements.swift
[290/1390] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[291/1390] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[292/1390] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[293/1390] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[294/1390] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[295/1390] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[296/1390] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[297/1390] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[298/1390] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[300/1390] Compiling HeapModule Heap+Invariants.swift
[301/1390] Compiling HeapModule Heap+UnsafeHandle.swift
[302/1390] Emitting module HeapModule
[304/1482] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[305/1482] Compiling HashTreeCollections _HashNode+Structural merge.swift
[306/1482] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[307/1482] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[308/1482] Compiling HashTreeCollections _HashNode+Structural union.swift
[309/1482] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[310/1482] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[311/1482] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[312/1482] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[313/1482] Compiling HashTreeCollections _HashNode.swift
[313/1491] Wrapping AST for Tracing for debugging
[315/1491] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[316/1491] Compiling HashTreeCollections _HashNode+Storage.swift
[316/1493] Wrapping AST for SystemPackage for debugging
[318/1493] Compiling HashTreeCollections _Bucket.swift
[319/1493] Compiling HashTreeCollections _Hash.swift
[320/1493] Compiling HashTreeCollections _HashLevel.swift
[321/1493] Compiling HashTreeCollections _HashNode+Builder.swift
[322/1493] Compiling HashTreeCollections _HashNode+Debugging.swift
[323/1493] Compiling HashTreeCollections _HashNode+Initializers.swift
[323/1493] Wrapping AST for SwiftASN1 for debugging
[325/1493] Compiling HashTreeCollections _AncestorHashSlots.swift
[326/1493] Compiling HashTreeCollections _Bitmap.swift
[332/1493] Wrapping AST for Logging for debugging
[334/1493] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[335/1493] Compiling HashTreeCollections TreeDictionary.swift
[336/1493] Compiling HashTreeCollections TreeSet+Codable.swift
[337/1493] Compiling HashTreeCollections TreeSet+Collection.swift
[338/1493] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[339/1493] Compiling HashTreeCollections TreeSet+Debugging.swift
[340/1493] Compiling HashTreeCollections TreeSet+Descriptions.swift
[341/1493] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[342/1493] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[345/1493] Compiling DequeModule _DequeSlot.swift
[346/1493] Compiling DequeModule _UnsafeWrappedBuffer.swift
[347/1493] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[348/1493] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[349/1493] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[350/1493] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[351/1493] Compiling HashTreeCollections TreeSet+Hashable.swift
[352/1493] Compiling HashTreeCollections TreeSet+Sendable.swift
[353/1493] Compiling _RopeModule Rope+Join.swift
[354/1493] Compiling _RopeModule Rope+MutatingForEach.swift
[355/1493] Compiling _RopeModule Rope+Remove.swift
[356/1493] Compiling _RopeModule Rope+RemoveSubrange.swift
[357/1493] Compiling _RopeModule Rope+Split.swift
[358/1493] Compiling _RopeModule Optional Utilities.swift
[359/1493] Compiling _RopeModule String Utilities.swift
[360/1493] Compiling _RopeModule String.Index+ABI.swift
[361/1503] Compiling HashTreeCollections _UnsafePath.swift
[362/1503] Compiling HashTreeCollections TreeDictionary+Codable.swift
[363/1503] Compiling HashTreeCollections TreeDictionary+Collection.swift
[364/1503] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[365/1503] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[373/1503] Compiling HashTreeCollections TreeSet+Equatable.swift
[374/1503] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[375/1503] Compiling HashTreeCollections TreeSet+Extras.swift
[376/1503] Compiling HashTreeCollections TreeSet+Filter.swift
[379/1503] Compiling HashTreeCollections _HashNode+Invariants.swift
[380/1503] Compiling HashTreeCollections _HashNode+Lookups.swift
[382/1503] Wrapping AST for InternalCollectionsUtilities for debugging
[396/1503] Emitting module Metrics
[406/1503] Wrapping AST for Instrumentation for debugging
[408/1503] Emitting module RoutingKit
[409/1503] Compiling RoutingKit AnyRouter.swift
[410/1503] Compiling RoutingKit Parameters.swift
[411/1503] Compiling RoutingKit PathComponent.swift
[414/1503] Compiling Metrics Metrics.swift
[414/1504] Wrapping AST for HeapModule for debugging
[416/1504] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[417/1504] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[418/1504] Compiling HashTreeCollections TreeDictionary+Filter.swift
[419/1504] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[420/1504] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[421/1504] Compiling HashTreeCollections TreeDictionary+Keys.swift
[422/1504] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[423/1504] Compiling HashTreeCollections TreeDictionary+Merge.swift
[424/1504] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[425/1504] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[426/1504] Compiling HashTreeCollections TreeDictionary+Values.swift
[427/1504] Emitting module OrderedCollections
[429/1504] Emitting module DequeModule
[430/1506] Compiling RoutingKit Router.swift
[431/1506] Compiling RoutingKit TrieRouter.swift
[432/1507] Compiling ParseSwift ParseHookable.swift
[433/1507] Compiling ParseSwift ParseOperationable.swift
[434/1507] Compiling ParseSwift ParsePointerable+async.swift
[435/1507] Compiling ParseSwift ParsePointerable+combine.swift
[436/1507] Compiling ParseSwift ParsePointerable.swift
[437/1507] Compiling ParseSwift ParsePushApplePayloadable.swift
[438/1507] Compiling ParseSwift ParsePushFirebasePayloadable.swift
[439/1507] Compiling ParseSwift ParsePushPayloadable.swift
[440/1507] Compiling ParseSwift ParseQueryScorable.swift
[441/1507] Compiling ParseSwift ParseRelationOperationable.swift
[442/1507] Compiling ParseSwift ParseTypeable.swift
[443/1507] Compiling ParseSwift QueryObservable.swift
[444/1507] Compiling ParseSwift Queryable.swift
[445/1507] Compiling ParseSwift Savable.swift
[446/1507] Compiling ParseSwift InMemoryPrimitiveStore.swift
[447/1507] Compiling ParseSwift KeychainStore.swift
[448/1507] Compiling ParseSwift ParseFileManager.swift
[449/1507] Compiling ParseSwift ParsePrimitiveStorable.swift
[450/1507] Compiling ParseSwift ParseStorage.swift
[451/1507] Compiling ParseSwift SecureStorable.swift
[452/1507] Compiling ParseSwift CloudViewModel.swift
[453/1507] Compiling ParseSwift ParseOperationAdd.swift
[460/1507] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[461/1507] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[462/1507] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[463/1507] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[464/1507] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[465/1507] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[466/1507] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[467/1507] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[468/1507] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[469/1507] Compiling HashTreeCollections TreeSet.swift
[470/1507] Compiling ParseSwift ParseHookRequestable+async.swift
[471/1507] Compiling ParseSwift ParseHookRequestable+combine.swift
[472/1507] Compiling ParseSwift ParseHookRequestable.swift
[473/1507] Compiling ParseSwift ParseHookTriggerRequestable.swift
[474/1507] Compiling ParseSwift ParseHookTriggerable+async.swift
[475/1507] Compiling ParseSwift ParseHookTriggerable+combine.swift
[476/1507] Compiling ParseSwift ParseHookTriggerable.swift
[477/1507] Compiling ParseSwift ParseOperationAddRelation.swift
[478/1507] Compiling ParseSwift ParseOperationAddUnique.swift
[479/1507] Compiling ParseSwift ParseOperationBatch.swift
[480/1507] Compiling ParseSwift ParseOperationCommand.swift
[481/1507] Compiling ParseSwift ParseOperationDelete.swift
[482/1507] Compiling ParseSwift ParseOperationIncrement.swift
[483/1507] Compiling ParseSwift ParseOperationIncrementDouble.swift
[484/1507] Compiling ParseSwift ParseOperationRemove.swift
[485/1507] Compiling ParseSwift ParseOperationRemoveRelation.swift
[486/1507] Compiling ParseSwift ParseACL.swift
[487/1507] Compiling ParseSwift ParseAnalytics+async.swift
[488/1507] Compiling ParseSwift ParseAnalytics+combine.swift
[489/1507] Compiling ParseSwift ParseAnalytics.swift
[490/1507] Compiling ParseSwift ParseBytes.swift
[491/1507] Compiling ParseSwift ParseCLP.swift
[492/1507] Compiling ParseSwift ParseConfigCodable+async.swift
[493/1507] Compiling ParseSwift ParseConfigCodable+combine.swift
[494/1507] Compiling ParseSwift ParseConfigCodable.swift
[495/1507] Compiling ParseSwift ParseConfiguration.swift
[496/1507] Compiling ParseSwift ParseError.swift
[497/1507] Compiling ParseSwift ParseField.swift
[498/1507] Compiling ParseSwift ParseFieldOptions.swift
[498/1507] Wrapping AST for CoreMetrics for debugging
[512/1507] Wrapping AST for Metrics for debugging
[513/1507] Wrapping AST for RoutingKit for debugging
[514/1507] Wrapping AST for DequeModule for debugging
[515/1507] Wrapping AST for OrderedCollections for debugging
[517/1507] Emitting module _RopeModule
[518/1507] Compiling HashTreeCollections _HashTreeIterator.swift
[519/1507] Compiling HashTreeCollections _HashTreeStatistics.swift
[520/1507] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[521/1507] Compiling HashTreeCollections _RawHashNode.swift
[522/1507] Compiling HashTreeCollections _UnmanagedHashNode.swift
[583/1507] Compiling HashTreeCollections _HashNodeHeader.swift
[584/1507] Compiling HashTreeCollections _HashSlot.swift
[585/1507] Compiling HashTreeCollections _HashStack.swift
[601/1508] Compiling tls13_server.cc
[603/1508] Compiling tls13_client.cc
[615/1508] Compiling tls13_enc.cc
[616/1508] Compiling t1_enc.cc
[617/1508] Compiling tls13_both.cc
[618/1508] Wrapping AST for _RopeModule for debugging
[620/1508] Emitting module HashTreeCollections
[621/1509] Compiling ssl_versions.cc
[622/1509] Compiling ssl_x509.cc
[623/1509] Compiling ssl_transcript.cc
[624/1509] Wrapping AST for HashTreeCollections for debugging
[649/1509] Compiling ParseSwift LiveQueryable.swift
[650/1509] Compiling ParseSwift ParseLiveQueryDelegate.swift
[651/1509] Compiling ParseSwift QuerySubscribable.swift
[652/1509] Compiling ParseSwift SocketTasks.swift
[653/1509] Compiling ParseSwift Subscription.swift
[654/1509] Compiling ParseSwift SubscriptionCallback.swift
[655/1509] Compiling ParseSwift Subscriptions.swift
[656/1509] Compiling ParseSwift ParseCloudUser.swift
[657/1509] Compiling ParseSwift ParseInstallation+async.swift
[658/1509] Compiling ParseSwift ParseInstallation+combine.swift
[659/1509] Compiling ParseSwift ParseInstallation.swift
[660/1509] Compiling ParseSwift ParseObject+async.swift
[661/1509] Compiling ParseSwift ParseObject+combine.swift
[662/1509] Compiling ParseSwift ParseObject.swift
[663/1509] Compiling ParseSwift ParsePushStatusable.swift
[664/1509] Compiling ParseSwift ParseRole.swift
[665/1509] Compiling ParseSwift ParseSession.swift
[666/1509] Compiling ParseSwift ParseUser+async.swift
[667/1509] Compiling ParseSwift ParseUser+combine.swift
[668/1509] Compiling ParseSwift ParseUser.swift
[669/1509] Compiling ParseSwift Parse.swift
[670/1509] Compiling ParseSwift ParseConstants.swift
[671/1509] Compiling ParseSwift CloudObservable.swift
[671/1509] Compiling ssl_session.cc
[672/1509] Compiling ssl_stat.cc
[673/1509] Compiling ssl_privkey.cc
[675/1509] Compiling ParseSwift ParseFile+async.swift
[676/1509] Compiling ParseSwift ParseFile+combine.swift
[677/1509] Compiling ParseSwift ParseFile.swift
[678/1509] Compiling ParseSwift ParseFileDefaultTransfer.swift
[679/1509] Compiling ParseSwift ParseGeoPoint.swift
[680/1509] Compiling ParseSwift ParseHookFunction.swift
[681/1509] Compiling ParseSwift ParseHookFunctionRequest.swift
[682/1509] Compiling ParseSwift ParseHookResponse.swift
[683/1509] Compiling ParseSwift ParseHookTrigger.swift
[684/1509] Compiling ParseSwift ParseHookTriggerObjectRequest.swift
[685/1509] Compiling ParseSwift ParseHookTriggerRequest.swift
[686/1509] Compiling ParseSwift ParseKeychainAccessGroup.swift
[687/1509] Compiling ParseSwift ParseOperation+async.swift
[688/1509] Compiling ParseSwift ParseOperation+combine.swift
[689/1509] Compiling ParseSwift ParseOperation.swift
[690/1509] Compiling ParseSwift ParsePolygon.swift
[691/1509] Compiling ParseSwift ParsePush+async.swift
[692/1509] Compiling ParseSwift ParsePush+combine.swift
[693/1509] Compiling ParseSwift ParsePush.swift
[694/1509] Compiling ParseSwift ParsePushAppleAlert.swift
[695/1509] Compiling ParseSwift ParsePushAppleSound.swift
[696/1509] Compiling ParseSwift ParsePushPayloadApple.swift
[696/1509] Compiling ssl_key_share.cc
[697/1509] Compiling ssl_file.cc
[698/1509] Compiling ssl_credential.cc
[699/1509] Compiling ssl_lib.cc
[700/1509] Compiling ssl_buffer.cc
[701/1509] Compiling ssl_cipher.cc
[702/1509] Compiling ssl_cert.cc
[703/1509] Compiling ssl_aead_ctx.cc
[704/1509] Compiling ssl_asn1.cc
[705/1509] Compiling s3_pkt.cc
[706/1509] Compiling s3_lib.cc
[707/1509] Compiling s3_both.cc
[708/1509] Compiling handshake_server.cc
[709/1509] Compiling handshake_client.cc
[711/1509] Compiling ParseSwift ParsePushFirebaseNotification.swift
[712/1509] Compiling ParseSwift ParsePushPayloadFirebase.swift
[713/1509] Compiling ParseSwift ParsePushPayloadAny.swift
[714/1509] Compiling ParseSwift ParsePushStatus.swift
[715/1509] Compiling ParseSwift ParseRelation.swift
[716/1509] Compiling ParseSwift ParseSchema+async.swift
[717/1509] Compiling ParseSwift ParseSchema+combine.swift
[718/1509] Compiling ParseSwift ParseSchema.swift
[719/1509] Compiling ParseSwift ParseServer+async.swift
[720/1509] Compiling ParseSwift ParseServer+combine.swift
[721/1509] Compiling ParseSwift ParseServer.swift
[722/1509] Compiling ParseSwift ParseVersion.swift
[723/1509] Compiling ParseSwift Pointer+async.swift
[724/1509] Compiling ParseSwift Pointer+combine.swift
[725/1509] Compiling ParseSwift Pointer.swift
[726/1509] Compiling ParseSwift Query+async.swift
[727/1509] Compiling ParseSwift Query+combine.swift
[728/1509] Compiling ParseSwift Query.swift
[729/1509] Compiling ParseSwift QueryConstraint.swift
[730/1509] Compiling ParseSwift QueryViewModel.swift
[731/1509] Compiling ParseSwift QueryWhere.swift
[732/1509] Compiling ParseSwift Utility.swift
[733/1510] Wrapping AST for ParseSwift for debugging
[734/1510] Compiling handshake.cc
[735/1510] Compiling handoff.cc
[736/1510] Compiling encrypted_client_hello.cc
[737/1510] Compiling extensions.cc
[738/1510] Compiling md5-x86_64-linux.S
[739/1510] Compiling md5-x86_64-apple.S
[740/1510] Compiling md5-586-linux.S
[741/1510] Compiling dtls_record.cc
[742/1510] Compiling md5-586-apple.S
[743/1510] Compiling chacha20_poly1305_x86_64-linux.S
[744/1510] Compiling dtls_method.cc
[745/1510] Compiling chacha20_poly1305_x86_64-apple.S
[746/1510] Compiling chacha20_poly1305_armv8-win.S
[747/1510] Compiling d1_srtp.cc
[748/1510] Compiling chacha20_poly1305_armv8-apple.S
[749/1510] Compiling chacha-x86_64-linux.S
[750/1510] Compiling chacha20_poly1305_armv8-linux.S
[751/1510] Compiling chacha-x86_64-apple.S
[752/1510] Compiling chacha-x86-linux.S
[753/1510] Compiling chacha-x86-apple.S
[754/1510] Compiling chacha-armv8-win.S
[755/1510] Compiling chacha-armv8-apple.S
[756/1510] Compiling chacha-armv4-linux.S
[757/1510] Compiling chacha-armv8-linux.S
[758/1510] Compiling aes128gcmsiv-x86_64-linux.S
[759/1510] Compiling aes128gcmsiv-x86_64-apple.S
[760/1510] Compiling x86_64-mont5-linux.S
[761/1510] Compiling x86_64-mont5-apple.S
[762/1510] Compiling x86_64-mont-linux.S
[763/1510] Compiling x86_64-mont-apple.S
[764/1510] Compiling x86-mont-linux.S
[765/1510] Compiling x86-mont-apple.S
[766/1510] Compiling vpaes-x86_64-linux.S
[767/1510] Compiling vpaes-x86_64-apple.S
[768/1510] Compiling vpaes-x86-linux.S
[769/1510] Compiling vpaes-x86-apple.S
[770/1510] Compiling vpaes-armv8-win.S
[771/1510] Compiling vpaes-armv8-apple.S
[772/1510] Compiling vpaes-armv8-linux.S
[773/1510] Compiling vpaes-armv7-linux.S
[774/1510] Compiling err_data.cc
[775/1510] Compiling d1_pkt.cc
[776/1510] Compiling sha512-x86_64-linux.S
[777/1510] Compiling sha512-x86_64-apple.S
[778/1510] Compiling sha512-armv8-win.S
[779/1510] Compiling sha512-armv8-apple.S
[780/1510] Compiling sha512-armv4-linux.S
[780/1510] Compiling bio_ssl.cc
[782/1510] Compiling sha512-armv8-linux.S
[783/1510] Compiling sha512-586-linux.S
[784/1510] Compiling sha512-586-apple.S
[785/1510] Compiling sha256-x86_64-linux.S
[786/1510] Compiling sha256-armv8-win.S
[787/1510] Compiling sha256-x86_64-apple.S
[788/1510] Compiling sha256-armv8-apple.S
[789/1510] Compiling sha256-armv4-linux.S
[790/1510] Compiling d1_lib.cc
[791/1510] Compiling sha256-armv8-linux.S
[792/1510] Compiling sha256-586-linux.S
[793/1510] Compiling sha1-x86_64-linux.S
[793/1510] Compiling sha256-586-apple.S
[795/1510] Compiling sha1-x86_64-apple.S
[796/1510] Compiling sha1-armv8-win.S
[797/1510] Compiling sha1-armv8-apple.S
[798/1510] Compiling sha1-armv8-linux.S
[799/1510] Compiling sha1-armv4-large-linux.S
[800/1510] Compiling sha1-586-linux.S
[801/1510] Compiling sha1-586-apple.S
[802/1510] Compiling rsaz-avx2-linux.S
[803/1510] Compiling rsaz-avx2-apple.S
[804/1510] Compiling rdrand-x86_64-linux.S
[805/1510] Compiling p256_beeu-x86_64-asm-linux.S
[806/1510] Compiling rdrand-x86_64-apple.S
[807/1510] Compiling p256_beeu-x86_64-asm-apple.S
[808/1510] Compiling p256_beeu-armv8-asm-win.S
[809/1510] Compiling p256_beeu-armv8-asm-apple.S
[810/1510] Compiling p256_beeu-armv8-asm-linux.S
[811/1510] Compiling p256-x86_64-asm-linux.S
[812/1510] Compiling p256-x86_64-asm-apple.S
[813/1510] Compiling p256-armv8-asm-win.S
[814/1510] Compiling p256-armv8-asm-apple.S
[815/1510] Compiling p256-armv8-asm-linux.S
[816/1510] Compiling ghashv8-armv8-win.S
[817/1510] Compiling ghashv8-armv8-linux.S
[817/1510] Compiling ghashv8-armv8-apple.S
[819/1510] Compiling ghashv8-armv7-linux.S
[820/1510] Compiling ghash-x86_64-linux.S
[821/1510] Compiling ghash-x86_64-apple.S
[822/1510] Compiling ghash-x86-linux.S
[823/1510] Compiling ghash-x86-apple.S
[824/1510] Compiling ghash-ssse3-x86_64-linux.S
[824/1510] Compiling ghash-ssse3-x86_64-apple.S
[826/1510] Compiling d1_both.cc
[827/1510] Compiling ghash-ssse3-x86-linux.S
[828/1510] Compiling ghash-ssse3-x86-apple.S
[829/1510] Compiling ghash-neon-armv8-win.S
[830/1510] Compiling ghash-armv4-linux.S
[831/1510] Compiling ghash-neon-armv8-apple.S
[832/1510] Compiling ghash-neon-armv8-linux.S
[833/1510] Compiling co-586-linux.S
[834/1510] Compiling co-586-apple.S
[835/1510] Compiling bsaes-armv7-linux.S
[836/1510] Compiling bn-armv8-win.S
[837/1510] Compiling bn-armv8-linux.S
[838/1510] Compiling bn-586-linux.S
[838/1510] Compiling armv8-mont-win.S
[840/1510] Compiling bn-armv8-apple.S
[841/1510] Compiling bn-586-apple.S
[842/1510] Compiling armv8-mont-linux.S
[843/1510] Compiling armv8-mont-apple.S
[844/1510] Compiling armv4-mont-linux.S
[845/1510] Compiling aesv8-gcm-armv8-win.S
[846/1510] Compiling aesv8-gcm-armv8-apple.S
[847/1510] Compiling aesv8-armv8-win.S
[848/1510] Compiling aesv8-armv8-linux.S
[849/1510] Compiling aesv8-gcm-armv8-linux.S
[850/1510] Compiling aesv8-armv8-apple.S
[851/1510] Compiling aesni-x86_64-linux.S
[852/1510] Compiling aesv8-armv7-linux.S
[853/1510] Compiling aesni-x86_64-apple.S
[854/1510] Compiling aesni-x86-linux.S
[855/1510] Compiling aesni-x86-apple.S
[856/1510] Compiling aesni-gcm-x86_64-linux.S
[857/1510] Compiling aesni-gcm-x86_64-apple.S
[858/1510] Compiling aes-gcm-avx2-x86_64-linux.S
[859/1510] Compiling aes-gcm-avx2-x86_64-apple.S
[860/1510] Compiling aes-gcm-avx10-x86_64-linux.S
[861/1510] Compiling aes-gcm-avx10-x86_64-apple.S
[862/1510] Compiling x_sig.cc
[863/1510] Compiling x_val.cc
[864/1510] Compiling x_req.cc
[865/1510] Compiling x_x509.cc
[866/1510] Compiling x_x509a.cc
[867/1510] Compiling x_spki.cc
[868/1510] Compiling x_pubkey.cc
[869/1510] Compiling x_name.cc
[870/1510] Compiling x_algor.cc
[871/1510] Compiling x_exten.cc
[872/1510] Compiling x509spki.cc
[873/1510] Compiling x_attrib.cc
[874/1510] Compiling x509rset.cc
[875/1510] Compiling x_crl.cc
[876/1510] Compiling x_all.cc
[877/1510] Compiling x509name.cc
[878/1510] Compiling x509_txt.cc
[879/1510] Compiling x509cset.cc
[880/1510] Compiling x509_vpm.cc
[881/1510] Compiling x509_trs.cc
[882/1510] Compiling x509_v3.cc
[883/1510] Compiling x509_set.cc
[884/1510] Compiling x509_req.cc
[885/1510] Compiling x509_vfy.cc
[886/1510] Compiling x509_def.cc
[887/1510] Compiling x509_obj.cc
[888/1510] Compiling x509_ext.cc
[889/1510] Compiling x509_d2.cc
[890/1510] Compiling x509_lu.cc
[891/1510] Compiling x509_cmp.cc
[892/1510] Compiling x509.cc
[893/1510] Compiling x509_att.cc
[894/1510] Compiling v3_prn.cc
[894/1510] Compiling v3_skey.cc
[896/1510] Compiling v3_pmaps.cc
[897/1510] Compiling v3_ocsp.cc
[898/1510] Compiling v3_purp.cc
[899/1510] Compiling v3_pcons.cc
[899/1510] Compiling v3_utl.cc
[901/1510] Compiling v3_ncons.cc
[902/1510] Compiling v3_int.cc
[903/1510] Compiling v3_lib.cc
[904/1510] Compiling v3_ia5.cc
[905/1510] Compiling v3_extku.cc
[906/1510] Compiling v3_enum.cc
[907/1510] Compiling v3_info.cc
[908/1510] Compiling v3_genn.cc
[909/1510] Compiling v3_crld.cc
[910/1510] Compiling v3_cpols.cc
[911/1510] Compiling v3_conf.cc
[912/1510] Compiling v3_bitst.cc
[913/1510] Compiling v3_bcons.cc
[914/1510] Compiling v3_alt.cc
[914/1510] Compiling v3_akeya.cc
[915/1510] Compiling v3_akey.cc
[917/1510] Compiling t_x509a.cc
[918/1510] Compiling i2d_pr.cc
[919/1510] Compiling t_x509.cc
[920/1510] Compiling t_crl.cc
[921/1510] Compiling t_req.cc
[922/1510] Compiling name_print.cc
[923/1510] Compiling rsa_pss.cc
[924/1510] Compiling policy.cc
[925/1510] Compiling by_file.cc
[926/1510] Compiling by_dir.cc
[927/1510] Compiling algorithm.cc
[928/1510] Compiling asn1_gen.cc
[929/1510] Compiling a_verify.cc
[930/1510] Compiling a_digest.cc
[931/1510] Compiling trust_token.cc
[932/1510] Compiling a_sign.cc
[933/1510] Compiling voprf.cc
[934/1510] Compiling thread_win.cc
[935/1510] Compiling thread_none.cc
[935/1510] Compiling thread_pthread.cc
[936/1510] Compiling thread.cc
[938/1510] Compiling stack.cc
[939/1510] Compiling pmbtoken.cc
[940/1510] Compiling slhdsa.cc
[941/1510] Compiling spake2plus.cc
[942/1510] Compiling sha256.cc
[943/1510] Compiling siphash.cc
[944/1510] Compiling sha512.cc
[945/1510] Compiling sha1.cc
[946/1510] Compiling rsa_print.cc
[947/1510] Compiling rsa_extra.cc
[948/1510] Compiling rsa_crypt.cc
[949/1510] Compiling rc4.cc
[950/1510] Compiling windows.cc
[951/1510] Compiling refcount.cc
[952/1510] Compiling urandom.cc
[953/1510] Compiling trusty.cc
[954/1510] Compiling rsa_asn1.cc
[955/1510] Compiling rand.cc
[956/1510] Compiling passive.cc
[957/1510] Compiling poly1305_arm_asm.S
[958/1510] Compiling ios.cc
[959/1510] Compiling getentropy.cc
[960/1510] Compiling forkunsafe.cc
[961/1510] Compiling deterministic.cc
[962/1510] Compiling fork_detect.cc
[963/1510] Compiling poly1305_vec.cc
[964/1510] Compiling pool.cc
[965/1510] Compiling poly1305_arm.cc
[966/1510] Compiling poly1305.cc
[967/1510] Compiling pkcs7.cc
[968/1510] Compiling p5_pbev2.cc
[969/1510] Compiling pkcs8.cc
[970/1510] Compiling pkcs8_x509.cc
[971/1510] Compiling pkcs7_x509.cc
[972/1510] Compiling pem_xaux.cc
[973/1510] Compiling pem_x509.cc
[974/1510] Compiling pem_pkey.cc
[975/1510] Compiling pem_pk8.cc
[976/1510] Compiling pem_oth.cc
[977/1510] Compiling mlkem.cc
[978/1510] Compiling pem_info.cc
[979/1510] Compiling pem_all.cc
[979/1510] Compiling pem_lib.cc
[981/1510] Compiling obj_xref.cc
[982/1510] Compiling obj.cc
[983/1510] Compiling poly_rq_mul.S
[984/1510] Compiling mldsa.cc
[985/1510] Compiling fips_shared_support.cc
[986/1510] Compiling mem.cc
[987/1510] Compiling md4.cc
[988/1510] Compiling md5.cc
[989/1510] Compiling lhash.cc
[990/1510] Compiling kyber.cc
[991/1510] Compiling ex_data.cc
[992/1510] Compiling sign.cc
[993/1510] Compiling scrypt.cc
[994/1510] Compiling hrss.cc
[995/1510] Compiling print.cc
[996/1510] Compiling hpke.cc
[997/1510] Compiling pbkdf.cc
[998/1510] Compiling p_x25519.cc
[999/1510] Compiling p_x25519_asn1.cc
[1000/1510] Compiling p_rsa_asn1.cc
[1001/1510] Compiling p_ed25519.cc
[1002/1510] Compiling p_rsa.cc
[1003/1510] Compiling p_hkdf.cc
[1004/1510] Compiling p_ed25519_asn1.cc
[1005/1510] Compiling p_ec_asn1.cc
[1006/1510] Compiling p_ec.cc
[1007/1510] Compiling p_dh_asn1.cc
[1008/1510] Compiling p_dh.cc
[1009/1510] Compiling evp_ctx.cc
[1010/1510] Compiling p_dsa_asn1.cc
[1011/1510] Compiling evp_asn1.cc
[1012/1510] Compiling evp.cc
[1013/1510] Compiling err.cc
[1014/1510] Compiling engine.cc
[1015/1510] Compiling ecdh.cc
[1016/1510] Compiling ecdsa_asn1.cc
[1017/1510] Compiling hash_to_curve.cc
[1018/1510] Compiling ec_derive.cc
[1019/1510] Compiling dsa.cc
[1020/1510] Compiling bcm.cc
[1021/1510] Compiling dsa_asn1.cc
[1022/1510] Compiling ec_asn1.cc
[1023/1510] Compiling x25519-asm-arm.S
[1024/1510] Compiling params.cc
[1025/1510] Compiling digest_extra.cc
[1026/1510] Compiling des.cc
[1027/1510] Compiling dh_asn1.cc
[1028/1510] Compiling curve25519_64_adx.cc
[1029/1510] Compiling cpu_intel.cc
[1030/1510] Compiling crypto.cc
[1031/1510] Compiling spake25519.cc
[1032/1510] Compiling cpu_arm_linux.cc
[1033/1510] Compiling cpu_arm_freebsd.cc
[1033/1510] Compiling curve25519.cc
[1035/1510] Compiling cpu_aarch64_win.cc
[1036/1510] Compiling cpu_aarch64_sysreg.cc
[1037/1510] Compiling cpu_aarch64_openbsd.cc
[1038/1510] Compiling cpu_aarch64_fuchsia.cc
[1039/1510] Compiling cpu_aarch64_linux.cc
[1040/1510] Compiling cpu_aarch64_apple.cc
[1041/1510] Compiling get_cipher.cc
[1042/1510] Compiling tls_cbc.cc
[1043/1510] Compiling conf.cc
[1044/1510] Compiling e_rc4.cc
[1045/1510] Compiling e_tls.cc
[1046/1510] Compiling e_null.cc
[1047/1510] Compiling e_rc2.cc
[1048/1510] Compiling e_des.cc
[1049/1510] Compiling e_chacha20poly1305.cc
[1049/1510] Compiling e_aesgcmsiv.cc
[1051/1510] Compiling e_aesctrhmac.cc
[1052/1510] Compiling derive_key.cc
[1053/1510] Compiling chacha.cc
[1054/1510] Compiling unicode.cc
[1055/1510] Compiling buf.cc
[1056/1510] Compiling cbb.cc
[1056/1510] Compiling cbs.cc
[1058/1510] Compiling ber.cc
[1059/1510] Compiling asn1_compat.cc
[1060/1510] Compiling convert.cc
[1061/1510] Compiling bn_asn1.cc
[1062/1510] Compiling blake2.cc
[1063/1510] Compiling socket_helper.cc
[1064/1510] Compiling printf.cc
[1065/1510] Compiling socket.cc
[1066/1510] Compiling hexdump.cc
[1067/1510] Compiling pair.cc
[1068/1510] Compiling errno.cc
[1069/1510] Compiling file.cc
[1070/1510] Compiling fd.cc
[1071/1510] Compiling connect.cc
[1072/1510] Compiling bio_mem.cc
[1073/1510] Compiling bio.cc
[1074/1510] Compiling base64.cc
[1075/1510] Compiling tasn_typ.cc
[1076/1510] Compiling tasn_fre.cc
[1077/1510] Compiling tasn_utl.cc
[1078/1510] Compiling tasn_enc.cc
[1079/1510] Compiling posix_time.cc
[1080/1510] Compiling tasn_new.cc
[1081/1510] Compiling f_string.cc
[1082/1510] Compiling tasn_dec.cc
[1083/1510] Compiling f_int.cc
[1084/1510] Compiling asn_pack.cc
[1084/1510] Compiling asn1_par.cc
[1086/1510] Compiling asn1_lib.cc
[1087/1510] Compiling a_utctm.cc
[1088/1510] Compiling a_type.cc
[1089/1510] Compiling a_time.cc
[1090/1510] Compiling a_octet.cc
[1091/1510] Compiling a_strnid.cc
[1092/1510] Compiling a_strex.cc
[1093/1510] Compiling a_object.cc
[1094/1510] Compiling a_i2d_fp.cc
[1095/1510] Compiling a_dup.cc
[1096/1510] Compiling a_mbstr.cc
[1097/1510] Compiling a_d2i_fp.cc
[1098/1510] Compiling a_int.cc
[1099/1510] Compiling fiat_p256_adx_sqr.S
[1100/1510] Compiling fiat_p256_adx_mul.S
[1101/1510] Compiling a_gentm.cc
[1102/1510] Compiling fiat_curve25519_adx_square.S
[1103/1510] Compiling fiat_curve25519_adx_mul.S
[1104/1510] Compiling md5-x86_64-apple.S
[1104/1510] Compiling md5-x86_64-linux.S
[1106/1510] Compiling md5-586-linux.S
[1107/1510] Compiling md5-586-apple.S
[1108/1510] Compiling chacha20_poly1305_x86_64-linux.S
[1109/1510] Compiling a_bitstr.cc
[1110/1510] Compiling chacha20_poly1305_x86_64-apple.S
[1111/1510] Compiling chacha20_poly1305_armv8-win.S
[1112/1510] Compiling chacha20_poly1305_armv8-apple.S
[1113/1510] Compiling chacha-x86_64-linux.S
[1114/1510] Compiling chacha-x86_64-apple.S
[1115/1510] Compiling chacha20_poly1305_armv8-linux.S
[1116/1510] Compiling CCryptoBoringSSLShims shims.c
[1117/1510] Compiling chacha-x86-linux.S
[1118/1510] Compiling chacha-x86-apple.S
[1119/1510] Compiling chacha-armv8-win.S
[1120/1510] Compiling a_bool.cc
[1121/1510] Compiling chacha-armv8-apple.S
[1122/1510] Compiling chacha-armv4-linux.S
[1123/1510] Compiling chacha-armv8-linux.S
[1124/1510] Compiling aes128gcmsiv-x86_64-linux.S
[1125/1510] Compiling aes128gcmsiv-x86_64-apple.S
[1126/1510] Compiling x86_64-mont5-linux.S
[1127/1510] Compiling x86_64-mont5-apple.S
[1128/1510] Compiling x86_64-mont-linux.S
[1129/1510] Compiling x86_64-mont-apple.S
[1130/1510] Compiling x86-mont-linux.S
[1131/1510] Compiling x86-mont-apple.S
[1131/1510] Compiling vpaes-x86_64-linux.S
[1133/1510] Compiling vpaes-x86_64-apple.S
[1134/1510] Compiling vpaes-x86-linux.S
[1135/1510] Compiling vpaes-x86-apple.S
[1136/1510] Compiling vpaes-armv8-win.S
[1137/1510] Compiling vpaes-armv8-apple.S
[1138/1510] Compiling vpaes-armv7-linux.S
[1139/1510] Compiling sha512-x86_64-linux.S
[1140/1510] Compiling vpaes-armv8-linux.S
[1141/1510] Compiling sha512-armv8-win.S
[1141/1510] Compiling sha512-x86_64-apple.S
[1143/1510] Compiling sha512-armv8-apple.S
[1144/1510] Compiling sha512-armv4-linux.S
[1145/1510] Compiling sha512-armv8-linux.S
[1146/1510] Compiling sha512-586-apple.S
[1147/1510] Compiling sha512-586-linux.S
[1148/1510] Compiling sha256-x86_64-linux.S
[1149/1510] Compiling err_data.cc
[1150/1510] Compiling sha256-x86_64-apple.S
[1151/1510] Compiling sha256-armv8-win.S
[1152/1510] Compiling sha256-armv8-apple.S
[1153/1510] Compiling sha256-armv4-linux.S
[1154/1510] Compiling sha256-586-linux.S
[1155/1510] Compiling sha256-armv8-linux.S
[1156/1510] Compiling sha256-586-apple.S
[1157/1510] Compiling sha1-x86_64-apple.S
[1158/1510] Compiling sha1-x86_64-linux.S
[1159/1510] Compiling sha1-armv8-win.S
[1160/1510] Compiling sha1-armv4-large-linux.S
[1161/1510] Compiling sha1-armv8-apple.S
[1162/1510] Compiling sha1-armv8-linux.S
[1163/1510] Compiling sha1-586-apple.S
[1164/1510] Compiling sha1-586-linux.S
[1165/1510] Compiling rsaz-avx2-linux.S
[1166/1510] Compiling rsaz-avx2-apple.S
[1167/1510] Compiling rdrand-x86_64-linux.S
[1168/1510] Compiling p256_beeu-x86_64-asm-linux.S
[1168/1510] Compiling rdrand-x86_64-apple.S
[1170/1510] Compiling p256_beeu-x86_64-asm-apple.S
[1170/1510] Compiling p256_beeu-armv8-asm-win.S
[1172/1510] Compiling p256_beeu-armv8-asm-linux.S
[1173/1510] Compiling p256_beeu-armv8-asm-apple.S
[1174/1510] Compiling p256-x86_64-asm-linux.S
[1175/1510] Compiling p256-x86_64-asm-apple.S
[1176/1510] Compiling p256-armv8-asm-win.S
[1177/1510] Compiling p256-armv8-asm-apple.S
[1177/1510] Compiling ghashv8-armv8-win.S
[1179/1510] Compiling p256-armv8-asm-linux.S
[1180/1510] Compiling ghashv8-armv8-apple.S
[1181/1510] Compiling ghashv8-armv8-linux.S
[1182/1510] Compiling ghashv8-armv7-linux.S
[1183/1510] Compiling ghash-x86_64-linux.S
[1184/1510] Compiling ghash-x86-linux.S
[1185/1510] Compiling ghash-x86_64-apple.S
[1186/1510] Compiling ghash-x86-apple.S
[1187/1510] Compiling ghash-ssse3-x86_64-linux.S
[1188/1510] Compiling ghash-ssse3-x86_64-apple.S
[1189/1510] Compiling ghash-neon-armv8-win.S
[1190/1510] Compiling ghash-ssse3-x86-linux.S
[1191/1510] Compiling ghash-ssse3-x86-apple.S
[1192/1510] Compiling ghash-neon-armv8-linux.S
[1193/1510] Compiling ghash-neon-armv8-apple.S
[1194/1510] Compiling ghash-armv4-linux.S
[1195/1510] Compiling co-586-apple.S
[1196/1510] Compiling bsaes-armv7-linux.S
[1197/1510] Compiling co-586-linux.S
[1198/1510] Compiling bn-armv8-win.S
[1199/1510] Compiling bn-armv8-linux.S
[1200/1510] Compiling bn-armv8-apple.S
[1201/1510] Compiling bn-586-linux.S
[1202/1510] Compiling bn-586-apple.S
[1203/1510] Compiling armv8-mont-win.S
[1204/1510] Compiling armv8-mont-apple.S
[1205/1510] Compiling armv4-mont-linux.S
[1206/1510] Compiling armv8-mont-linux.S
[1207/1510] Compiling aesv8-gcm-armv8-win.S
[1208/1510] Compiling aesv8-armv8-win.S
[1209/1510] Compiling aesv8-gcm-armv8-linux.S
[1210/1510] Compiling aesv8-gcm-armv8-apple.S
[1211/1510] Compiling aesv8-armv8-apple.S
[1212/1510] Compiling aesv8-armv8-linux.S
[1213/1510] Compiling aesni-x86_64-linux.S
[1214/1510] Compiling aesv8-armv7-linux.S
[1215/1510] Compiling aesni-x86-linux.S
[1216/1510] Compiling aesni-x86_64-apple.S
[1217/1510] Compiling aesni-x86-apple.S
[1218/1510] Compiling aesni-gcm-x86_64-linux.S
[1219/1510] Compiling aes-gcm-avx512-x86_64-linux.S
[1220/1510] Compiling aesni-gcm-x86_64-apple.S
[1221/1510] Compiling aes-gcm-avx512-x86_64-apple.S
[1222/1510] Compiling aes-gcm-avx2-x86_64-linux.S
[1223/1510] Compiling aes-gcm-avx2-x86_64-apple.S
[1224/1510] Compiling xwing.cc
[1225/1510] Compiling x_sig.cc
[1226/1510] Compiling x_x509a.cc
[1227/1510] Compiling x_spki.cc
[1228/1510] Compiling x_req.cc
[1229/1510] Compiling x_x509.cc
[1230/1510] Compiling c-nioatomics.c
[1231/1510] Compiling x_pubkey.cc
[1232/1510] Compiling x_exten.cc
[1233/1510] Compiling x_crl.cc
[1234/1510] Compiling x_name.cc
[1235/1510] Compiling x_attrib.cc
[1236/1510] Compiling x_all.cc
[1237/1510] Compiling c-atomics.c
[1238/1516] Compiling x_algor.cc
[1239/1516] Compiling x509spki.cc
[1241/1516] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1241/1516] Compiling x509name.cc
[1242/1516] Compiling x509cset.cc
[1243/1516] Compiling x509rset.cc
[1244/1516] Compiling x509_vpm.cc
[1246/1516] Compiling NIOConcurrencyHelpers NIOLock.swift
[1247/1516] Compiling NIOConcurrencyHelpers lock.swift
[1248/1516] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1249/1516] Emitting module NIOConcurrencyHelpers
[1250/1516] Compiling NIOConcurrencyHelpers atomics.swift
[1251/1517] Compiling x509_v3.cc
[1252/1517] Compiling x509_vfy.cc
[1253/1517] Compiling x509_txt.cc
[1254/1543] Compiling x509_trs.cc
[1255/1543] Compiling x509_req.cc
[1256/1543] Compiling x509_obj.cc
[1257/1543] Wrapping AST for NIOConcurrencyHelpers for debugging
[1258/1543] Compiling x509_set.cc
[1260/1543] Compiling ConsoleKitTerminal Console+Confirm.swift
[1261/1543] Compiling ConsoleKitTerminal Console+Input.swift
[1262/1543] Compiling ConsoleKitTerminal Console+Center.swift
[1263/1543] Compiling ConsoleKitTerminal Console+Output.swift
[1264/1546] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1265/1546] Compiling ConsoleKitTerminal ConsoleClear.swift
[1266/1546] Compiling ConsoleKitTerminal Console+Ask.swift
[1267/1546] Compiling ConsoleKitTerminal Console+Choose.swift
[1268/1546] Emitting module ConsoleKitTerminal
[1268/1546] Compiling x509_ext.cc
[1270/1546] Compiling ConsoleKitTerminal Console+Wait.swift
[1271/1546] Compiling ConsoleKitTerminal ConsoleColor.swift
[1272/1546] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1273/1546] Compiling ConsoleKitTerminal ActivityBar.swift
[1274/1546] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1275/1546] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1276/1546] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1277/1546] Compiling ConsoleKitTerminal CustomActivity.swift
[1278/1546] Compiling ConsoleKitTerminal LoadingBar.swift
[1279/1546] Compiling ConsoleKitTerminal ProgressBar.swift
[1280/1546] Compiling ConsoleKitTerminal Console+Clear.swift
[1280/1546] Compiling x509_def.cc
[1282/1546] Compiling ConsoleKitTerminal ConsoleText.swift
[1283/1546] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1284/1546] Compiling ConsoleKitTerminal ANSI.swift
[1285/1546] Compiling ConsoleKitTerminal Console.swift
[1286/1546] Compiling ConsoleKitTerminal Terminal.swift
[1287/1546] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1287/1546] Compiling x509_lu.cc
[1288/1546] Compiling x509_d2.cc
[1289/1546] Compiling x509.cc
[1291/1546] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1292/1546] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1293/1546] Compiling ConsoleKitTerminal LoggerFragment.swift
[1293/1547] Compiling x509_cmp.cc
[1294/1547] Compiling x509_att.cc
[1296/1569] Compiling v3_skey.cc
[1297/1569] Compiling v3_utl.cc
[1298/1569] Wrapping AST for ConsoleKitTerminal for debugging
[1299/1569] Compiling v3_purp.cc
[1300/1569] Compiling v3_prn.cc
[1302/1569] Compiling ConsoleKitCommands CommandSignature.swift
[1303/1569] Compiling ConsoleKitCommands Flag.swift
[1304/1569] Compiling ConsoleKitCommands Option.swift
[1305/1571] Emitting module ConsoleKitCommands
[1306/1571] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1307/1571] Compiling ConsoleKitCommands AsyncCommand.swift
[1308/1571] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1308/1571] Compiling v3_pcons.cc
[1309/1571] Compiling v3_pmaps.cc
[1311/1571] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1312/1571] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1313/1571] Compiling ConsoleKitCommands Argument.swift
[1314/1571] Compiling ConsoleKitCommands AsyncCommands.swift
[1315/1571] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1316/1571] Compiling ConsoleKitCommands AnyCommand.swift
[1317/1571] Compiling ConsoleKitCommands Command.swift
[1318/1571] Compiling ConsoleKitCommands CommandContext.swift
[1319/1571] Compiling ConsoleKitCommands CommandError.swift
[1319/1571] Compiling v3_ocsp.cc
[1321/1571] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1322/1571] Compiling ConsoleKitCommands Utilities.swift
[1322/1571] Compiling v3_lib.cc
[1323/1571] Compiling v3_ncons.cc
[1324/1571] Compiling v3_int.cc
[1325/1571] Compiling v3_info.cc
[1327/1571] Compiling ConsoleKitCommands CommandGroup.swift
[1328/1571] Compiling ConsoleKitCommands CommandInput.swift
[1329/1571] Compiling ConsoleKitCommands Commands.swift
[1330/1571] Compiling ConsoleKitCommands Console+Run.swift
[1331/1571] Compiling ConsoleKitCommands ConsoleError.swift
[1332/1571] Compiling ConsoleKitCommands Completion.swift
[1332/1572] Compiling v3_ia5.cc
[1334/1572] Compiling v3_genn.cc
[1335/1572] Compiling v3_extku.cc
[1336/1572] Wrapping AST for ConsoleKitCommands for debugging
[1338/1574] Emitting module ConsoleKit
[1339/1574] Compiling ConsoleKit Exports.swift
[1339/1575] Compiling v3_enum.cc
[1341/1575] Compiling v3_crld.cc
[1342/1575] Wrapping AST for ConsoleKit for debugging
[1343/1575] Compiling v3_cpols.cc
[1344/1575] Compiling v3_conf.cc
[1345/1575] Compiling v3_bitst.cc
[1346/1575] Compiling v3_bcons.cc
[1347/1575] Compiling v3_alt.cc
[1348/1575] Compiling v3_akeya.cc
[1349/1575] Compiling v3_akey.cc
[1350/1575] Compiling t_x509a.cc
[1351/1575] Compiling t_x509.cc
[1352/1575] Compiling t_crl.cc
[1353/1575] Compiling t_req.cc
[1354/1575] Compiling rsa_pss.cc
[1355/1575] Compiling i2d_pr.cc
[1356/1575] Compiling policy.cc
[1357/1575] Compiling name_print.cc
[1358/1575] Compiling by_file.cc
[1359/1575] Compiling by_dir.cc
[1360/1575] Compiling algorithm.cc
[1361/1575] Compiling asn1_gen.cc
[1362/1575] Compiling a_verify.cc
[1363/1575] Compiling a_sign.cc
[1364/1575] Compiling a_digest.cc
[1365/1575] Compiling voprf.cc
[1366/1575] Compiling thread_win.cc
[1367/1575] Compiling thread_pthread.cc
[1368/1575] Compiling trust_token.cc
[1369/1575] Compiling thread_none.cc
[1370/1575] Compiling pmbtoken.cc
[1371/1575] Compiling thread.cc
[1372/1575] Compiling stack.cc
[1373/1575] Compiling siphash.cc
[1374/1575] Compiling sha512.cc
[1375/1575] Compiling sha256.cc
[1376/1575] Compiling slhdsa.cc
[1377/1575] Compiling rsa_extra.cc
[1377/1575] Compiling sha1.cc
[1377/1575] Compiling rsa_print.cc
[1380/1575] Compiling spake2plus.cc
[1381/1575] Compiling rsa_crypt.cc
[1382/1575] Compiling refcount.cc
[1383/1575] Compiling trusty.cc
[1384/1575] Compiling rc4.cc
[1384/1575] Compiling rand.cc
[1386/1575] Compiling windows.cc
[1387/1575] Compiling urandom.cc
[1388/1575] Compiling rsa_asn1.cc
[1389/1575] Compiling passive.cc
[1390/1575] Compiling ios.cc
[1391/1575] Compiling poly1305_arm_asm.S
[1392/1575] Compiling getentropy.cc
[1393/1575] Compiling deterministic.cc
[1394/1575] Compiling forkunsafe.cc
[1395/1575] Compiling fork_detect.cc
[1396/1575] Compiling poly1305_vec.cc
[1397/1575] Compiling pool.cc
[1398/1575] Compiling poly1305_arm.cc
[1399/1575] Compiling poly1305.cc
[1400/1575] Compiling pkcs8.cc
[1401/1575] Compiling p5_pbev2.cc
[1402/1575] Compiling pkcs7.cc
[1403/1575] Compiling pkcs8_x509.cc
[1404/1575] Compiling pkcs7_x509.cc
[1405/1575] Compiling pem_xaux.cc
[1406/1575] Compiling pem_x509.cc
[1407/1575] Compiling pem_pkey.cc
[1408/1575] Compiling mlkem.cc
[1409/1575] Compiling pem_oth.cc
[1410/1575] Compiling pem_pk8.cc
[1411/1575] Compiling obj_xref.cc
[1411/1575] Compiling pem_info.cc
[1413/1575] Compiling pem_lib.cc
[1414/1575] Compiling pem_all.cc
[1415/1575] Compiling obj.cc
[1416/1575] Compiling poly_rq_mul.S
[1417/1575] Compiling mldsa.cc
[1418/1575] Compiling mem.cc
[1419/1575] Compiling fips_shared_support.cc
[1420/1575] Compiling lhash.cc
[1421/1575] Compiling md5.cc
[1422/1575] Compiling md4.cc
[1423/1575] Compiling kyber.cc
[1424/1575] Compiling fuzzer_mode.cc
[1425/1575] Compiling hpke.cc
[1426/1575] Compiling ex_data.cc
[1427/1575] Compiling hrss.cc
[1428/1575] Compiling scrypt.cc
[1429/1575] Compiling pbkdf.cc
[1430/1575] Compiling print.cc
[1431/1575] Compiling sign.cc
[1432/1575] Compiling p_x25519.cc
[1432/1575] Compiling p_x25519_asn1.cc
[1434/1575] Compiling p_rsa_asn1.cc
[1435/1575] Compiling p_hkdf.cc
[1436/1575] Compiling p_rsa.cc
[1437/1575] Compiling p_ed25519_asn1.cc
[1438/1575] Compiling p_ed25519.cc
[1439/1575] Compiling p_ec.cc
[1440/1575] Compiling p_ec_asn1.cc
[1441/1575] Compiling p_dsa_asn1.cc
[1442/1575] Compiling p_dh_asn1.cc
[1443/1575] Compiling p_dh.cc
[1444/1575] Compiling evp_ctx.cc
[1445/1575] Compiling err.cc
[1446/1575] Compiling evp_asn1.cc
[1446/1575] Compiling engine.cc
[1448/1575] Compiling evp.cc
[1449/1575] Compiling ecdsa_p1363.cc
[1450/1575] Compiling ecdh.cc
[1451/1575] Compiling ec_derive.cc
[1452/1575] Compiling ecdsa_asn1.cc
[1453/1575] Compiling hash_to_curve.cc
[1454/1575] Compiling dsa.cc
[1455/1575] Compiling ec_asn1.cc
[1456/1575] Compiling dsa_asn1.cc
[1457/1575] Compiling digest_extra.cc
[1458/1575] Compiling x25519-asm-arm.S
[1459/1575] Compiling params.cc
[1460/1575] Compiling des.cc
[1461/1575] Compiling curve25519_64_adx.cc
[1462/1575] Compiling dh_asn1.cc
[1463/1575] Compiling spake25519.cc
[1464/1575] Compiling cpu_intel.cc
[1465/1575] Compiling curve25519.cc
[1466/1575] Compiling crypto.cc
[1467/1575] Compiling cpu_arm_linux.cc
[1468/1575] Compiling cpu_arm_freebsd.cc
[1469/1575] Compiling cpu_aarch64_win.cc
[1470/1575] Compiling cpu_aarch64_sysreg.cc
[1471/1575] Compiling cpu_aarch64_linux.cc
[1472/1575] Compiling cpu_aarch64_openbsd.cc
[1473/1575] Compiling cpu_aarch64_fuchsia.cc
[1474/1575] Compiling cpu_aarch64_apple.cc
[1475/1575] Compiling conf.cc
[1476/1575] Compiling tls_cbc.cc
[1477/1575] Compiling get_cipher.cc
[1478/1575] Compiling e_rc4.cc
[1479/1575] Compiling e_tls.cc
[1480/1575] Compiling e_rc2.cc
[1481/1575] Compiling cms.cc
[1482/1575] Compiling e_null.cc
[1483/1575] Compiling e_des.cc
[1484/1575] Compiling e_aesgcmsiv.cc
[1485/1575] Compiling e_chacha20poly1305.cc
[1486/1575] Compiling e_aeseax.cc
[1487/1575] Compiling derive_key.cc
[1488/1575] Compiling e_aesctrhmac.cc
[1489/1575] Compiling chacha.cc
[1490/1575] Compiling unicode.cc
[1491/1575] Compiling buf.cc
[1492/1575] Compiling cbb.cc
[1493/1575] Compiling cbs.cc
[1494/1575] Compiling sqrt.cc
[1495/1575] Compiling ber.cc
[1496/1575] Compiling asn1_compat.cc
[1497/1575] Compiling div.cc
[1498/1575] Compiling exponentiation.cc
[1499/1575] Compiling blake2.cc
[1500/1575] Compiling printf.cc
[1501/1575] Compiling bn_asn1.cc
[1502/1575] Compiling pair.cc
[1503/1575] Compiling convert.cc
[1504/1575] Compiling hexdump.cc
[1505/1575] Compiling file.cc
[1506/1575] Compiling fd.cc
[1507/1575] Compiling errno.cc
[1508/1575] Compiling bio_mem.cc
[1509/1575] Compiling base64.cc
[1510/1575] Compiling bio.cc
[1511/1575] Compiling tasn_typ.cc
[1511/1575] Compiling tasn_fre.cc
[1513/1575] Compiling tasn_new.cc
[1514/1575] Compiling tasn_utl.cc
[1515/1575] Compiling tasn_enc.cc
[1516/1575] Compiling posix_time.cc
[1517/1575] Compiling tasn_dec.cc
[1518/1575] Compiling asn1_par.cc
[1519/1575] Compiling a_utctm.cc
[1520/1575] Compiling asn1_lib.cc
[1521/1575] Compiling a_type.cc
[1522/1575] Compiling a_time.cc
[1523/1575] Compiling bcm.cc
[1524/1575] Compiling a_object.cc
[1525/1575] Compiling a_dup.cc
[1526/1575] Write sources
[1531/1575] Compiling a_d2i_fp.cc
[1532/1575] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1533/1575] Write sources
[1534/1575] Compiling a_mbstr.cc
[1535/1575] Compiling a_int.cc
[1536/1605] Compiling a_bool.cc
[1537/1671] Compiling a_bitstr.cc
[1538/1671] Compiling aes.cc
[1540/1671] Compiling Algorithms Partition.swift
[1541/1671] Compiling Algorithms Permutations.swift
[1542/1681] Compiling Algorithms Indexed.swift
[1543/1681] Compiling Algorithms Intersperse.swift
[1544/1681] Compiling Algorithms Keyed.swift
[1545/1681] Compiling Algorithms MinMax.swift
[1546/1681] Compiling Algorithms FlattenCollection.swift
[1547/1681] Compiling Algorithms Grouped.swift
[1548/1681] Emitting module BitCollections
[1549/1688] Compiling Atomics IntegerOperations.swift
[1550/1688] Compiling Atomics Unmanaged extensions.swift
[1551/1688] Compiling Algorithms EitherSequence.swift
[1552/1688] Compiling Algorithms FirstNonNil.swift
[1553/1688] Compiling Algorithms Joined.swift
[1554/1688] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1555/1688] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1556/1688] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1557/1688] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1558/1688] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1559/1688] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1560/1688] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1572/1688] Compiling Algorithms Reductions.swift
[1573/1688] Compiling Algorithms Rotate.swift
[1574/1688] Compiling Algorithms Split.swift
[1575/1688] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1576/1688] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1577/1688] Compiling BitCollections BitArray+Extras.swift
[1578/1688] Compiling BitCollections BitArray+Fill.swift
[1579/1688] Compiling BitCollections BitArray+Hashable.swift
[1580/1688] Compiling BitCollections BitArray+Initializers.swift
[1581/1688] Compiling BitCollections BitArray+Invariants.swift
[1582/1688] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1584/1688] Compiling Algorithms Stride.swift
[1585/1688] Compiling Algorithms Suffix.swift
[1586/1691] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1587/1691] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1588/1691] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1589/1691] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1590/1691] Compiling BitCollections BitSet+SetAlgebra union.swift
[1591/1691] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1592/1691] Compiling BitCollections BitSet.Counted.swift
[1596/1691] Compiling CryptoBoringWrapper RandomBytes.swift
[1602/1691] Compiling Algorithms Trim.swift
[1603/1691] Compiling Algorithms Unique.swift
[1604/1691] Compiling Algorithms Windows.swift
[1605/1691] Compiling BitCollections BitArray+CustomReflectable.swift
[1606/1691] Compiling BitCollections BitArray+Descriptions.swift
[1607/1691] Compiling BitCollections BitArray+Equatable.swift
[1608/1691] Compiling Algorithms AdjacentPairs.swift
[1609/1691] Compiling Algorithms Chain.swift
[1610/1691] Compiling Algorithms Chunked.swift
[1611/1691] Compiling Algorithms Combinations.swift
[1612/1691] Compiling Algorithms Compacted.swift
[1613/1691] Compiling Algorithms Cycle.swift
[1616/1691] Emitting module CryptoBoringWrapper
[1620/1691] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1621/1691] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1622/1691] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1623/1691] Compiling BitCollections BitSet.Index.swift
[1624/1691] Compiling BitCollections BitSet._UnsafeHandle.swift
[1625/1691] Compiling BitCollections BitSet.swift
[1626/1691] Compiling BitCollections Range+Utilities.swift
[1627/1691] Compiling BitCollections Slice+Utilities.swift
[1628/1691] Compiling BitCollections UInt+Tricks.swift
[1629/1691] Compiling BitCollections _Word.swift
[1633/1692] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1634/1692] Compiling CryptoBoringWrapper EllipticCurve.swift
[1635/1692] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1645/1693] Wrapping AST for BitCollections for debugging
[1647/1693] Emitting module Atomics
[1647/1693] Wrapping AST for CryptoBoringWrapper for debugging
[1649/1723] Compiling Crypto ASN1Null.swift
[1650/1723] Compiling Crypto ASN1OctetString.swift
[1651/1723] Compiling Crypto ASN1Strings.swift
[1652/1723] Compiling Crypto ArraySliceBigint.swift
[1653/1761] Emitting module Collections
[1654/1761] Compiling Collections Collections.swift
[1656/1779] Compiling Crypto GeneralizedTime.swift
[1657/1779] Compiling Crypto ObjectIdentifier.swift
[1662/1780] Wrapping AST for Collections for debugging
[1663/1780] Wrapping AST for Atomics for debugging
[1665/1780] Emitting module Algorithms
[1666/1844] Wrapping AST for Algorithms for debugging
[1668/1844] Compiling Crypto HKDF.swift
[1669/1844] Compiling Crypto AESWrap.swift
[1670/1844] Compiling Crypto AESWrap_boring.swift
[1671/1844] Compiling Crypto Ed25519_boring.swift
[1672/1844] Compiling Crypto NISTCurvesKeys_boring.swift
[1673/1844] Compiling Crypto X25519Keys_boring.swift
[1674/1844] Compiling Crypto Curve25519.swift
[1675/1844] Compiling Crypto Ed25519Keys.swift
[1676/1844] Compiling Crypto NISTCurvesKeys.swift
[1677/1844] Compiling Crypto X25519Keys.swift
[1678/1844] Compiling Crypto SymmetricKeys.swift
[1679/1855] Compiling NIOCore NIOCoreSendableMetatype.swift
[1680/1855] Compiling NIOCore NIODecodedAsyncSequence.swift
[1681/1855] Compiling NIOCore NIOLoopBound.swift
[1682/1855] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1683/1855] Compiling NIOCore NIOScheduledCallback.swift
[1684/1855] Compiling NIOCore NIOSendable.swift
[1685/1855] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[1686/1855] Compiling NIOCore RecvByteBufferAllocator.swift
[1687/1863] Emitting module Crypto
[1688/1863] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1689/1863] Compiling NIOCore BSDSocketAPI.swift
[1690/1863] Compiling NIOCore ByteBuffer-aux.swift
[1691/1863] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1692/1863] Compiling NIOCore ByteBuffer-conversions.swift
[1693/1863] Compiling NIOCore ByteBuffer-core.swift
[1694/1863] Compiling NIOCore ByteBuffer-hex.swift
[1695/1863] Compiling NIOCore ByteBuffer-int.swift
[1696/1863] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1697/1863] Compiling NIOCore AddressedEnvelope.swift
[1698/1863] Compiling NIOCore AsyncAwaitSupport.swift
[1699/1863] Compiling NIOCore AsyncChannel.swift
[1700/1863] Compiling NIOCore AsyncChannelHandler.swift
[1701/1863] Compiling NIOCore AsyncChannelInboundStream.swift
[1702/1863] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1703/1863] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1704/1863] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1705/1863] Compiling NIOCore NIOAsyncWriter.swift
[1706/1863] Compiling NIOCore ByteBuffer-multi-int.swift
[1707/1863] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1708/1863] Compiling NIOCore ByteBuffer-views.swift
[1709/1863] Compiling NIOCore Channel.swift
[1710/1863] Compiling NIOCore ChannelHandler.swift
[1711/1863] Compiling NIOCore ChannelHandlers.swift
[1712/1863] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1713/1863] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1714/1863] Compiling NIOCore EventLoopFuture.swift
[1715/1863] Compiling NIOCore FileDescriptor.swift
[1716/1863] Compiling NIOCore FileHandle.swift
[1717/1863] Compiling NIOCore FileRegion.swift
[1718/1863] Compiling NIOCore GlobalSingletons.swift
[1719/1863] Compiling NIOCore IO.swift
[1720/1863] Compiling NIOCore IOData.swift
[1721/1863] Compiling NIOCore IPProtocol.swift
[1722/1863] Compiling NIOCore IntegerBitPacking.swift
[1723/1863] Compiling NIOCore IntegerTypes.swift
[1724/1863] Compiling NIOCore Interfaces.swift
[1725/1863] Compiling NIOCore Linux.swift
[1726/1863] Compiling NIOCore MarkedCircularBuffer.swift
[1727/1863] Compiling NIOCore MulticastChannel.swift
[1728/1863] Compiling NIOCore NIOAny.swift
[1729/1863] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1742/1863] Compiling NIOCore ChannelInvoker.swift
[1743/1863] Compiling NIOCore ChannelOption.swift
[1744/1863] Compiling NIOCore ChannelPipeline.swift
[1745/1863] Compiling NIOCore CircularBuffer.swift
[1746/1863] Compiling NIOCore Codec.swift
[1747/1863] Compiling NIOCore ConvenienceOptionSupport.swift
[1748/1863] Compiling NIOCore DeadChannel.swift
[1749/1863] Compiling NIOCore DispatchQueue+WithFuture.swift
[1750/1863] Compiling NIOCore EventLoop+Deprecated.swift
[1751/1863] Compiling NIOCore EventLoop+SerialExecutor.swift
[1752/1863] Compiling NIOCore EventLoop.swift
[1753/1863] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1754/1863] Compiling Crypto MLDSA.swift
[1755/1863] Compiling Crypto Signature.swift
[1756/1863] Compiling Crypto CryptoKitErrors_boring.swift
[1757/1863] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[1758/1863] Compiling Crypto RNG_boring.swift
[1759/1863] Compiling Crypto SafeCompare_boring.swift
[1760/1863] Compiling Crypto Zeroization_boring.swift
[1761/1863] Compiling Crypto PrettyBytes.swift
[1762/1863] Compiling Crypto SafeCompare.swift
[1763/1863] Compiling Crypto SecureBytes.swift
[1764/1863] Compiling Crypto Zeroization.swift
[1765/1863] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1766/1863] Compiling NIOCore SocketAddresses.swift
[1767/1863] Compiling NIOCore SocketOptionProvider.swift
[1768/1863] Compiling NIOCore SystemCallHelpers.swift
[1769/1863] Compiling NIOCore TimeAmount+Duration.swift
[1770/1863] Compiling NIOCore TypeAssistedChannelHandler.swift
[1771/1863] Compiling NIOCore UniversalBootstrapSupport.swift
[1772/1863] Compiling NIOCore Utilities.swift
[1813/1863] Compiling Crypto Ed25519.swift
[1814/1864] Wrapping AST for Crypto for debugging
[1816/1920] Emitting module CryptoExtras
[1817/1927] Compiling CryptoExtras AES_CBC.swift
[1818/1927] Compiling CryptoExtras AES_CFB.swift
[1819/1927] Compiling CryptoExtras AES_CTR.swift
[1820/1927] Compiling CryptoExtras AES_GCM_SIV.swift
[1821/1927] Compiling CryptoExtras Block Function.swift
[1822/1927] Compiling CryptoExtras AES_CFB_boring.swift
[1823/1927] Compiling CryptoExtras AES_CTR_boring.swift
[1824/1927] Compiling CryptoExtras AES_GCM_SIV_boring.swift
[1825/1927] Compiling CryptoExtras ARCResponse.swift
[1826/1927] Compiling CryptoExtras ARCServer.swift
[1827/1927] Compiling CryptoExtras ChaCha20CTR_boring.swift
[1828/1927] Compiling CryptoExtras ChaCha20CTR.swift
[1829/1927] Compiling CryptoExtras Curve25519+PEM.swift
[1830/1927] Compiling CryptoExtras ObjectIdentifier.swift
[1831/1927] Compiling CryptoExtras PKCS8DERRepresentation.swift
[1832/1927] Compiling CryptoExtras PKCS8PrivateKey.swift
[1833/1927] Compiling CryptoExtras Error.swift
[1834/1927] Compiling CryptoExtras I2OSP.swift
[1835/1927] Compiling CryptoExtras IntegerEncoding.swift
[1836/1927] Compiling CryptoExtras PEMDocument.swift
[1837/1927] Compiling CryptoExtras PrettyBytes.swift
[1838/1927] Compiling CryptoExtras SubjectPublicKeyInfo.swift
[1839/1927] Compiling CryptoExtras ThreadOps.swift
[1840/1927] Compiling CryptoExtras Scrypt_boring.swift
[1841/1927] Compiling CryptoExtras Scrypt.swift
[1842/1927] Compiling CryptoExtras OPRF.swift
[1843/1927] Compiling CryptoExtras OPRFClient.swift
[1844/1927] Compiling CryptoExtras OPRFServer.swift
[1845/1927] Compiling CryptoExtras VOPRF+API.swift
[1846/1927] Compiling CryptoExtras VOPRFClient.swift
[1847/1927] Compiling CryptoExtras VOPRFServer.swift
[1848/1927] Compiling CryptoExtras RSA+BlindSigning.swift
[1849/1927] Compiling CryptoExtras RSA.swift
[1850/1927] Compiling CryptoExtras RSA_boring.swift
[1851/1927] Compiling CryptoExtras Reexport.swift
[1852/1927] Compiling CryptoExtras BoringSSLHelpers.swift
[1853/1927] Compiling CryptoExtras CryptoKitErrors_boring.swift
[1854/1927] Compiling CryptoExtras Data+Extensions.swift
[1855/1927] Compiling CryptoExtras DigestType.swift
[1856/1927] Compiling CryptoExtras ARC+API.swift
[1857/1927] Compiling CryptoExtras ARC.swift
[1858/1927] Compiling CryptoExtras ARCCredential.swift
[1859/1927] Compiling CryptoExtras ARCEncoding.swift
[1860/1927] Compiling CryptoExtras ARCPrecredential.swift
[1861/1927] Compiling CryptoExtras ARCPresentation.swift
[1862/1927] Compiling CryptoExtras ARCRequest.swift
[1863/1927] Compiling CryptoExtras RFC8410AlgorithmIdentifier.swift
[1864/1927] Compiling CryptoExtras ECToolbox_boring.swift
[1865/1927] Compiling CryptoExtras ECToolbox.swift
[1866/1927] Compiling CryptoExtras HashToField.swift
[1867/1927] Compiling CryptoExtras KDF.swift
[1868/1927] Compiling CryptoExtras PBKDF2_boring.swift
[1869/1927] Compiling CryptoExtras PBKDF2_commoncrypto.swift
[1870/1927] Compiling CryptoExtras PBKDF2.swift
[1874/1927] Compiling CryptoExtras ThreadPosix.swift
[1875/1927] Compiling CryptoExtras ThreadSpecific.swift
[1876/1927] Compiling CryptoExtras ThreadWindows.swift
[1877/1927] Compiling CryptoExtras DLEQ.swift
[1878/1927] Compiling CryptoExtras Prover.swift
[1879/1927] Compiling CryptoExtras Verifier.swift
[1880/1927] Compiling CryptoExtras ZKPToolbox.swift
[1889/1927] Compiling CryptoExtras CMAC.swift
[1898/1928] Emitting module NIOCore
[1899/1929] Wrapping AST for CryptoExtras for debugging
[1900/1935] Wrapping AST for NIOCore for debugging
[1902/1935] Emitting module _CryptoExtras
[1903/1935] Compiling _CryptoExtras Exports.swift
[1904/1986] Wrapping AST for _CryptoExtras for debugging
[1906/2027] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1907/2081] Compiling NIOEmbedded AsyncTestingChannel.swift
[1908/2081] Emitting module NIOEmbedded
[1909/2081] Compiling NIOEmbedded Embedded.swift
[1910/2082] Wrapping AST for NIOEmbedded for debugging
[1912/2082] Compiling X509 SubjectAlternativeName.swift
[1913/2082] Compiling X509 SubjectKeyIdentifier.swift
[1914/2082] Compiling X509 Extension.swift
[1915/2082] Compiling X509 Extensions.swift
[1916/2082] Compiling X509 ExtensionsBuilder.swift
[1917/2082] Compiling X509 GeneralName.swift
[1918/2082] Compiling X509 Lock.swift
[1919/2088] Compiling X509 AuthorityInformationAccess.swift
[1920/2088] Compiling X509 AuthorityKeyIdentifier.swift
[1921/2088] Compiling X509 BasicConstraints.swift
[1922/2088] Compiling X509 ExtendedKeyUsage.swift
[1923/2088] Compiling X509 ExtensionIdentifiers.swift
[1924/2088] Compiling X509 KeyUsage.swift
[1925/2088] Compiling X509 NameConstraints.swift
[1926/2088] Compiling X509 EmailAddress.swift
[1927/2088] Compiling X509 LocalityName.swift
[1928/2088] Compiling X509 OrganizationName.swift
[1929/2088] Compiling X509 OrganizationalUnitName.swift
[1930/2088] Compiling X509 StateOrProvinceName.swift
[1931/2088] Compiling X509 StreetAddress.swift
[1932/2088] Compiling X509 Error.swift
[1933/2088] Emitting module NIOPosix
[1934/2088] Compiling NIOPosix ThreadWindows.swift
[1935/2088] Compiling NIOPosix UnsafeTransfer.swift
[1936/2088] Compiling NIOPosix Utilities.swift
[1937/2088] Compiling NIOPosix VsockAddress.swift
[1938/2088] Compiling NIOPosix VsockChannelEvents.swift
[1939/2088] Compiling NIOPosix Windows.swift
[1940/2088] Compiling X509 PolicyBuilder.swift
[1941/2088] Compiling X509 BasicConstraintsPolicy.swift
[1942/2088] Compiling X509 DNSNames.swift
[1943/2088] Compiling X509 DirectoryNames.swift
[1944/2088] Compiling X509 ExpiryPolicy.swift
[1945/2088] Compiling X509 IPConstraints.swift
[1946/2088] Compiling X509 NameConstraintsPolicy.swift
[1947/2088] Compiling X509 RFC5280Policy.swift
[1948/2088] Compiling X509 URIConstraints.swift
[1949/2088] Compiling X509 VersionPolicy.swift
[1950/2088] Compiling X509 ServerIdentityPolicy.swift
[1951/2088] Compiling X509 TrustRootLoading.swift
[1952/2088] Compiling X509 UnverifiedChain.swift
[1953/2101] Compiling X509 PromiseAndFuture.swift
[1954/2101] Compiling X509 RDNAttribute.swift
[1955/2101] Compiling X509 RandomNumberGenerator+bytes.swift
[1956/2101] Compiling X509 RelativeDistinguishedName.swift
[1957/2101] Compiling X509 SEC1PrivateKey.swift
[1958/2101] Compiling X509 SecKeyWrapper.swift
[1959/2101] Compiling X509 Signature.swift
[1960/2101] Compiling X509 SignatureAlgorithm.swift
[1961/2101] Compiling X509 AllOfPolicies.swift
[1962/2101] Compiling X509 AnyPolicy.swift
[1963/2101] Compiling X509 CertificateStore.swift
[1964/2101] Compiling X509 CustomCertificateStore.swift
[1965/2101] Compiling X509 OneOfPolicies.swift
[1966/2101] Compiling X509 CSRAttribute.swift
[1967/2101] Compiling X509 CSRAttributes.swift
[1968/2101] Compiling X509 CSRVersion.swift
[1969/2101] Compiling X509 CertificateSigningRequest.swift
[1970/2101] Compiling X509 CertificationRequestInfo.swift
[1971/2101] Compiling X509 ExtensionRequest.swift
[1972/2101] Compiling X509 Certificate.swift
[1973/2101] Compiling X509 CertificatePrivateKey.swift
[1974/2101] Compiling X509 CertificatePublicKey.swift
[1975/2101] Compiling X509 CertificateSerialNumber.swift
[1976/2101] Compiling X509 CertificateVersion.swift
[1977/2101] Compiling X509 CMSAttribute.swift
[1978/2101] Compiling X509 CMSContentInfo.swift
[1979/2101] Compiling X509 CMSEncapsulatedContentInfo.swift
[1980/2101] Compiling X509 CMSIssuerAndSerialNumber.swift
[1981/2101] Compiling X509 CMSOperations.swift
[1982/2101] Compiling X509 CMSSignature.swift
[1983/2101] Compiling X509 CMSSignedData.swift
[1984/2101] Compiling X509 CMSSignerIdentifier.swift
[1985/2101] Compiling X509 CMSSignerInfo.swift
[1986/2101] Compiling X509 CMSVersion.swift
[1987/2101] Compiling X509 Curve25519+DER.swift
[1988/2101] Compiling X509 Digests.swift
[1989/2101] Compiling X509 DistinguishedName.swift
[1990/2101] Compiling X509 CommonName.swift
[1991/2101] Compiling X509 CountryName.swift
[1992/2101] Compiling X509 DNBuilder.swift
[1993/2101] Compiling X509 DomainComponent.swift
[2036/2102] Compiling X509 OCSPNonce.swift
[2037/2102] Compiling X509 OCSPPolicy.swift
[2038/2102] Compiling X509 OCSPRequest.swift
[2039/2102] Compiling X509 OCSPResponse.swift
[2040/2102] Compiling X509 OCSPResponseBytes.swift
[2041/2102] Compiling X509 OCSPResponseData.swift
[2042/2102] Compiling X509 OCSPResponseStatus.swift
[2043/2102] Compiling X509 OCSPSignature.swift
[2044/2102] Compiling X509 OCSPSingleRequest.swift
[2045/2102] Compiling X509 OCSPSingleResponse.swift
[2046/2102] Compiling X509 OCSPTBSRequest.swift
[2047/2102] Compiling X509 OCSPVersion.swift
[2048/2102] Compiling X509 PKCS8PrivateKey.swift
[2048/2102] Wrapping AST for NIOPosix for debugging
[2064/2162] Compiling NIO Exports.swift
[2065/2162] Emitting module NIO
[2066/2163] Wrapping AST for NIO for debugging
[2068/2202] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[2069/2202] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[2070/2202] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[2071/2204] Compiling _NIOFileSystem TokenBucket.swift
[2072/2204] Compiling _NIOFileSystem UnsafeTransfer.swift
[2073/2204] Compiling _NIOFileSystem FileChunks.swift
[2074/2204] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[2075/2204] Compiling _NIOFileSystem BufferedStream.swift
[2076/2204] Compiling _NIOFileSystem Cancellation.swift
[2077/2204] Compiling NIOTLS TLSEvents.swift
[2078/2204] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[2079/2204] Emitting module NIOTLS
[2080/2204] Emitting module NIOSOCKS
[2081/2204] Emitting module NIOFoundationCompat
[2082/2204] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[2083/2205] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[2084/2205] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[2085/2205] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[2086/2205] Compiling NIOSOCKS SOCKSResponse.swift
[2087/2205] Compiling NIOHTTP1 HTTPEncoder.swift
[2088/2205] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[2089/2205] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[2090/2205] Compiling NIOSOCKS ClientStateMachine.swift
[2091/2205] Compiling NIOHTTP1 ByteCollectionUtils.swift
[2092/2205] Compiling NIOHTTP1 HTTPDecoder.swift
[2096/2205] Emitting module _NIOFileSystem
[2097/2205] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[2098/2205] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[2106/2210] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[2107/2210] Compiling NIOTLS SNIHandler.swift
[2108/2211] Compiling NIOSOCKS ServerStateMachine.swift
[2111/2212] Compiling AsyncKit Optional+StrictMap.swift
[2112/2212] Compiling AsyncKit Exports.swift
[2113/2212] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[2113/2213] Wrapping AST for NIOTLS for debugging
[2115/2213] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[2116/2213] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[2116/2215] Wrapping AST for NIOSOCKS for debugging
[2123/2244] Compiling NIOSSL ObjectIdentifier.swift
[2124/2244] Compiling NIOSSL PosixPort.swift
[2125/2244] Emitting module X509
[2125/2244] Wrapping AST for NIOFoundationCompat for debugging
[2127/2244] Compiling _NIOFileSystem Utilities.swift
[2128/2244] Compiling _NIOFileSystem NIOFilePath.swift
[2129/2244] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[2130/2244] Compiling _NIOFileSystem OpenOptions.swift
[2131/2244] Compiling _NIOFileSystem String+FileSystem.swift
[2132/2266] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[2133/2266] Compiling NIOTransportServices NIOTSSingletons.swift
[2134/2266] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[2135/2266] Compiling NIOTransportServices StateManagedChannel.swift
[2136/2266] Compiling NIOTransportServices StateManagedListenerChannel.swift
[2137/2266] Emitting module NIOTransportServices
[2138/2268] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[2139/2268] Compiling NIOTransportServices NIOTSListenerChannel.swift
[2140/2268] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[2141/2268] Compiling NIOTransportServices NIOTSErrors.swift
[2142/2268] Compiling NIOTransportServices NIOTSEventLoop.swift
[2143/2268] Compiling NIOTransportServices NIOTSBootstraps.swift
[2144/2268] Compiling NIOTransportServices NIOTSChannelOptions.swift
[2145/2268] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[2151/2268] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[2152/2268] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[2158/2268] Compiling NIOTransportServices AcceptHandler.swift
[2159/2268] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[2160/2268] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[2161/2268] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[2162/2268] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[2163/2268] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[2164/2268] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2165/2268] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2173/2269] Emitting module AsyncKit
[2174/2269] Emitting module NIOHTTP1
[2177/2270] Wrapping AST for NIOTransportServices for debugging
[2180/2270] Compiling NIOSSL NIOSSLSecureBytes.swift
[2181/2270] Compiling NIOSSL RNG.swift
[2182/2270] Compiling NIOSSL SafeCompare.swift
[2183/2270] Compiling _NIOFileSystem CInterop.swift
[2184/2270] Compiling _NIOFileSystem Errno.swift
[2185/2270] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[2186/2270] Compiling _NIOFileSystem Mocking.swift
[2187/2270] Compiling _NIOFileSystem Syscall.swift
[2188/2270] Compiling _NIOFileSystem Syscalls.swift
[2189/2270] Compiling _NIOFileSystem SystemFileHandle.swift
[2193/2316] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[2194/2320] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[2195/2320] Compiling NIOExtras NIOExtrasError.swift
[2196/2322] Compiling NIOWebSocket WebSocketOpcode.swift
[2197/2323] Emitting module NIOHTTPCompression
[2198/2323] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[2199/2323] Compiling NIOHPACK IndexedHeaderTable.swift
[2200/2323] Compiling NIOHPACK IntegerCoding.swift
[2201/2324] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2202/2324] Emitting module NIOSSL
[2203/2324] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2204/2324] Compiling NIOSSL SubjectAlternativeName.swift
[2208/2324] Compiling X509 ValidatedCertificateChain.swift
[2209/2324] Compiling X509 VerificationDiagnostic.swift
[2210/2324] Compiling X509 Verifier.swift
[2211/2324] Compiling X509 VerifierPolicy.swift
[2212/2324] Compiling X509 AlgorithmIdentifier.swift
[2213/2324] Compiling X509 ECDSASignature.swift
[2214/2324] Compiling X509 RSAPKCS1PublicKey.swift
[2215/2324] Compiling X509 SubjectPublicKeyInfo.swift
[2216/2324] Compiling X509 TBSCertificate.swift
[2217/2324] Compiling X509 Time.swift
[2218/2324] Compiling X509 TimeCalculations.swift
[2219/2324] Compiling X509 Validity.swift
[2220/2324] Compiling X509 X509SendableMetatype.swift
[2221/2325] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[2222/2325] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[2223/2325] Compiling NIOExtras JSONRPCFraming.swift
[2224/2325] Compiling NIOExtras DebugInboundEventsHandler.swift
[2225/2325] Compiling NIOExtras DebugOutboundEventsHandler.swift
[2226/2325] Compiling NIOExtras FixedLengthFrameDecoder.swift
[2227/2325] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[2228/2325] Compiling NIOExtras LengthFieldPrepender.swift
[2229/2325] Compiling NIOExtras RequestResponseHandler.swift
[2230/2325] Compiling NIOExtras RequestResponseHandlers+State.swift
[2231/2325] Compiling NIOHPACK HuffmanTables.swift
[2232/2325] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2233/2325] Compiling NIOHTTPCompression HTTPDecompression.swift
[2234/2325] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2235/2325] Emitting module NIOWebSocket
[2238/2325] Compiling NIOHPACK HuffmanCoding.swift
[2239/2325] Compiling NIOExtras NIOLengthFieldBitLength.swift
[2240/2325] Compiling NIOExtras NIORequestIdentifiable.swift
[2241/2325] Compiling NIOExtras PCAPRingBuffer.swift
[2242/2325] Compiling NIOExtras QuiescingHelper.swift
[2243/2325] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2244/2325] Compiling NIOHTTPCompression HTTPCompression.swift
[2248/2325] Emitting module NIOHPACK
[2249/2325] Compiling NIOExtras LineBasedFrameDecoder.swift
[2253/2325] Compiling NIOHPACK StaticHeaderTable.swift
[2258/2325] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2259/2326] Emitting module NIOExtras
[2261/2326] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2262/2326] Compiling NIOWebSocket WebSocketFrame.swift
[2274/2327] Compiling NIOExtras RequestResponseWithIDHandler.swift
[2275/2327] Compiling NIOExtras WritePCAPHandler.swift
[2279/2338] Compiling MultipartKit MultipartError.swift
[2280/2338] Compiling MultipartKit Exports.swift
[2281/2338] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[2282/2338] Compiling MultipartKit BasicCodingKey.swift
[2283/2338] Compiling MultipartKit FormDataDecoder.Decoder.swift
[2284/2338] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[2284/2341] Wrapping AST for X509 for debugging
[2292/2348] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[2293/2348] Compiling MultipartKit FormDataDecoder.swift
[2294/2348] Compiling MultipartKit FormDataEncoder.Encoder.swift
[2295/2348] Wrapping AST for NIOHTTP1 for debugging
[2296/2348] Wrapping AST for NIOWebSocket for debugging
[2297/2348] Wrapping AST for NIOHTTPCompression for debugging
[2298/2350] Wrapping AST for _NIOFileSystem for debugging
[2300/2413] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2301/2413] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2302/2413] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2302/2415] Wrapping AST for NIOHPACK for debugging
[2304/2415] Compiling NIOFileSystem Exports.swift
[2305/2415] Emitting module NIOFileSystem
[2306/2415] Compiling NIOHTTP2 MaySendFrames.swift
[2307/2415] Compiling NIOHTTP2 SendingDataState.swift
[2308/2415] Compiling NIOHTTP2 SendingGoawayState.swift
[2309/2415] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2310/2415] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2311/2416] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2312/2416] Emitting module _NIOFileSystemFoundationCompat
[2313/2416] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2314/2416] Compiling NIOHTTP2 ReceivingDataState.swift
[2315/2416] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2316/2416] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2317/2416] Emitting module MultipartKit
[2318/2416] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2319/2416] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2320/2416] Compiling NIOHTTP2 MayReceiveFrames.swift
[2323/2417] Compiling MultipartKit MultipartSerializer.swift
[2326/2418] Compiling MultipartKit Utilities.swift
[2326/2418] Wrapping AST for NIOFileSystem for debugging
[2328/2418] Compiling NIOHTTP2 Error+Any.swift
[2329/2418] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2330/2418] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2331/2418] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2333/2419] Compiling NIOHTTP2 SendingHeadersState.swift
[2334/2419] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2335/2419] Compiling NIOHTTP2 SendingRstStreamState.swift
[2336/2419] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2336/2420] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[2339/2420] Wrapping AST for NIOExtras for debugging
[2340/2420] Wrapping AST for NIOSSL for debugging
[2350/2430] Wrapping AST for MultipartKit for debugging
[2352/2436] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2353/2436] Compiling WebSocketKit WebSocketHandler.swift
[2354/2436] Emitting module WebSocketKit
[2355/2436] Compiling WebSocketKit WebSocket+Concurrency.swift
[2356/2436] Compiling WebSocketKit Exports.swift
[2357/2436] Compiling WebSocketKit WebSocket.swift
[2358/2436] Compiling WebSocketKit WebSocket+Connect.swift
[2359/2436] Compiling WebSocketKit WebSocketClient.swift
[2360/2437] Wrapping AST for WebSocketKit for debugging
[2362/2437] Compiling NIOHTTP2 DOSHeuristics.swift
[2367/2437] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2368/2437] Compiling NIOHTTP2 GlitchesMonitor.swift
[2369/2437] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2372/2437] Compiling NIOHTTP2 HasRemoteSettings.swift
[2373/2437] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2374/2437] Compiling NIOHTTP2 QuiescingState.swift
[2375/2437] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2376/2437] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2377/2437] Compiling NIOHTTP2 StateMachineResult.swift
[2378/2437] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2379/2437] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2380/2437] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[2381/2437] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2382/2437] Compiling NIOHTTP2 StreamChannelList.swift
[2383/2437] Compiling NIOHTTP2 StreamMap.swift
[2384/2437] Compiling NIOHTTP2 StreamStateMachine.swift
[2385/2437] Compiling NIOHTTP2 UnsafeTransfer.swift
[2386/2437] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2387/2437] Emitting module NIOHTTP2
[2397/2437] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2398/2437] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2399/2437] Compiling NIOHTTP2 HTTP2StreamID.swift
[2400/2437] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2401/2437] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2402/2437] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2403/2437] Compiling NIOHTTP2 InboundEventBuffer.swift
[2404/2437] Compiling NIOHTTP2 InboundWindowManager.swift
[2405/2437] Compiling NIOHTTP2 HTTP2Frame.swift
[2406/2437] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2407/2437] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2408/2437] Compiling NIOHTTP2 HTTP2PingData.swift
[2409/2437] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2410/2437] Compiling NIOHTTP2 HTTP2Settings.swift
[2411/2437] Compiling NIOHTTP2 HTTP2Stream.swift
[2412/2437] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2422/2438] Wrapping AST for AsyncKit for debugging
[2424/2438] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2425/2438] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2426/2438] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2427/2438] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2428/2438] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2429/2438] Compiling NIOHTTP2 HTTP2Error.swift
[2430/2438] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2431/2438] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2432/2439] Wrapping AST for NIOHTTP2 for debugging
[2434/2502] Emitting module AsyncHTTPClient
[2435/2510] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2436/2510] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2437/2510] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2438/2510] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2439/2510] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2440/2510] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[2441/2510] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2442/2510] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2443/2510] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2444/2510] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2445/2510] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2446/2510] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2447/2510] Compiling AsyncHTTPClient Transaction.swift
[2448/2510] Compiling AsyncHTTPClient Base64.swift
[2449/2510] Compiling AsyncHTTPClient BasicAuth.swift
[2450/2510] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2451/2510] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2452/2510] Compiling AsyncHTTPClient ConnectionPool.swift
[2453/2510] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2454/2510] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2455/2510] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2456/2510] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2457/2510] Compiling AsyncHTTPClient HTTP1Connection.swift
[2458/2510] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2459/2510] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2460/2510] Compiling AsyncHTTPClient HTTP2Connection.swift
[2461/2510] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2462/2510] Compiling AsyncHTTPClient RequestValidation.swift
[2463/2510] Compiling AsyncHTTPClient SSLContextCache.swift
[2464/2510] Compiling AsyncHTTPClient Scheme.swift
[2465/2510] Compiling AsyncHTTPClient Singleton.swift
[2466/2510] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2467/2510] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2468/2510] Compiling AsyncHTTPClient TracingSupport.swift
[2469/2510] Compiling AsyncHTTPClient Utils.swift
[2470/2510] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2471/2510] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2472/2510] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2473/2510] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2474/2510] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2475/2510] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2476/2510] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2477/2510] Compiling AsyncHTTPClient RequestBodyLength.swift
[2478/2510] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2479/2510] Compiling AsyncHTTPClient RequestOptions.swift
[2480/2510] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2481/2510] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2482/2510] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2483/2510] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2484/2510] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2485/2510] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2486/2510] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2487/2510] Compiling AsyncHTTPClient ConnectionTarget.swift
[2488/2510] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2489/2510] Compiling AsyncHTTPClient NWErrorHandler.swift
[2490/2510] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2491/2510] Compiling AsyncHTTPClient TLSConfiguration.swift
[2492/2510] Compiling AsyncHTTPClient RedirectState.swift
[2493/2510] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2494/2510] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[2495/2510] Compiling AsyncHTTPClient RequestBag.swift
[2496/2510] Compiling AsyncHTTPClient DeconstructedURL.swift
[2497/2510] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2498/2510] Compiling AsyncHTTPClient FoundationExtensions.swift
[2499/2510] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2500/2510] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2501/2510] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2502/2510] Compiling AsyncHTTPClient HTTPClient.swift
[2503/2510] Compiling AsyncHTTPClient HTTPHandler.swift
[2504/2510] Compiling AsyncHTTPClient LRUCache.swift
[2505/2511] Wrapping AST for AsyncHTTPClient for debugging
[2507/2682] Compiling Vapor AsyncMiddleware.swift
[2508/2682] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2509/2682] Compiling Vapor AsyncSessionDriver.swift
[2510/2682] Compiling Vapor Authentication+Concurrency.swift
[2511/2682] Compiling Vapor Cache+Concurrency.swift
[2512/2682] Compiling Vapor Client+Concurrency.swift
[2513/2682] Compiling Vapor RequestBody+Concurrency.swift
[2514/2682] Compiling Vapor Responder+Concurrency.swift
[2515/2682] Compiling Vapor ResponseCodable+Concurrency.swift
[2516/2682] Compiling Vapor RoutesBuilder+Concurrency.swift
[2517/2682] Compiling Vapor ViewRenderer+Concurrency.swift
[2518/2682] Compiling Vapor WebSocket+Concurrency.swift
[2519/2682] Compiling Vapor ContainerGetPathExecutor.swift
[2520/2682] Compiling Vapor Content.swift
[2521/2682] Compiling Vapor ContentCoders.swift
[2522/2682] Compiling Vapor ContentConfiguration.swift
[2523/2682] Compiling Vapor ContentContainer.swift
[2524/2682] Compiling Vapor JSONCoder+Custom.swift
[2525/2682] Compiling Vapor JSONCoders+Content.swift
[2526/2682] Compiling Vapor PlaintextDecoder.swift
[2527/2682] Compiling Vapor PlaintextEncoder.swift
[2528/2682] Compiling Vapor URLQueryCoders.swift
[2529/2682] Compiling Vapor URLQueryContainer.swift
[2530/2682] Compiling Vapor Core.swift
[2531/2682] Compiling Vapor Running.swift
[2532/2706] Compiling Vapor Request.swift
[2533/2706] Compiling Vapor Application+Responder.swift
[2534/2706] Compiling Vapor DefaultResponder.swift
[2535/2706] Compiling Vapor Response+Body.swift
[2536/2706] Compiling Vapor Response.swift
[2537/2706] Compiling Vapor ResponseCodable.swift
[2538/2706] Compiling Vapor Application+Routes.swift
[2539/2706] Compiling Vapor Parameters+Require.swift
[2540/2706] Compiling Vapor Request+WebSocket.swift
[2541/2706] Compiling Vapor Route.swift
[2542/2706] Compiling Vapor RouteCollection.swift
[2543/2706] Compiling Vapor Routes.swift
[2544/2706] Compiling Vapor RoutesBuilder+Group.swift
[2545/2706] Compiling Vapor RoutesBuilder+Method.swift
[2546/2706] Compiling Vapor RoutesBuilder+Middleware.swift
[2547/2706] Compiling Vapor RoutesBuilder+WebSocket.swift
[2548/2706] Compiling Vapor RoutesBuilder.swift
[2549/2706] Compiling Vapor OTP.swift
[2550/2706] Compiling Vapor ValidatedCertificateChain.swift
[2551/2706] Compiling Vapor Application+Servers.swift
[2552/2706] Compiling Vapor Server.swift
[2553/2706] Compiling Vapor App+Service.swift
[2554/2706] Compiling Vapor Req+Service.swift
[2555/2706] Compiling Vapor Service.swift
[2556/2730] Compiling Vapor Application.swift
[2557/2730] Compiling Vapor AuthenticationCache.swift
[2558/2730] Compiling Vapor Authenticator.swift
[2559/2730] Compiling Vapor BasicAuthorization.swift
[2560/2730] Compiling Vapor BearerAuthorization.swift
[2561/2730] Compiling Vapor GuardMiddleware.swift
[2562/2730] Compiling Vapor RedirectMiddleware.swift
[2563/2730] Compiling Vapor SessionAuthenticatable.swift
[2564/2730] Compiling Vapor Bcrypt.swift
[2565/2730] Compiling Vapor Application+Cache.swift
[2566/2730] Compiling Vapor Cache.swift
[2567/2730] Compiling Vapor CacheExpirationTime.swift
[2568/2730] Compiling Vapor MemoryCache.swift
[2569/2730] Compiling Vapor Request+Cache.swift
[2570/2730] Compiling Vapor Application+Clients.swift
[2571/2730] Compiling Vapor Client.swift
[2572/2730] Compiling Vapor ClientRequest.swift
[2573/2730] Compiling Vapor ClientResponse.swift
[2574/2730] Compiling Vapor Request+Client.swift
[2575/2730] Compiling Vapor BootCommand.swift
[2576/2730] Compiling Vapor CommandContext+Application.swift
[2577/2730] Compiling Vapor RoutesCommand.swift
[2578/2730] Compiling Vapor ServeCommand.swift
[2579/2730] Compiling Vapor AnyResponse+Concurrency.swift
[2580/2730] Compiling Vapor AsyncBasicResponder.swift
[2581/2730] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2582/2730] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2583/2730] Compiling Vapor DotEnvFile+load.swift
[2584/2730] Compiling Vapor Routes+caseInsenstive.swift
[2585/2730] Compiling Vapor Validatable+validate.swift
[2586/2730] Compiling Vapor Environment+Process.swift
[2587/2730] Compiling Vapor Environment+Secret.swift
[2588/2730] Compiling Vapor Environment.swift
[2589/2730] Compiling Vapor Abort.swift
[2590/2730] Compiling Vapor AbortError.swift
[2591/2730] Compiling Vapor DebuggableError.swift
[2592/2730] Compiling Vapor Demangler.swift
[2593/2730] Compiling Vapor ErrorSource.swift
[2594/2730] Compiling Vapor StackTrace.swift
[2595/2730] Compiling Vapor Exports.swift
[2596/2730] Compiling Vapor Application+HTTP.swift
[2597/2730] Compiling Vapor BasicResponder.swift
[2598/2730] Compiling Vapor BodyStream.swift
[2599/2730] Compiling Vapor Application+HTTP+Client.swift
[2600/2730] Compiling Vapor EventLoopHTTPClient.swift
[2601/2730] Compiling Vapor EndpointCache.swift
[2602/2730] Compiling Vapor HTTPMethod+String.swift
[2603/2730] Compiling Vapor HTTPStatus.swift
[2604/2730] Compiling Vapor HTTPCookies.swift
[2605/2730] Compiling Vapor Application+Sessions.swift
[2606/2730] Compiling Vapor MemorySessions.swift
[2607/2730] Compiling Vapor Request+Session.swift
[2608/2730] Compiling Vapor Session.swift
[2609/2730] Compiling Vapor SessionCache.swift
[2610/2730] Compiling Vapor SessionData.swift
[2611/2730] Compiling Vapor SessionDriver.swift
[2612/2730] Compiling Vapor SessionsConfiguration.swift
[2613/2730] Compiling Vapor SessionsMiddleware.swift
[2614/2730] Compiling Vapor URLEncodedFormData.swift
[2615/2730] Compiling Vapor URLEncodedFormDecoder.swift
[2616/2730] Compiling Vapor URLEncodedFormEncoder.swift
[2617/2730] Compiling Vapor URLEncodedFormError.swift
[2618/2730] Compiling Vapor URLEncodedFormParser.swift
[2619/2730] Compiling Vapor URLEncodedFormSerializer.swift
[2620/2730] Compiling Vapor URLQueryFragmentConvertible.swift
[2621/2730] Compiling Vapor AnyResponse.swift
[2622/2730] Compiling Vapor Array+Random.swift
[2623/2730] Compiling Vapor Base32.swift
[2624/2730] Compiling Vapor Base64.swift
[2625/2730] Compiling Vapor BaseN.swift
[2626/2730] Compiling Vapor BasicCodingKey.swift
[2627/2730] Compiling Vapor ByteCount.swift
[2628/2730] Compiling Vapor Bytes+Hex.swift
[2629/2730] Compiling Vapor Logger+Report.swift
[2630/2730] Compiling Vapor LoggingSystem+Environment.swift
[2631/2730] Compiling Vapor Application+Middleware.swift
[2632/2730] Compiling Vapor CORSMiddleware.swift
[2633/2730] Compiling Vapor ErrorMiddleware.swift
[2634/2730] Compiling Vapor FileMiddleware.swift
[2635/2730] Compiling Vapor Middleware.swift
[2636/2730] Compiling Vapor MiddlewareConfiguration.swift
[2637/2730] Compiling Vapor ResponseCompressionMiddleware.swift
[2638/2730] Compiling Vapor RouteLoggingMiddleware.swift
[2639/2730] Compiling Vapor TracingMiddleware.swift
[2640/2730] Compiling Vapor File+Multipart.swift
[2641/2730] Compiling Vapor FormDataDecoder+Content.swift
[2642/2730] Compiling Vapor FormDataEncoder+Content.swift
[2643/2730] Compiling Vapor Application+Password.swift
[2644/2730] Compiling Vapor Application+Passwords.swift
[2645/2730] Compiling Vapor AsyncPasswordHasher.swift
[2646/2730] Compiling Vapor BcryptHasher.swift
[2647/2730] Compiling Vapor PasswordHasher.swift
[2648/2730] Compiling Vapor PlaintextHasher.swift
[2649/2730] Compiling Vapor Request+Password.swift
[2650/2730] Compiling Vapor Redirect.swift
[2651/2730] Compiling Vapor Request+Body.swift
[2652/2730] Compiling Vapor Request+BodyStream.swift
[2653/2730] Emitting module Vapor
[2654/2730] Compiling Vapor Validator.swift
[2655/2730] Compiling Vapor ValidatorResult.swift
[2656/2730] Compiling Vapor And.swift
[2657/2730] Compiling Vapor Case.swift
[2658/2730] Compiling Vapor CharacterSet.swift
[2659/2730] Compiling Vapor Count.swift
[2660/2730] Compiling Vapor Custom.swift
[2661/2730] Compiling Vapor Email.swift
[2662/2730] Compiling Vapor Empty.swift
[2663/2730] Compiling Vapor In.swift
[2664/2730] Compiling Vapor Nil.swift
[2665/2730] Compiling Vapor NilIgnoring.swift
[2666/2730] Compiling Vapor Not.swift
[2667/2730] Compiling Vapor Or.swift
[2668/2730] Compiling Vapor Pattern.swift
[2669/2730] Compiling Vapor Range.swift
[2670/2730] Compiling Vapor URL.swift
[2671/2730] Compiling Vapor Valid.swift
[2672/2730] Compiling Vapor Application+Views.swift
[2673/2730] Compiling Vapor PlaintextRenderer.swift
[2674/2730] Compiling Vapor Request+View.swift
[2675/2730] Compiling Vapor View.swift
[2676/2730] Compiling Vapor ViewRenderer.swift
[2677/2730] Compiling Vapor _Deprecations.swift
[2678/2730] Compiling Vapor Bytes+SecureCompare.swift
[2679/2730] Compiling Vapor Collection+Safe.swift
[2680/2730] Compiling Vapor DataProtocol+Copy.swift
[2681/2730] Compiling Vapor DecoderUnwrapper.swift
[2682/2730] Compiling Vapor DirectoryConfiguration.swift
[2683/2730] Compiling Vapor DotEnv.swift
[2684/2730] Compiling Vapor Extendable.swift
[2685/2730] Compiling Vapor File.swift
[2686/2730] Compiling Vapor FileIO.swift
[2687/2730] Compiling Vapor LifecycleHandler.swift
[2688/2730] Compiling Vapor OptionalType.swift
[2689/2730] Compiling Vapor RFC1123.swift
[2690/2730] Compiling Vapor SocketAddress+Hostname.swift
[2691/2730] Compiling Vapor Storage.swift
[2692/2730] Compiling Vapor String+IsIPAddress.swift
[2693/2730] Compiling Vapor Thread.swift
[2694/2730] Compiling Vapor URI.swift
[2695/2730] Compiling Vapor VaporSendableMetadataType.swift
[2696/2730] Compiling Vapor RangeResult.swift
[2697/2730] Compiling Vapor Validatable.swift
[2698/2730] Compiling Vapor Validation.swift
[2699/2730] Compiling Vapor ValidationKey.swift
[2700/2730] Compiling Vapor Validations.swift
[2701/2730] Compiling Vapor ValidationsError.swift
[2702/2730] Compiling Vapor HTTPHeaderCacheControl.swift
[2703/2730] Compiling Vapor HTTPHeaderExpires.swift
[2704/2730] Compiling Vapor HTTPHeaderLastModified.swift
[2705/2730] Compiling Vapor HTTPHeaders+Cache.swift
[2706/2730] Compiling Vapor HTTPHeaders+Connection.swift
[2707/2730] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2708/2730] Compiling Vapor HTTPHeaders+ContentRange.swift
[2709/2730] Compiling Vapor HTTPHeaders+Directive.swift
[2710/2730] Compiling Vapor HTTPHeaders+Forwarded.swift
[2711/2730] Compiling Vapor HTTPHeaders+Link.swift
[2712/2730] Compiling Vapor HTTPHeaders+Name.swift
[2713/2730] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2714/2730] Compiling Vapor HTTPHeaders.swift
[2715/2730] Compiling Vapor HTTPMediaType.swift
[2716/2730] Compiling Vapor HTTPMediaTypePreference.swift
[2717/2730] Compiling Vapor Responder.swift
[2718/2730] Compiling Vapor Application+HTTP+Server.swift
[2719/2730] Compiling Vapor HTTPServer.swift
[2720/2730] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2721/2730] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2722/2730] Compiling Vapor HTTPServerHandler.swift
[2723/2730] Compiling Vapor HTTPServerRequestDecoder.swift
[2724/2730] Compiling Vapor HTTPServerResponseEncoder.swift
[2725/2730] Compiling Vapor HTTPServerUpgradeHandler.swift
[2726/2744] Wrapping AST for Vapor for debugging
[2728/2744] Compiling ParseServerSwift configure.swift
[2729/2745] Compiling ParseServerSwift ParseServerConfiguration.swift
[2730/2745] Compiling ParseServerSwift Constants.swift
[2731/2745] Compiling ParseServerSwift Functions.swift
[2732/2745] Compiling ParseServerSwift Hooks.swift
[2733/2745] Compiling ParseServerSwift FooParameters.swift
[2734/2745] Compiling ParseServerSwift User.swift
[2735/2745] Compiling ParseServerSwift Parse.swift
[2736/2745] Compiling ParseServerSwift routes.swift
[2737/2745] Emitting module ParseServerSwift
[2738/2745] Compiling ParseServerSwift ParseHookTrigger+Vapor.swift
[2739/2745] Compiling ParseServerSwift GameScore.swift
[2740/2745] Compiling ParseServerSwift Parse+Vapor.swift
[2741/2745] Compiling ParseServerSwift ParseHookFunction+Vapor.swift
[2742/2746] Wrapping AST for ParseServerSwift for debugging
[2744/2748] Compiling App entrypoint.swift
[2745/2748] Emitting module App
[2746/2749] Wrapping AST for App for debugging
[2747/2749] Write Objects.LinkFileList
[2748/2749] Linking App
Build complete! (304.04s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.121.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "parse-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.6",
            "upper_bound" : "7.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" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.