The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of swift-playground, reference master (87b5fe), with Swift 6.1 for Android on 13 Sep 2025 04:35:20 UTC.

Swift 6 data race errors: 1

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftfiddle/swiftfiddle-web.git
Reference: master
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/swiftfiddle/swiftfiddle-web
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 87b5fec Update dependency vapor/vapor to from: "4.117.0" (#1107)
Cloned https://github.com/swiftfiddle/swiftfiddle-web.git
Revision (git rev-parse @):
87b5fec29a4b89796e64defe043437f7dfbfbc45
SUCCESS checkout https://github.com/swiftfiddle/swiftfiddle-web.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swiftfiddle/swiftfiddle-web.git
https://github.com/swiftfiddle/swiftfiddle-web.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.117.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "leaf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.5.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/leaf.git"
    }
  ],
  "manifest_display_name" : "swift-playground",
  "name" : "swift-playground",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "App",
      "targets" : [
        "App"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppTests",
      "module_type" : "SwiftTarget",
      "name" : "AppTests",
      "path" : "Tests/AppTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "AppTests.swift"
      ],
      "target_dependencies" : [
        "App"
      ],
      "type" : "test"
    },
    {
      "c99name" : "App",
      "module_type" : "SwiftTarget",
      "name" : "App",
      "path" : "Sources/App",
      "product_dependencies" : [
        "Vapor",
        "Leaf"
      ],
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "Controllers/Base32.swift",
        "Controllers/Firestore.swift",
        "Controllers/Gist.swift",
        "Controllers/ShareImage.swift",
        "Controllers/SharedLink.swift",
        "Controllers/SwiftPackage.swift",
        "Middlewares/CommonErrorMiddleware.swift",
        "Middlewares/CustomHeaderMiddleware.swift",
        "Models/EmbeddedPageResponse.swift",
        "Models/ExecutionRequestParameter.swift",
        "Models/ExecutionResponse.swift",
        "Models/FoldRange.swift",
        "Models/InitialPageResponse.swift",
        "Models/PackageInfo.swift",
        "Models/SharedLinkRequestParameter.swift",
        "Models/VersionGroup.swift",
        "configure.swift",
        "entrypoint.swift",
        "routes.swift",
        "versions.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/leaf.git
Fetching https://github.com/vapor/vapor.git
[1/3980] Fetching leaf
[3981/79086] Fetching leaf, vapor
Fetched https://github.com/vapor/leaf.git from cache (0.39s)
[2254/75106] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.44s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 4.5.1 (3.33s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/leaf-kit.git
[1/5986] Fetching swift-algorithms
[181/10930] Fetching swift-algorithms, leaf-kit
Fetched https://github.com/vapor/leaf-kit.git from cache (0.74s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.74s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.117.0 (1.77s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-atomics.git
[1/2350] Fetching swift-metrics
[307/3438] Fetching swift-metrics, swift-service-context
[649/6931] Fetching swift-metrics, swift-service-context, multipart-kit
[650/8745] Fetching swift-metrics, swift-service-context, multipart-kit, swift-atomics
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.84s)
Fetching https://github.com/vapor/websocket-kit.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.85s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.95s)
Fetching https://github.com/apple/swift-nio-http2.git
[1643/6102] Fetching multipart-kit, websocket-kit
[1957/11320] Fetching multipart-kit, websocket-kit, swift-distributed-tracing
[2401/17447] Fetching multipart-kit, websocket-kit, swift-distributed-tracing, swift-nio-extras
[9998/29108] Fetching multipart-kit, websocket-kit, swift-distributed-tracing, swift-nio-extras, swift-nio-http2
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.06s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/vapor/websocket-kit.git from cache (1.09s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.08s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/routing-kit.git
[4332/15154] Fetching multipart-kit, swift-nio-http2
[5615/19057] Fetching multipart-kit, swift-nio-http2, swift-log
[8185/34132] Fetching multipart-kit, swift-nio-http2, swift-log, swift-nio-ssl
[8958/55172] Fetching multipart-kit, swift-nio-http2, swift-log, swift-nio-ssl, routing-kit
[28373/133252] Fetching multipart-kit, swift-nio-http2, swift-log, swift-nio-ssl, routing-kit, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (1.16s)
[32796/129349] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio
Fetching https://github.com/apple/swift-crypto.git
[38871/146259] 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.82s)
[43805/134598] Fetching multipart-kit, swift-nio-ssl, routing-kit, swift-nio, swift-crypto
Fetching https://github.com/vapor/console-kit.git
[57201/140788] Fetching multipart-kit, swift-nio-ssl, routing-kit, swift-nio, swift-crypto, console-kit
Fetched https://github.com/vapor/routing-kit.git from cache (3.75s)
Fetching https://github.com/vapor/async-kit.git
[53913/119748] Fetching multipart-kit, swift-nio-ssl, swift-nio, swift-crypto, console-kit
Fetched https://github.com/vapor/multipart-kit.git from cache (5.87s)
[53501/116255] Fetching swift-nio-ssl, swift-nio, swift-crypto, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (1.06s)
[48228/110065] Fetching swift-nio-ssl, swift-nio, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
[63407/112504] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-kit
[65918/126763] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-kit, async-http-client
Fetched https://github.com/vapor/async-kit.git from cache (1.09s)
[69922/124324] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.13s)
[81884/109249] Fetching swift-nio, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (2.32s)
[70005/94990] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (6.12s)
[64026/78080] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (10.30s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (12.80s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.45s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (0.94s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.47s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.53s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.49s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.51s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2718] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.30s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.93s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.54s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.77s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.84s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4944] Fetching swift-system
[4501/22404] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.45s)
[4365/17460] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.27s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.94s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.54s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.0 (0.56s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.66s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
[1/1629] Fetching swift-asn1
[409/2805] Fetching swift-asn1, swift-http-structured-headers
[2334/3728] Fetching swift-asn1, swift-http-structured-headers, swift-http-types
[3729/10311] Fetching swift-asn1, swift-http-structured-headers, swift-http-types, swift-certificates
[3730/15702] Fetching swift-asn1, swift-http-structured-headers, swift-http-types, swift-certificates, swift-async-algorithms
[12231/18172] Fetching swift-asn1, swift-http-structured-headers, swift-http-types, swift-certificates, swift-async-algorithms, swift-service-lifecycle
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.47s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.52s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.53s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.53s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.53s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.53s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.09s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.57s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.54s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.44s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (0.56s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (0.56s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.0 (0.57s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.21.0 (2.66s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (1.73s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.13s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.28.0 (1.06s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.94s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.78s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (2.91s)
Creating working copy for https://github.com/vapor/leaf.git
Working copy of https://github.com/vapor/leaf.git resolved at 4.5.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.117.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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.2
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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.28.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.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.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.4.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.34.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.13.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/leaf-kit.git
Working copy of https://github.com/vapor/leaf-kit.git resolved at 1.13.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/vapor/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/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.86.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Building for debugging...
[0/897] Write swift-version-24593BA9C3E375BF.txt
[1/897] Write sources
[2/897] Compiling _NumericsShims _NumericsShims.c
[3/897] Write sources
[6/901] Compiling a_gentm.cc
[7/901] Write sources
[8/901] Compiling _AtomicsShims.c
[9/903] Compiling p_x25519.cc
[9/903] Write sources
[23/903] Compiling a_i2d_fp.cc
[24/903] Compiling pbkdf.cc
[25/903] Write sources
[40/903] Compiling a_strex.cc
[40/903] Write sources
[55/903] Compiling p_x25519_asn1.cc
[56/903] Compiling p_rsa_asn1.cc
[57/917] Compiling CVaporBcrypt blf.c
[58/922] Compiling CVaporBcrypt bcrypt.c
[59/939] Compiling CSystem shims.c
[61/939] Emitting module ServiceContextModule
[61/939] Compiling CNIOWindows shim.c
[63/970] Emitting module _NIODataStructures
[64/970] Emitting module InternalCollectionsUtilities
[65/971] Emitting module SystemPackage
[66/975] Compiling RealModule RealFunctions.swift
[67/976] Compiling ServiceContextModule ServiceContextKey.swift
[68/976] Compiling RealModule Real.swift
[69/976] Compiling SystemPackage Errno.swift
[70/976] Compiling SystemPackage ErrnoWindows.swift
[71/976] Compiling _NIODataStructures Heap.swift
[72/976] Compiling _NIODataStructures PriorityQueue.swift
[73/976] Compiling SystemPackage FileDescriptor.swift
[74/976] Compiling SystemPackage FileHelpers.swift
[75/976] Compiling SystemPackage FilePathSyntax.swift
[76/976] Compiling SystemPackage FilePathTemp.swift
[77/976] Compiling SystemPackage FilePathTempPosix.swift
[78/976] Compiling SystemPackage FilePathTempWindows.swift
[79/976] Compiling SystemPackage FilePathWindows.swift
[80/976] Compiling SystemPackage FilePermissions.swift
[81/976] Compiling SystemPackage IOCompletion.swift
[82/976] Compiling SystemPackage IORequest.swift
[83/976] Compiling SystemPackage FilePathParsing.swift
[84/976] Compiling SystemPackage FilePathString.swift
[85/976] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[88/976] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[89/976] Compiling _NIODataStructures _TinyArray.swift
[90/976] Compiling _NIOBase64 Base64.swift
[91/976] Compiling ServiceContextModule ServiceContext.swift
[92/976] Compiling SystemPackage FilePathComponentView.swift
[93/976] Compiling SystemPackage FilePathComponents.swift
[94/976] Emitting module _NIOBase64
[95/976] Compiling SystemPackage FileOperations.swift
[96/976] Compiling SystemPackage FilePath.swift
[97/976] Compiling RealModule Float16+Real.swift
[98/976] Compiling RealModule Float80+Real.swift
[99/978] Compiling CoreMetrics Metrics.swift
[100/980] Compiling Logging LogHandler.swift
[101/980] Compiling SystemPackage SystemString.swift
[102/980] Compiling SystemPackage Util+StringArray.swift
[103/980] Compiling SystemPackage Util.swift
[104/980] Compiling SystemPackage UtilConsumers.swift
[105/980] Emitting module RealModule
[122/980] Compiling RealModule RelaxedArithmetic.swift
[127/981] Compiling CNIOWindows WSAStartup.c
[128/981] Compiling CNIOWASI CNIOWASI.c
[129/981] Wrapping AST for _NIOBase64 for debugging
[131/1168] Compiling Instrumentation NoOpInstrument.swift
[132/1168] Emitting module Instrumentation
[133/1193] Compiling Instrumentation MultiplexInstrument.swift
[134/1193] Compiling HeapModule Heap+Invariants.swift
[135/1193] Compiling HeapModule Heap+Descriptions.swift
[136/1193] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[137/1193] Compiling Instrumentation Instrument.swift
[138/1193] Compiling Instrumentation InstrumentationSystem.swift
[139/1193] Compiling HeapModule _HeapNode.swift
[140/1193] Compiling HeapModule Heap.swift
[141/1193] Compiling HeapModule Heap+UnsafeHandle.swift
[142/1193] Emitting module HeapModule
[144/1194] Compiling HashTreeCollections TreeSet+Hashable.swift
[145/1194] Compiling HashTreeCollections TreeSet+Sendable.swift
[146/1194] Compiling HashTreeCollections TreeSet+Sequence.swift
[147/1194] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[148/1194] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[149/1194] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[150/1194] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[151/1194] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[152/1194] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[153/1194] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[154/1204] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[155/1204] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[156/1204] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[157/1204] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[158/1204] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[159/1204] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[160/1204] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[161/1204] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[162/1204] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[163/1204] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[164/1204] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[165/1204] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[166/1204] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[167/1204] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[168/1226] Compiling HashTreeCollections TreeDictionary.swift
[169/1226] Compiling HashTreeCollections TreeSet+Codable.swift
[170/1226] Compiling HashTreeCollections TreeSet+Collection.swift
[171/1226] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[172/1226] Compiling HashTreeCollections TreeSet+Debugging.swift
[173/1226] Compiling HashTreeCollections TreeSet+Descriptions.swift
[174/1226] Compiling HashTreeCollections TreeSet+Equatable.swift
[175/1226] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[176/1226] Compiling HashTreeCollections TreeSet+Extras.swift
[177/1226] Compiling HashTreeCollections TreeSet+Filter.swift
[178/1226] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[179/1226] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[180/1226] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[181/1226] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[182/1226] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[183/1226] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[184/1226] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[185/1226] Compiling OrderedCollections OrderedDictionary+Values.swift
[186/1226] Compiling OrderedCollections OrderedDictionary.swift
[187/1226] Compiling OrderedCollections OrderedSet+Codable.swift
[188/1226] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[189/1226] Compiling OrderedCollections OrderedSet+Descriptions.swift
[190/1226] Compiling OrderedCollections OrderedSet+Diffing.swift
[191/1226] Compiling OrderedCollections OrderedSet+Equatable.swift
[192/1226] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[193/1226] Compiling OrderedCollections OrderedSet+Hashable.swift
[194/1226] Compiling DequeModule _DequeBuffer.swift
[195/1226] Compiling DequeModule _DequeBufferHeader.swift
[196/1228] Compiling OrderedCollections OrderedSet+Initializers.swift
[197/1228] Compiling OrderedCollections OrderedSet+Insertions.swift
[198/1228] Compiling OrderedCollections OrderedSet+Invariants.swift
[199/1228] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[200/1228] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[201/1228] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[202/1228] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[203/1228] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[204/1228] Compiling DequeModule Deque+Testing.swift
[205/1228] Compiling DequeModule Deque._Storage.swift
[206/1228] Compiling DequeModule Deque._UnsafeHandle.swift
[207/1228] Compiling DequeModule Deque.swift
[210/1228] Compiling DequeModule _DequeSlot.swift
[211/1228] Compiling DequeModule _UnsafeWrappedBuffer.swift
[222/1228] Compiling OrderedCollections OrderedSet+Sendable.swift
[223/1228] Compiling DequeModule Deque+Equatable.swift
[224/1228] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[225/1228] Compiling DequeModule Deque+CustomReflectable.swift
[226/1228] Compiling DequeModule Deque+Descriptions.swift
[227/1228] Compiling DequeModule Deque+Extras.swift
[228/1228] Compiling DequeModule Deque+Hashable.swift
[231/1228] Compiling Logging Locks.swift
[232/1228] Emitting module Logging
[233/1228] Compiling Instrumentation Locks.swift
[238/1229] Compiling CoreMetrics Locks.swift
[239/1229] Emitting module CoreMetrics
[240/1230] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[241/1230] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[242/1230] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[243/1230] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[244/1230] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[245/1230] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[246/1230] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[247/1230] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[248/1230] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[249/1230] Compiling HashTreeCollections TreeSet.swift
[258/1231] Compiling Logging MetadataProvider.swift
[259/1231] Compiling Logging Logging.swift
[267/1232] Wrapping AST for _NIODataStructures for debugging
[268/1242] Wrapping AST for SystemPackage for debugging
[270/1248] Compiling DequeModule Deque+Codable.swift
[271/1248] Compiling DequeModule Deque+Collection.swift
[290/1248] Wrapping AST for ServiceContextModule for debugging
[308/1257] Compiling OrderedCollections OrderedSet+SubSequence.swift
[309/1257] Compiling OrderedCollections OrderedSet+Testing.swift
[310/1257] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[311/1257] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[312/1257] Compiling OrderedCollections OrderedSet.swift
[313/1257] Compiling OrderedCollections _UnsafeBitset.swift
[320/1257] Compiling Tracing InstrumentationSystem+Tracing.swift
[320/1257] Wrapping AST for RealModule for debugging
[321/1257] Wrapping AST for Logging for debugging
[333/1257] Emitting module DequeModule
[334/1258] Compiling Tracing TracingTime.swift
[341/1258] Wrapping AST for InternalCollectionsUtilities for debugging
[343/1258] Compiling Tracing TracerProtocol.swift
[345/1258] Compiling Tracing Tracer.swift
[346/1258] Compiling Tracing TracerProtocol+Legacy.swift
[346/1258] Wrapping AST for Instrumentation for debugging
[357/1258] Wrapping AST for DequeModule for debugging
[358/1258] Wrapping AST for HeapModule for debugging
[360/1258] Compiling Tracing NoOpTracer.swift
[361/1258] Compiling Tracing SpanProtocol.swift
[362/1258] Emitting module Tracing
[363/1259] Emitting module OrderedCollections
[363/1260] Compiling CNIOSHA1 c_nio_sha1.c
[364/1260] Compiling CNIOPosix event_loop_id.c
[365/1260] Wrapping AST for CoreMetrics for debugging
[368/1260] Compiling CNIOLinux liburing_shims.c
[369/1260] Compiling CNIOLinux shim.c
[370/1260] Compiling CNIOLLHTTP c_nio_http.c
[371/1260] Wrapping AST for Tracing for debugging
[372/1260] Compiling CNIOExtrasZlib empty.c
[373/1260] Compiling CNIODarwin shim.c
[374/1260] Compiling CNIOLLHTTP c_nio_api.c
[408/1260] Compiling fiat_p256_adx_sqr.S
[408/1260] Compiling fiat_p256_adx_mul.S
[408/1260] Compiling fiat_curve25519_adx_square.S
[408/1260] Compiling CNIOLLHTTP c_nio_llhttp.c
[412/1260] Compiling fiat_curve25519_adx_mul.S
[414/1260] Emitting module _RopeModule
[414/1260] Wrapping AST for OrderedCollections for debugging
[415/1260] Compiling CNIOBoringSSLShims shims.c
[417/1260] Compiling RoutingKit Router.swift
[418/1260] Compiling RoutingKit PathComponent.swift
[419/1260] Compiling RoutingKit TrieRouter.swift
[420/1260] Compiling _RopeModule Rope+Join.swift
[421/1260] Compiling _RopeModule Rope+MutatingForEach.swift
[422/1260] Compiling _RopeModule Rope+Remove.swift
[423/1260] Compiling _RopeModule Rope+RemoveSubrange.swift
[424/1260] Compiling _RopeModule Rope+Split.swift
[425/1260] Compiling _RopeModule Optional Utilities.swift
[426/1260] Compiling _RopeModule String Utilities.swift
[427/1260] Compiling _RopeModule String.Index+ABI.swift
[428/1260] Compiling _RopeModule _CharacterRecognizer.swift
[429/1260] Emitting module HashTreeCollections
[450/1262] Wrapping AST for _RopeModule for debugging
[451/1262] Compiling tls_method.cc
[452/1262] Wrapping AST for HashTreeCollections for debugging
[454/1262] Compiling Metrics Metrics.swift
[455/1262] Emitting module Metrics
[455/1263] Compiling tls_record.cc
[457/1263] Compiling RoutingKit AnyRouter.swift
[458/1263] Emitting module RoutingKit
[459/1263] Compiling RoutingKit Parameters.swift
[461/1264] Compiling tls13_server.cc
[462/1264] Wrapping AST for Metrics for debugging
[463/1264] Wrapping AST for RoutingKit for debugging
[464/1264] Compiling tls13_enc.cc
[465/1264] Compiling tls13_client.cc
[466/1264] Compiling t1_enc.cc
[467/1264] Compiling tls13_both.cc
[468/1264] Compiling ssl_versions.cc
[469/1264] Compiling ssl_x509.cc
[470/1264] Compiling ssl_stat.cc
[471/1264] Compiling ssl_transcript.cc
[472/1264] Compiling ssl_session.cc
[473/1264] Compiling ssl_privkey.cc
[474/1264] Compiling ssl_file.cc
[475/1264] Compiling ssl_key_share.cc
[476/1264] Compiling ssl_cert.cc
[477/1264] Compiling ssl_credential.cc
[478/1264] Compiling ssl_cipher.cc
[479/1264] Compiling ssl_buffer.cc
[480/1264] Compiling ssl_lib.cc
[481/1264] Compiling ssl_asn1.cc
[482/1264] Compiling s3_pkt.cc
[483/1264] Compiling ssl_aead_ctx.cc
[484/1264] Compiling s3_lib.cc
[485/1264] Compiling s3_both.cc
[486/1264] Compiling handshake_server.cc
[487/1264] Compiling handshake_client.cc
[488/1264] Compiling handshake.cc
[489/1264] Compiling handoff.cc
[490/1264] Compiling encrypted_client_hello.cc
[491/1264] Compiling dtls_record.cc
[492/1264] Compiling md5-x86_64-linux.S
[493/1264] Compiling dtls_method.cc
[494/1264] Compiling md5-x86_64-apple.S
[495/1264] Compiling md5-586-apple.S
[496/1264] Compiling md5-586-linux.S
[497/1264] Compiling extensions.cc
[498/1264] Compiling chacha20_poly1305_x86_64-linux.S
[499/1264] Compiling chacha20_poly1305_x86_64-apple.S
[500/1264] Compiling chacha20_poly1305_armv8-win.S
[501/1264] Compiling d1_srtp.cc
[501/1264] Compiling chacha20_poly1305_armv8-apple.S
[503/1264] Compiling chacha20_poly1305_armv8-linux.S
[504/1264] Compiling d1_pkt.cc
[505/1264] Compiling chacha-x86_64-linux.S
[506/1264] Compiling chacha-x86_64-apple.S
[507/1264] Compiling chacha-x86-linux.S
[508/1264] Compiling chacha-x86-apple.S
[509/1264] Compiling chacha-armv8-win.S
[510/1264] Compiling aes128gcmsiv-x86_64-linux.S
[511/1264] Compiling chacha-armv8-apple.S
[512/1264] Compiling chacha-armv4-linux.S
[513/1264] Compiling chacha-armv8-linux.S
[514/1264] Compiling aes128gcmsiv-x86_64-apple.S
[515/1264] Compiling x86_64-mont5-linux.S
[516/1264] Compiling x86_64-mont5-apple.S
[517/1264] Compiling x86_64-mont-linux.S
[518/1264] Compiling x86-mont-apple.S
[519/1264] Compiling x86-mont-linux.S
[520/1264] Compiling x86_64-mont-apple.S
[521/1264] Compiling d1_lib.cc
[522/1264] Compiling vpaes-x86_64-linux.S
[523/1264] Compiling vpaes-x86_64-apple.S
[524/1264] Compiling vpaes-x86-linux.S
[525/1264] Compiling vpaes-x86-apple.S
[526/1264] Compiling vpaes-armv8-linux.S
[527/1264] Compiling vpaes-armv8-win.S
[528/1264] Compiling vpaes-armv7-linux.S
[529/1264] Compiling vpaes-armv8-apple.S
[530/1264] Compiling err_data.cc
[531/1264] Compiling sha512-x86_64-linux.S
[532/1264] Compiling sha512-x86_64-apple.S
[533/1264] Compiling sha512-armv8-win.S
[534/1264] Compiling sha512-armv8-apple.S
[535/1264] Compiling sha512-586-linux.S
[536/1264] Compiling sha512-armv4-linux.S
[537/1264] Compiling sha512-586-apple.S
[538/1264] Compiling sha512-armv8-linux.S
[539/1264] Compiling sha256-x86_64-linux.S
[540/1264] Compiling sha256-x86_64-apple.S
[541/1264] Compiling sha256-armv8-win.S
[542/1264] Compiling sha256-armv8-apple.S
[543/1264] Compiling sha256-586-linux.S
[544/1264] Compiling sha256-armv4-linux.S
[545/1264] Compiling sha256-armv8-linux.S
[546/1264] Compiling sha1-x86_64-linux.S
[547/1264] Compiling sha256-586-apple.S
[548/1264] Compiling sha1-x86_64-apple.S
[549/1264] Compiling sha1-armv8-win.S
[550/1264] Compiling sha1-armv8-apple.S
[551/1264] Compiling sha1-586-linux.S
[552/1264] Compiling sha1-armv4-large-linux.S
[553/1264] Compiling sha1-armv8-linux.S
[554/1264] Compiling sha1-586-apple.S
[555/1264] Compiling rsaz-avx2-apple.S
[556/1264] Compiling rdrand-x86_64-apple.S
[557/1264] Compiling rsaz-avx2-linux.S
[558/1264] Compiling rdrand-x86_64-linux.S
[559/1264] Compiling p256_beeu-x86_64-asm-apple.S
[560/1264] Compiling p256_beeu-x86_64-asm-linux.S
[561/1264] Compiling p256_beeu-armv8-asm-win.S
[562/1264] Compiling p256_beeu-armv8-asm-linux.S
[563/1264] Compiling p256_beeu-armv8-asm-apple.S
[564/1264] Compiling p256-x86_64-asm-linux.S
[565/1264] Compiling p256-x86_64-asm-apple.S
[566/1264] Compiling bio_ssl.cc
[567/1264] Compiling p256-armv8-asm-win.S
[568/1264] Compiling p256-armv8-asm-apple.S
[569/1264] Compiling p256-armv8-asm-linux.S
[570/1264] Compiling ghashv8-armv7-linux.S
[571/1264] Compiling ghashv8-armv8-win.S
[572/1264] Compiling ghashv8-armv8-apple.S
[573/1264] Compiling ghash-x86_64-linux.S
[574/1264] Compiling ghashv8-armv8-linux.S
[575/1264] Compiling ghash-x86_64-apple.S
[576/1264] Compiling ghash-ssse3-x86_64-linux.S
[577/1264] Compiling ghash-x86-linux.S
[577/1264] Compiling ghash-ssse3-x86_64-apple.S
[577/1264] Compiling ghash-ssse3-x86-linux.S
[580/1264] Compiling ghash-ssse3-x86-apple.S
[581/1264] Compiling ghash-x86-apple.S
[582/1264] Compiling ghash-neon-armv8-win.S
[583/1264] Compiling ghash-neon-armv8-apple.S
[584/1264] Compiling d1_both.cc
[585/1264] Compiling ghash-neon-armv8-linux.S
[586/1264] Compiling co-586-apple.S
[587/1264] Compiling bsaes-armv7-linux.S
[588/1264] Compiling co-586-linux.S
[589/1264] Compiling ghash-armv4-linux.S
[590/1264] Compiling bn-armv8-win.S
[591/1264] Compiling bn-armv8-linux.S
[592/1264] Compiling bn-armv8-apple.S
[592/1264] Compiling bn-586-linux.S
[594/1264] Compiling bn-586-apple.S
[595/1264] Compiling armv8-mont-win.S
[596/1264] Compiling armv4-mont-linux.S
[597/1264] Compiling armv8-mont-apple.S
[598/1264] Compiling armv8-mont-linux.S
[599/1264] Compiling aesv8-gcm-armv8-win.S
[600/1264] Compiling aesv8-gcm-armv8-apple.S
[601/1264] Compiling aesv8-armv8-win.S
[602/1264] Compiling aesv8-gcm-armv8-linux.S
[603/1264] Compiling aesv8-armv8-apple.S
[604/1264] Compiling aesv8-armv7-linux.S
[605/1264] Compiling aesv8-armv8-linux.S
[606/1264] Compiling aesni-x86_64-linux.S
[607/1264] Compiling aesni-x86_64-apple.S
[608/1264] Compiling aesni-x86-apple.S
[609/1264] Compiling aesni-gcm-x86_64-apple.S
[610/1264] Compiling aesni-x86-linux.S
[611/1264] Compiling aesni-gcm-x86_64-linux.S
[612/1264] Compiling aes-gcm-avx2-x86_64-apple.S
[613/1264] Compiling aes-gcm-avx10-x86_64-linux.S
[614/1264] Compiling aes-gcm-avx2-x86_64-linux.S
[615/1264] Compiling aes-gcm-avx10-x86_64-apple.S
[616/1264] Compiling x_sig.cc
[617/1264] Compiling x_spki.cc
[618/1264] Compiling x_val.cc
[619/1264] Compiling x_x509a.cc
[620/1264] Compiling x_req.cc
[620/1264] Compiling x_pubkey.cc
[622/1264] Compiling x_x509.cc
[623/1264] Compiling x_name.cc
[624/1264] Compiling x_crl.cc
[625/1264] Compiling x_algor.cc
[626/1264] Compiling x_attrib.cc
[627/1264] Compiling x_exten.cc
[628/1264] Compiling x509spki.cc
[629/1264] Compiling x509rset.cc
[630/1264] Compiling x_all.cc
[631/1264] Compiling x509name.cc
[632/1264] Compiling x509cset.cc
[633/1264] Compiling x509_vfy.cc
[634/1264] Compiling x509_vpm.cc
[635/1264] Compiling x509_txt.cc
[636/1264] Compiling x509_v3.cc
[637/1264] Compiling x509_trs.cc
[638/1264] Compiling x509_set.cc
[639/1264] Compiling x509_req.cc
[640/1264] Compiling x509_obj.cc
[641/1264] Compiling x509_lu.cc
[642/1264] Compiling x509_def.cc
[643/1264] Compiling x509_ext.cc
[644/1264] Compiling x509_d2.cc
[645/1264] Compiling x509_att.cc
[646/1264] Compiling x509_cmp.cc
[647/1264] Compiling x509.cc
[648/1264] Compiling v3_utl.cc
[649/1264] Compiling v3_purp.cc
[650/1264] Compiling v3_skey.cc
[651/1264] Compiling v3_prn.cc
[652/1264] Compiling v3_ocsp.cc
[653/1264] Compiling v3_pmaps.cc
[654/1264] Compiling v3_pcons.cc
[655/1264] Compiling v3_ncons.cc
[656/1264] Compiling v3_ia5.cc
[657/1264] Compiling v3_info.cc
[658/1264] Compiling v3_int.cc
[659/1264] Compiling v3_lib.cc
[660/1264] Compiling v3_genn.cc
[661/1264] Compiling v3_extku.cc
[662/1264] Compiling v3_enum.cc
[663/1264] Compiling v3_crld.cc
[664/1264] Compiling v3_conf.cc
[665/1264] Compiling v3_bcons.cc
[666/1264] Compiling v3_bitst.cc
[667/1264] Compiling v3_alt.cc
[668/1264] Compiling v3_cpols.cc
[669/1264] Compiling v3_akeya.cc
[670/1264] Compiling v3_akey.cc
[671/1264] Compiling t_x509a.cc
[672/1264] Compiling i2d_pr.cc
[673/1264] Compiling t_x509.cc
[674/1264] Compiling t_crl.cc
[675/1264] Compiling t_req.cc
[676/1264] Compiling rsa_pss.cc
[677/1264] Compiling name_print.cc
[678/1264] Compiling policy.cc
[679/1264] Compiling by_file.cc
[680/1264] Compiling by_dir.cc
[681/1264] Compiling a_verify.cc
[682/1264] Compiling algorithm.cc
[683/1264] Compiling asn1_gen.cc
[684/1264] Compiling voprf.cc
[685/1264] Compiling a_digest.cc
[686/1264] Compiling a_sign.cc
[687/1264] Compiling trust_token.cc
[688/1264] Compiling thread_win.cc
[689/1264] Compiling thread_none.cc
[690/1264] Compiling thread_pthread.cc
[691/1264] Compiling thread.cc
[692/1264] Compiling stack.cc
[693/1264] Compiling pmbtoken.cc
[694/1264] Compiling siphash.cc
[695/1264] Compiling spake2plus.cc
[696/1264] Compiling sha256.cc
[697/1264] Compiling slhdsa.cc
[698/1264] Compiling sha512.cc
[699/1264] Compiling sha1.cc
[700/1264] Compiling rsa_print.cc
[701/1264] Compiling rsa_extra.cc
[702/1264] Compiling rc4.cc
[703/1264] Compiling refcount.cc
[704/1264] Compiling rsa_crypt.cc
[704/1264] Compiling windows.cc
[706/1264] Compiling urandom.cc
[707/1264] Compiling trusty.cc
[708/1264] Compiling rsa_asn1.cc
[709/1264] Compiling rand.cc
[710/1264] Compiling passive.cc
[711/1264] Compiling poly1305_arm_asm.S
[712/1264] Compiling getentropy.cc
[713/1264] Compiling ios.cc
[714/1264] Compiling forkunsafe.cc
[715/1264] Compiling deterministic.cc
[716/1264] Compiling fork_detect.cc
[717/1264] Compiling poly1305_vec.cc
[718/1264] Compiling poly1305_arm.cc
[719/1264] Compiling pool.cc
[720/1264] Compiling poly1305.cc
[721/1264] Compiling p5_pbev2.cc
[722/1264] Compiling pkcs8.cc
[723/1264] Compiling pkcs8_x509.cc
[724/1264] Compiling pkcs7_x509.cc
[725/1264] Compiling pkcs7.cc
[726/1264] Compiling pem_xaux.cc
[727/1264] Compiling pem_pkey.cc
[728/1264] Compiling pem_x509.cc
[729/1264] Compiling pem_pk8.cc
[730/1264] Compiling pem_oth.cc
[731/1264] Compiling pem_lib.cc
[732/1264] Compiling obj_xref.cc
[733/1264] Compiling mlkem.cc
[734/1264] Compiling pem_info.cc
[735/1264] Compiling pem_all.cc
[736/1264] Compiling mldsa.cc
[737/1264] Compiling poly_rq_mul.S
[738/1264] Compiling obj.cc
[739/1264] Compiling fips_shared_support.cc
[740/1264] Compiling mem.cc
[741/1264] Compiling lhash.cc
[742/1264] Compiling md5.cc
[743/1264] Compiling md4.cc
[744/1264] Compiling kyber.cc
[745/1264] Compiling ex_data.cc
[746/1264] Compiling sign.cc
[747/1264] Compiling hrss.cc
[748/1264] Compiling scrypt.cc
[749/1264] Compiling hpke.cc
[750/1264] Compiling print.cc
[751/1264] Compiling pbkdf.cc
[752/1264] Compiling p_x25519.cc
[753/1264] Compiling p_x25519_asn1.cc
[754/1264] Compiling p_rsa_asn1.cc
[755/1264] Compiling p_ed25519.cc
[756/1264] Compiling p_hkdf.cc
[757/1264] Compiling p_rsa.cc
[758/1264] Compiling p_ed25519_asn1.cc
[759/1264] Compiling p_ec.cc
[760/1264] Compiling p_ec_asn1.cc
[761/1264] Compiling p_dh_asn1.cc
[762/1264] Compiling p_dh.cc
[763/1264] Compiling evp_ctx.cc
[764/1264] Compiling p_dsa_asn1.cc
[765/1264] Compiling evp_asn1.cc
[766/1264] Compiling evp.cc
[767/1264] Compiling err.cc
[768/1264] Compiling engine.cc
[769/1264] Compiling ecdh.cc
[770/1264] Compiling hash_to_curve.cc
[771/1264] Compiling ecdsa_asn1.cc
[772/1264] Compiling ec_derive.cc
[773/1264] Compiling bcm.cc
[774/1264] Compiling dsa.cc
[775/1264] Compiling ec_asn1.cc
[776/1264] Compiling dsa_asn1.cc
[777/1264] Compiling x25519-asm-arm.S
[778/1264] Compiling params.cc
[779/1264] Compiling digest_extra.cc
[780/1264] Compiling dh_asn1.cc
[781/1264] Compiling des.cc
[782/1264] Compiling curve25519_64_adx.cc
[783/1264] Compiling cpu_intel.cc
[784/1264] Compiling spake25519.cc
[785/1264] Compiling crypto.cc
[786/1264] Compiling curve25519.cc
[787/1264] Compiling cpu_arm_linux.cc
[788/1264] Compiling cpu_arm_freebsd.cc
[789/1264] Compiling cpu_aarch64_sysreg.cc
[790/1264] Compiling cpu_aarch64_win.cc
[791/1264] Compiling cpu_aarch64_openbsd.cc
[792/1264] Compiling cpu_aarch64_linux.cc
[793/1264] Compiling cpu_aarch64_fuchsia.cc
[794/1264] Compiling cpu_aarch64_apple.cc
[795/1264] Compiling conf.cc
[796/1264] Compiling tls_cbc.cc
[797/1264] Compiling get_cipher.cc
[798/1264] Compiling e_tls.cc
[799/1264] Compiling e_rc4.cc
[800/1264] Compiling e_rc2.cc
[801/1264] Compiling e_null.cc
[802/1264] Compiling e_chacha20poly1305.cc
[803/1264] Compiling e_des.cc
[804/1264] Compiling e_aesctrhmac.cc
[805/1264] Compiling e_aesgcmsiv.cc
[806/1264] Compiling derive_key.cc
[807/1264] Compiling chacha.cc
[808/1264] Compiling unicode.cc
[809/1264] Compiling blake2.cc
[810/1264] Compiling buf.cc
[811/1264] Compiling ber.cc
[812/1264] Compiling cbb.cc
[813/1264] Compiling asn1_compat.cc
[814/1264] Compiling cbs.cc
[815/1264] Compiling pair.cc
[816/1264] Compiling printf.cc
[817/1264] Compiling convert.cc
[818/1264] Compiling socket_helper.cc
[819/1264] Compiling bn_asn1.cc
[820/1264] Compiling socket.cc
[821/1264] Compiling fd.cc
[822/1264] Compiling hexdump.cc
[823/1264] Compiling file.cc
[824/1264] Compiling errno.cc
[825/1264] Compiling bio_mem.cc
[826/1264] Compiling connect.cc
[827/1264] Compiling bio.cc
[828/1264] Compiling base64.cc
[829/1264] Compiling tasn_typ.cc
[830/1264] Compiling tasn_fre.cc
[831/1264] Compiling tasn_enc.cc
[832/1264] Compiling tasn_utl.cc
[833/1264] Compiling posix_time.cc
[834/1264] Compiling f_string.cc
[835/1264] Compiling tasn_new.cc
[836/1264] Compiling tasn_dec.cc
[837/1264] Compiling f_int.cc
[838/1264] Compiling asn_pack.cc
[839/1264] Compiling asn1_par.cc
[840/1264] Compiling a_utctm.cc
[841/1264] Compiling a_type.cc
[842/1264] Compiling asn1_lib.cc
[843/1264] Compiling a_time.cc
[844/1264] Compiling a_octet.cc
[845/1264] Compiling a_strex.cc
[846/1264] Compiling a_strnid.cc
[847/1264] Compiling a_i2d_fp.cc
[848/1264] Compiling a_object.cc
[849/1264] Compiling a_int.cc
[850/1264] Compiling a_dup.cc
[851/1264] Compiling a_mbstr.cc
[852/1264] Compiling fiat_p256_adx_sqr.S
[853/1264] Compiling fiat_p256_adx_mul.S
[854/1264] Compiling a_gentm.cc
[855/1264] Compiling a_d2i_fp.cc
[856/1264] Compiling fiat_curve25519_adx_square.S
[857/1264] Compiling fiat_curve25519_adx_mul.S
[858/1264] Compiling md5-x86_64-linux.S
[859/1264] Compiling md5-x86_64-apple.S
[860/1264] Compiling md5-586-linux.S
[861/1264] Compiling md5-586-apple.S
[862/1264] Compiling chacha20_poly1305_x86_64-linux.S
[863/1264] Compiling chacha20_poly1305_x86_64-apple.S
[864/1264] Compiling a_bool.cc
[865/1264] Compiling chacha20_poly1305_armv8-win.S
[866/1264] Compiling CCryptoBoringSSLShims shims.c
[867/1264] Compiling a_bitstr.cc
[868/1264] Compiling chacha20_poly1305_armv8-apple.S
[869/1264] Compiling chacha-x86_64-linux.S
[870/1264] Compiling chacha20_poly1305_armv8-linux.S
[871/1264] Compiling chacha-x86_64-apple.S
[872/1264] Compiling chacha-x86-linux.S
[873/1264] Compiling chacha-x86-apple.S
[874/1264] Compiling chacha-armv8-win.S
[875/1264] Compiling chacha-armv8-apple.S
[876/1264] Compiling chacha-armv4-linux.S
[877/1264] Compiling aes128gcmsiv-x86_64-linux.S
[878/1264] Compiling chacha-armv8-linux.S
[879/1264] Compiling x86_64-mont5-apple.S
[880/1264] Compiling aes128gcmsiv-x86_64-apple.S
[881/1264] Compiling x86_64-mont5-linux.S
[882/1264] Compiling x86_64-mont-apple.S
[883/1264] Compiling x86_64-mont-linux.S
[884/1264] Compiling x86-mont-apple.S
[885/1264] Compiling x86-mont-linux.S
[886/1264] Compiling vpaes-x86_64-linux.S
[887/1264] Compiling vpaes-x86_64-apple.S
[888/1264] Compiling vpaes-x86-linux.S
[889/1264] Compiling vpaes-x86-apple.S
[890/1264] Compiling vpaes-armv8-win.S
[891/1264] Compiling vpaes-armv8-apple.S
[892/1264] Compiling vpaes-armv7-linux.S
[893/1264] Compiling vpaes-armv8-linux.S
[894/1264] Compiling sha512-x86_64-linux.S
[895/1264] Compiling sha512-armv8-win.S
[896/1264] Compiling sha512-armv8-apple.S
[897/1264] Compiling sha512-x86_64-apple.S
[898/1264] Compiling sha512-armv4-linux.S
[899/1264] Compiling sha512-armv8-linux.S
[900/1264] Compiling err_data.cc
[901/1264] Compiling sha512-586-apple.S
[902/1264] Compiling sha512-586-linux.S
[902/1264] Compiling sha256-x86_64-linux.S
[904/1264] Compiling sha256-x86_64-apple.S
[905/1264] Compiling sha256-armv8-apple.S
[906/1264] Compiling sha256-armv8-win.S
[907/1264] Compiling sha256-armv8-linux.S
[908/1264] Compiling sha256-armv4-linux.S
[909/1264] Compiling sha256-586-linux.S
[910/1264] Compiling sha256-586-apple.S
[911/1264] Compiling sha1-x86_64-linux.S
[912/1264] Compiling sha1-x86_64-apple.S
[913/1264] Compiling sha1-armv8-win.S
[914/1264] Compiling sha1-armv8-apple.S
[915/1264] Compiling sha1-armv4-large-linux.S
[916/1264] Compiling sha1-armv8-linux.S
[917/1264] Compiling sha1-586-linux.S
[918/1264] Compiling sha1-586-apple.S
[919/1264] Compiling rsaz-avx2-linux.S
[920/1264] Compiling rsaz-avx2-apple.S
[921/1264] Compiling rdrand-x86_64-linux.S
[922/1264] Compiling p256_beeu-x86_64-asm-linux.S
[923/1264] Compiling p256_beeu-x86_64-asm-apple.S
[923/1264] Compiling rdrand-x86_64-apple.S
[925/1264] Compiling p256_beeu-armv8-asm-win.S
[926/1264] Compiling p256_beeu-armv8-asm-linux.S
[927/1264] Compiling p256_beeu-armv8-asm-apple.S
[928/1264] Compiling p256-x86_64-asm-linux.S
[929/1264] Compiling p256-armv8-asm-win.S
[930/1264] Compiling p256-armv8-asm-apple.S
[931/1264] Compiling p256-x86_64-asm-apple.S
[932/1264] Compiling ghashv8-armv8-apple.S
[933/1264] Compiling ghashv8-armv8-win.S
[934/1264] Compiling p256-armv8-asm-linux.S
[935/1264] Compiling ghash-x86_64-linux.S
[936/1264] Compiling ghashv8-armv8-linux.S
[936/1264] Compiling ghash-x86_64-apple.S
[936/1264] Compiling ghashv8-armv7-linux.S
[939/1264] Compiling ghash-x86-apple.S
[940/1264] Compiling ghash-x86-linux.S
[941/1264] Compiling ghash-ssse3-x86-linux.S
[942/1264] Compiling ghash-ssse3-x86_64-linux.S
[943/1264] Compiling ghash-ssse3-x86-apple.S
[944/1264] Compiling ghash-ssse3-x86_64-apple.S
[945/1264] Compiling ghash-neon-armv8-win.S
[946/1264] Compiling ghash-neon-armv8-linux.S
[947/1264] Compiling ghash-armv4-linux.S
[948/1264] Compiling co-586-linux.S
[949/1264] Compiling ghash-neon-armv8-apple.S
[950/1264] Compiling co-586-apple.S
[950/1264] Compiling bsaes-armv7-linux.S
[952/1264] Compiling bn-armv8-win.S
[953/1264] Compiling bn-armv8-linux.S
[954/1264] Compiling bn-armv8-apple.S
[955/1264] Compiling bn-586-apple.S
[956/1264] Compiling bn-586-linux.S
[957/1264] Compiling armv8-mont-win.S
[958/1264] Compiling armv8-mont-apple.S
[959/1264] Compiling armv8-mont-linux.S
[960/1264] Compiling armv4-mont-linux.S
[961/1264] Compiling aesv8-gcm-armv8-win.S
[962/1264] Compiling aesv8-gcm-armv8-apple.S
[963/1264] Compiling aesv8-gcm-armv8-linux.S
[964/1264] Compiling aesv8-armv8-linux.S
[965/1264] Compiling aesv8-armv8-win.S
[966/1264] Compiling aesv8-armv7-linux.S
[967/1264] Compiling aesv8-armv8-apple.S
[968/1264] Compiling aesni-x86_64-linux.S
[969/1264] Compiling aesni-x86_64-apple.S
[970/1264] Compiling aesni-x86-apple.S
[971/1264] Compiling aesni-gcm-x86_64-linux.S
[972/1264] Compiling aesni-x86-linux.S
[973/1264] Compiling aes-gcm-avx512-x86_64-linux.S
[974/1264] Compiling aesni-gcm-x86_64-apple.S
[975/1264] Compiling aes-gcm-avx512-x86_64-apple.S
[976/1264] Compiling aes-gcm-avx2-x86_64-apple.S
[977/1264] Compiling aes-gcm-avx2-x86_64-linux.S
[978/1264] Compiling xwing.cc
[979/1264] Compiling x_x509a.cc
[980/1264] Compiling x_sig.cc
[981/1264] Compiling x_val.cc
[982/1264] Compiling x_x509.cc
[983/1264] Compiling x_spki.cc
[984/1264] Compiling c-nioatomics.c
[985/1264] Compiling c-atomics.c
[986/1264] Compiling x_req.cc
[987/1264] Compiling x_pubkey.cc
[988/1264] Compiling x_crl.cc
[989/1264] Compiling x_name.cc
[990/1270] Compiling x_exten.cc
[991/1270] Compiling x_attrib.cc
[992/1270] Compiling x_all.cc
[994/1270] Compiling NIOConcurrencyHelpers NIOLock.swift
[995/1270] Compiling NIOConcurrencyHelpers lock.swift
[995/1270] Compiling x_algor.cc
[997/1270] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[998/1270] Emitting module NIOConcurrencyHelpers
[999/1270] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1000/1270] Compiling NIOConcurrencyHelpers atomics.swift
[1001/1271] Compiling x509spki.cc
[1002/1271] Compiling x509rset.cc
[1003/1271] Compiling x509name.cc
[1004/1297] Compiling x509_vpm.cc
[1005/1297] Wrapping AST for NIOConcurrencyHelpers for debugging
[1006/1297] Compiling x509cset.cc
[1007/1297] Compiling x509_vfy.cc
[1009/1297] Compiling ConsoleKitTerminal Console+Wait.swift
[1010/1297] Compiling ConsoleKitTerminal ConsoleColor.swift
[1011/1297] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1012/1300] Compiling ConsoleKitTerminal Console+Confirm.swift
[1013/1300] Compiling ConsoleKitTerminal Console+Input.swift
[1014/1300] Compiling ConsoleKitTerminal Console+Center.swift
[1015/1300] Compiling ConsoleKitTerminal Console+Output.swift
[1016/1300] Compiling ConsoleKitTerminal ActivityBar.swift
[1017/1300] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1018/1300] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1019/1300] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1020/1300] Emitting module ConsoleKitTerminal
[1021/1300] Compiling ConsoleKitTerminal CustomActivity.swift
[1022/1300] Compiling ConsoleKitTerminal LoadingBar.swift
[1023/1300] Compiling ConsoleKitTerminal ProgressBar.swift
[1024/1300] Compiling ConsoleKitTerminal Console+Clear.swift
[1025/1300] Compiling ConsoleKitTerminal ConsoleText.swift
[1026/1300] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1027/1300] Compiling ConsoleKitTerminal ANSI.swift
[1027/1300] Compiling x509_v3.cc
[1028/1300] Compiling x509_txt.cc
[1030/1300] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1031/1300] Compiling ConsoleKitTerminal ConsoleClear.swift
[1032/1300] Compiling ConsoleKitTerminal Console+Ask.swift
[1033/1300] Compiling ConsoleKitTerminal Console+Choose.swift
[1034/1300] Compiling ConsoleKitTerminal Console.swift
[1035/1300] Compiling ConsoleKitTerminal Terminal.swift
[1036/1300] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1036/1300] Compiling x509_trs.cc
[1037/1300] Compiling x509_obj.cc
[1038/1300] Compiling x509_set.cc
[1039/1300] Compiling x509_req.cc
[1041/1300] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1042/1300] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1043/1300] Compiling ConsoleKitTerminal LoggerFragment.swift
[1043/1301] Compiling x509_lu.cc
[1045/1301] Compiling x509_ext.cc
[1046/1301] Compiling x509_def.cc
[1047/1301] Compiling x509_d2.cc
[1048/1323] Wrapping AST for ConsoleKitTerminal for debugging
[1049/1323] Compiling x509_cmp.cc
[1050/1323] Compiling x509_att.cc
[1051/1323] Compiling x509.cc
[1053/1323] Emitting module ConsoleKitCommands
[1054/1325] Compiling ConsoleKitCommands CommandSignature.swift
[1055/1325] Compiling ConsoleKitCommands Flag.swift
[1056/1325] Compiling ConsoleKitCommands Option.swift
[1056/1325] Compiling v3_skey.cc
[1057/1325] Compiling v3_utl.cc
[1059/1325] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1060/1325] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1061/1325] Compiling ConsoleKitCommands Argument.swift
[1062/1325] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1063/1325] Compiling ConsoleKitCommands Utilities.swift
[1063/1325] Compiling v3_prn.cc
[1064/1325] Compiling v3_pmaps.cc
[1065/1325] Compiling v3_purp.cc
[1066/1325] Compiling v3_pcons.cc
[1067/1325] Compiling v3_ocsp.cc
[1068/1325] Compiling v3_lib.cc
[1069/1325] Compiling v3_ncons.cc
[1071/1325] Compiling ConsoleKitCommands CommandGroup.swift
[1072/1325] Compiling ConsoleKitCommands CommandInput.swift
[1073/1325] Compiling ConsoleKitCommands Commands.swift
[1074/1325] Compiling ConsoleKitCommands Command.swift
[1075/1325] Compiling ConsoleKitCommands CommandContext.swift
[1076/1325] Compiling ConsoleKitCommands CommandError.swift
[1077/1325] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1078/1325] Compiling ConsoleKitCommands AsyncCommand.swift
[1079/1325] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1080/1325] Compiling ConsoleKitCommands Console+Run.swift
[1081/1325] Compiling ConsoleKitCommands ConsoleError.swift
[1082/1325] Compiling ConsoleKitCommands Completion.swift
[1083/1325] Compiling ConsoleKitCommands AsyncCommands.swift
[1084/1325] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1085/1325] Compiling ConsoleKitCommands AnyCommand.swift
[1086/1326] Compiling v3_int.cc
[1087/1326] Compiling v3_genn.cc
[1088/1326] Compiling v3_info.cc
[1089/1326] Compiling v3_ia5.cc
[1090/1328] Wrapping AST for ConsoleKitCommands for debugging
[1091/1328] Compiling v3_extku.cc
[1093/1328] Compiling ConsoleKit Exports.swift
[1094/1328] Emitting module ConsoleKit
[1094/1329] Compiling v3_enum.cc
[1095/1329] Compiling v3_crld.cc
[1097/1329] Compiling v3_cpols.cc
[1098/1329] Wrapping AST for ConsoleKit for debugging
[1099/1329] Compiling v3_conf.cc
[1100/1329] Compiling v3_bcons.cc
[1101/1329] Compiling v3_bitst.cc
[1102/1329] Compiling v3_alt.cc
[1103/1329] Compiling v3_akey.cc
[1104/1329] Compiling v3_akeya.cc
[1105/1329] Compiling t_x509a.cc
[1106/1329] Compiling t_x509.cc
[1107/1329] Compiling i2d_pr.cc
[1108/1329] Compiling t_crl.cc
[1109/1329] Compiling t_req.cc
[1110/1329] Compiling name_print.cc
[1111/1329] Compiling rsa_pss.cc
[1112/1329] Compiling policy.cc
[1113/1329] Compiling by_file.cc
[1114/1329] Compiling by_dir.cc
[1115/1329] Compiling asn1_gen.cc
[1116/1329] Compiling algorithm.cc
[1117/1329] Compiling a_verify.cc
[1118/1329] Compiling a_sign.cc
[1119/1329] Compiling voprf.cc
[1120/1329] Compiling a_digest.cc
[1121/1329] Compiling trust_token.cc
[1122/1329] Compiling thread_win.cc
[1123/1329] Compiling pmbtoken.cc
[1124/1329] Compiling thread_pthread.cc
[1125/1329] Compiling thread_none.cc
[1126/1329] Compiling thread.cc
[1127/1329] Compiling stack.cc
[1128/1329] Compiling siphash.cc
[1129/1329] Compiling slhdsa.cc
[1130/1329] Compiling sha512.cc
[1131/1329] Compiling rsa_print.cc
[1132/1329] Compiling sha256.cc
[1133/1329] Compiling spake2plus.cc
[1134/1329] Compiling sha1.cc
[1135/1329] Compiling rsa_extra.cc
[1136/1329] Compiling refcount.cc
[1137/1329] Compiling windows.cc
[1138/1329] Compiling rsa_crypt.cc
[1139/1329] Compiling rand.cc
[1140/1329] Compiling urandom.cc
[1141/1329] Compiling rc4.cc
[1142/1329] Compiling trusty.cc
[1143/1329] Compiling rsa_asn1.cc
[1144/1329] Compiling ios.cc
[1145/1329] Compiling passive.cc
[1146/1329] Compiling poly1305_arm_asm.S
[1147/1329] Compiling getentropy.cc
[1148/1329] Compiling forkunsafe.cc
[1149/1329] Compiling fork_detect.cc
[1150/1329] Compiling deterministic.cc
[1151/1329] Compiling poly1305_vec.cc
[1152/1329] Compiling pool.cc
[1153/1329] Compiling poly1305_arm.cc
[1154/1329] Compiling poly1305.cc
[1155/1329] Compiling pkcs8.cc
[1156/1329] Compiling pkcs8_x509.cc
[1157/1329] Compiling p5_pbev2.cc
[1158/1329] Compiling pkcs7.cc
[1159/1329] Compiling pkcs7_x509.cc
[1160/1329] Compiling pem_xaux.cc
[1161/1329] Compiling pem_pkey.cc
[1162/1329] Compiling pem_x509.cc
[1163/1329] Compiling pem_oth.cc
[1164/1329] Compiling mlkem.cc
[1165/1329] Compiling pem_pk8.cc
[1166/1329] Compiling pem_lib.cc
[1167/1329] Compiling pem_info.cc
[1168/1329] Compiling obj_xref.cc
[1169/1329] Compiling pem_all.cc
[1170/1329] Compiling obj.cc
[1171/1329] Compiling mldsa.cc
[1172/1329] Compiling poly_rq_mul.S
[1173/1329] Compiling mem.cc
[1174/1329] Compiling fips_shared_support.cc
[1175/1329] Compiling lhash.cc
[1176/1329] Compiling md5.cc
[1177/1329] Compiling md4.cc
[1178/1329] Compiling fuzzer_mode.cc
[1179/1329] Compiling kyber.cc
[1180/1329] Compiling ex_data.cc
[1181/1329] Compiling hrss.cc
[1182/1329] Compiling hpke.cc
[1183/1329] Compiling scrypt.cc
[1184/1329] Compiling sign.cc
[1185/1329] Compiling print.cc
[1186/1329] Compiling p_rsa.cc
[1187/1329] Compiling p_hkdf.cc
[1188/1329] Compiling p_ed25519.cc
[1189/1329] Compiling p_ec.cc
[1190/1329] Compiling p_ed25519_asn1.cc
[1191/1329] Compiling p_dsa_asn1.cc
[1192/1329] Compiling p_ec_asn1.cc
[1193/1329] Compiling p_dh_asn1.cc
[1194/1329] Compiling p_dh.cc
[1195/1329] Compiling err.cc
[1196/1329] Compiling evp.cc
[1197/1329] Compiling engine.cc
[1198/1329] Compiling ecdsa_p1363.cc
[1199/1329] Compiling evp_asn1.cc
[1200/1329] Compiling evp_ctx.cc
[1201/1329] Compiling ecdh.cc
[1202/1329] Compiling ecdsa_asn1.cc
[1203/1329] Compiling hash_to_curve.cc
[1204/1329] Compiling ec_derive.cc
[1205/1329] Compiling dsa.cc
[1206/1329] Compiling dsa_asn1.cc
[1207/1329] Compiling ec_asn1.cc
[1208/1329] Compiling des.cc
[1209/1329] Compiling digest_extra.cc
[1210/1329] Compiling x25519-asm-arm.S
[1211/1329] Compiling params.cc
[1212/1329] Compiling bcm.cc
[1213/1329] Compiling dh_asn1.cc
[1214/1329] Compiling curve25519_64_adx.cc
[1215/1329] Compiling cpu_intel.cc
[1216/1329] Compiling crypto.cc
[1217/1329] Compiling spake25519.cc
[1218/1329] Compiling cpu_aarch64_sysreg.cc
[1219/1329] Compiling cpu_arm_freebsd.cc
[1220/1329] Compiling cpu_arm_linux.cc
[1221/1329] Compiling cpu_aarch64_win.cc
[1222/1329] Compiling curve25519.cc
[1223/1329] Compiling cpu_aarch64_linux.cc
[1224/1329] Compiling cpu_aarch64_fuchsia.cc
[1225/1329] Compiling cpu_aarch64_openbsd.cc
[1226/1329] Compiling cpu_aarch64_apple.cc
[1227/1329] Compiling conf.cc
[1228/1329] Compiling tls_cbc.cc
[1229/1329] Compiling get_cipher.cc
[1230/1329] Compiling cms.cc
[1231/1329] Compiling e_tls.cc
[1232/1329] Compiling e_rc4.cc
[1233/1329] Compiling e_rc2.cc
[1234/1329] Compiling e_null.cc
[1235/1329] Compiling e_des.cc
[1236/1329] Compiling e_chacha20poly1305.cc
[1237/1329] Compiling e_aesgcmsiv.cc
[1238/1329] Compiling derive_key.cc
[1239/1329] Compiling e_aesctrhmac.cc
[1240/1329] Compiling e_aeseax.cc
[1241/1329] Compiling chacha.cc
[1242/1329] Compiling sqrt.cc
[1243/1329] Compiling unicode.cc
[1244/1329] Compiling buf.cc
[1245/1329] Compiling cbb.cc
[1246/1329] Compiling ber.cc
[1247/1329] Compiling exponentiation.cc
[1248/1329] Compiling cbs.cc
[1249/1329] Compiling div.cc
[1250/1329] Compiling blake2.cc
[1251/1329] Compiling asn1_compat.cc
[1252/1329] Compiling hexdump.cc
[1253/1329] Compiling file.cc
[1254/1329] Compiling convert.cc
[1255/1329] Compiling pair.cc
[1256/1329] Compiling fd.cc
[1257/1329] Compiling printf.cc
[1258/1329] Compiling bn_asn1.cc
[1259/1329] Compiling bio_mem.cc
[1260/1329] Compiling errno.cc
[1261/1329] Compiling bio.cc
[1262/1329] Compiling base64.cc
[1263/1329] Compiling tasn_typ.cc
[1264/1329] Compiling tasn_utl.cc
[1265/1329] Compiling tasn_enc.cc
[1266/1329] Compiling tasn_fre.cc
[1267/1329] Compiling tasn_new.cc
[1268/1329] Compiling posix_time.cc
[1269/1329] Compiling f_string.cc
[1270/1329] Compiling asn1_par.cc
[1271/1329] Compiling f_int.cc
[1272/1329] Compiling asn_pack.cc
[1273/1329] Compiling tasn_dec.cc
[1274/1329] Compiling asn1_lib.cc
[1275/1329] Compiling a_octet.cc
[1276/1329] Compiling a_object.cc
[1277/1329] Compiling a_utctm.cc
[1278/1329] Compiling a_time.cc
[1279/1329] Compiling a_strnid.cc
[1280/1329] Compiling a_type.cc
[1281/1329] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1282/1329] Write sources
[1283/1329] Compiling a_mbstr.cc
[1283/1329] Write sources
[1289/1400] Compiling a_dup.cc
[1290/1400] Compiling aes.cc
[1291/1400] Compiling a_d2i_fp.cc
[1292/1400] Compiling a_int.cc
[1294/1409] Compiling Atomics ManagedAtomic.swift
[1295/1409] Compiling Atomics ManagedAtomicLazyReference.swift
[1296/1413] Compiling Atomics UnsafeAtomic.swift
[1297/1413] Compiling Atomics UnsafeAtomicLazyReference.swift
[1298/1427] Compiling Algorithms EitherSequence.swift
[1299/1427] Compiling Algorithms FirstNonNil.swift
[1300/1427] Compiling Algorithms Intersperse.swift
[1301/1427] Compiling Algorithms Joined.swift
[1302/1427] Compiling Algorithms AdjacentPairs.swift
[1303/1427] Compiling Algorithms Chain.swift
[1304/1427] Compiling Algorithms Chunked.swift
[1305/1427] Compiling Algorithms Combinations.swift
[1306/1427] Compiling Algorithms Compacted.swift
[1307/1427] Compiling Algorithms Cycle.swift
[1310/1434] Compiling BitCollections BitSet+Initializers.swift
[1311/1434] Compiling BitCollections BitSet+Invariants.swift
[1312/1434] Compiling BitCollections BitSet+Random.swift
[1313/1434] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1314/1434] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1315/1434] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1316/1434] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1317/1434] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1318/1434] Compiling BitCollections BitSet+CustomReflectable.swift
[1319/1434] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1320/1434] Compiling BitCollections BitSet+Equatable.swift
[1321/1434] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1322/1434] Compiling BitCollections BitSet+Extras.swift
[1323/1434] Compiling BitCollections BitSet+Hashable.swift
[1323/1434] Compiling a_bool.cc
[1324/1434] Compiling a_bitstr.cc
[1326/1434] Compiling Algorithms FlattenCollection.swift
[1327/1434] Compiling Algorithms Grouped.swift
[1328/1434] Compiling Algorithms Indexed.swift
[1329/1434] Compiling Algorithms Product.swift
[1330/1434] Compiling Algorithms RandomSample.swift
[1331/1434] Emitting module BitCollections
[1332/1434] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1333/1434] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1334/1434] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1335/1434] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1336/1434] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1337/1434] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1338/1434] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1339/1434] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1340/1434] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1341/1434] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1342/1434] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1343/1434] Compiling BitCollections BitSet+SetAlgebra union.swift
[1344/1434] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1345/1434] Compiling BitCollections BitSet.Counted.swift
[1351/1442] Compiling Algorithms Keyed.swift
[1352/1442] Compiling Algorithms MinMax.swift
[1353/1442] Compiling Algorithms Partition.swift
[1354/1442] Compiling Algorithms Split.swift
[1355/1442] Compiling Algorithms Stride.swift
[1356/1442] Compiling Algorithms Suffix.swift
[1358/1445] Compiling Algorithms Reductions.swift
[1359/1445] Compiling Algorithms Rotate.swift
[1360/1445] Compiling Algorithms Permutations.swift
[1368/1445] Compiling BitCollections BitSet.Index.swift
[1369/1445] Compiling BitCollections BitSet._UnsafeHandle.swift
[1370/1445] Compiling BitCollections BitSet.swift
[1371/1445] Compiling BitCollections Range+Utilities.swift
[1372/1445] Compiling BitCollections Slice+Utilities.swift
[1373/1445] Compiling BitCollections UInt+Tricks.swift
[1374/1445] Compiling BitCollections _Word.swift
[1376/1446] Compiling CryptoBoringWrapper RandomBytes.swift
[1382/1446] Wrapping AST for BitCollections for debugging
[1384/1446] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1385/1446] Compiling Algorithms Trim.swift
[1386/1446] Compiling Algorithms Unique.swift
[1387/1446] Compiling Algorithms Windows.swift
[1396/1448] Emitting module Collections
[1397/1448] Compiling Collections Collections.swift
[1398/1448] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1399/1449] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1400/1449] Emitting module CryptoBoringWrapper
[1401/1449] Compiling CryptoBoringWrapper EllipticCurve.swift
[1403/1449] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1404/1449] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1405/1450] Wrapping AST for Collections for debugging
[1414/1450] Emitting module Atomics
[1417/1451] Wrapping AST for CryptoBoringWrapper for debugging
[1419/1522] Wrapping AST for Atomics for debugging
[1421/1583] Emitting module Algorithms
[1422/1584] Wrapping AST for Algorithms for debugging
[1424/1584] Compiling NIOCore MarkedCircularBuffer.swift
[1425/1584] Compiling NIOCore MulticastChannel.swift
[1426/1584] Compiling NIOCore NIOAny.swift
[1427/1584] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1428/1584] Compiling NIOCore NIOCoreSendableMetatype.swift
[1429/1584] Compiling NIOCore NIOLoopBound.swift
[1430/1584] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1431/1584] Compiling NIOCore NIOScheduledCallback.swift
[1432/1584] Compiling NIOCore NIOSendable.swift
[1433/1584] Compiling NIOCore RecvByteBufferAllocator.swift
[1442/1602] Compiling NIOCore ConvenienceOptionSupport.swift
[1443/1602] Compiling NIOCore DeadChannel.swift
[1444/1602] Compiling NIOCore DispatchQueue+WithFuture.swift
[1445/1602] Compiling NIOCore EventLoop+Deprecated.swift
[1446/1602] Compiling NIOCore EventLoop+SerialExecutor.swift
[1447/1602] Compiling NIOCore EventLoop.swift
[1448/1602] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1449/1602] Compiling NIOCore ByteBuffer-multi-int.swift
[1450/1602] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1451/1602] Compiling NIOCore ByteBuffer-views.swift
[1452/1602] Compiling NIOCore Channel.swift
[1453/1602] Compiling NIOCore ChannelHandler.swift
[1454/1602] Compiling NIOCore ChannelHandlers.swift
[1455/1602] Compiling NIOCore ChannelInvoker.swift
[1456/1602] Compiling NIOCore ChannelOption.swift
[1457/1602] Compiling NIOCore ChannelPipeline.swift
[1458/1602] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1459/1602] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1460/1602] Compiling NIOCore EventLoopFuture.swift
[1461/1602] Compiling NIOCore FileDescriptor.swift
[1462/1602] Emitting module Crypto
[1463/1602] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1464/1602] Compiling NIOCore SocketAddresses.swift
[1465/1602] Compiling NIOCore SocketOptionProvider.swift
[1466/1602] Compiling NIOCore SystemCallHelpers.swift
[1467/1602] Compiling NIOCore TimeAmount+Duration.swift
[1468/1602] Compiling NIOCore TypeAssistedChannelHandler.swift
[1469/1602] Compiling NIOCore UniversalBootstrapSupport.swift
[1470/1602] Compiling NIOCore Utilities.swift
[1471/1602] Compiling Crypto EdDSA_boring.swift
[1472/1602] Compiling Crypto ECDSA.swift
[1473/1602] Compiling NIOCore AddressedEnvelope.swift
[1474/1602] Compiling NIOCore AsyncAwaitSupport.swift
[1475/1602] Compiling NIOCore AsyncChannel.swift
[1476/1602] Compiling NIOCore AsyncChannelHandler.swift
[1477/1602] Compiling NIOCore AsyncChannelInboundStream.swift
[1478/1602] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1479/1602] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1480/1602] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1481/1602] Compiling NIOCore NIOAsyncWriter.swift
[1482/1602] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1483/1602] Compiling NIOCore IOData.swift
[1484/1602] Compiling NIOCore IPProtocol.swift
[1485/1602] Compiling NIOCore IntegerBitPacking.swift
[1486/1602] Compiling NIOCore IntegerTypes.swift
[1487/1602] Compiling NIOCore Interfaces.swift
[1488/1602] Compiling NIOCore Linux.swift
[1495/1602] Compiling NIOCore FileHandle.swift
[1496/1602] Compiling NIOCore FileRegion.swift
[1497/1602] Compiling NIOCore GlobalSingletons.swift
[1498/1602] Compiling NIOCore IO.swift
[1509/1602] Compiling NIOCore BSDSocketAPI.swift
[1510/1602] Compiling NIOCore ByteBuffer-aux.swift
[1511/1602] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1512/1602] Compiling NIOCore ByteBuffer-conversions.swift
[1513/1602] Compiling NIOCore ByteBuffer-core.swift
[1514/1602] Compiling NIOCore ByteBuffer-hex.swift
[1515/1602] Compiling NIOCore ByteBuffer-int.swift
[1516/1602] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1517/1602] Compiling NIOCore CircularBuffer.swift
[1518/1602] Compiling NIOCore Codec.swift
[1519/1602] Compiling Crypto Ed25519.swift
[1520/1602] Compiling Crypto Signature.swift
[1521/1602] Compiling Crypto CryptoKitErrors_boring.swift
[1522/1602] Compiling Crypto RNG_boring.swift
[1523/1602] Compiling Crypto SafeCompare_boring.swift
[1524/1602] Compiling Crypto Zeroization_boring.swift
[1525/1602] Compiling Crypto PrettyBytes.swift
[1526/1602] Compiling Crypto SafeCompare.swift
[1527/1602] Compiling Crypto SecureBytes.swift
[1528/1602] Compiling Crypto Zeroization.swift
[1537/1603] Wrapping AST for Crypto for debugging
[1575/1603] Emitting module NIOCore
[1576/1604] Wrapping AST for NIOCore for debugging
[1578/1656] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1579/1656] Emitting module NIOEmbedded
[1580/1656] Compiling NIOEmbedded AsyncTestingChannel.swift
[1581/1656] Compiling NIOPosix Pool.swift
[1582/1656] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1583/1656] Compiling NIOPosix PosixSingletons.swift
[1584/1656] Compiling NIOPosix RawSocketBootstrap.swift
[1585/1656] Compiling NIOPosix Resolver.swift
[1586/1656] Compiling NIOPosix Selectable.swift
[1587/1656] Compiling NIOPosix SelectableChannel.swift
[1588/1662] Compiling NIOEmbedded Embedded.swift
[1589/1663] Wrapping AST for NIOEmbedded for debugging
[1591/1663] Compiling NIOPosix ThreadPosix.swift
[1592/1663] Compiling NIOPosix ThreadWindows.swift
[1593/1663] Compiling NIOPosix UnsafeTransfer.swift
[1594/1663] Compiling NIOPosix Utilities.swift
[1595/1663] Compiling NIOPosix VsockAddress.swift
[1596/1663] Compiling NIOPosix VsockChannelEvents.swift
[1597/1663] Compiling NIOPosix Socket.swift
[1598/1663] Compiling NIOPosix SocketChannel.swift
[1599/1663] Compiling NIOPosix SocketProtocols.swift
[1600/1663] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1601/1663] Compiling NIOPosix System.swift
[1602/1663] Compiling NIOPosix Thread.swift
[1603/1663] Compiling NIOPosix Bootstrap.swift
[1604/1663] Compiling NIOPosix ControlMessage.swift
[1605/1663] Compiling NIOPosix DatagramVectorReadManager.swift
[1606/1663] Compiling NIOPosix Errors+Any.swift
[1607/1663] Compiling NIOPosix FileDescriptor.swift
[1608/1663] Compiling NIOPosix GetaddrinfoResolver.swift
[1609/1663] Compiling NIOPosix HappyEyeballs.swift
[1610/1663] Compiling NIOPosix IO.swift
[1611/1663] Compiling NIOPosix IntegerBitPacking.swift
[1612/1663] Compiling NIOPosix IntegerTypes.swift
[1613/1663] Compiling NIOPosix Linux.swift
[1614/1663] Compiling NIOPosix LinuxCPUSet.swift
[1615/1663] Compiling NIOPosix LinuxUring.swift
[1616/1663] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1617/1663] Compiling NIOPosix SelectableEventLoop.swift
[1618/1663] Compiling NIOPosix SelectorEpoll.swift
[1619/1663] Compiling NIOPosix SelectorGeneric.swift
[1620/1663] Compiling NIOPosix SelectorKqueue.swift
[1621/1663] Compiling NIOPosix SelectorUring.swift
[1622/1663] Compiling NIOPosix ServerSocket.swift
[1623/1663] Emitting module NIOPosix
[1624/1663] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1625/1663] Compiling NIOPosix NIOThreadPool.swift
[1626/1663] Compiling NIOPosix NonBlockingFileIO.swift
[1627/1663] Compiling NIOPosix PendingDatagramWritesManager.swift
[1628/1663] Compiling NIOPosix PendingWritesManager.swift
[1629/1663] Compiling NIOPosix PipeChannel.swift
[1630/1663] Compiling NIOPosix PipePair.swift
[1631/1663] Compiling NIOPosix BSDSocketAPICommon.swift
[1632/1663] Compiling NIOPosix BSDSocketAPIPosix.swift
[1633/1663] Compiling NIOPosix BSDSocketAPIWindows.swift
[1634/1663] Compiling NIOPosix BaseSocket.swift
[1635/1663] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1636/1663] Compiling NIOPosix BaseSocketChannel.swift
[1637/1663] Compiling NIOPosix BaseStreamSocketChannel.swift
[1638/1664] Wrapping AST for NIOPosix for debugging
[1640/1724] Compiling _NIOFileSystem ByteCount.swift
[1641/1724] Compiling _NIOFileSystem Convenience.swift
[1642/1724] Compiling _NIOFileSystem DirectoryEntries.swift
[1643/1726] Emitting module NIO
[1644/1726] Compiling NIO Exports.swift
[1646/1727] Compiling _NIOFileSystem FileType.swift
[1647/1727] Compiling _NIOFileSystem IOStrategy.swift
[1648/1727] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1649/1727] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1650/1727] Compiling _NIOFileSystem FileSystemError.swift
[1651/1727] Compiling _NIOFileSystem FileSystemProtocol.swift
[1651/1727] Wrapping AST for NIO for debugging
[1653/1741] Compiling _NIOFileSystem ParallelDirCopy.swift
[1654/1741] Compiling _NIOFileSystem ParallelRemoval.swift
[1655/1741] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1656/1741] Compiling _NIOFileSystem CInterop.swift
[1657/1741] Compiling _NIOFileSystem Errno.swift
[1658/1771] Compiling NIOTLS TLSEvents.swift
[1659/1771] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1660/1771] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1661/1771] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1662/1771] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1663/1771] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1664/1771] Compiling NIOSOCKS ClientStateMachine.swift
[1665/1772] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1666/1772] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1667/1772] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1668/1772] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1669/1772] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1670/1772] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1671/1772] Compiling NIOHTTP1 HTTPDecoder.swift
[1672/1772] Compiling NIOHTTP1 HTTPEncoder.swift
[1673/1772] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1674/1772] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1675/1772] Compiling NIOSOCKS SOCKSResponse.swift
[1676/1772] Emitting module NIOTLS
[1677/1772] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1678/1772] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1679/1772] Compiling NIOSOCKS ServerStateMachine.swift
[1680/1772] Emitting module _NIOFileSystem
[1681/1772] Compiling AsyncKit Optional+StrictMap.swift
[1684/1772] Compiling AsyncKit Exports.swift
[1689/1772] Emitting module NIOSOCKS
[1692/1772] Compiling NIOTLS SNIHandler.swift
[1695/1774] Emitting module NIOFoundationCompat
[1696/1774] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1698/1775] Compiling _NIOFileSystem Utilities.swift
[1699/1775] Compiling _NIOFileSystem NIOFilePath.swift
[1700/1775] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[1701/1775] Compiling _NIOFileSystem OpenOptions.swift
[1702/1775] Compiling _NIOFileSystem String+FileSystem.swift
[1702/1775] Wrapping AST for NIOSOCKS for debugging
[1703/1775] Wrapping AST for NIOTLS for debugging
[1705/1804] Compiling NIOSSL NIOSSLClientHandler.swift
[1706/1804] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1706/1806] Wrapping AST for NIOFoundationCompat for debugging
[1708/1806] Compiling NIOSSL SSLPrivateKey.swift
[1709/1806] Compiling NIOSSL SSLPublicKey.swift
[1710/1806] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1711/1806] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1712/1806] Compiling NIOSSL SubjectAlternativeName.swift
[1713/1806] Compiling NIOSSL SSLConnection.swift
[1714/1806] Compiling NIOSSL LinuxCABundle.swift
[1715/1828] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1716/1828] Compiling NIOTransportServices NIOTSSingletons.swift
[1717/1828] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1718/1828] Compiling NIOTransportServices StateManagedChannel.swift
[1719/1828] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1720/1828] Emitting module AsyncKit
[1721/1828] Compiling NIOTransportServices AcceptHandler.swift
[1722/1828] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1723/1828] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1724/1828] Compiling NIOTransportServices NIOTSBootstraps.swift
[1726/1828] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1727/1828] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1728/1830] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1729/1830] Compiling NIOTransportServices NIOTSErrors.swift
[1730/1830] Compiling NIOTransportServices NIOTSEventLoop.swift
[1731/1830] Emitting module NIOTransportServices
[1734/1830] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1738/1830] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1739/1830] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1740/1830] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1741/1830] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1742/1830] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1746/1830] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1747/1830] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1748/1830] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1749/1831] Emitting module NIOHTTP1
[1753/1831] Wrapping AST for NIOTransportServices for debugging
[1762/1832] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1763/1832] Compiling _NIOFileSystem Mocking.swift
[1764/1832] Compiling _NIOFileSystem Syscall.swift
[1765/1832] Compiling _NIOFileSystem Syscalls.swift
[1766/1832] Compiling _NIOFileSystem SystemFileHandle.swift
[1772/1898] Wrapping AST for NIOHTTP1 for debugging
[1774/1898] Emitting module NIOSSL
[1779/1902] Compiling NIOWebSocket WebSocketOpcode.swift
[1780/1903] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1781/1906] Compiling MultipartKit FormDataEncoder.swift
[1782/1906] Compiling MultipartKit Storage.swift
[1783/1908] Compiling NIOHPACK IndexedHeaderTable.swift
[1784/1908] Compiling NIOHPACK IntegerCoding.swift
[1785/1909] Compiling MultipartKit FormDataDecoder.swift
[1786/1909] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1787/1911] Compiling NIOHTTPCompression HTTPDecompression.swift
[1788/1911] Emitting module NIOHTTPCompression
[1789/1911] Compiling NIOHTTPCompression HTTPCompression.swift
[1790/1911] Compiling NIOHPACK StaticHeaderTable.swift
[1791/1911] Compiling NIOHPACK HuffmanCoding.swift
[1792/1911] Compiling NIOHPACK HuffmanTables.swift
[1794/1911] Compiling NIOSSL NIOSSLSecureBytes.swift
[1795/1911] Compiling NIOSSL RNG.swift
[1796/1911] Compiling NIOSSL SafeCompare.swift
[1797/1911] Compiling MultipartKit MultipartPart.swift
[1798/1911] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1799/1911] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1800/1911] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1801/1911] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1802/1911] Compiling MultipartKit BasicCodingKey.swift
[1803/1911] Compiling MultipartKit MultipartError.swift
[1804/1911] Compiling MultipartKit Exports.swift
[1805/1912] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1806/1912] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1807/1912] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1810/1912] Emitting module _NIOFileSystemFoundationCompat
[1811/1912] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1812/1912] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1813/1912] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1814/1912] Emitting module NIOWebSocket
[1815/1912] Emitting module MultipartKit
[1816/1912] Compiling MultipartKit MultipartParser.swift
[1818/1912] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1819/1912] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1828/1913] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1829/1913] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1830/1913] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1831/1913] Compiling MultipartKit MultipartFormData.swift
[1833/1913] Emitting module NIOHPACK
[1834/1913] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1835/1913] Compiling NIOWebSocket WebSocketFrame.swift
[1837/1914] Emitting module NIOExtras
[1838/1914] Compiling NIOExtras WritePCAPHandler.swift
[1839/1914] Compiling MultipartKit Utilities.swift
[1840/1914] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[1847/1914] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1862/1918] Wrapping AST for _NIOFileSystem for debugging
[1863/1918] Wrapping AST for NIOWebSocket for debugging
[1867/1918] Compiling NIOFileSystem Exports.swift
[1868/1918] Emitting module NIOFileSystem
[1884/1918] Wrapping AST for NIOHTTPCompression for debugging
[1885/1919] Wrapping AST for NIOHPACK for debugging
[1887/1919] Wrapping AST for MultipartKit for debugging
[1889/1945] Compiling NIOSSL Zeroization.swift
[1890/1945] Compiling NIOSSL TLSConfiguration.swift
[1891/1945] Compiling NIOSSL UniversalBootstrapSupport.swift
[1892/1945] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1892/1980] Wrapping AST for NIOFileSystem for debugging
[1894/2004] Wrapping AST for NIOSSL for debugging
[1896/2004] Compiling LeafKit LeafContext.swift
[1897/2004] Compiling LeafKit LeafSerializer.swift
[1898/2005] Wrapping AST for NIOExtras for debugging
[1900/2013] Emitting module LeafKit
[1901/2016] Compiling LeafKit LeafSource.swift
[1902/2016] Compiling LeafKit LeafSources.swift
[1903/2016] Compiling LeafKit NIOLeafFiles.swift
[1904/2016] Compiling WebSocketKit Exports.swift
[1905/2016] Compiling WebSocketKit WebSocketHandler.swift
[1906/2016] Compiling LeafKit LeafRawTemplate.swift
[1907/2016] Compiling LeafKit LeafToken.swift
[1908/2016] Compiling LeafKit LeafParameter.swift
[1909/2016] Compiling LeafKit LeafError.swift
[1910/2016] Compiling LeafKit LeafLexer.swift
[1911/2016] Compiling LeafKit LeafParameterTypes.swift
[1912/2016] Compiling LeafKit LeafParser.swift
[1913/2016] Compiling LeafKit LeafRenderer.swift
[1914/2016] Compiling LeafKit Dictionary+LeafData.swift
[1915/2016] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1916/2016] Compiling WebSocketKit WebSocket+Connect.swift
[1917/2016] Emitting module WebSocketKit
[1918/2016] Compiling WebSocketKit WebSocket+Concurrency.swift
[1921/2016] Compiling LeafKit ParameterResolver.swift
[1922/2016] Compiling WebSocketKit WebSocket.swift
[1923/2016] Compiling WebSocketKit WebSocketClient.swift
[1925/2017] Compiling LeafKit Character+Identities.swift
[1926/2017] Compiling LeafKit LeafAST.swift
[1927/2017] Compiling LeafKit DefaultLeafCache.swift
[1928/2017] Compiling LeafKit LeafCache.swift
[1929/2017] Compiling LeafKit LeafConfiguration.swift
[1930/2017] Compiling LeafKit LeafData.swift
[1931/2017] Compiling LeafKit LeafDataRepresentable.swift
[1932/2017] Compiling LeafKit LeafDataStorage.swift
[1932/2017] Wrapping AST for WebSocketKit for debugging
[1951/2025] Compiling LeafKit LeafSyntax.swift
[1952/2025] Compiling LeafKit LeafTag.swift
[1953/2025] Compiling LeafKit String+HTMLEscape.swift
[1954/2026] Wrapping AST for LeafKit for debugging
[1956/2026] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1957/2026] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1958/2026] Compiling NIOHTTP2 HTTP2StreamID.swift
[1959/2026] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1960/2026] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1961/2026] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1962/2026] Compiling NIOHTTP2 InboundEventBuffer.swift
[1963/2026] Compiling NIOHTTP2 InboundWindowManager.swift
[1964/2026] Emitting module NIOHTTP2
[1965/2026] Compiling NIOHTTP2 HTTP2Frame.swift
[1966/2026] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1967/2026] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1968/2026] Compiling NIOHTTP2 HTTP2PingData.swift
[1969/2026] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1970/2026] Compiling NIOHTTP2 HTTP2Settings.swift
[1971/2026] Compiling NIOHTTP2 HTTP2Stream.swift
[1972/2026] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1973/2026] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1974/2026] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1975/2026] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1976/2026] Compiling NIOHTTP2 StreamChannelList.swift
[1977/2026] Compiling NIOHTTP2 StreamMap.swift
[1978/2026] Compiling NIOHTTP2 StreamStateMachine.swift
[1979/2026] Compiling NIOHTTP2 UnsafeTransfer.swift
[1980/2026] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1993/2027] Wrapping AST for AsyncKit for debugging
[2003/2027] Compiling NIOHTTP2 MaySendFrames.swift
[2004/2027] Compiling NIOHTTP2 SendingDataState.swift
[2005/2027] Compiling NIOHTTP2 SendingGoawayState.swift
[2006/2027] Compiling NIOHTTP2 SendingHeadersState.swift
[2007/2027] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2008/2027] Compiling NIOHTTP2 SendingRstStreamState.swift
[2009/2027] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2010/2027] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2011/2027] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2013/2027] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2014/2027] Compiling NIOHTTP2 MayReceiveFrames.swift
[2015/2027] Compiling NIOHTTP2 ReceivingDataState.swift
[2016/2027] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2017/2027] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2018/2027] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2019/2027] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2020/2027] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2021/2028] Wrapping AST for NIOHTTP2 for debugging
[2023/2088] Compiling AsyncHTTPClient HTTPHandler.swift
[2024/2088] Compiling AsyncHTTPClient LRUCache.swift
[2025/2088] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2026/2088] Compiling AsyncHTTPClient NWErrorHandler.swift
[2027/2088] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2028/2088] Compiling AsyncHTTPClient TLSConfiguration.swift
[2029/2088] Compiling AsyncHTTPClient RedirectState.swift
[2030/2088] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2031/2096] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2032/2096] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2033/2096] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2034/2096] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2035/2096] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2036/2096] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2037/2096] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2038/2096] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2039/2096] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2040/2096] Compiling AsyncHTTPClient ConnectionTarget.swift
[2041/2096] Compiling AsyncHTTPClient DeconstructedURL.swift
[2042/2096] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2043/2096] Compiling AsyncHTTPClient FoundationExtensions.swift
[2044/2096] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2045/2096] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2046/2096] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2047/2096] Compiling AsyncHTTPClient HTTPClient.swift
[2048/2096] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2049/2096] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2050/2096] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2051/2096] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2052/2096] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2053/2096] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2054/2096] Compiling AsyncHTTPClient RequestBodyLength.swift
[2055/2096] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2056/2096] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2057/2096] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2058/2096] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2059/2096] Compiling AsyncHTTPClient HTTP1Connection.swift
[2060/2096] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2061/2096] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2062/2096] Compiling AsyncHTTPClient HTTP2Connection.swift
[2063/2096] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2064/2096] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2065/2096] Compiling AsyncHTTPClient RequestOptions.swift
[2066/2096] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2067/2096] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2068/2096] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2069/2096] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2070/2096] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2071/2096] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2072/2096] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2073/2096] Emitting module AsyncHTTPClient
[2074/2096] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2075/2096] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2076/2096] Compiling AsyncHTTPClient Transaction.swift
[2077/2096] Compiling AsyncHTTPClient Base64.swift
[2078/2096] Compiling AsyncHTTPClient BasicAuth.swift
[2079/2096] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2080/2096] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2081/2096] Compiling AsyncHTTPClient ConnectionPool.swift
[2082/2096] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2083/2096] Compiling AsyncHTTPClient RequestBag.swift
[2084/2096] Compiling AsyncHTTPClient RequestValidation.swift
[2085/2096] Compiling AsyncHTTPClient SSLContextCache.swift
[2086/2096] Compiling AsyncHTTPClient Scheme.swift
[2087/2096] Compiling AsyncHTTPClient Singleton.swift
[2088/2096] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2089/2096] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2090/2096] Compiling AsyncHTTPClient Utils.swift
[2091/2097] Wrapping AST for AsyncHTTPClient for debugging
[2093/2267] Compiling Vapor Running.swift
[2094/2267] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2095/2267] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2096/2267] Compiling Vapor DotEnvFile+load.swift
[2097/2267] Compiling Vapor Routes+caseInsenstive.swift
[2098/2267] Compiling Vapor Validatable+validate.swift
[2099/2267] Compiling Vapor Environment+Process.swift
[2100/2267] Compiling Vapor Environment+Secret.swift
[2101/2267] Compiling Vapor Environment.swift
[2102/2267] Compiling Vapor Abort.swift
[2103/2267] Compiling Vapor AbortError.swift
[2104/2267] Compiling Vapor DebuggableError.swift
[2105/2267] Compiling Vapor Demangler.swift
[2106/2267] Compiling Vapor ErrorSource.swift
[2107/2267] Compiling Vapor StackTrace.swift
[2108/2267] Compiling Vapor Exports.swift
[2109/2267] Compiling Vapor Application+HTTP.swift
[2110/2267] Compiling Vapor BasicResponder.swift
[2111/2267] Compiling Vapor BodyStream.swift
[2112/2267] Compiling Vapor Application+HTTP+Client.swift
[2113/2267] Compiling Vapor EventLoopHTTPClient.swift
[2114/2267] Compiling Vapor EndpointCache.swift
[2115/2267] Compiling Vapor HTTPMethod+String.swift
[2116/2267] Compiling Vapor HTTPStatus.swift
[2117/2291] Compiling Vapor Application.swift
[2118/2291] Compiling Vapor AuthenticationCache.swift
[2119/2291] Compiling Vapor Authenticator.swift
[2120/2291] Compiling Vapor BasicAuthorization.swift
[2121/2291] Compiling Vapor BearerAuthorization.swift
[2122/2291] Compiling Vapor GuardMiddleware.swift
[2123/2291] Compiling Vapor RedirectMiddleware.swift
[2124/2291] Compiling Vapor SessionAuthenticatable.swift
[2125/2291] Compiling Vapor Bcrypt.swift
[2126/2291] Compiling Vapor Application+Cache.swift
[2127/2291] Compiling Vapor Cache.swift
[2128/2291] Compiling Vapor CacheExpirationTime.swift
[2129/2291] Compiling Vapor MemoryCache.swift
[2130/2291] Compiling Vapor Request+Cache.swift
[2131/2291] Compiling Vapor Application+Clients.swift
[2132/2291] Compiling Vapor Client.swift
[2133/2291] Compiling Vapor ClientRequest.swift
[2134/2291] Compiling Vapor ClientResponse.swift
[2135/2291] Compiling Vapor Request+Client.swift
[2136/2291] Compiling Vapor BootCommand.swift
[2137/2291] Compiling Vapor CommandContext+Application.swift
[2138/2291] Compiling Vapor RoutesCommand.swift
[2139/2291] Compiling Vapor ServeCommand.swift
[2140/2291] Compiling Vapor AnyResponse+Concurrency.swift
[2141/2291] Compiling Vapor AsyncBasicResponder.swift
[2142/2315] Compiling Vapor AsyncMiddleware.swift
[2143/2315] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2144/2315] Compiling Vapor AsyncSessionDriver.swift
[2145/2315] Compiling Vapor Authentication+Concurrency.swift
[2146/2315] Compiling Vapor Cache+Concurrency.swift
[2147/2315] Compiling Vapor Client+Concurrency.swift
[2148/2315] Compiling Vapor RequestBody+Concurrency.swift
[2149/2315] Compiling Vapor Responder+Concurrency.swift
[2150/2315] Compiling Vapor ResponseCodable+Concurrency.swift
[2151/2315] Compiling Vapor RoutesBuilder+Concurrency.swift
[2152/2315] Compiling Vapor ViewRenderer+Concurrency.swift
[2153/2315] Compiling Vapor WebSocket+Concurrency.swift
[2154/2315] Compiling Vapor ContainerGetPathExecutor.swift
[2155/2315] Compiling Vapor Content.swift
[2156/2315] Compiling Vapor ContentCoders.swift
[2157/2315] Compiling Vapor ContentConfiguration.swift
[2158/2315] Compiling Vapor ContentContainer.swift
[2159/2315] Compiling Vapor JSONCoder+Custom.swift
[2160/2315] Compiling Vapor JSONCoders+Content.swift
[2161/2315] Compiling Vapor PlaintextDecoder.swift
[2162/2315] Compiling Vapor PlaintextEncoder.swift
[2163/2315] Compiling Vapor URLQueryCoders.swift
[2164/2315] Compiling Vapor URLQueryContainer.swift
[2165/2315] Compiling Vapor Core.swift
[2166/2315] Compiling Vapor HTTPServerUpgradeHandler.swift
[2167/2315] Compiling Vapor Logger+Report.swift
[2168/2315] Compiling Vapor LoggingSystem+Environment.swift
[2169/2315] Compiling Vapor Application+Middleware.swift
[2170/2315] Compiling Vapor CORSMiddleware.swift
[2171/2315] Compiling Vapor ErrorMiddleware.swift
[2172/2315] Compiling Vapor FileMiddleware.swift
[2173/2315] Compiling Vapor Middleware.swift
[2174/2315] Compiling Vapor MiddlewareConfiguration.swift
[2175/2315] Compiling Vapor ResponseCompressionMiddleware.swift
[2176/2315] Compiling Vapor RouteLoggingMiddleware.swift
[2177/2315] Compiling Vapor TracingMiddleware.swift
[2178/2315] Compiling Vapor File+Multipart.swift
[2179/2315] Compiling Vapor FormDataDecoder+Content.swift
[2180/2315] Compiling Vapor FormDataEncoder+Content.swift
[2181/2315] Compiling Vapor Application+Password.swift
[2182/2315] Compiling Vapor Application+Passwords.swift
[2183/2315] Compiling Vapor AsyncPasswordHasher.swift
[2184/2315] Compiling Vapor BcryptHasher.swift
[2185/2315] Compiling Vapor PasswordHasher.swift
[2186/2315] Compiling Vapor PlaintextHasher.swift
[2187/2315] Compiling Vapor Request+Password.swift
[2188/2315] Compiling Vapor Redirect.swift
[2189/2315] Compiling Vapor Request+Body.swift
[2190/2315] Compiling Vapor Validator.swift
[2191/2315] Compiling Vapor ValidatorResult.swift
[2192/2315] Compiling Vapor And.swift
[2193/2315] Compiling Vapor Case.swift
[2194/2315] Compiling Vapor CharacterSet.swift
[2195/2315] Compiling Vapor Count.swift
[2196/2315] Compiling Vapor Custom.swift
[2197/2315] Compiling Vapor Email.swift
[2198/2315] Compiling Vapor Empty.swift
[2199/2315] Compiling Vapor In.swift
[2200/2315] Compiling Vapor Nil.swift
[2201/2315] Compiling Vapor NilIgnoring.swift
[2202/2315] Compiling Vapor Not.swift
[2203/2315] Compiling Vapor Or.swift
[2204/2315] Compiling Vapor Pattern.swift
[2205/2315] Compiling Vapor Range.swift
[2206/2315] Compiling Vapor URL.swift
[2207/2315] Compiling Vapor Valid.swift
[2208/2315] Compiling Vapor Application+Views.swift
[2209/2315] Compiling Vapor PlaintextRenderer.swift
[2210/2315] Compiling Vapor Request+View.swift
[2211/2315] Compiling Vapor View.swift
[2212/2315] Compiling Vapor ViewRenderer.swift
[2213/2315] Compiling Vapor _Deprecations.swift
[2214/2315] Compiling Vapor Bytes+SecureCompare.swift
[2215/2315] Compiling Vapor Collection+Safe.swift
[2216/2315] Compiling Vapor DataProtocol+Copy.swift
[2217/2315] Compiling Vapor DecoderUnwrapper.swift
[2218/2315] Compiling Vapor DirectoryConfiguration.swift
[2219/2315] Compiling Vapor DotEnv.swift
[2220/2315] Compiling Vapor Extendable.swift
[2221/2315] Compiling Vapor File.swift
[2222/2315] Compiling Vapor FileIO.swift
[2223/2315] Compiling Vapor LifecycleHandler.swift
[2224/2315] Compiling Vapor OptionalType.swift
[2225/2315] Compiling Vapor RFC1123.swift
[2226/2315] Compiling Vapor SocketAddress+Hostname.swift
[2227/2315] Compiling Vapor Storage.swift
[2228/2315] Compiling Vapor String+IsIPAddress.swift
[2229/2315] Compiling Vapor Thread.swift
[2230/2315] Compiling Vapor URI.swift
[2231/2315] Compiling Vapor VaporSendableMetadataType.swift
[2232/2315] Compiling Vapor RangeResult.swift
[2233/2315] Compiling Vapor Validatable.swift
[2234/2315] Compiling Vapor Validation.swift
[2235/2315] Compiling Vapor ValidationKey.swift
[2236/2315] Compiling Vapor Validations.swift
[2237/2315] Compiling Vapor ValidationsError.swift
[2238/2315] Emitting module Vapor
[2239/2315] Compiling Vapor Request+BodyStream.swift
[2240/2315] Compiling Vapor Request.swift
[2241/2315] Compiling Vapor Application+Responder.swift
[2242/2315] Compiling Vapor DefaultResponder.swift
[2243/2315] Compiling Vapor Response+Body.swift
[2244/2315] Compiling Vapor Response.swift
[2245/2315] Compiling Vapor ResponseCodable.swift
[2246/2315] Compiling Vapor Application+Routes.swift
[2247/2315] Compiling Vapor Parameters+Require.swift
[2248/2315] Compiling Vapor Request+WebSocket.swift
[2249/2315] Compiling Vapor Route.swift
[2250/2315] Compiling Vapor RouteCollection.swift
[2251/2315] Compiling Vapor Routes.swift
[2252/2315] Compiling Vapor RoutesBuilder+Group.swift
[2253/2315] Compiling Vapor RoutesBuilder+Method.swift
[2254/2315] Compiling Vapor RoutesBuilder+Middleware.swift
[2255/2315] Compiling Vapor RoutesBuilder+WebSocket.swift
[2256/2315] Compiling Vapor RoutesBuilder.swift
[2257/2315] Compiling Vapor OTP.swift
[2258/2315] Compiling Vapor Application+Servers.swift
[2259/2315] Compiling Vapor Server.swift
[2260/2315] Compiling Vapor App+Service.swift
[2261/2315] Compiling Vapor Req+Service.swift
[2262/2315] Compiling Vapor Service.swift
[2263/2315] Compiling Vapor Application+Sessions.swift
[2264/2315] Compiling Vapor MemorySessions.swift
[2265/2315] Compiling Vapor Request+Session.swift
[2266/2315] Compiling Vapor Session.swift
[2267/2315] Compiling Vapor SessionCache.swift
[2268/2315] Compiling Vapor SessionData.swift
[2269/2315] Compiling Vapor SessionDriver.swift
[2270/2315] Compiling Vapor SessionsConfiguration.swift
[2271/2315] Compiling Vapor SessionsMiddleware.swift
[2272/2315] Compiling Vapor URLEncodedFormData.swift
[2273/2315] Compiling Vapor URLEncodedFormDecoder.swift
[2274/2315] Compiling Vapor URLEncodedFormEncoder.swift
[2275/2315] Compiling Vapor URLEncodedFormError.swift
[2276/2315] Compiling Vapor URLEncodedFormParser.swift
[2277/2315] Compiling Vapor URLEncodedFormSerializer.swift
[2278/2315] Compiling Vapor URLQueryFragmentConvertible.swift
[2279/2315] Compiling Vapor AnyResponse.swift
[2280/2315] Compiling Vapor Array+Random.swift
[2281/2315] Compiling Vapor Base32.swift
[2282/2315] Compiling Vapor Base64.swift
[2283/2315] Compiling Vapor BaseN.swift
[2284/2315] Compiling Vapor BasicCodingKey.swift
[2285/2315] Compiling Vapor ByteCount.swift
[2286/2315] Compiling Vapor Bytes+Hex.swift
[2287/2315] Compiling Vapor HTTPCookies.swift
[2288/2315] Compiling Vapor HTTPHeaderCacheControl.swift
[2289/2315] Compiling Vapor HTTPHeaderExpires.swift
[2290/2315] Compiling Vapor HTTPHeaderLastModified.swift
[2291/2315] Compiling Vapor HTTPHeaders+Cache.swift
[2292/2315] Compiling Vapor HTTPHeaders+Connection.swift
[2293/2315] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2294/2315] Compiling Vapor HTTPHeaders+ContentRange.swift
[2295/2315] Compiling Vapor HTTPHeaders+Directive.swift
[2296/2315] Compiling Vapor HTTPHeaders+Forwarded.swift
[2297/2315] Compiling Vapor HTTPHeaders+Link.swift
[2298/2315] Compiling Vapor HTTPHeaders+Name.swift
[2299/2315] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2300/2315] Compiling Vapor HTTPHeaders.swift
[2301/2315] Compiling Vapor HTTPMediaType.swift
[2302/2315] Compiling Vapor HTTPMediaTypePreference.swift
[2303/2315] Compiling Vapor Responder.swift
[2304/2315] Compiling Vapor Application+HTTP+Server.swift
[2305/2315] Compiling Vapor HTTPServer.swift
[2306/2315] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2307/2315] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2308/2315] Compiling Vapor HTTPServerHandler.swift
[2309/2315] Compiling Vapor HTTPServerRequestDecoder.swift
[2310/2315] Compiling Vapor HTTPServerResponseEncoder.swift
[2311/2316] Wrapping AST for Vapor for debugging
[2313/2323] Compiling Leaf Request+Leaf.swift
[2314/2323] Compiling Leaf LeafRenderer+ViewRenderer.swift
[2315/2323] Compiling Leaf LeafError+AbortError.swift
[2316/2323] Compiling Leaf Exports.swift
[2317/2323] Compiling Leaf Application+Leaf.swift
[2318/2323] Compiling Leaf LeafEncoder.swift
[2319/2323] Emitting module Leaf
[2320/2324] Wrapping AST for Leaf for debugging
[2322/2343] Emitting module App
/host/spi-builder-workspace/Sources/App/Controllers/Firestore.swift:93:14: warning: static property 'dateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 91 |   let updateTime: Date
 92 |
 93 |   static var dateFormatter: DateFormatter = {
    |              |- warning: static property 'dateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'dateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make static property 'dateFormatter' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |     let dateFormatter = DateFormatter()
 95 |     dateFormatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.SZ"
[2323/2345] Compiling App SharedLinkRequestParameter.swift
[2324/2345] Compiling App VersionGroup.swift
[2325/2345] Compiling App InitialPageResponse.swift
[2326/2345] Compiling App PackageInfo.swift
[2327/2345] Compiling App configure.swift
/host/spi-builder-workspace/Sources/App/entrypoint.swift:30:17: warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
28 |
29 |     let app = try await Application.make(env)
30 |     defer { app.shutdown() }
   |                 `- warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
31 |
32 |     try configure(app)
[2328/2345] Compiling App entrypoint.swift
/host/spi-builder-workspace/Sources/App/entrypoint.swift:30:17: warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
28 |
29 |     let app = try await Application.make(env)
30 |     defer { app.shutdown() }
   |                 `- warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
31 |
32 |     try configure(app)
[2329/2345] Compiling App ShareImage.swift
[2330/2345] Compiling App SharedLink.swift
[2331/2345] Compiling App SwiftPackage.swift
[2332/2345] Compiling App CommonErrorMiddleware.swift
[2333/2345] Compiling App CustomHeaderMiddleware.swift
[2334/2345] Compiling App EmbeddedPageResponse.swift
[2335/2345] Compiling App ExecutionRequestParameter.swift
[2336/2345] Compiling App ExecutionResponse.swift
[2337/2345] Compiling App FoldRange.swift
[2338/2345] Compiling App routes.swift
/host/spi-builder-workspace/Sources/App/routes.swift:6:32: warning: capture of 'index' with non-sendable type '(Request) async throws -> View' in a '@Sendable' closure
  4 |   app.get("health") { _ in ["status": "pass"] }
  5 |
  6 |   app.get { (req) in try await index(req) }
    |                                |- warning: capture of 'index' with non-sendable type '(Request) async throws -> View' in a '@Sendable' closure
    |                                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
  7 |   app.get("index.html") { (req) in try await index(req) }
  8 |   func index(_ req: Request) async throws -> View {
/host/spi-builder-workspace/Sources/App/routes.swift:8:8: warning: concurrently-executed local function 'index' must be marked as '@Sendable'
  6 |   app.get { (req) in try await index(req) }
  7 |   app.get("index.html") { (req) in try await index(req) }
  8 |   func index(_ req: Request) async throws -> View {
    |        `- warning: concurrently-executed local function 'index' must be marked as '@Sendable'
  9 |     try await req.view.render(
 10 |       "index",
/host/spi-builder-workspace/Sources/App/routes.swift:7:46: warning: capture of 'index' with non-sendable type '(Request) async throws -> View' in a '@Sendable' closure
  5 |
  6 |   app.get { (req) in try await index(req) }
  7 |   app.get("index.html") { (req) in try await index(req) }
    |                                              |- warning: capture of 'index' with non-sendable type '(Request) async throws -> View' in a '@Sendable' closure
    |                                              `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
  8 |   func index(_ req: Request) async throws -> View {
  9 |     try await req.view.render(
[2339/2345] Compiling App versions.swift
/host/spi-builder-workspace/Sources/App/routes.swift:6:32: warning: capture of 'index' with non-sendable type '(Request) async throws -> View' in a '@Sendable' closure
  4 |   app.get("health") { _ in ["status": "pass"] }
  5 |
  6 |   app.get { (req) in try await index(req) }
    |                                |- warning: capture of 'index' with non-sendable type '(Request) async throws -> View' in a '@Sendable' closure
    |                                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
  7 |   app.get("index.html") { (req) in try await index(req) }
  8 |   func index(_ req: Request) async throws -> View {
/host/spi-builder-workspace/Sources/App/routes.swift:8:8: warning: concurrently-executed local function 'index' must be marked as '@Sendable'
  6 |   app.get { (req) in try await index(req) }
  7 |   app.get("index.html") { (req) in try await index(req) }
  8 |   func index(_ req: Request) async throws -> View {
    |        `- warning: concurrently-executed local function 'index' must be marked as '@Sendable'
  9 |     try await req.view.render(
 10 |       "index",
/host/spi-builder-workspace/Sources/App/routes.swift:7:46: warning: capture of 'index' with non-sendable type '(Request) async throws -> View' in a '@Sendable' closure
  5 |
  6 |   app.get { (req) in try await index(req) }
  7 |   app.get("index.html") { (req) in try await index(req) }
    |                                              |- warning: capture of 'index' with non-sendable type '(Request) async throws -> View' in a '@Sendable' closure
    |                                              `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
  8 |   func index(_ req: Request) async throws -> View {
  9 |     try await req.view.render(
[2340/2345] Compiling App Base32.swift
/host/spi-builder-workspace/Sources/App/Controllers/Firestore.swift:93:14: warning: static property 'dateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 91 |   let updateTime: Date
 92 |
 93 |   static var dateFormatter: DateFormatter = {
    |              |- warning: static property 'dateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'dateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make static property 'dateFormatter' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |     let dateFormatter = DateFormatter()
 95 |     dateFormatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.SZ"
[2341/2345] Compiling App Firestore.swift
/host/spi-builder-workspace/Sources/App/Controllers/Firestore.swift:93:14: warning: static property 'dateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 91 |   let updateTime: Date
 92 |
 93 |   static var dateFormatter: DateFormatter = {
    |              |- warning: static property 'dateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'dateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make static property 'dateFormatter' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |     let dateFormatter = DateFormatter()
 95 |     dateFormatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.SZ"
[2342/2345] Compiling App Gist.swift
/host/spi-builder-workspace/Sources/App/Controllers/Firestore.swift:93:14: warning: static property 'dateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 91 |   let updateTime: Date
 92 |
 93 |   static var dateFormatter: DateFormatter = {
    |              |- warning: static property 'dateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'dateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make static property 'dateFormatter' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |     let dateFormatter = DateFormatter()
 95 |     dateFormatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.SZ"
[2343/2346] Wrapping AST for App for debugging
[2344/2346] Write Objects.LinkFileList
[2345/2346] Linking App
Build complete! (483.10s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.117.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "leaf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.5.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/leaf.git"
    }
  ],
  "manifest_display_name" : "swift-playground",
  "name" : "swift-playground",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "App",
      "targets" : [
        "App"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppTests",
      "module_type" : "SwiftTarget",
      "name" : "AppTests",
      "path" : "Tests/AppTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "AppTests.swift"
      ],
      "target_dependencies" : [
        "App"
      ],
      "type" : "test"
    },
    {
      "c99name" : "App",
      "module_type" : "SwiftTarget",
      "name" : "App",
      "path" : "Sources/App",
      "product_dependencies" : [
        "Vapor",
        "Leaf"
      ],
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "Controllers/Base32.swift",
        "Controllers/Firestore.swift",
        "Controllers/Gist.swift",
        "Controllers/ShareImage.swift",
        "Controllers/SharedLink.swift",
        "Controllers/SwiftPackage.swift",
        "Middlewares/CommonErrorMiddleware.swift",
        "Middlewares/CustomHeaderMiddleware.swift",
        "Models/EmbeddedPageResponse.swift",
        "Models/ExecutionRequestParameter.swift",
        "Models/ExecutionResponse.swift",
        "Models/FoldRange.swift",
        "Models/InitialPageResponse.swift",
        "Models/PackageInfo.swift",
        "Models/SharedLinkRequestParameter.swift",
        "Models/VersionGroup.swift",
        "configure.swift",
        "entrypoint.swift",
        "routes.swift",
        "versions.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.5"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.