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 Authomatek, reference main (d11075), with Swift 6.1 for Android on 28 May 2025 14:32:21 UTC.

Swift 6 data race errors: 3

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tugcanonbas/authomatek.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/tugcanonbas/authomatek
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d11075a supponsor added
Cloned https://github.com/tugcanonbas/authomatek.git
Revision (git rev-parse @):
d11075a703a939c7b2be066692f9198ad49c1c7d
SUCCESS checkout https://github.com/tugcanonbas/authomatek.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tugcanonbas/authomatek.git
https://github.com/tugcanonbas/authomatek.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "jwt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt.git"
    }
  ],
  "manifest_display_name" : "Authomatek",
  "name" : "Authomatek",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Authomatek",
      "targets" : [
        "Authomatek"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Authomatek",
      "module_type" : "SwiftTarget",
      "name" : "Authomatek",
      "path" : "Sources/Authomatek",
      "product_dependencies" : [
        "Vapor",
        "Fluent",
        "JWT"
      ],
      "product_memberships" : [
        "Authomatek"
      ],
      "sources" : [
        "Authentication/Controller/AuthoControllable.swift",
        "Authentication/Controller/AuthoController.swift",
        "Authentication/Middleware/AuthoMiddleware.swift",
        "Authentication/Token/AuthoPayload.swift",
        "Authentication/Token/AuthoToken.swift",
        "Authentication/Token/AuthoTokenable.swift",
        "Authentication/Token/AuthoTokenizer.swift",
        "Authentication/Token/TokenService.swift",
        "Authomatek.swift",
        "Route/AuthoRoutable.swift",
        "Route/AuthoRoutes.swift",
        "Route/PathComponent+Extension.swift",
        "Route/RouteConfig.swift",
        "User/Migrations/CreateUser.swift",
        "User/Migrations/CreateUserStatus.swift",
        "User/Model/UserModel+Authenticatable.swift",
        "User/Model/UserModel+DB.swift",
        "User/Model/UserModel+DTO.swift",
        "User/Model/UserModel.swift",
        "User/User.swift",
        "User/UserStatus.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/jwt.git
[1/13421] Fetching fluent
[3223/87799] Fetching fluent, vapor
[27554/90506] Fetching fluent, vapor, jwt
Fetched https://github.com/vapor/jwt.git from cache (0.93s)
Fetched https://github.com/vapor/fluent.git from cache (0.94s)
[18595/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (1.90s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 4.2.2 (2.99s)
Fetching https://github.com/vapor/jwt-kit.git
[1/9049] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (1.43s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (1.95s)
Fetching https://github.com/vapor/fluent-kit.git
[1/13328] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (0.50s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (0.96s)
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/3836] Fetching swift-log
[2687/9819] Fetching swift-log, sql-kit
[9820/85903] Fetching swift-log, sql-kit, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (5.79s)
Fetched https://github.com/vapor/sql-kit.git from cache (5.79s)
Fetched https://github.com/apple/swift-nio.git from cache (5.91s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (6.40s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (1.81s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.13s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.89s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[634/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.42s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.94s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.25s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 4.13.5 (0.56s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.66s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (2.27s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
[1/2206] Fetching swift-metrics
[707/4815] Fetching swift-metrics, websocket-kit
[4816/5878] Fetching swift-metrics, websocket-kit, swift-service-context
[5879/11837] Fetching swift-metrics, websocket-kit, swift-service-context, swift-algorithms
[11838/16811] Fetching swift-metrics, websocket-kit, swift-service-context, swift-algorithms, swift-distributed-tracing
Fetched https://github.com/vapor/websocket-kit.git from cache (1.47s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.48s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-service-context.git from cache (1.58s)
Fetching https://github.com/apple/swift-nio-ssl.git
[1/5914] Fetching swift-nio-extras
[61/17441] Fetching swift-nio-extras, swift-nio-http2
[8682/20760] Fetching swift-nio-extras, swift-nio-http2, multipart-kit
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.75s)
[4094/14846] Fetching swift-nio-http2, multipart-kit
Fetching https://github.com/vapor/routing-kit.git
[12624/35573] Fetching swift-nio-http2, multipart-kit, routing-kit
[16563/50416] Fetching swift-nio-http2, multipart-kit, routing-kit, swift-nio-ssl
Fetched https://github.com/vapor/routing-kit.git from cache (2.30s)
Fetched https://github.com/apple/swift-metrics.git from cache (4.55s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (4.55s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.16s)
Fetched https://github.com/vapor/multipart-kit.git from cache (4.72s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.25s)
[1/14014] Fetching async-http-client
[14015/19591] Fetching async-http-client, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (2.55s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.59s)
[1/2370] Fetching async-kit
Fetched https://github.com/vapor/async-kit.git from cache (2.67s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (7.77s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.48s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.48s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.98s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (1.63s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.32s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.86s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.51s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.58s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1141] Fetching swift-http-structured-headers
[1142/2731] Fetching swift-http-structured-headers, swift-asn1
[2065/7716] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.32s)
[4233/6575] Fetching swift-asn1, swift-async-algorithms
[6576/12730] Fetching swift-asn1, swift-async-algorithms, swift-certificates
[12301/15156] Fetching swift-asn1, swift-async-algorithms, swift-certificates, swift-service-lifecycle
[15157/16060] Fetching swift-asn1, swift-async-algorithms, swift-certificates, swift-service-lifecycle, swift-http-types
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.60s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.60s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.61s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.62s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.62s)
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.10s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.53s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.60s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.36s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.08s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.13s)
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.93s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.91s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.83s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.92s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.85s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.88s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.83s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.89s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/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/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-http-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 4.2.2
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.12.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/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/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 4.13.5
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.2
warning: 'jwt': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/jwt/Sources/JWT/Docs.docc
Building for debugging...
[0/1258] Write sources
[41/1258] Compiling CNIOWindows shim.c
[41/1258] Write sources
[43/1258] Compiling CNIOWindows WSAStartup.c
[44/1258] Compiling CNIOLinux liburing_shims.c
[44/1258] Write sources
[53/1258] Compiling CNIOWASI CNIOWASI.c
[54/1258] Compiling _NumericsShims _NumericsShims.c
[55/1258] Compiling CVaporBcrypt bcrypt.c
[56/1258] Compiling _AtomicsShims.c
[57/1258] Compiling CNIOLLHTTP c_nio_http.c
[58/1258] Compiling CNIOSHA1 c_nio_sha1.c
[59/1258] Compiling CSystem shims.c
[60/1258] Compiling CNIOLLHTTP c_nio_api.c
[61/1258] Compiling CNIODarwin shim.c
[62/1258] Compiling CNIOExtrasZlib empty.c
[63/1258] Compiling CNIOLinux shim.c
[64/1258] Compiling CVaporBcrypt blf.c
[64/1258] Write swift-version-24593BA9C3E375BF.txt
[66/1258] Compiling fiat_p256_adx_mul.S
[67/1258] Compiling fiat_p256_adx_sqr.S
[68/1258] Compiling fiat_curve25519_adx_square.S
[69/1258] Compiling fiat_curve25519_adx_mul.S
[70/1258] Compiling CNIOLLHTTP c_nio_llhttp.c
[72/1310] Emitting module ServiceContextModule
[72/1310] Compiling CNIOBoringSSLShims shims.c
[74/1324] Emitting module RealModule
[74/1325] Compiling tls_record.cc
[76/1328] Compiling RealModule RealFunctions.swift
[77/1328] Compiling RealModule Real.swift
[78/1328] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[79/1328] Compiling InternalCollectionsUtilities _SortedCollection.swift
[80/1328] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[81/1328] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[82/1329] Compiling ServiceContextModule ServiceContext.swift
[83/1329] Compiling CoreMetrics Metrics.swift
[84/1329] Compiling _NIOBase64 Base64.swift
[85/1329] Emitting module _NIOBase64
[86/1329] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[87/1329] Compiling InternalCollectionsUtilities Integer rank.swift
[88/1329] Compiling RealModule ElementaryFunctions.swift
[89/1329] Compiling SystemPackage MachPort.swift
[90/1329] Compiling SystemPackage PlatformString.swift
[91/1329] Compiling SystemPackage SystemString.swift
[92/1330] Compiling ServiceContextModule ServiceContextKey.swift
[93/1334] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[94/1334] Compiling InternalCollectionsUtilities UInt+reversed.swift
[95/1334] Compiling _NIODataStructures _TinyArray.swift
[96/1334] Compiling RealModule Float80+Real.swift
[97/1334] Emitting module InternalCollectionsUtilities
[98/1334] Compiling RealModule Float16+Real.swift
[101/1334] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[102/1334] Compiling _NIODataStructures PriorityQueue.swift
[103/1334] Compiling InternalCollectionsUtilities Descriptions.swift
[104/1334] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[105/1334] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[106/1334] Compiling InternalCollectionsUtilities Debugging.swift
[111/1334] Emitting module SystemPackage
[118/1334] Compiling RealModule Float+Real.swift
[119/1335] Emitting module _NIODataStructures
[120/1335] Compiling _NIODataStructures Heap.swift
[124/1336] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[127/1343] Compiling SystemPackage Util+StringArray.swift
[128/1343] Compiling SystemPackage Util.swift
[129/1343] Compiling SystemPackage UtilConsumers.swift
[130/1343] Compiling Instrumentation NoOpInstrument.swift
[131/1343] Compiling Instrumentation MultiplexInstrument.swift
[132/1343] Compiling Instrumentation Instrument.swift
[133/1343] Emitting module Instrumentation
[134/1343] Compiling Instrumentation InstrumentationSystem.swift
[134/1343] Compiling tls13_enc.cc
[135/1343] Compiling tls_method.cc
[136/1343] Compiling tls13_server.cc
[137/1422] Compiling tls13_client.cc
[139/1473] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[140/1473] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[141/1473] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[142/1473] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[143/1473] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[144/1473] Compiling Logging MetadataProvider.swift
[145/1473] Compiling HeapModule Heap+Descriptions.swift
[146/1473] Emitting module CoreMetrics
[147/1473] Compiling CoreMetrics Locks.swift
[148/1473] Compiling Logging LogHandler.swift
[149/1473] Compiling Logging Locks.swift
[150/1473] Compiling Logging Logging.swift
[151/1473] Emitting module Logging
[152/1475] Compiling Instrumentation Locks.swift
[153/1475] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[154/1475] Compiling OrderedCollections OrderedDictionary+Elements.swift
[155/1475] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[156/1475] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[157/1476] Compiling OrderedCollections OrderedDictionary+Codable.swift
[158/1476] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[159/1476] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[160/1476] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[161/1476] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[162/1476] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[163/1476] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[164/1476] Compiling OrderedCollections OrderedDictionary+Values.swift
[167/1477] Compiling HeapModule _HeapNode.swift
[168/1477] Compiling HeapModule Heap.swift
[171/1553] Compiling HeapModule Heap+Invariants.swift
[172/1553] Compiling HeapModule Heap+UnsafeHandle.swift
[173/1564] Compiling HashTreeCollections TreeDictionary+Collection.swift
[174/1564] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[175/1564] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[176/1564] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[177/1564] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[178/1564] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[179/1564] Compiling HashTreeCollections TreeDictionary+Filter.swift
[180/1577] Compiling HashTreeCollections TreeSet+Hashable.swift
[181/1577] Compiling HashTreeCollections TreeSet+Sendable.swift
[182/1577] Compiling HashTreeCollections TreeSet+Sequence.swift
[183/1577] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[184/1577] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[185/1577] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[186/1577] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[187/1577] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[188/1577] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[189/1577] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[190/1577] Emitting module HeapModule
[192/1594] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[193/1594] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[194/1594] Compiling HashTreeCollections TreeDictionary+Keys.swift
[195/1594] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[196/1594] Compiling HashTreeCollections TreeDictionary+Merge.swift
[197/1594] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[198/1594] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[199/1594] Compiling DequeModule _DequeBuffer.swift
[200/1594] Compiling DequeModule _DequeBufferHeader.swift
[201/1594] Compiling DequeModule Deque+CustomReflectable.swift
[202/1594] Compiling DequeModule Deque+Descriptions.swift
[203/1596] Compiling DequeModule Deque+Equatable.swift
[204/1596] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[205/1596] Compiling DequeModule Deque+Extras.swift
[206/1596] Compiling DequeModule Deque+Hashable.swift
[207/1596] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[208/1596] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[209/1596] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[210/1596] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[211/1596] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[212/1596] Compiling HashTreeCollections _HashNode+Structural merge.swift
[213/1596] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[214/1596] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[215/1596] Compiling HashTreeCollections _HashNode+Structural union.swift
[216/1596] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[217/1596] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[218/1596] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[219/1596] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[220/1596] Compiling HashTreeCollections _HashNode.swift
[221/1596] Compiling HashTreeCollections _HashNodeHeader.swift
[222/1596] Compiling HashTreeCollections _HashSlot.swift
[223/1596] Compiling DequeModule Deque._UnsafeHandle.swift
[224/1596] Compiling DequeModule Deque.swift
[225/1596] Compiling DequeModule Deque+Testing.swift
[226/1596] Compiling DequeModule Deque._Storage.swift
[229/1596] Compiling DequeModule _DequeSlot.swift
[230/1596] Compiling DequeModule _UnsafeWrappedBuffer.swift
[231/1604] Compiling HashTreeCollections _HashStack.swift
[232/1604] Compiling HashTreeCollections _HashTreeIterator.swift
[233/1604] Compiling HashTreeCollections _HashTreeStatistics.swift
[234/1604] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[235/1604] Compiling HashTreeCollections _RawHashNode.swift
[236/1604] Compiling HashTreeCollections _UnmanagedHashNode.swift
[237/1604] Compiling HashTreeCollections _UnsafePath.swift
[238/1604] Compiling HashTreeCollections TreeDictionary+Codable.swift
[239/1604] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[240/1604] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[241/1604] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[242/1604] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[243/1604] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[244/1604] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[245/1604] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[246/1604] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[247/1604] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[248/1604] Compiling HashTreeCollections TreeSet.swift
[249/1604] Compiling Tracing TracingTime.swift
[250/1604] Compiling Tracing InstrumentationSystem+Tracing.swift
[253/1604] Compiling OrderedCollections OrderedSet+SubSequence.swift
[254/1604] Compiling OrderedCollections OrderedSet+Testing.swift
[255/1604] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[256/1604] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[257/1604] Compiling OrderedCollections OrderedSet.swift
[258/1604] Compiling OrderedCollections _UnsafeBitset.swift
[259/1604] Compiling HashTreeCollections TreeSet+Equatable.swift
[260/1604] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[261/1604] Compiling HashTreeCollections TreeSet+Extras.swift
[262/1604] Compiling HashTreeCollections TreeSet+Filter.swift
[273/1604] Compiling OrderedCollections OrderedSet+Sendable.swift
[274/1604] Emitting module Tracing
[297/1613] Emitting module RoutingKit
[298/1613] Compiling Tracing TracerProtocol.swift
[299/1613] Compiling DequeModule Deque+Codable.swift
[300/1613] Compiling DequeModule Deque+Collection.swift
[309/1613] Compiling Tracing Tracer.swift
[310/1613] Compiling Tracing TracerProtocol+Legacy.swift
[311/1613] Compiling RoutingKit Router.swift
[312/1613] Compiling RoutingKit PathComponent.swift
[313/1613] Compiling RoutingKit TrieRouter.swift
[321/1613] Emitting module DequeModule
[321/1614] Compiling tls13_both.cc
[324/1614] Compiling Tracing SpanProtocol.swift
[325/1614] Compiling Tracing NoOpTracer.swift
[326/1615] Emitting module OrderedCollections
[340/1616] Compiling RoutingKit AnyRouter.swift
[341/1616] Compiling RoutingKit Parameters.swift
[354/1617] Emitting module _RopeModule
[355/1617] Compiling Metrics Metrics.swift
[356/1617] Emitting module Metrics
[429/1618] Compiling _RopeModule Rope+Join.swift
[430/1618] Compiling _RopeModule Rope+MutatingForEach.swift
[431/1618] Compiling _RopeModule Rope+Remove.swift
[432/1618] Compiling _RopeModule Rope+RemoveSubrange.swift
[433/1618] Compiling _RopeModule Rope+Split.swift
[434/1618] Compiling _RopeModule Optional Utilities.swift
[435/1618] Compiling _RopeModule String Utilities.swift
[436/1618] Compiling _RopeModule String.Index+ABI.swift
[437/1618] Compiling _RopeModule _CharacterRecognizer.swift
[437/1619] Compiling t1_enc.cc
[440/1619] Emitting module HashTreeCollections
[441/1620] Compiling ssl_x509.cc
[442/1620] Compiling ssl_versions.cc
[443/1620] Compiling ssl_stat.cc
[444/1620] Compiling ssl_privkey.cc
[445/1620] Compiling ssl_transcript.cc
[446/1620] Compiling ssl_session.cc
[447/1620] Compiling ssl_lib.cc
[448/1620] Compiling ssl_credential.cc
[449/1620] Compiling ssl_key_share.cc
[450/1620] Compiling ssl_file.cc
[451/1620] Compiling ssl_cipher.cc
[452/1620] Compiling ssl_asn1.cc
[453/1620] Compiling ssl_aead_ctx.cc
[454/1620] Compiling ssl_buffer.cc
[455/1620] Compiling ssl_cert.cc
[456/1620] Compiling s3_pkt.cc
[457/1620] Compiling handshake_client.cc
[458/1620] Compiling s3_lib.cc
[459/1620] Compiling handoff.cc
[460/1620] Compiling s3_both.cc
[461/1620] Compiling handshake.cc
[462/1620] Compiling handshake_server.cc
[463/1620] Compiling encrypted_client_hello.cc
[464/1620] Compiling extensions.cc
[465/1620] Compiling dtls_record.cc
[466/1620] Compiling md5-x86_64-linux.S
[467/1620] Compiling md5-x86_64-apple.S
[468/1620] Compiling md5-586-linux.S
[469/1620] Compiling md5-586-apple.S
[470/1620] Compiling chacha20_poly1305_x86_64-linux.S
[471/1620] Compiling d1_both.cc
[472/1620] Compiling chacha20_poly1305_x86_64-apple.S
[473/1620] Compiling dtls_method.cc
[474/1620] Compiling chacha20_poly1305_armv8-win.S
[475/1620] Compiling d1_lib.cc
[476/1620] Compiling chacha20_poly1305_armv8-apple.S
[477/1620] Compiling chacha-x86_64-apple.S
[478/1620] Compiling chacha20_poly1305_armv8-linux.S
[479/1620] Compiling chacha-x86_64-linux.S
[480/1620] Compiling chacha-x86-linux.S
[481/1620] Compiling chacha-x86-apple.S
[482/1620] Compiling err_data.cc
[483/1620] Compiling chacha-armv8-apple.S
[484/1620] Compiling chacha-armv8-win.S
[485/1620] Compiling chacha-armv8-linux.S
[486/1620] Compiling d1_pkt.cc
[487/1620] Compiling aes128gcmsiv-x86_64-linux.S
[488/1620] Compiling chacha-armv4-linux.S
[489/1620] Compiling aes128gcmsiv-x86_64-apple.S
[490/1620] Compiling d1_srtp.cc
[491/1620] Compiling x86_64-mont-linux.S
[492/1620] Compiling x86_64-mont5-linux.S
[493/1620] Compiling x86-mont-apple.S
[494/1620] Compiling x86-mont-linux.S
[495/1620] Compiling x86_64-mont-apple.S
[495/1620] Compiling x86_64-mont5-apple.S
[497/1620] Compiling vpaes-x86_64-apple.S
[498/1620] Compiling vpaes-x86-linux.S
[499/1620] Compiling vpaes-x86-apple.S
[500/1620] Compiling vpaes-x86_64-linux.S
[501/1620] Compiling vpaes-armv8-win.S
[502/1620] Compiling vpaes-armv8-apple.S
[503/1620] Compiling vpaes-armv8-linux.S
[504/1620] Compiling sha512-armv8-win.S
[505/1620] Compiling bio_ssl.cc
[506/1620] Compiling sha512-x86_64-linux.S
[507/1620] Compiling sha512-x86_64-apple.S
[508/1620] Compiling vpaes-armv7-linux.S
[509/1620] Compiling sha512-armv8-apple.S
[510/1620] Compiling sha512-armv8-linux.S
[511/1620] Compiling sha512-armv4-linux.S
[512/1620] Compiling sha512-586-linux.S
[513/1620] Compiling sha256-x86_64-apple.S
[513/1620] Compiling sha512-586-apple.S
[515/1620] Compiling sha256-x86_64-linux.S
[516/1620] Compiling sha256-armv8-win.S
[517/1620] Compiling sha256-armv8-linux.S
[518/1620] Compiling sha256-armv8-apple.S
[519/1620] Compiling sha256-586-apple.S
[520/1620] Compiling sha256-armv4-linux.S
[521/1620] Compiling sha256-586-linux.S
[522/1620] Compiling sha1-x86_64-linux.S
[523/1620] Compiling sha1-586-linux.S
[524/1620] Compiling sha1-x86_64-apple.S
[525/1620] Compiling sha1-586-apple.S
[526/1620] Compiling sha1-armv4-large-linux.S
[527/1620] Compiling rsaz-avx2-linux.S
[528/1620] Compiling rdrand-x86_64-linux.S
[529/1620] Compiling rsaz-avx2-apple.S
[530/1620] Compiling sha1-armv8-apple.S
[531/1620] Compiling sha1-armv8-win.S
[532/1620] Compiling sha1-armv8-linux.S
[533/1620] Compiling rdrand-x86_64-apple.S
[534/1620] Compiling p256_beeu-armv8-asm-win.S
[535/1620] Compiling p256_beeu-x86_64-asm-linux.S
[536/1620] Compiling p256_beeu-x86_64-asm-apple.S
[537/1620] Compiling p256-x86_64-asm-linux.S
[538/1620] Compiling p256_beeu-armv8-asm-apple.S
[539/1620] Compiling p256-x86_64-asm-apple.S
[540/1620] Compiling p256_beeu-armv8-asm-linux.S
[541/1620] Compiling p256-armv8-asm-win.S
[542/1620] Compiling p256-armv8-asm-apple.S
[543/1620] Compiling p256-armv8-asm-linux.S
[544/1620] Compiling ghashv8-armv8-linux.S
[545/1620] Compiling ghashv8-armv8-win.S
[546/1620] Compiling ghash-x86_64-linux.S
[547/1620] Compiling ghashv8-armv8-apple.S
[548/1620] Compiling ghashv8-armv7-linux.S
[549/1620] Compiling ghash-x86_64-apple.S
[550/1620] Compiling ghash-ssse3-x86_64-linux.S
[551/1620] Compiling ghash-x86-linux.S
[552/1620] Compiling ghash-ssse3-x86-apple.S
[553/1620] Compiling ghash-x86-apple.S
[554/1620] Compiling ghash-ssse3-x86-linux.S
[555/1620] Compiling ghash-ssse3-x86_64-apple.S
[556/1620] Compiling ghash-neon-armv8-win.S
[557/1620] Compiling ghash-neon-armv8-linux.S
[558/1620] Compiling bsaes-armv7-linux.S
[559/1620] Compiling ghash-neon-armv8-apple.S
[560/1620] Compiling co-586-apple.S
[561/1620] Compiling ghash-armv4-linux.S
[561/1620] Compiling co-586-linux.S
[563/1620] Compiling bn-armv8-apple.S
[564/1620] Compiling bn-armv8-win.S
[565/1620] Compiling bn-586-linux.S
[566/1620] Compiling bn-armv8-linux.S
[566/1620] Compiling bn-586-apple.S
[568/1620] Compiling armv8-mont-win.S
[569/1620] Compiling armv8-mont-apple.S
[570/1620] Compiling armv4-mont-linux.S
[571/1620] Compiling armv8-mont-linux.S
[572/1620] Compiling aesv8-gcm-armv8-apple.S
[573/1620] Compiling aesv8-gcm-armv8-win.S
[573/1620] Compiling aesv8-armv8-win.S
[575/1620] Compiling aesv8-armv8-linux.S
[576/1620] Compiling aesv8-gcm-armv8-linux.S
[577/1620] Compiling aesv8-armv8-apple.S
[578/1620] Compiling aesni-x86_64-linux.S
[579/1620] Compiling aesni-x86_64-apple.S
[580/1620] Compiling aesv8-armv7-linux.S
[581/1620] Compiling aesni-x86-apple.S
[581/1620] Compiling aesni-x86-linux.S
[583/1620] Compiling aesni-gcm-x86_64-apple.S
[584/1620] Compiling aesni-gcm-x86_64-linux.S
[585/1620] Compiling aes-gcm-avx2-x86_64-apple.S
[586/1620] Compiling aes-gcm-avx10-x86_64-linux.S
[587/1620] Compiling aes-gcm-avx2-x86_64-linux.S
[588/1620] Compiling aes-gcm-avx10-x86_64-apple.S
[589/1620] Compiling x_sig.cc
[590/1620] Compiling x_name.cc
[591/1620] Compiling x_x509a.cc
[592/1620] Compiling x_pubkey.cc
[593/1620] Compiling x_x509.cc
[594/1620] Compiling x_val.cc
[595/1620] Compiling x_req.cc
[596/1620] Compiling x_spki.cc
[597/1620] Compiling x_exten.cc
[598/1620] Compiling x_attrib.cc
[599/1620] Compiling x_crl.cc
[600/1620] Compiling x_all.cc
[601/1620] Compiling x_algor.cc
[602/1620] Compiling x509rset.cc
[603/1620] Compiling x509spki.cc
[604/1620] Compiling x509name.cc
[605/1620] Compiling x509_vpm.cc
[606/1620] Compiling x509cset.cc
[607/1620] Compiling x509_v3.cc
[608/1620] Compiling x509_vfy.cc
[609/1620] Compiling x509_set.cc
[610/1620] Compiling x509_txt.cc
[611/1620] Compiling x509_req.cc
[612/1620] Compiling x509_obj.cc
[613/1620] Compiling x509_trs.cc
[614/1620] Compiling x509_lu.cc
[615/1620] Compiling x509_def.cc
[616/1620] Compiling x509_ext.cc
[617/1620] Compiling x509_d2.cc
[618/1620] Compiling x509_cmp.cc
[619/1620] Compiling x509.cc
[620/1620] Compiling v3_utl.cc
[621/1620] Compiling x509_att.cc
[622/1620] Compiling v3_purp.cc
[623/1620] Compiling v3_skey.cc
[624/1620] Compiling v3_prn.cc
[625/1620] Compiling v3_pcons.cc
[626/1620] Compiling v3_ocsp.cc
[627/1620] Compiling v3_ncons.cc
[628/1620] Compiling v3_pmaps.cc
[629/1620] Compiling v3_lib.cc
[630/1620] Compiling v3_int.cc
[631/1620] Compiling v3_info.cc
[632/1620] Compiling v3_ia5.cc
[633/1620] Compiling v3_genn.cc
[634/1620] Compiling v3_extku.cc
[635/1620] Compiling v3_enum.cc
[636/1620] Compiling v3_crld.cc
[637/1620] Compiling v3_cpols.cc
[638/1620] Compiling v3_bitst.cc
[639/1620] Compiling v3_conf.cc
[640/1620] Compiling v3_bcons.cc
[641/1620] Compiling v3_akeya.cc
[642/1620] Compiling v3_alt.cc
[643/1620] Compiling v3_akey.cc
[644/1620] Compiling t_x509a.cc
[645/1620] Compiling t_x509.cc
[646/1620] Compiling t_crl.cc
[647/1620] Compiling t_req.cc
[648/1620] Compiling rsa_pss.cc
[649/1620] Compiling i2d_pr.cc
[650/1620] Compiling policy.cc
[651/1620] Compiling by_file.cc
[652/1620] Compiling name_print.cc
[653/1620] Compiling asn1_gen.cc
[654/1620] Compiling by_dir.cc
[655/1620] Compiling algorithm.cc
[656/1620] Compiling a_verify.cc
[657/1620] Compiling a_sign.cc
[658/1620] Compiling thread_win.cc
[659/1620] Compiling thread_pthread.cc
[660/1620] Compiling thread_none.cc
[661/1620] Compiling trust_token.cc
[662/1620] Compiling voprf.cc
[663/1620] Compiling stack.cc
[664/1620] Compiling thread.cc
[665/1620] Compiling a_digest.cc
[666/1620] Compiling pmbtoken.cc
[667/1620] Compiling siphash.cc
[668/1620] Compiling spake2plus.cc
[669/1620] Compiling slhdsa.cc
[670/1620] Compiling rsa_print.cc
[671/1620] Compiling sha512.cc
[672/1620] Compiling rsa_extra.cc
[673/1620] Compiling sha1.cc
[674/1620] Compiling sha256.cc
[675/1620] Compiling rsa_crypt.cc
[676/1620] Compiling refcount.cc
[677/1620] Compiling rc4.cc
[678/1620] Compiling urandom.cc
[679/1620] Compiling rsa_asn1.cc
[680/1620] Compiling trusty.cc
[681/1620] Compiling rand.cc
[682/1620] Compiling windows.cc
[683/1620] Compiling passive.cc
[684/1620] Compiling ios.cc
[685/1620] Compiling forkunsafe.cc
[686/1620] Compiling getentropy.cc
[687/1620] Compiling poly1305_arm_asm.S
[688/1620] Compiling fork_detect.cc
[689/1620] Compiling deterministic.cc
[690/1620] Compiling poly1305_vec.cc
[691/1620] Compiling poly1305_arm.cc
[692/1620] Compiling poly1305.cc
[693/1620] Compiling pool.cc
[694/1620] Compiling pkcs8_x509.cc
[695/1620] Compiling pkcs7_x509.cc
[696/1620] Compiling p5_pbev2.cc
[697/1620] Compiling pkcs7.cc
[698/1620] Compiling pem_xaux.cc
[699/1620] Compiling pkcs8.cc
[700/1620] Compiling pem_x509.cc
[701/1620] Compiling pem_pkey.cc
[702/1620] Compiling pem_oth.cc
[703/1620] Compiling pem_pk8.cc
[704/1620] Compiling pem_info.cc
[705/1620] Compiling mlkem.cc
[706/1620] Compiling pem_lib.cc
[707/1620] Compiling obj_xref.cc
[708/1620] Compiling pem_all.cc
[709/1620] Compiling obj.cc
[710/1620] Compiling poly_rq_mul.S
[711/1620] Compiling mldsa.cc
[712/1620] Compiling fips_shared_support.cc
[713/1620] Compiling mem.cc
[714/1620] Compiling md5.cc
[715/1620] Compiling md4.cc
[716/1620] Compiling lhash.cc
[717/1620] Compiling kyber.cc
[718/1620] Compiling ex_data.cc
[719/1620] Compiling sign.cc
[720/1620] Compiling scrypt.cc
[721/1620] Compiling hpke.cc
[722/1620] Compiling print.cc
[723/1620] Compiling hrss.cc
[724/1620] Compiling pbkdf.cc
[725/1620] Compiling p_x25519.cc
[726/1620] Compiling p_x25519_asn1.cc
[727/1620] Compiling p_ed25519.cc
[728/1620] Compiling p_ed25519_asn1.cc
[729/1620] Compiling p_rsa.cc
[730/1620] Compiling p_rsa_asn1.cc
[731/1620] Compiling p_hkdf.cc
[732/1620] Compiling p_ec.cc
[733/1620] Compiling p_ec_asn1.cc
[734/1620] Compiling evp_ctx.cc
[735/1620] Compiling p_dh_asn1.cc
[736/1620] Compiling evp.cc
[737/1620] Compiling p_dh.cc
[738/1620] Compiling p_dsa_asn1.cc
[739/1620] Compiling err.cc
[740/1620] Compiling evp_asn1.cc
[741/1620] Compiling engine.cc
[742/1620] Compiling ecdh.cc
[743/1620] Compiling hash_to_curve.cc
[744/1620] Compiling ecdsa_asn1.cc
[745/1620] Compiling ec_derive.cc
[746/1620] Compiling bcm.cc
[747/1620] Compiling dsa.cc
[748/1620] Compiling params.cc
[749/1620] Compiling digest_extra.cc
[750/1620] Compiling dsa_asn1.cc
[751/1620] Compiling ec_asn1.cc
[752/1620] Compiling x25519-asm-arm.S
[753/1620] Compiling des.cc
[754/1620] Compiling dh_asn1.cc
[755/1620] Compiling spake25519.cc
[756/1620] Compiling curve25519_64_adx.cc
[757/1620] Compiling cpu_intel.cc
[758/1620] Compiling crypto.cc
[759/1620] Compiling cpu_arm_linux.cc
[760/1620] Compiling cpu_aarch64_win.cc
[761/1620] Compiling cpu_arm_freebsd.cc
[762/1620] Compiling curve25519.cc
[763/1620] Compiling cpu_aarch64_sysreg.cc
[764/1620] Compiling cpu_aarch64_fuchsia.cc
[765/1620] Compiling cpu_aarch64_openbsd.cc
[766/1620] Compiling cpu_aarch64_linux.cc
[767/1620] Compiling cpu_aarch64_apple.cc
[768/1620] Compiling get_cipher.cc
[769/1620] Compiling tls_cbc.cc
[770/1620] Compiling conf.cc
[771/1620] Compiling e_rc2.cc
[772/1620] Compiling e_tls.cc
[773/1620] Compiling e_rc4.cc
[774/1620] Compiling e_null.cc
[775/1620] Compiling e_des.cc
[776/1620] Compiling e_chacha20poly1305.cc
[777/1620] Compiling e_aesgcmsiv.cc
[778/1620] Compiling derive_key.cc
[779/1620] Compiling e_aesctrhmac.cc
[780/1620] Compiling chacha.cc
[781/1620] Compiling unicode.cc
[782/1620] Compiling buf.cc
[783/1620] Compiling cbs.cc
[784/1620] Compiling cbb.cc
[785/1620] Compiling asn1_compat.cc
[786/1620] Compiling ber.cc
[787/1620] Compiling bn_asn1.cc
[788/1620] Compiling socket_helper.cc
[789/1620] Compiling convert.cc
[790/1620] Compiling socket.cc
[791/1620] Compiling pair.cc
[792/1620] Compiling blake2.cc
[793/1620] Compiling printf.cc
[794/1620] Compiling hexdump.cc
[795/1620] Compiling fd.cc
[796/1620] Compiling errno.cc
[797/1620] Compiling file.cc
[798/1620] Compiling bio.cc
[799/1620] Compiling connect.cc
[800/1620] Compiling bio_mem.cc
[801/1620] Compiling base64.cc
[802/1620] Compiling tasn_typ.cc
[803/1620] Compiling tasn_fre.cc
[804/1620] Compiling tasn_utl.cc
[805/1620] Compiling posix_time.cc
[806/1620] Compiling f_string.cc
[807/1620] Compiling tasn_enc.cc
[808/1620] Compiling tasn_new.cc
[809/1620] Compiling tasn_dec.cc
[810/1620] Compiling f_int.cc
[811/1620] Compiling asn1_par.cc
[812/1620] Compiling asn_pack.cc
[813/1620] Compiling a_strnid.cc
[814/1620] Compiling a_utctm.cc
[815/1620] Compiling a_type.cc
[816/1620] Compiling a_octet.cc
[817/1620] Compiling asn1_lib.cc
[818/1620] Compiling a_time.cc
[819/1620] Compiling a_strex.cc
[820/1620] Compiling a_object.cc
[821/1620] Compiling a_i2d_fp.cc
[822/1620] Compiling a_dup.cc
[823/1620] Compiling a_mbstr.cc
[824/1620] Compiling fiat_p256_adx_sqr.S
[825/1620] Compiling fiat_p256_adx_mul.S
[826/1620] Compiling a_int.cc
[827/1620] Compiling a_d2i_fp.cc
[828/1620] Compiling fiat_curve25519_adx_square.S
[829/1620] Compiling a_bitstr.cc
[830/1620] Compiling fiat_curve25519_adx_mul.S
[831/1620] Compiling a_gentm.cc
[832/1620] Compiling x_x509.c
[833/1620] Compiling x_x509a.c
[834/1620] Compiling a_bool.cc
[835/1620] Compiling x_val.c
[836/1620] Compiling x_sig.c
[837/1620] Compiling x_spki.c
[838/1620] Compiling x_req.c
[839/1620] Compiling x_attrib.c
[840/1620] Compiling x_exten.c
[841/1620] Compiling x_pubkey.c
[842/1620] Compiling x_all.c
[843/1620] Compiling x_crl.c
[844/1620] Compiling x_algor.c
[845/1620] Compiling x_name.c
[846/1620] Compiling x509rset.c
[847/1620] Compiling x509spki.c
[848/1620] Compiling x509cset.c
[849/1620] Compiling x509name.c
[850/1620] Compiling x509_vfy.c
[851/1620] Compiling x509_vpm.c
[852/1620] Compiling x509_v3.c
[853/1620] Compiling x509_req.c
[854/1620] Compiling x509_obj.c
[855/1620] Compiling x509_set.c
[856/1620] Compiling x509_txt.c
[857/1620] Compiling x509_trs.c
[858/1620] Compiling x509_def.c
[859/1620] Compiling x509_lu.c
[860/1620] Compiling x509_d2.c
[861/1620] Compiling x509_cmp.c
[862/1620] Compiling x509_ext.c
[863/1620] Compiling x509.c
[864/1620] Compiling x509_att.c
[865/1620] Compiling v3_skey.c
[866/1620] Compiling v3_utl.c
[867/1620] Compiling v3_prn.c
[868/1620] Compiling v3_pcons.c
[869/1620] Compiling v3_purp.c
[870/1620] Compiling v3_pmaps.c
[871/1620] Compiling v3_lib.c
[872/1620] Compiling v3_int.c
[873/1620] Compiling v3_ocsp.c
[874/1620] Compiling v3_ncons.c
[875/1620] Compiling v3_info.c
[876/1620] Compiling v3_ia5.c
[877/1620] Compiling v3_genn.c
[878/1620] Compiling v3_extku.c
[879/1620] Compiling v3_enum.c
[880/1620] Compiling v3_cpols.c
[881/1620] Compiling v3_crld.c
[882/1620] Compiling v3_bcons.c
[883/1620] Compiling v3_bitst.c
[884/1620] Compiling v3_conf.c
[885/1620] Compiling c-nioatomics.c
[886/1620] Compiling t_crl.c
[887/1620] Compiling t_req.c
[888/1620] Compiling v3_alt.c
[889/1620] Compiling v3_akeya.c
[890/1620] Compiling v3_akey.c
[891/1620] Compiling t_x509a.c
[892/1620] Compiling rsa_pss.c
[893/1620] Compiling t_x509.c
[894/1620] Compiling i2d_pr.c
[895/1620] Compiling policy.c
[896/1620] Compiling name_print.c
[897/1620] Compiling by_dir.c
[898/1620] Compiling by_file.c
[899/1620] Compiling a_digest.c
[900/1620] Compiling a_verify.c
[901/1620] Compiling a_sign.c
[902/1620] Compiling algorithm.c
[903/1620] Compiling asn1_gen.c
[904/1620] Compiling thread_win.c
[905/1620] Compiling voprf.c
[906/1620] Compiling pmbtoken.c
[907/1620] Compiling thread.c
[908/1620] Compiling stack.c
[909/1620] Compiling thread_pthread.c
[910/1620] Compiling thash.c
[911/1620] Compiling wots.c
[912/1620] Compiling spx_util.c
[913/1620] Compiling spx.c
[914/1620] Compiling thread_none.c
[915/1620] Compiling trust_token.c
[916/1620] Compiling merkle.c
[917/1620] Compiling siphash.c
[918/1620] Compiling fors.c
[919/1620] Compiling rsa_print.c
[920/1620] Compiling address.c
[921/1620] Compiling refcount.c
[922/1620] Compiling rc4.c
[923/1620] Compiling windows.c
[924/1620] Compiling rand_extra.c
[925/1620] Compiling rsa_asn1.c
[926/1620] Compiling trusty.c
[927/1620] Compiling rsa_crypt.c
[928/1620] Compiling ios.c
[929/1620] Compiling passive.c
[930/1620] Compiling getentropy.c
[931/1620] Compiling forkunsafe.c
[932/1620] Compiling poly1305_vec.c
[933/1620] Compiling poly1305_arm_asm.S
[934/1620] Compiling deterministic.c
[935/1620] Compiling pool.c
[936/1620] Compiling poly1305_arm.c
[937/1620] Compiling c-atomics.c
[938/1620] Compiling pkcs7.c
[939/1620] Compiling poly1305.c
[940/1620] Compiling pem_xaux.c
[941/1626] Compiling p5_pbev2.c
[942/1626] Compiling pem_pkey.c
[943/1626] Compiling pem_x509.c
[944/1626] Compiling pkcs8.c
[945/1626] Compiling pkcs8_x509.c
[946/1626] Compiling pem_pk8.c
[947/1626] Compiling obj_xref.c
[948/1626] Compiling pkcs7_x509.c
[949/1626] Compiling pem_lib.c
[950/1626] Compiling pem_info.c
[951/1626] Compiling pem_oth.c
[952/1626] Compiling lhash.c
[953/1626] Compiling mem.c
[954/1626] Compiling keccak.c
[955/1626] Compiling kyber.c
[956/1626] Compiling pem_all.c
[957/1626] Compiling obj.c
[958/1626] Compiling poly_rq_mul.S
[958/1626] Compiling x86_64-mont5-linux.linux.x86_64.S
[960/1626] Compiling x86_64-mont-linux.linux.x86_64.S
[961/1626] Compiling x86_64-mont-mac.mac.x86_64.S
[961/1626] Compiling x86_64-mont5-mac.mac.x86_64.S
[963/1626] Compiling hpke.c
[965/1626] Compiling NIOConcurrencyHelpers NIOLock.swift
[966/1626] Compiling NIOConcurrencyHelpers lock.swift
[967/1626] Emitting module NIOConcurrencyHelpers
[968/1626] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[969/1626] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[970/1626] Compiling NIOConcurrencyHelpers atomics.swift
[970/1626] Compiling hrss.c
[972/1627] Compiling x86-mont-linux.linux.x86.S
[972/1627] Compiling vpaes-x86-linux.linux.x86.S
[972/1627] Compiling vpaes-x86_64-mac.mac.x86_64.S
[975/1627] Compiling vpaes-x86-windows.windows.x86.S
[975/1627] Compiling vpaes-x86_64-linux.linux.x86_64.S
[977/1627] Compiling x86-mont-windows.windows.x86.S
[978/1627] Compiling vpaes-armv8-linux.linux.aarch64.S
[979/1627] Compiling vpaes-armv8-ios.ios.aarch64.S
[980/1627] Compiling sha512-x86_64-linux.linux.x86_64.S
[981/1627] Compiling vpaes-armv7-ios.ios.arm.S
[982/1627] Compiling vpaes-armv7-linux.linux.arm.S
[983/1627] Compiling sha512-x86_64-mac.mac.x86_64.S
[984/1627] Compiling kdf.c
[985/1627] Compiling sha512-armv4-linux.linux.arm.S
[986/1627] Compiling sha512-armv8-ios.ios.aarch64.S
[986/1627] Compiling sha512-armv8-linux.linux.aarch64.S
[988/1627] Compiling sha512-armv4-ios.ios.arm.S
[988/1627] Compiling sha512-586-windows.windows.x86.S
[990/1627] Compiling sha512-586-linux.linux.x86.S
[991/1627] Compiling sha256-x86_64-mac.mac.x86_64.S
[992/1627] Compiling sha256-x86_64-linux.linux.x86_64.S
[993/1627] Compiling sha256-armv4-linux.linux.arm.S
[994/1627] Compiling sha256-armv8-ios.ios.aarch64.S
[995/1627] Compiling sha256-armv8-linux.linux.aarch64.S
[996/1627] Compiling sha256-armv4-ios.ios.arm.S
[997/1627] Compiling sha256-586-windows.windows.x86.S
[998/1627] Compiling sha256-586-linux.linux.x86.S
[999/1627] Compiling sha1-x86_64-mac.mac.x86_64.S
[1000/1627] Compiling sha1-x86_64-linux.linux.x86_64.S
[1001/1627] Compiling sha1-armv8-ios.ios.aarch64.S
[1002/1627] Compiling sha1-armv4-large-ios.ios.arm.S
[1003/1627] Compiling sha1-armv4-large-linux.linux.arm.S
[1003/1627] Compiling sha1-armv8-linux.linux.aarch64.S
[1005/1632] Compiling sha1-586-linux.linux.x86.S
[1006/1632] Compiling sha1-586-windows.windows.x86.S
[1007/1650] Compiling sha512.c
[1008/1653] Compiling sha1.c
[1009/1653] Compiling rsaz-avx2-mac.mac.x86_64.S
[1010/1653] Compiling sha256.c
[1011/1653] Compiling rsaz-avx2-linux.linux.x86_64.S
[1012/1653] Compiling self_check.c
[1013/1653] Compiling rdrand-x86_64-mac.mac.x86_64.S
[1014/1653] Compiling service_indicator.c
[1015/1653] Compiling rdrand-x86_64-linux.linux.x86_64.S
[1016/1653] Compiling fips.c
[1017/1653] Compiling rsa_impl.c
[1018/1653] Compiling blinding.c
[1019/1653] Compiling rand.c
[1020/1653] Compiling rsa.c
[1021/1653] Compiling padding.c
[1022/1653] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[1022/1653] Compiling urandom.c
[1024/1653] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[1025/1653] Compiling fork_detect.c
[1026/1653] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[1027/1653] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[1028/1653] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[1029/1653] Compiling ctrdrbg.c
[1030/1653] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[1030/1653] Compiling p256-armv8-asm-linux.linux.aarch64.S
[1032/1653] Compiling p256-armv8-asm-ios.ios.aarch64.S
[1033/1653] Compiling ofb.c
[1034/1653] Compiling polyval.c
[1035/1653] Compiling cbc.c
[1037/1653] Compiling ConsoleKitTerminal CustomActivity.swift
[1038/1653] Compiling ConsoleKitTerminal LoadingBar.swift
[1039/1653] Compiling ConsoleKitTerminal ProgressBar.swift
[1040/1653] Compiling ConsoleKitTerminal Console+Clear.swift
[1041/1653] Compiling ConsoleKitTerminal Console+Wait.swift
[1042/1653] Compiling ConsoleKitTerminal ConsoleColor.swift
[1043/1653] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1044/1653] Compiling ConsoleKitTerminal ConsoleText.swift
[1045/1653] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1046/1653] Compiling ConsoleKitTerminal ANSI.swift
[1046/1656] Compiling gcm_nohw.c
[1048/1656] Compiling ConsoleKitTerminal ActivityBar.swift
[1049/1656] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1050/1656] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1051/1656] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1052/1656] Emitting module ConsoleKitTerminal
[1052/1656] Compiling md5-x86_64-mac.mac.x86_64.S
[1053/1656] Compiling cfb.c
[1054/1656] Compiling md5-x86_64-linux.linux.x86_64.S
[1056/1656] Compiling ConsoleKitTerminal Console.swift
[1057/1656] Compiling ConsoleKitTerminal Terminal.swift
[1058/1656] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1058/1656] Compiling ctr.c
[1059/1656] Compiling gcm.c
[1061/1656] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1062/1656] Compiling ConsoleKitTerminal ConsoleClear.swift
[1063/1656] Compiling ConsoleKitTerminal Console+Ask.swift
[1064/1656] Compiling ConsoleKitTerminal Console+Choose.swift
[1065/1656] Compiling ConsoleKitTerminal Console+Confirm.swift
[1066/1656] Compiling ConsoleKitTerminal Console+Input.swift
[1067/1656] Compiling ConsoleKitTerminal Console+Center.swift
[1068/1656] Compiling ConsoleKitTerminal Console+Output.swift
[1068/1656] Compiling md5.c
[1069/1656] Compiling md5-586-windows.windows.x86.S
[1070/1656] Compiling md4.c
[1070/1656] Compiling md5-586-linux.linux.x86.S
[1072/1656] Compiling hkdf.c
[1073/1656] Compiling hmac.c
[1074/1656] Compiling ghashv8-armv8-linux.linux.aarch64.S
[1075/1656] Compiling ghashv8-armv8-ios.ios.aarch64.S
[1076/1656] Compiling ghashv8-armv7-linux.linux.arm.S
[1077/1656] Compiling ghashv8-armv7-ios.ios.arm.S
[1078/1656] Compiling ghash-x86_64-linux.linux.x86_64.S
[1079/1656] Compiling ghash-x86_64-mac.mac.x86_64.S
[1080/1656] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[1081/1656] Compiling ghash-x86-windows.windows.x86.S
[1082/1656] Compiling ghash-x86-linux.linux.x86.S
[1083/1656] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[1084/1656] Compiling ghash-ssse3-x86-windows.windows.x86.S
[1085/1656] Compiling ghash-ssse3-x86-linux.linux.x86.S
[1085/1656] Compiling ghash-armv4-linux.linux.arm.S
[1085/1656] Compiling fips_shared_support.c
[1088/1656] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[1088/1656] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[1090/1656] Compiling ghash-armv4-ios.ios.arm.S
[1091/1656] Compiling ecdsa.c
[1092/1656] Compiling util.c
[1092/1656] Compiling simple.c
[1094/1656] Compiling scalar.c
[1095/1656] Compiling simple_mul.c
[1096/1656] Compiling wnaf.c
[1097/1656] Compiling ecdh.c
[1098/1656] Compiling oct.c
[1099/1656] Compiling p224-64.c
[1100/1656] Compiling felem.c
[1101/1656] Compiling ec_montgomery.c
[1102/1656] Compiling p256.c
[1103/1656] Compiling ec_key.c
[1104/1656] Compiling ec.c
[1105/1656] Compiling digests.c
[1106/1656] Compiling digestsign.c
[1107/1656] Compiling digest.c
[1107/1656] Compiling check.c
[1109/1656] Compiling dh.c
[1111/1656] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1112/1656] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1113/1656] Compiling ConsoleKitTerminal LoggerFragment.swift
[1113/1656] Compiling co-586-linux.linux.x86.S
[1114/1656] Compiling co-586-windows.windows.x86.S
[1115/1657] Compiling cmac.c
[1116/1657] Compiling bsaes-armv7-linux.linux.arm.S
[1117/1657] Compiling p256-nistz.c
[1118/1657] Compiling aead.c
[1119/1657] Compiling e_aesccm.c
[1120/1657] Compiling cipher.c
[1122/1657] Compiling bsaes-armv7-ios.ios.arm.S
[1123/1657] Compiling e_aes.c
[1124/1657] Compiling rsaz_exp.c
[1125/1657] Compiling sqrt.c
[1126/1657] Compiling shift.c
[1127/1657] Compiling random.c
[1128/1657] Compiling mul.c
[1129/1657] Compiling montgomery_inv.c
[1130/1657] Compiling montgomery.c
[1131/1657] Compiling jacobi.c
[1132/1657] Compiling prime.c
[1133/1677] Compiling gcd_extra.c
[1134/1679] Compiling gcd.c
[1135/1679] Compiling div.c
[1136/1679] Compiling ctx.c
[1137/1679] Compiling div_extra.c
[1138/1679] Compiling exponentiation.c
[1139/1679] Compiling x86_64-gcc.c
[1140/1679] Compiling bytes.c
[1141/1679] Compiling bn-armv8-linux.linux.aarch64.S
[1142/1679] Compiling generic.c
[1143/1679] Compiling bn-armv8-ios.ios.aarch64.S
[1144/1679] Compiling bn-586-linux.linux.x86.S
[1145/1679] Compiling bn-586-windows.windows.x86.S
[1146/1679] Compiling add.c
[1147/1679] Compiling cmp.c
[1148/1679] Compiling armv8-mont-ios.ios.aarch64.S
[1149/1679] Compiling armv4-mont-ios.ios.arm.S
[1150/1679] Compiling armv8-mont-linux.linux.aarch64.S
[1151/1679] Compiling armv4-mont-linux.linux.arm.S
[1152/1679] Compiling aesv8-armv8-linux.linux.aarch64.S
[1153/1679] Compiling aesv8-armv8-ios.ios.aarch64.S
[1154/1679] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[1155/1679] Compiling bn.c
[1156/1679] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[1157/1679] Compiling aesv8-armv7-ios.ios.arm.S
[1158/1679] Compiling aesv8-armv7-linux.linux.arm.S
[1159/1679] Compiling aesni-x86_64-mac.mac.x86_64.S
[1160/1679] Compiling aesni-x86_64-linux.linux.x86_64.S
[1161/1679] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[1162/1679] Compiling aesni-x86-windows.windows.x86.S
[1163/1679] Compiling aesni-x86-linux.linux.x86.S
[1164/1679] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[1165/1679] Compiling mode_wrappers.c
[1166/1679] Compiling key_wrap.c
[1167/1679] Compiling print.c
[1168/1679] Compiling sign.c
[1169/1679] Compiling ex_data.c
[1170/1679] Compiling aes.c
[1171/1679] Compiling aes_nohw.c
[1172/1679] Compiling scrypt.c
[1173/1679] Compiling pbkdf.c
[1174/1679] Compiling p_ed25519.c
[1175/1679] Compiling p_x25519.c
[1176/1679] Compiling p_ed25519_asn1.c
[1178/1679] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1179/1679] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1180/1679] Compiling ConsoleKitCommands Argument.swift
[1181/1679] Compiling ConsoleKitCommands CommandSignature.swift
[1182/1679] Compiling ConsoleKitCommands Flag.swift
[1183/1679] Compiling ConsoleKitCommands Option.swift
[1183/1679] Compiling p_rsa_asn1.c
[1184/1681] Compiling p_x25519_asn1.c
[1185/1681] Compiling p_rsa.c
[1186/1681] Compiling p_hkdf.c
[1187/1681] Compiling p_ec_asn1.c
[1188/1681] Compiling err_data.c
[1189/1681] Compiling p_ec.c
[1191/1681] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1192/1681] Compiling ConsoleKitCommands AsyncCommand.swift
[1193/1681] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1194/1681] Emitting module ConsoleKitCommands
[1195/1681] Compiling ConsoleKitCommands Command.swift
[1196/1681] Compiling ConsoleKitCommands CommandContext.swift
[1197/1681] Compiling ConsoleKitCommands CommandError.swift
[1197/1681] Compiling ecdsa_asn1.c
[1198/1681] Compiling evp.c
[1199/1681] Compiling err.c
[1200/1681] Compiling engine.c
[1201/1681] Compiling p_dsa_asn1.c
[1202/1681] Compiling evp_ctx.c
[1203/1681] Compiling evp_asn1.c
[1204/1681] Compiling ec_derive.c
[1205/1681] Compiling ecdh_extra.c
[1206/1681] Compiling ec_asn1.c
[1208/1681] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1209/1681] Compiling ConsoleKitCommands Utilities.swift
[1209/1681] Compiling digest_extra.c
[1210/1681] Compiling dh_asn1.c
[1211/1681] Compiling params.c
[1212/1681] Compiling hash_to_curve.c
[1213/1681] Compiling spake25519.c
[1214/1681] Compiling dsa_asn1.c
[1215/1681] Compiling cpu_intel.c
[1216/1681] Compiling des.c
[1217/1681] Compiling crypto.c
[1218/1681] Compiling curve25519_64_adx.c
[1219/1681] Compiling dsa.c
[1220/1681] Compiling x25519-asm-arm.S
[1221/1681] Compiling cpu_arm_linux.c
[1222/1681] Compiling cpu_aarch64_win.c
[1223/1681] Compiling cpu_aarch64_openbsd.c
[1223/1681] Compiling cpu_arm_freebsd.c
[1225/1681] Compiling cpu_aarch64_fuchsia.c
[1226/1681] Compiling cpu_aarch64_sysreg.c
[1227/1681] Compiling cpu_aarch64_apple.c
[1228/1681] Compiling cpu_aarch64_linux.c
[1229/1681] Compiling curve25519.c
[1230/1681] Compiling tls_cbc.c
[1231/1681] Compiling e_rc4.c
[1232/1681] Compiling e_rc2.c
[1233/1681] Compiling conf.c
[1234/1681] Compiling e_tls.c
[1234/1681] Compiling e_null.c
[1236/1681] Compiling e_chacha20poly1305.c
[1237/1681] Compiling e_des.c
[1238/1681] Compiling derive_key.c
[1239/1681] Compiling cipher_extra.c
[1240/1681] Compiling e_aesgcmsiv.c
[1241/1681] Compiling e_aesctrhmac.c
[1243/1681] Compiling ConsoleKitCommands AsyncCommands.swift
[1244/1681] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1245/1681] Compiling ConsoleKitCommands AnyCommand.swift
[1246/1681] Compiling ConsoleKitCommands CommandGroup.swift
[1247/1681] Compiling ConsoleKitCommands CommandInput.swift
[1248/1681] Compiling ConsoleKitCommands Commands.swift
[1249/1681] Compiling ConsoleKitCommands Console+Run.swift
[1250/1681] Compiling ConsoleKitCommands ConsoleError.swift
[1251/1681] Compiling ConsoleKitCommands Completion.swift
[1252/1682] Compiling chacha.c
[1253/1682] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[1254/1682] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[1255/1682] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[1256/1682] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[1257/1682] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[1258/1682] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[1259/1682] Compiling chacha-x86_64-mac.mac.x86_64.S
[1260/1682] Compiling chacha-x86_64-linux.linux.x86_64.S
[1261/1682] Compiling unicode.c
[1262/1682] Compiling chacha-armv8-ios.ios.aarch64.S
[1263/1682] Compiling chacha-x86-windows.windows.x86.S
[1264/1682] Compiling chacha-x86-linux.linux.x86.S
[1265/1684] Compiling chacha-armv4-linux.linux.arm.S
[1266/1684] Compiling chacha-armv8-linux.linux.aarch64.S
[1267/1684] Compiling chacha-armv4-ios.ios.arm.S
[1268/1684] Compiling cbb.c
[1269/1684] Compiling ber.c
[1270/1684] Compiling cbs.c
[1271/1684] Compiling buf.c
[1271/1684] Compiling asn1_compat.c
[1274/1684] Emitting module ConsoleKit
[1275/1684] Compiling ConsoleKit Exports.swift
[1275/1684] Compiling bn_asn1.c
[1276/1684] Compiling convert.c
[1277/1685] Compiling socket.c
[1278/1685] Compiling socket_helper.c
[1279/1685] Compiling printf.c
[1281/1685] Compiling file.c
[1282/1685] Compiling pair.c
[1283/1685] Compiling hexdump.c
[1283/1685] Compiling blake2.c
[1285/1685] Compiling fd.c
[1286/1685] Compiling errno.c
[1287/1685] Compiling connect.c
[1288/1685] Compiling bio.c
[1289/1685] Compiling bio_mem.c
[1290/1685] Compiling base64.c
[1291/1685] Compiling tasn_utl.c
[1291/1685] Compiling tasn_typ.c
[1293/1685] Compiling tasn_fre.c
[1294/1685] Compiling tasn_enc.c
[1295/1685] Compiling tasn_new.c
[1296/1685] Compiling f_int.c
[1297/1685] Compiling posix_time.c
[1297/1685] Compiling f_string.c
[1299/1685] Compiling asn1_par.c
[1300/1685] Compiling asn_pack.c
[1301/1685] Compiling tasn_dec.c
[1302/1685] Compiling a_utctm.c
[1303/1685] Compiling asn1_lib.c
[1304/1685] Compiling a_type.c
[1305/1685] Compiling a_time.c
[1306/1685] Compiling a_octet.c
[1307/1685] Compiling a_strex.c
[1308/1685] Compiling a_strnid.c
[1309/1685] Compiling a_object.c
[1310/1685] Compiling a_mbstr.c
[1311/1685] Compiling a_i2d_fp.c
[1312/1685] Compiling a_int.c
[1313/1685] Compiling a_gentm.c
[1314/1685] Compiling a_d2i_fp.c
[1315/1685] Compiling a_bool.c
[1316/1685] Compiling a_dup.c
[1317/1685] Compiling fiat_p256_adx_sqr.S
[1318/1685] Compiling fiat_curve25519_adx_mul.S
[1319/1685] Compiling fiat_p256_adx_mul.S
[1320/1685] Compiling fiat_curve25519_adx_square.S
[1321/1685] Compiling md5-x86_64-linux.S
[1322/1685] Compiling a_bitstr.c
[1323/1685] Compiling md5-586-linux.S
[1324/1685] Compiling md5-x86_64-apple.S
[1325/1685] Compiling md5-586-apple.S
[1326/1685] Compiling chacha20_poly1305_x86_64-linux.S
[1327/1685] Compiling chacha20_poly1305_armv8-win.S
[1328/1685] Compiling chacha20_poly1305_x86_64-apple.S
[1329/1685] Compiling chacha-x86_64-linux.S
[1330/1685] Compiling chacha20_poly1305_armv8-apple.S
[1331/1685] Compiling chacha20_poly1305_armv8-linux.S
[1332/1685] Compiling chacha-x86_64-apple.S
[1333/1685] Compiling chacha-armv8-win.S
[1334/1685] Compiling chacha-x86-linux.S
[1335/1685] Compiling chacha-x86-apple.S
[1336/1685] Compiling CCryptoBoringSSLShims shims.c
[1337/1685] Compiling aes128gcmsiv-x86_64-linux.S
[1338/1685] Compiling chacha-armv8-apple.S
[1338/1685] Compiling chacha-armv4-linux.S
[1340/1685] Compiling err_data.cc
[1341/1685] Compiling chacha-armv8-linux.S
[1342/1685] Compiling aes128gcmsiv-x86_64-apple.S
[1343/1685] Compiling vpaes-x86_64-linux.S
[1344/1685] Compiling x86_64-mont5-apple.S
[1345/1685] Compiling x86_64-mont5-linux.S
[1346/1685] Compiling x86_64-mont-linux.S
[1347/1685] Compiling x86-mont-linux.S
[1347/1685] Compiling x86_64-mont-apple.S
[1349/1685] Compiling x86-mont-apple.S
[1350/1685] Compiling vpaes-x86_64-apple.S
[1351/1685] Compiling sha512-x86_64-apple.S
[1351/1685] Compiling vpaes-x86-linux.S
[1353/1685] Compiling vpaes-armv8-apple.S
[1353/1685] Compiling vpaes-x86-apple.S
[1355/1685] Compiling vpaes-armv8-linux.S
[1356/1685] Compiling vpaes-armv8-win.S
[1356/1685] Compiling vpaes-armv7-linux.S
[1358/1685] Compiling sha512-x86_64-linux.S
[1359/1685] Compiling sha512-armv8-win.S
[1360/1685] Compiling sha256-x86_64-apple.S
[1360/1685] Compiling sha512-586-linux.S
[1362/1685] Compiling sha512-586-apple.S
[1363/1685] Compiling sha512-armv4-linux.S
[1364/1685] Compiling sha512-armv8-apple.S
[1365/1685] Compiling sha512-armv8-linux.S
[1366/1685] Compiling sha256-x86_64-linux.S
[1367/1685] Compiling sha256-armv8-win.S
[1368/1685] Compiling sha256-armv4-linux.S
[1369/1685] Compiling sha256-armv8-apple.S
[1370/1685] Compiling sha1-x86_64-linux.S
[1371/1685] Compiling sha256-586-apple.S
[1372/1685] Compiling sha256-armv8-linux.S
[1373/1685] Compiling sha256-586-linux.S
[1374/1685] Compiling sha1-x86_64-apple.S
[1375/1685] Compiling sha1-armv8-win.S
[1376/1685] Compiling sha1-armv8-linux.S
[1377/1685] Compiling sha1-586-linux.S
[1378/1685] Compiling sha1-armv8-apple.S
[1379/1685] Compiling sha1-586-apple.S
[1380/1685] Compiling rsaz-avx2-linux.S
[1381/1685] Compiling sha1-armv4-large-linux.S
[1382/1685] Compiling rdrand-x86_64-apple.S
[1383/1685] Compiling rsaz-avx2-apple.S
[1384/1685] Compiling p256_beeu-x86_64-asm-linux.S
[1385/1685] Compiling p256_beeu-armv8-asm-apple.S
[1385/1685] Compiling rdrand-x86_64-linux.S
[1387/1685] Compiling p256_beeu-x86_64-asm-apple.S
[1388/1685] Compiling p256_beeu-armv8-asm-linux.S
[1389/1685] Compiling p256_beeu-armv8-asm-win.S
[1390/1685] Compiling p256-x86_64-asm-apple.S
[1391/1685] Compiling p256-armv8-asm-win.S
[1392/1685] Compiling p256-x86_64-asm-linux.S
[1393/1685] Compiling ghashv8-armv8-win.S
[1394/1685] Compiling ghashv8-armv8-linux.S
[1395/1685] Compiling p256-armv8-asm-linux.S
[1396/1685] Compiling ghashv8-armv8-apple.S
[1397/1685] Compiling ghash-x86_64-apple.S
[1398/1685] Compiling ghashv8-armv7-linux.S
[1399/1685] Compiling p256-armv8-asm-apple.S
[1400/1685] Compiling ghash-x86-linux.S
[1401/1685] Compiling ghash-ssse3-x86_64-linux.S
[1402/1685] Compiling ghash-x86_64-linux.S
[1403/1685] Compiling ghash-ssse3-x86_64-apple.S
[1404/1685] Compiling ghash-x86-apple.S
[1405/1685] Compiling ghash-ssse3-x86-linux.S
[1406/1685] Compiling ghash-ssse3-x86-apple.S
[1407/1685] Compiling ghash-neon-armv8-win.S
[1408/1685] Compiling ghash-neon-armv8-apple.S
[1409/1685] Compiling ghash-neon-armv8-linux.S
[1410/1685] Compiling co-586-apple.S
[1411/1685] Compiling bn-armv8-win.S
[1411/1685] Compiling bn-armv8-apple.S
[1413/1685] Compiling ghash-armv4-linux.S
[1414/1685] Compiling co-586-linux.S
[1415/1685] Compiling bsaes-armv7-linux.S
[1415/1685] Compiling bn-armv8-linux.S
[1415/1685] Compiling bn-586-linux.S
[1418/1685] Compiling armv8-mont-apple.S
[1419/1685] Compiling armv8-mont-win.S
[1420/1685] Compiling bn-586-apple.S
[1420/1685] Compiling armv4-mont-linux.S
[1422/1685] Compiling armv8-mont-linux.S
[1423/1685] Compiling aesv8-gcm-armv8-win.S
[1424/1685] Compiling aesv8-gcm-armv8-apple.S
[1425/1685] Compiling aesv8-gcm-armv8-linux.S
[1426/1685] Compiling aesv8-armv8-win.S
[1427/1685] Compiling aesv8-armv7-linux.S
[1428/1685] Compiling aesni-x86_64-linux.S
[1429/1685] Compiling aesni-x86_64-apple.S
[1430/1685] Compiling aesv8-armv8-apple.S
[1431/1685] Compiling aesv8-armv8-linux.S
[1432/1685] Compiling aesni-x86-linux.S
[1433/1685] Compiling aesni-gcm-x86_64-linux.S
[1434/1685] Compiling aesni-x86-apple.S
[1435/1685] Compiling aes-gcm-avx10-x86_64-linux.S
[1436/1685] Compiling aes-gcm-avx10-x86_64-apple.S
[1437/1685] Compiling aesni-gcm-x86_64-apple.S
[1438/1685] Compiling x_spki.cc
[1439/1685] Compiling x_val.cc
[1440/1685] Compiling x_x509a.cc
[1441/1685] Compiling x_pubkey.cc
[1442/1685] Compiling x_x509.cc
[1443/1685] Compiling x_name.cc
[1444/1685] Compiling x_req.cc
[1445/1685] Compiling x_sig.cc
[1446/1685] Compiling x_exten.cc
[1447/1685] Compiling x_crl.cc
[1448/1685] Compiling x_attrib.cc
[1449/1685] Compiling x_algor.cc
[1450/1685] Compiling x509spki.cc
[1451/1685] Compiling x509rset.cc
[1452/1685] Compiling x_all.cc
[1453/1685] Compiling x509name.cc
[1454/1685] Compiling x509cset.cc
[1455/1685] Compiling x509_v3.cc
[1456/1685] Compiling x509_vpm.cc
[1457/1685] Compiling x509_txt.cc
[1458/1685] Compiling x509_vfy.cc
[1459/1685] Compiling x509_obj.cc
[1460/1685] Compiling x509_req.cc
[1461/1685] Compiling x509_trs.cc
[1462/1685] Compiling x509_set.cc
[1463/1685] Compiling x509_ext.cc
[1464/1685] Compiling x509_def.cc
[1465/1685] Compiling x509_d2.cc
[1466/1685] Compiling x509_lu.cc
[1466/1685] Compiling x509_cmp.cc
[1468/1685] Compiling x509_att.cc
[1469/1685] Compiling x509.cc
[1470/1685] Compiling v3_utl.cc
[1471/1685] Compiling v3_prn.cc
[1472/1685] Compiling v3_ocsp.cc
[1473/1685] Compiling v3_pcons.cc
[1474/1685] Compiling v3_purp.cc
[1475/1685] Compiling v3_pmaps.cc
[1476/1685] Compiling v3_skey.cc
[1477/1685] Compiling v3_ncons.cc
[1478/1685] Compiling v3_lib.cc
[1479/1685] Compiling v3_ia5.cc
[1480/1685] Compiling v3_int.cc
[1481/1685] Compiling v3_info.cc
[1482/1685] Compiling v3_enum.cc
[1483/1685] Compiling v3_genn.cc
[1484/1685] Compiling v3_extku.cc
[1485/1685] Compiling v3_crld.cc
[1486/1685] Compiling v3_bcons.cc
[1487/1685] Compiling v3_cpols.cc
[1488/1685] Compiling v3_conf.cc
[1489/1685] Compiling v3_bitst.cc
[1490/1685] Compiling v3_akey.cc
[1491/1685] Compiling v3_alt.cc
[1492/1685] Compiling v3_akeya.cc
[1493/1685] Compiling t_x509a.cc
[1494/1685] Compiling t_x509.cc
[1495/1685] Compiling t_crl.cc
[1496/1685] Compiling t_req.cc
[1497/1685] Compiling rsa_pss.cc
[1498/1685] Compiling i2d_pr.cc
[1499/1685] Compiling policy.cc
[1500/1685] Compiling name_print.cc
[1501/1685] Compiling by_dir.cc
[1502/1685] Compiling asn1_gen.cc
[1503/1685] Compiling by_file.cc
[1504/1685] Compiling algorithm.cc
[1505/1685] Compiling a_verify.cc
[1506/1685] Compiling voprf.cc
[1507/1685] Compiling a_digest.cc
[1508/1685] Compiling a_sign.cc
[1509/1685] Compiling trust_token.cc
[1510/1685] Compiling thread_none.cc
[1511/1685] Compiling thread_win.cc
[1512/1685] Compiling thread_pthread.cc
[1513/1685] Compiling thread.cc
[1514/1685] Compiling pmbtoken.cc
[1515/1685] Compiling stack.cc
[1516/1685] Compiling thash.cc
[1517/1685] Compiling wots.cc
[1518/1685] Compiling merkle.cc
[1519/1685] Compiling slhdsa.cc
[1520/1685] Compiling siphash.cc
[1521/1685] Compiling sha512.cc
[1522/1685] Compiling sha256.cc
[1523/1685] Compiling fors.cc
[1524/1685] Compiling sha1.cc
[1525/1685] Compiling rsa_print.cc
[1526/1685] Compiling rsa_extra.cc
[1527/1685] Compiling refcount.cc
[1528/1685] Compiling rsa_crypt.cc
[1529/1685] Compiling rc4.cc
[1530/1685] Compiling rsa_asn1.cc
[1531/1685] Compiling windows.cc
[1532/1685] Compiling urandom.cc
[1533/1685] Compiling trusty.cc
[1534/1685] Compiling passive.cc
[1535/1685] Compiling ios.cc
[1536/1685] Compiling rand_extra.cc
[1537/1685] Compiling getentropy.cc
[1538/1685] Compiling poly1305_arm_asm.S
[1539/1685] Compiling forkunsafe.cc
[1540/1685] Compiling fork_detect.cc
[1541/1685] Compiling deterministic.cc
[1542/1685] Compiling poly1305_vec.cc
[1543/1685] Compiling poly1305.cc
[1544/1685] Compiling pkcs8.cc
[1545/1685] Compiling poly1305_arm.cc
[1546/1685] Compiling pkcs7.cc
[1547/1685] Compiling pool.cc
[1548/1685] Compiling pkcs8_x509.cc
[1549/1685] Compiling pkcs7_x509.cc
[1550/1685] Compiling p5_pbev2.cc
[1551/1685] Compiling pem_x509.cc
[1552/1685] Compiling pem_xaux.cc
[1553/1685] Compiling pem_pkey.cc
[1554/1685] Compiling pem_oth.cc
[1555/1685] Compiling pem_pk8.cc
[1556/1685] Compiling pem_lib.cc
[1557/1685] Compiling pem_info.cc
[1558/1685] Compiling mldsa.cc
[1559/1685] Compiling pem_all.cc
[1560/1685] Compiling obj_xref.cc
[1561/1685] Compiling mlkem.cc
[1562/1685] Compiling mem.cc
[1563/1685] Compiling poly_rq_mul.S
[1564/1685] Compiling obj.cc
[1565/1685] Compiling fips_shared_support.cc
[1566/1685] Compiling md5.cc
[1567/1685] Compiling lhash.cc
[1568/1685] Compiling md4.cc
[1569/1685] Compiling ex_data.cc
[1570/1685] Compiling sign.cc
[1571/1685] Compiling hpke.cc
[1572/1685] Compiling kyber.cc
[1573/1685] Compiling scrypt.cc
[1574/1685] Compiling hrss.cc
[1575/1685] Compiling p_x25519.cc
[1576/1685] Compiling pbkdf.cc
[1577/1685] Compiling print.cc
[1578/1685] Compiling p_x25519_asn1.cc
[1579/1685] Compiling p_rsa_asn1.cc
[1580/1685] Compiling p_hkdf.cc
[1581/1685] Compiling p_rsa.cc
[1582/1685] Compiling p_ed25519.cc
[1583/1685] Compiling p_ed25519_asn1.cc
[1584/1685] Compiling p_ec.cc
[1585/1685] Compiling p_ec_asn1.cc
[1586/1685] Compiling p_dh.cc
[1587/1685] Compiling p_dh_asn1.cc
[1588/1685] Compiling p_dsa_asn1.cc
[1589/1685] Compiling err.cc
[1590/1685] Compiling evp_ctx.cc
[1591/1685] Compiling evp.cc
[1592/1685] Compiling evp_asn1.cc
[1593/1685] Compiling engine.cc
[1594/1685] Compiling ecdh_extra.cc
[1595/1685] Compiling ecdsa_asn1.cc
[1596/1685] Compiling bcm.cc
[1597/1685] Compiling ec_derive.cc
[1597/1685] Compiling hash_to_curve.cc
[1599/1685] Compiling dsa_asn1.cc
[1600/1685] Compiling dsa.cc
[1601/1685] Compiling ec_asn1.cc
[1602/1685] Compiling digest_extra.cc
[1603/1685] Compiling params.cc
[1604/1685] Compiling dh_asn1.cc
[1605/1685] Compiling des.cc
[1606/1685] Compiling x25519-asm-arm.S
[1607/1685] Compiling curve25519_64_adx.cc
[1608/1685] Compiling spake25519.cc
[1609/1685] Compiling cpu_intel.cc
[1610/1685] Compiling crypto.cc
[1611/1685] Compiling cpu_arm_linux.cc
[1612/1685] Compiling cpu_arm_freebsd.cc
[1613/1685] Compiling curve25519.cc
[1614/1685] Compiling cpu_aarch64_openbsd.cc
[1615/1685] Compiling cpu_aarch64_sysreg.cc
[1616/1685] Compiling cpu_aarch64_win.cc
[1617/1685] Compiling cpu_aarch64_linux.cc
[1618/1685] Compiling cpu_aarch64_fuchsia.cc
[1619/1685] Compiling cpu_aarch64_apple.cc
[1620/1685] Compiling conf.cc
[1621/1685] Compiling e_tls.cc
[1622/1685] Compiling e_rc4.cc
[1623/1685] Compiling tls_cbc.cc
[1624/1685] Compiling e_rc2.cc
[1625/1685] Compiling e_null.cc
[1626/1685] Compiling e_chacha20poly1305.cc
[1627/1685] Compiling e_des.cc
[1628/1685] Compiling e_aesgcmsiv.cc
[1629/1685] Compiling derive_key.cc
[1630/1685] Compiling cipher_extra.cc
[1631/1685] Compiling chacha.cc
[1632/1685] Compiling e_aesctrhmac.cc
[1633/1685] Compiling unicode.cc
[1634/1685] Compiling ber.cc
[1635/1685] Compiling buf.cc
[1636/1685] Compiling cbb.cc
[1637/1685] Compiling cbs.cc
[1638/1685] Compiling asn1_compat.cc
[1639/1685] Compiling bn_asn1.cc
[1640/1685] Compiling convert.cc
[1641/1685] Compiling blake2.cc
[1642/1685] Compiling printf.cc
[1643/1685] Compiling fd.cc
[1644/1685] Compiling hexdump.cc
[1645/1685] Compiling file.cc
[1646/1685] Compiling pair.cc
[1647/1685] Compiling errno.cc
[1648/1685] Compiling base64.cc
[1649/1685] Compiling bio.cc
[1650/1685] Compiling bio_mem.cc
[1651/1685] Compiling tasn_enc.cc
[1652/1685] Compiling tasn_fre.cc
[1653/1685] Compiling f_string.cc
[1654/1685] Compiling posix_time.cc
[1655/1685] Compiling tasn_utl.cc
[1656/1685] Compiling tasn_dec.cc
[1657/1685] Compiling tasn_typ.cc
[1658/1685] Compiling tasn_new.cc
[1659/1685] Compiling f_int.cc
[1660/1685] Compiling asn_pack.cc
[1661/1685] Compiling asn1_par.cc
[1662/1685] Compiling a_utctm.cc
[1662/1685] Compiling a_type.cc
[1664/1685] Compiling asn1_lib.cc
[1665/1685] Compiling a_strnid.cc
[1665/1685] Compiling a_time.cc
[1667/1685] Compiling a_octet.cc
[1668/1685] Compiling a_strex.cc
[1669/1685] Compiling a_object.cc
[1670/1685] Compiling a_i2d_fp.cc
[1671/1685] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1671/1685] Write sources
[1678/1685] Compiling a_dup.cc
[1679/1685] Compiling a_gentm.cc
[1680/1685] Compiling a_int.cc
[1681/1685] Compiling a_mbstr.cc
[1682/1705] Compiling a_d2i_fp.cc
[1683/1733] Compiling a_bool.cc
[1684/1782] Compiling a_bitstr.cc
[1686/1790] Compiling BitCollections BitArray+Fill.swift
[1687/1790] Compiling BitCollections BitArray+Hashable.swift
[1688/1792] Compiling BitCollections BitArray+RandomBits.swift
[1689/1792] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1690/1792] Compiling Algorithms Compacted.swift
[1691/1792] Compiling Algorithms Cycle.swift
[1692/1792] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1693/1792] Compiling BitCollections BitSet+CustomReflectable.swift
[1694/1792] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1695/1792] Compiling BitCollections BitSet+Equatable.swift
[1696/1792] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1697/1792] Compiling BitCollections BitSet+Extras.swift
[1698/1792] Compiling BitCollections BitSet+Hashable.swift
[1699/1792] Compiling BitCollections BitSet+Initializers.swift
[1700/1792] Compiling BitCollections BitSet+Invariants.swift
[1701/1792] Compiling BitCollections BitSet+Random.swift
[1702/1792] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1703/1792] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1704/1792] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1705/1792] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1706/1799] Compiling Atomics IntegerOperations.swift
[1707/1799] Compiling Atomics Unmanaged extensions.swift
[1708/1799] Compiling BitCollections BitArray+BitwiseOperations.swift
[1709/1799] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1710/1799] Compiling BitCollections BitArray+Codable.swift
[1711/1799] Compiling BitCollections BitArray+Initializers.swift
[1712/1799] Compiling BitCollections BitArray+Invariants.swift
[1713/1799] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1714/1799] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1715/1799] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1716/1799] Compiling BitCollections BitArray+Extras.swift
[1724/1799] Compiling BitCollections BitArray._UnsafeHandle.swift
[1725/1802] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1726/1802] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1727/1802] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1728/1802] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1729/1802] Compiling BitCollections BitSet+SetAlgebra union.swift
[1730/1802] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1731/1802] Compiling BitCollections BitSet.Counted.swift
[1732/1802] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1733/1802] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1734/1802] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1735/1802] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1736/1802] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1737/1802] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1738/1802] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1739/1802] Emitting module BitCollections
[1743/1802] Compiling Algorithms Grouped.swift
[1744/1802] Compiling Algorithms Indexed.swift
[1745/1802] Compiling Algorithms Intersperse.swift
[1748/1802] Compiling BitCollections BitArray.swift
[1749/1802] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1750/1802] Compiling BitCollections BitSet+Codable.swift
[1751/1802] Compiling CryptoBoringWrapper RandomBytes.swift
[1752/1802] Compiling Algorithms Trim.swift
[1753/1802] Compiling Algorithms Unique.swift
[1754/1802] Compiling Algorithms Windows.swift
[1755/1802] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1764/1802] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1765/1802] Compiling CryptoBoringWrapper EllipticCurve.swift
[1766/1802] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1767/1802] Emitting module CryptoBoringWrapper
[1768/1802] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1783/1802] Compiling BitCollections BitSet.Index.swift
[1784/1802] Compiling BitCollections BitSet._UnsafeHandle.swift
[1785/1802] Compiling BitCollections BitSet.swift
[1786/1802] Compiling BitCollections Range+Utilities.swift
[1787/1802] Compiling BitCollections Slice+Utilities.swift
[1788/1802] Compiling BitCollections UInt+Tricks.swift
[1789/1802] Compiling BitCollections _Word.swift
[1791/1803] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1800/1806] Emitting module Atomics
[1804/1807] Compiling Collections Collections.swift
[1805/1807] Emitting module Collections
[1808/1879] Emitting module Algorithms
[1810/1940] Compiling NIOCore GlobalSingletons.swift
[1811/1940] Compiling NIOCore MulticastChannel.swift
[1812/1940] Compiling NIOCore NIOAny.swift
[1813/1940] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1814/1940] Compiling NIOCore NIOLoopBound.swift
[1815/1940] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1816/1940] Compiling NIOCore NIOScheduledCallback.swift
[1817/1940] Compiling NIOCore NIOSendable.swift
[1818/1940] Compiling NIOCore RecvByteBufferAllocator.swift
[1819/1940] Compiling Crypto HPKE-Errors.swift
[1820/1949] Compiling Crypto HKDF.swift
[1821/1949] Compiling Crypto AESWrap.swift
[1822/1949] Compiling Crypto AESWrap_boring.swift
[1823/1949] Compiling Crypto Ed25519_boring.swift
[1824/1949] Compiling Crypto NISTCurvesKeys_boring.swift
[1825/1949] Compiling Crypto X25519Keys_boring.swift
[1826/1949] Compiling Crypto Curve25519.swift
[1827/1949] Compiling Crypto Ed25519Keys.swift
[1828/1949] Compiling Crypto NISTCurvesKeys.swift
[1829/1949] Compiling Crypto X25519Keys.swift
[1838/1957] Compiling NIOCore Interfaces.swift
[1839/1957] Compiling NIOCore Linux.swift
[1840/1957] Compiling NIOCore MarkedCircularBuffer.swift
[1841/1957] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1842/1957] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1843/1957] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1844/1957] Compiling NIOCore EventLoopFuture.swift
[1845/1957] Compiling NIOCore FileDescriptor.swift
[1846/1957] Compiling NIOCore FileHandle.swift
[1847/1957] Compiling NIOCore FileRegion.swift
[1848/1957] Compiling NIOCore DeadChannel.swift
[1849/1957] Compiling NIOCore DispatchQueue+WithFuture.swift
[1850/1957] Compiling NIOCore EventLoop+Deprecated.swift
[1851/1957] Compiling NIOCore EventLoop+SerialExecutor.swift
[1852/1957] Compiling NIOCore EventLoop.swift
[1853/1957] Compiling NIOCore IO.swift
[1854/1957] Compiling NIOCore IOData.swift
[1855/1957] Compiling NIOCore IPProtocol.swift
[1856/1957] Compiling NIOCore IntegerBitPacking.swift
[1857/1957] Compiling NIOCore IntegerTypes.swift
[1858/1957] Compiling NIOCore ByteBuffer-views.swift
[1859/1957] Compiling NIOCore Channel.swift
[1860/1957] Compiling NIOCore ChannelHandler.swift
[1861/1957] Compiling NIOCore ChannelHandlers.swift
[1862/1957] Compiling NIOCore ChannelInvoker.swift
[1863/1957] Compiling NIOCore ChannelOption.swift
[1864/1957] Compiling NIOCore ChannelPipeline.swift
[1865/1957] Compiling NIOCore CircularBuffer.swift
[1866/1957] Compiling NIOCore Codec.swift
[1867/1957] Compiling NIOCore ConvenienceOptionSupport.swift
[1868/1957] Compiling NIOCore AsyncAwaitSupport.swift
[1869/1957] Compiling NIOCore AsyncChannel.swift
[1870/1957] Compiling NIOCore AsyncChannelHandler.swift
[1871/1957] Compiling NIOCore AsyncChannelInboundStream.swift
[1872/1957] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1873/1957] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1874/1957] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1875/1957] Compiling NIOCore NIOAsyncWriter.swift
[1876/1957] Compiling NIOCore ByteBuffer-multi-int.swift
[1877/1957] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1886/1957] Emitting module Crypto
[1887/1957] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1888/1957] Compiling NIOCore BSDSocketAPI.swift
[1889/1957] Compiling NIOCore ByteBuffer-aux.swift
[1890/1957] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1891/1957] Compiling NIOCore ByteBuffer-conversions.swift
[1892/1957] Compiling NIOCore ByteBuffer-core.swift
[1893/1957] Compiling NIOCore ByteBuffer-hex.swift
[1894/1957] Compiling NIOCore ByteBuffer-int.swift
[1895/1957] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1896/1957] Compiling NIOCore AddressedEnvelope.swift
[1897/1957] Compiling Crypto Signature.swift
[1898/1957] Compiling Crypto CryptoKitErrors_boring.swift
[1899/1957] Compiling Crypto RNG_boring.swift
[1900/1957] Compiling Crypto SafeCompare_boring.swift
[1901/1957] Compiling Crypto Zeroization_boring.swift
[1902/1957] Compiling Crypto PrettyBytes.swift
[1903/1957] Compiling Crypto SafeCompare.swift
[1904/1957] Compiling Crypto SecureBytes.swift
[1905/1957] Compiling Crypto Zeroization.swift
[1923/1958] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1924/1958] Compiling NIOCore SocketAddresses.swift
[1925/1958] Compiling NIOCore SocketOptionProvider.swift
[1926/1958] Compiling NIOCore SystemCallHelpers.swift
[1927/1958] Compiling NIOCore TimeAmount+Duration.swift
[1928/1958] Compiling NIOCore TypeAssistedChannelHandler.swift
[1929/1958] Compiling NIOCore UniversalBootstrapSupport.swift
[1930/1958] Compiling NIOCore Utilities.swift
[1931/2005] Compiling JWTKit AudienceClaim.swift
[1932/2005] Compiling JWTKit BoolClaim.swift
[1933/2005] Compiling JWTKit ExpirationClaim.swift
[1934/2005] Compiling JWTKit GoogleHostedDomainClaim.swift
[1935/2005] Compiling JWTKit IDClaim.swift
[1936/2005] Compiling JWTKit IssuedAtClaim.swift
[1937/2005] Compiling JWTKit IssuerClaim.swift
[1938/2005] Compiling JWTKit JWTClaim.swift
[1939/2005] Compiling JWTKit JWTMultiValueClaim.swift
[1940/2005] Compiling JWTKit JWTUnixEpochClaim.swift
[1941/2005] Compiling JWTKit LocaleClaim.swift
[1942/2005] Compiling JWTKit NotBeforeClaim.swift
[1943/2005] Compiling JWTKit SubjectClaim.swift
[1944/2005] Compiling JWTKit ECDSAError.swift
[1945/2005] Compiling JWTKit ECDSAKey.swift
[1946/2005] Compiling JWTKit ECDSASigner.swift
[1947/2005] Compiling JWTKit JWTSigner+ECDSA.swift
[1948/2005] Compiling JWTKit EdDSAError.swift
[1949/2005] Compiling JWTKit JWTAlgorithm.swift
[1950/2005] Compiling JWTKit JWTError.swift
[1951/2005] Compiling JWTKit JWTHeader.swift
[1952/2005] Compiling JWTKit JWTParser.swift
[1953/2005] Compiling JWTKit JWTPayload.swift
[1954/2005] Compiling JWTKit JWTSerializer.swift
[1955/2011] Emitting module JWTKit
[1970/2011] Compiling JWTKit JWTSigner.swift
[1971/2011] Compiling JWTKit JWTSigners.swift
[1972/2011] Compiling JWTKit JWTSigner+UnsecuredNone.swift
[1973/2011] Compiling JWTKit UnsecuredNoneSigner.swift
[1974/2011] Compiling JWTKit JWTSigner+RSA.swift
[1975/2011] Compiling JWTKit RSAError.swift
[1976/2011] Compiling JWTKit RSAKey.swift
[1977/2011] Compiling JWTKit RSASigner.swift
[1978/2011] Compiling JWTKit Base64URL.swift
[1979/2011] Compiling JWTKit BigNumber.swift
[1980/2011] Compiling JWTKit CustomizedJSONCoders.swift
[1981/2011] Compiling JWTKit Exports.swift
[1986/2011] Compiling JWTKit EdDSAKey.swift
[1987/2011] Compiling JWTKit EdDSASigner.swift
[1988/2011] Compiling JWTKit JWTSigner+EdDSA.swift
[1989/2011] Compiling JWTKit OctetKeyPair.swift
[1990/2011] Compiling JWTKit HMACError.swift
[1991/2011] Compiling JWTKit HMACSigner.swift
[1992/2011] Compiling JWTKit JWTSigner+HMAC.swift
[1993/2011] Compiling JWTKit JWK.swift
[1994/2011] Compiling JWTKit JWKIdentifier.swift
[1995/2011] Compiling JWTKit JWKS.swift
[1996/2011] Compiling JWTKit OpenSSLSigner.swift
[1997/2011] Compiling JWTKit Utilities.swift
[1998/2011] Compiling JWTKit AppleIdentityToken.swift
[1999/2011] Compiling JWTKit GoogleIdentityToken.swift
[2000/2011] Compiling JWTKit MicrosoftIdentitiyToken.swift
[2001/2011] Compiling JWTKit X5CVerifier.swift
[2003/2012] Emitting module NIOCore
[2014/2063] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[2015/2063] Compiling NIOEmbedded AsyncTestingChannel.swift
[2016/2063] Emitting module NIOEmbedded
[2017/2063] Compiling NIOEmbedded Embedded.swift
[2019/2064] Emitting module NIOPosix
[2020/2070] Compiling NIOPosix ThreadPosix.swift
[2021/2070] Compiling NIOPosix ThreadWindows.swift
[2022/2070] Compiling NIOPosix UnsafeTransfer.swift
[2023/2070] Compiling NIOPosix Utilities.swift
[2024/2070] Compiling NIOPosix VsockAddress.swift
[2025/2070] Compiling NIOPosix VsockChannelEvents.swift
[2026/2070] Compiling NIOPosix IO.swift
[2027/2070] Compiling NIOPosix IntegerBitPacking.swift
[2028/2070] Compiling NIOPosix IntegerTypes.swift
[2029/2070] Compiling NIOPosix Linux.swift
[2030/2070] Compiling NIOPosix LinuxCPUSet.swift
[2031/2070] Compiling NIOPosix LinuxUring.swift
[2032/2070] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[2033/2070] Compiling NIOPosix SelectableChannel.swift
[2034/2070] Compiling NIOPosix SelectableEventLoop.swift
[2035/2070] Compiling NIOPosix SelectorEpoll.swift
[2036/2070] Compiling NIOPosix SelectorGeneric.swift
[2037/2070] Compiling NIOPosix SelectorKqueue.swift
[2038/2070] Compiling NIOPosix SelectorUring.swift
[2039/2070] Compiling NIOPosix ServerSocket.swift
[2040/2070] Compiling NIOPosix Socket.swift
[2041/2070] Compiling NIOPosix SocketChannel.swift
[2042/2070] Compiling NIOPosix SocketProtocols.swift
[2043/2070] Compiling NIOPosix System.swift
[2044/2070] Compiling NIOPosix Thread.swift
[2045/2070] Compiling NIOPosix BSDSocketAPICommon.swift
[2046/2070] Compiling NIOPosix BSDSocketAPIPosix.swift
[2047/2070] Compiling NIOPosix BSDSocketAPIWindows.swift
[2048/2070] Compiling NIOPosix BaseSocket.swift
[2049/2070] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[2050/2070] Compiling NIOPosix BaseSocketChannel.swift
[2051/2070] Compiling NIOPosix BaseStreamSocketChannel.swift
[2052/2070] Compiling NIOPosix NIOThreadPool.swift
[2053/2070] Compiling NIOPosix NonBlockingFileIO.swift
[2054/2070] Compiling NIOPosix PendingDatagramWritesManager.swift
[2055/2070] Compiling NIOPosix PendingWritesManager.swift
[2056/2070] Compiling NIOPosix PipeChannel.swift
[2057/2070] Compiling NIOPosix PipePair.swift
[2058/2070] Compiling NIOPosix Pool.swift
[2059/2070] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[2060/2070] Compiling NIOPosix PosixSingletons.swift
[2061/2070] Compiling NIOPosix RawSocketBootstrap.swift
[2062/2070] Compiling NIOPosix Resolver.swift
[2063/2070] Compiling NIOPosix Selectable.swift
[2064/2070] Compiling NIOPosix Bootstrap.swift
[2065/2070] Compiling NIOPosix ControlMessage.swift
[2066/2070] Compiling NIOPosix DatagramVectorReadManager.swift
[2067/2070] Compiling NIOPosix Errors+Any.swift
[2068/2070] Compiling NIOPosix FileDescriptor.swift
[2069/2070] Compiling NIOPosix GetaddrinfoResolver.swift
[2070/2070] Compiling NIOPosix HappyEyeballs.swift
[2072/2130] Emitting module NIO
[2073/2130] Compiling NIO Exports.swift
[2075/2131] Compiling _NIOFileSystem ParallelDirCopy.swift
[2076/2131] Compiling _NIOFileSystem ParallelRemoval.swift
[2077/2131] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[2078/2131] Compiling _NIOFileSystem CInterop.swift
[2079/2131] Compiling _NIOFileSystem Errno.swift
[2080/2141] Compiling _NIOFileSystem ByteCount.swift
[2081/2141] Compiling _NIOFileSystem Convenience.swift
[2082/2141] Compiling _NIOFileSystem DirectoryEntries.swift
[2083/2268] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[2084/2268] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[2085/2268] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[2086/2268] Compiling SQLKit SQLDatabase.swift
[2087/2268] Compiling NIOTLS TLSEvents.swift
[2088/2268] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[2089/2268] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[2090/2268] Emitting module NIOTLS
[2091/2268] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[2092/2268] Compiling NIOSOCKS SOCKSResponse.swift
[2093/2269] Compiling SQLKit SQLAlterEnumBuilder.swift
[2094/2269] Compiling SQLKit SQLAlterTableBuilder.swift
[2095/2269] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[2096/2269] Compiling NIOSOCKS ClientStateMachine.swift
[2097/2269] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[2098/2269] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[2099/2269] Compiling SQLKit SQLCreateIndexBuilder.swift
[2100/2269] Compiling SQLKit SQLCreateTableBuilder.swift
[2101/2269] Compiling SQLKit SQLCreateTriggerBuilder.swift
[2102/2269] Compiling SQLKit SQLDeleteBuilder.swift
[2103/2269] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[2104/2269] Compiling NIOTLS SNIHandler.swift
[2105/2269] Compiling SQLKit SQLCreateEnumBuilder.swift
[2107/2272] Emitting module NIOSOCKS
[2108/2272] Compiling SQLKit SQLConflictUpdateBuilder.swift
[2111/2301] Compiling NIOSOCKS ServerStateMachine.swift
[2113/2302] Compiling NIOSSL SSLCertificate.swift
[2114/2302] Compiling NIOSSL SSLCertificateExtensions.swift
[2115/2302] Compiling NIOSSL SSLCertificateName.swift
[2116/2302] Compiling NIOSSL SSLConnection.swift
[2117/2302] Compiling NIOSSL SubjectAlternativeName.swift
[2118/2302] Compiling NIOSSL NIOSSLHandler.swift
[2119/2302] Compiling NIOSSL SSLPrivateKey.swift
[2120/2302] Compiling NIOSSL NIOSSLServerHandler.swift
[2121/2302] Compiling NIOSSL ObjectIdentifier.swift
[2122/2302] Compiling NIOSSL PosixPort.swift
[2123/2302] Compiling NIOSSL SSLCallbacks.swift
[2124/2302] Compiling NIOSSL AndroidCABundle.swift
[2125/2302] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[2126/2302] Compiling SQLKit SQLColumnAssignment.swift
[2127/2302] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[2128/2302] Compiling SQLKit SQLColumnDefinition.swift
[2129/2302] Compiling SQLKit SQLCommonTableExpression.swift
[2130/2302] Compiling SQLKit SQLConflictAction.swift
[2131/2302] Compiling SQLKit SQLConflictResolutionStrategy.swift
[2132/2302] Compiling SQLKit SQLDropBehaviour.swift
[2133/2302] Compiling SQLKit SQLEnumDataType.swift
[2134/2302] Compiling SQLKit SQLExcludedColumn.swift
[2135/2302] Compiling SQLKit SQLForeignKey.swift
[2136/2302] Compiling SQLKit SQLJoin.swift
[2137/2302] Compiling SQLKit SQLJoinMethod.swift
[2138/2302] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[2139/2302] Compiling SQLKit Exports.swift
[2140/2302] Compiling SQLKit SQLAlias.swift
[2141/2302] Compiling SQLKit SQLBetween.swift
[2142/2302] Compiling SQLKit SQLColumn.swift
[2143/2302] Compiling SQLKit SQLConstraint.swift
[2144/2302] Compiling SQLKit SQLDataType.swift
[2145/2302] Compiling SQLKit SQLDirection.swift
[2146/2302] Compiling SQLKit SQLDistinct.swift
[2147/2302] Compiling SQLKit SQLForeignKeyAction.swift
[2148/2302] Compiling SQLKit SQLNestedSubpathExpression.swift
[2149/2302] Compiling SQLKit SQLQualifiedTable.swift
[2150/2302] Compiling SQLKit SQLQueryString.swift
[2151/2314] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[2152/2314] Compiling NIOSSL SSLContext.swift
[2155/2314] Emitting module NIOFoundationCompat
[2156/2314] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[2157/2315] Compiling NIOSSL SSLPublicKey.swift
[2158/2315] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[2161/2315] Compiling NIOSSL SSLErrors.swift
[2162/2315] Compiling NIOSSL SSLInit.swift
[2163/2315] Compiling NIOSSL SSLPKCS12Bundle.swift
[2169/2315] Compiling NIOSSL NIOSSLSecureBytes.swift
[2171/2315] Compiling SQLKit SQLDropIndex.swift
[2172/2315] Compiling SQLKit SQLDropTable.swift
[2173/2315] Compiling SQLKit SQLDropTrigger.swift
[2174/2315] Compiling SQLKit SQLInsert.swift
[2175/2315] Compiling SQLKit SQLSelect.swift
[2176/2315] Compiling SQLKit SQLUnion.swift
[2177/2315] Compiling SQLKit SQLUpdate.swift
[2178/2315] Compiling SQLKit SQLExpression.swift
[2179/2315] Compiling SQLKit SQLSerializer.swift
[2180/2315] Compiling SQLKit SQLStatement.swift
[2181/2315] Compiling SQLKit SQLBinaryExpression.swift
[2182/2315] Compiling SQLKit SQLBinaryOperator.swift
[2183/2315] Compiling SQLKit SQLBind.swift
[2191/2315] Emitting module AsyncKit
[2192/2315] Emitting module SQLKit
[2193/2315] Compiling SQLKit SQLLockingClause.swift
[2194/2315] Compiling SQLKit SQLOrderBy.swift
[2195/2315] Compiling SQLKit SQLReturning.swift
[2196/2315] Compiling SQLKit SQLSubquery.swift
[2197/2315] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[2198/2315] Compiling SQLKit SQLAlterEnum.swift
[2199/2315] Compiling SQLKit SQLAlterTable.swift
[2200/2315] Compiling SQLKit SQLCreateEnum.swift
[2201/2315] Compiling SQLKit SQLCreateIndex.swift
[2202/2315] Compiling SQLKit SQLCreateTable.swift
[2203/2315] Compiling SQLKit SQLCreateTrigger.swift
[2204/2315] Compiling SQLKit SQLDelete.swift
[2205/2315] Compiling SQLKit SQLDropEnum.swift
[2211/2315] Compiling NIOSSL ByteBufferBIO.swift
[2212/2315] Compiling NIOSSL CustomPrivateKey.swift
[2213/2315] Compiling NIOSSL IdentityVerification.swift
[2214/2315] Compiling NIOSSL LinuxCABundle.swift
[2215/2315] Compiling NIOSSL NIOSSLClientHandler.swift
[2216/2315] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[2219/2315] Compiling SQLKit SQLDatabaseReportedVersion.swift
[2220/2315] Compiling SQLKit SQLDialect.swift
[2221/2315] Compiling SQLKit SQLDatabase+Deprecated.swift
[2222/2315] Compiling SQLKit SQLError.swift
[2223/2337] Emitting module _NIOFileSystem
[2224/2337] Compiling NIOTransportServices NIOTSEventLoop.swift
[2225/2337] Compiling NIOTransportServices AcceptHandler.swift
[2226/2337] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[2227/2337] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[2228/2337] Compiling NIOTransportServices NIOTSBootstraps.swift
[2229/2337] Compiling NIOTransportServices NIOTSChannelOptions.swift
[2230/2337] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[2231/2337] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[2232/2337] Compiling NIOTransportServices NIOTSSingletons.swift
[2233/2337] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[2235/2338] Compiling NIOSSL RNG.swift
[2236/2338] Compiling NIOSSL SafeCompare.swift
[2237/2338] Compiling SQLKit SQLQueryFetcher.swift
[2238/2338] Compiling SQLKit SQLReturningBuilder.swift
[2247/2338] Compiling SQLKit SQLExpressions+Deprecated.swift
[2248/2338] Emitting module NIOTransportServices
[2249/2340] Compiling NIOTransportServices StateManagedChannel.swift
[2250/2340] Compiling NIOTransportServices StateManagedListenerChannel.swift
[2251/2340] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[2255/2340] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[2256/2340] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[2257/2340] Compiling NIOTransportServices NIOTSListenerChannel.swift
[2258/2340] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[2259/2340] Compiling NIOTransportServices NIOTSErrors.swift
[2273/2340] Compiling NIOTransportServices NIOTSDatagramListener.swift
[2274/2340] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[2275/2340] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[2276/2340] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2277/2340] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2281/2341] Emitting module NIOHTTP1
[2284/2347] Emitting module NIOSSL
[2289/2351] Emitting module NIOFileSystem
[2290/2379] Compiling NIOFileSystem Exports.swift
[2291/2379] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2292/2379] Emitting module _NIOFileSystemFoundationCompat
[2293/2379] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2304/2381] Compiling SQLKit SQLFunction.swift
[2305/2381] Compiling SQLKit SQLGroupExpression.swift
[2306/2381] Compiling SQLKit SQLIdentifier.swift
[2307/2381] Compiling SQLKit SQLList.swift
[2308/2381] Compiling SQLKit SQLLiteral.swift
[2309/2381] Compiling SQLKit SQLRaw.swift
[2310/2381] Compiling SQLKit SQLCodingUtilities.swift
[2311/2381] Compiling SQLKit SQLQueryEncoder.swift
[2312/2381] Compiling SQLKit SQLRow.swift
[2313/2381] Compiling SQLKit SQLRowDecoder.swift
[2314/2381] Compiling SQLKit SomeCodingKey.swift
[2315/2381] Compiling SQLKit StringHandling.swift
[2316/2392] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[2317/2405] Compiling NIOWebSocket WebSocketOpcode.swift
[2318/2420] Compiling MultipartKit Storage.swift
[2319/2420] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[2320/2420] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[2321/2420] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[2322/2420] Compiling MultipartKit MultipartPart.swift
[2323/2420] Compiling MultipartKit MultipartPartConvertible.swift
[2326/2420] Compiling MultipartKit FormDataDecoder.Decoder.swift
[2327/2420] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[2328/2420] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[2329/2420] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[2335/2420] Compiling NIOHPACK IndexedHeaderTable.swift
[2336/2420] Compiling NIOHPACK IntegerCoding.swift
[2337/2421] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2338/2421] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2339/2421] Compiling NIOHPACK StaticHeaderTable.swift
[2340/2421] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2341/2421] Compiling NIOHTTPCompression HTTPDecompression.swift
[2342/2421] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2343/2421] Compiling MultipartKit BasicCodingKey.swift
[2344/2421] Compiling MultipartKit MultipartError.swift
[2345/2421] Compiling NIOHPACK HuffmanTables.swift
[2346/2421] Emitting module NIOHTTPCompression
[2347/2421] Compiling NIOHTTPCompression HTTPCompression.swift
[2348/2421] Emitting module NIOHPACK
[2349/2421] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2350/2422] Compiling NIOHPACK HuffmanCoding.swift
[2351/2422] Emitting module NIOExtras
[2355/2424] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2356/2424] Compiling MultipartKit Exports.swift
[2357/2424] Compiling MultipartKit FormDataEncoder.swift
[2360/2424] Compiling NIOWebSocket WebSocketFrame.swift
[2361/2424] Emitting module NIOWebSocket
[2362/2424] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2364/2512] Compiling FluentKit Database+Concurrency.swift
[2365/2512] Compiling FluentKit EnumBuilder+Concurrency.swift
[2366/2514] Emitting module MultipartKit
[2367/2514] Compiling FluentKit AsyncMigration.swift
[2368/2514] Compiling FluentKit AsyncModelMiddleware.swift
[2369/2514] Compiling FluentKit Children+Concurrency.swift
[2370/2514] Compiling FluentKit DatabaseID.swift
[2371/2514] Compiling FluentKit DatabaseInput.swift
[2372/2514] Compiling FluentKit Siblings+Concurrency.swift
[2373/2514] Compiling FluentKit Database+Logging.swift
[2374/2514] Compiling FluentKit Relation+Concurrency.swift
[2375/2514] Compiling FluentKit SchemaBuilder+Concurrency.swift
[2377/2514] Compiling FluentKit OptionalParent+Concurrency.swift
[2378/2514] Compiling FluentKit Parent+Concurrency.swift
[2379/2514] Compiling FluentKit QueryBuilder+Concurrency.swift
[2380/2514] Compiling FluentKit Model+Concurrency.swift
[2381/2514] Compiling FluentKit ModelResponder+Concurrency.swift
[2382/2514] Compiling FluentKit OptionalChild+Concurrency.swift
[2389/2515] Compiling FluentKit Database.swift
[2391/2515] Compiling FluentKit FluentError.swift
[2392/2515] Compiling FluentKit ModelMiddleware.swift
[2393/2515] Compiling FluentKit ModelResponder.swift
[2394/2515] Compiling FluentKit Migration.swift
[2397/2516] Compiling MultipartKit MultipartSerializer.swift
[2398/2516] Compiling MultipartKit Utilities.swift
[2402/2575] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2403/2575] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2404/2575] Compiling NIOHTTP2 MayReceiveFrames.swift
[2405/2575] Compiling NIOHTTP2 ReceivingDataState.swift
[2406/2575] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2407/2575] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2408/2575] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2409/2575] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2410/2575] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2411/2575] Compiling NIOHTTP2 MaySendFrames.swift
[2412/2575] Compiling NIOHTTP2 SendingDataState.swift
[2416/2576] Compiling NIOHTTP2 SendingGoawayState.swift
[2417/2576] Compiling NIOHTTP2 SendingHeadersState.swift
[2418/2576] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2419/2576] Compiling NIOHTTP2 SendingRstStreamState.swift
[2420/2576] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2421/2576] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2422/2576] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2423/2576] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2424/2576] Compiling NIOHTTP2 HasLocalSettings.swift
[2425/2576] Compiling NIOHTTP2 HasRemoteSettings.swift
[2426/2576] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2427/2576] Compiling NIOHTTP2 QuiescingState.swift
[2428/2576] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2429/2576] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2430/2584] Emitting module FluentKit
[2431/2604] Compiling WebSocketKit Exports.swift
[2457/2604] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2458/2604] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2459/2604] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2460/2604] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2461/2604] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2462/2604] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2463/2604] Compiling NIOHTTP2 HTTP2Error.swift
[2464/2604] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2465/2604] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2466/2604] Compiling NIOHTTP2 HTTP2Frame.swift
[2467/2604] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2468/2604] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2469/2604] Compiling NIOHTTP2 HTTP2PingData.swift
[2470/2604] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2471/2604] Compiling WebSocketKit WebSocketClient.swift
[2472/2604] Compiling WebSocketKit WebSocketHandler.swift
[2473/2604] Emitting module WebSocketKit
[2474/2604] Compiling WebSocketKit WebSocket+Concurrency.swift
[2475/2604] Compiling WebSocketKit WebSocket+Connect.swift
[2476/2604] Compiling WebSocketKit WebSocket.swift
[2478/2605] Emitting module NIOHTTP2
[2488/2605] Compiling NIOHTTP2 InboundWindowManager.swift
[2489/2605] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2490/2605] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2491/2605] Compiling NIOHTTP2 StreamChannelList.swift
[2492/2605] Compiling NIOHTTP2 StreamMap.swift
[2493/2605] Compiling NIOHTTP2 StreamStateMachine.swift
[2494/2605] Compiling NIOHTTP2 UnsafeTransfer.swift
[2495/2605] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2496/2605] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2497/2605] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2498/2605] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2499/2605] Compiling NIOHTTP2 HTTP2StreamID.swift
[2500/2605] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2501/2605] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2502/2605] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2503/2605] Compiling NIOHTTP2 InboundEventBuffer.swift
[2507/2605] Compiling FluentKit QueryBuilder+Paginate.swift
[2508/2605] Compiling FluentKit QueryBuilder+Range.swift
[2509/2605] Compiling FluentKit QueryBuilder+Set.swift
[2510/2605] Compiling FluentKit QueryBuilder+Sort.swift
[2511/2605] Compiling FluentKit QueryBuilder.swift
[2512/2605] Compiling FluentKit DatabaseQuery+Action.swift
[2513/2605] Compiling FluentKit DatabaseQuery+Aggregate.swift
[2514/2605] Compiling FluentKit DatabaseQuery+Field.swift
[2515/2605] Compiling FluentKit DatabaseQuery+Filter.swift
[2516/2605] Compiling FluentKit BooleanPropertyFormat.swift
[2517/2605] Compiling FluentKit Children.swift
[2518/2605] Compiling FluentKit CompositeChildren.swift
[2519/2605] Compiling FluentKit CompositeID.swift
[2520/2605] Compiling FluentKit CompositeOptionalChild.swift
[2521/2605] Compiling FluentKit CompositeOptionalParent.swift
[2522/2605] Compiling FluentKit CompositeParent.swift
[2523/2605] Compiling FluentKit Field.swift
[2524/2605] Compiling FluentKit FieldKey.swift
[2525/2605] Compiling FluentKit Group.swift
[2526/2605] Compiling FluentKit ID.swift
[2527/2605] Compiling FluentKit OptionalBoolean.swift
[2528/2605] Compiling FluentKit DatabaseQuery+Join.swift
[2529/2605] Compiling FluentKit DatabaseQuery+Range.swift
[2530/2605] Compiling FluentKit DatabaseQuery+Sort.swift
[2531/2605] Compiling FluentKit DatabaseQuery+Value.swift
[2532/2605] Compiling FluentKit DatabaseQuery.swift
[2533/2605] Compiling FluentKit QueryHistory.swift
[2534/2605] Compiling FluentKit DatabaseSchema.swift
[2535/2605] Compiling FluentKit SchemaBuilder.swift
[2536/2605] Compiling FluentKit OptionalType.swift
[2537/2605] Compiling FluentKit RandomGeneratable.swift
[2538/2605] Compiling FluentKit SomeCodingKey.swift
[2539/2605] Compiling FluentKit UnsafeMutableTransferBox.swift
[2540/2605] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2541/2605] Compiling NIOHTTP2 HTTP2Settings.swift
[2542/2605] Compiling NIOHTTP2 HTTP2Stream.swift
[2543/2605] Compiling NIOHTTP2 StateMachineResult.swift
[2544/2605] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2545/2605] Compiling NIOHTTP2 DOSHeuristics.swift
[2546/2605] Compiling NIOHTTP2 Error+Any.swift
[2547/2605] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2548/2605] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2549/2605] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2550/2605] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2609/2668] Emitting module AsyncHTTPClient
[2610/2676] Compiling AsyncHTTPClient ConnectionTarget.swift
[2611/2676] Compiling AsyncHTTPClient DeconstructedURL.swift
[2612/2676] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2613/2676] Compiling AsyncHTTPClient FoundationExtensions.swift
[2614/2676] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2615/2676] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2616/2676] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2617/2676] Compiling AsyncHTTPClient HTTPClient.swift
[2618/2676] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2619/2676] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2620/2676] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2621/2676] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2622/2676] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2623/2676] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2624/2676] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2625/2676] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2626/2676] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2627/2676] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2628/2676] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2629/2676] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2630/2676] Compiling AsyncHTTPClient HTTP1Connection.swift
[2631/2676] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2632/2676] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2633/2676] Compiling AsyncHTTPClient HTTP2Connection.swift
[2634/2676] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2635/2676] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2636/2676] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2637/2676] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2638/2676] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2639/2676] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2640/2676] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2641/2676] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2642/2676] Compiling AsyncHTTPClient RequestBodyLength.swift
[2643/2676] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2644/2676] Compiling AsyncHTTPClient RequestBag.swift
[2645/2676] Compiling AsyncHTTPClient RequestValidation.swift
[2646/2676] Compiling AsyncHTTPClient SSLContextCache.swift
[2647/2676] Compiling AsyncHTTPClient Scheme.swift
[2648/2676] Compiling AsyncHTTPClient Singleton.swift
[2649/2676] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2650/2676] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2651/2676] Compiling AsyncHTTPClient Utils.swift
[2652/2676] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2653/2676] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2654/2676] Compiling AsyncHTTPClient Transaction.swift
[2655/2676] Compiling AsyncHTTPClient Base64.swift
[2656/2676] Compiling AsyncHTTPClient BasicAuth.swift
[2657/2676] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2658/2676] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2659/2676] Compiling AsyncHTTPClient ConnectionPool.swift
[2660/2676] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2661/2676] Compiling AsyncHTTPClient HTTPHandler.swift
[2662/2676] Compiling AsyncHTTPClient LRUCache.swift
[2663/2676] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2664/2676] Compiling AsyncHTTPClient NWErrorHandler.swift
[2665/2676] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2666/2676] Compiling AsyncHTTPClient TLSConfiguration.swift
[2667/2676] Compiling AsyncHTTPClient RedirectState.swift
[2668/2676] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2669/2676] Compiling AsyncHTTPClient RequestOptions.swift
[2670/2676] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2671/2676] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2672/2676] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2673/2676] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2674/2676] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2675/2676] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2676/2676] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2678/2846] Compiling Vapor Core.swift
[2679/2846] Compiling Vapor Running.swift
[2680/2846] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2681/2846] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2682/2846] Compiling Vapor DotEnvFile+load.swift
[2683/2846] Compiling Vapor Routes+caseInsenstive.swift
[2684/2846] Compiling Vapor Validatable+validate.swift
[2685/2846] Compiling Vapor Environment+Process.swift
[2686/2846] Compiling Vapor Environment+Secret.swift
[2687/2846] Compiling Vapor Environment.swift
[2688/2846] Compiling Vapor Abort.swift
[2689/2846] Compiling Vapor AbortError.swift
[2690/2846] Compiling Vapor DebuggableError.swift
[2691/2846] Compiling Vapor Demangler.swift
[2692/2846] Compiling Vapor ErrorSource.swift
[2693/2846] Compiling Vapor StackTrace.swift
[2694/2846] Compiling Vapor Exports.swift
[2695/2846] Compiling Vapor Application+HTTP.swift
[2696/2846] Compiling Vapor BasicResponder.swift
[2697/2846] Compiling Vapor BodyStream.swift
[2698/2846] Compiling Vapor Application+HTTP+Client.swift
[2699/2846] Compiling Vapor EventLoopHTTPClient.swift
[2700/2846] Compiling Vapor EndpointCache.swift
[2701/2846] Compiling Vapor HTTPMethod+String.swift
[2702/2870] Compiling Vapor AsyncBasicResponder.swift
[2703/2870] Compiling Vapor AsyncMiddleware.swift
[2704/2870] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2705/2870] Compiling Vapor AsyncSessionDriver.swift
[2706/2870] Compiling Vapor Authentication+Concurrency.swift
[2707/2870] Compiling Vapor Cache+Concurrency.swift
[2708/2870] Compiling Vapor Client+Concurrency.swift
[2709/2870] Compiling Vapor RequestBody+Concurrency.swift
[2710/2870] Compiling Vapor Responder+Concurrency.swift
[2711/2870] Compiling Vapor ResponseCodable+Concurrency.swift
[2712/2870] Compiling Vapor RoutesBuilder+Concurrency.swift
[2713/2870] Compiling Vapor ViewRenderer+Concurrency.swift
[2714/2870] Compiling Vapor WebSocket+Concurrency.swift
[2715/2870] Compiling Vapor ContainerGetPathExecutor.swift
[2716/2870] Compiling Vapor Content.swift
[2717/2870] Compiling Vapor ContentCoders.swift
[2718/2870] Compiling Vapor ContentConfiguration.swift
[2719/2870] Compiling Vapor ContentContainer.swift
[2720/2870] Compiling Vapor JSONCoder+Custom.swift
[2721/2870] Compiling Vapor JSONCoders+Content.swift
[2722/2870] Compiling Vapor PlaintextDecoder.swift
[2723/2870] Compiling Vapor PlaintextEncoder.swift
[2724/2870] Compiling Vapor URLQueryCoders.swift
[2725/2870] Compiling Vapor URLQueryContainer.swift
[2726/2894] Compiling Vapor Validator.swift
[2727/2894] Compiling Vapor ValidatorResult.swift
[2728/2894] Compiling Vapor And.swift
[2729/2894] Compiling Vapor Case.swift
[2730/2894] Compiling Vapor CharacterSet.swift
[2731/2894] Compiling Vapor Count.swift
[2732/2894] Compiling Vapor Custom.swift
[2733/2894] Compiling Vapor Email.swift
[2734/2894] Compiling Vapor Empty.swift
[2735/2894] Compiling Vapor In.swift
[2736/2894] Compiling Vapor Nil.swift
[2737/2894] Compiling Vapor NilIgnoring.swift
[2738/2894] Compiling Vapor Not.swift
[2739/2894] Compiling Vapor Or.swift
[2740/2894] Compiling Vapor Pattern.swift
[2741/2894] Compiling Vapor Range.swift
[2742/2894] Compiling Vapor URL.swift
[2743/2894] Compiling Vapor Valid.swift
[2744/2894] Compiling Vapor Application+Views.swift
[2745/2894] Compiling Vapor PlaintextRenderer.swift
[2746/2894] Compiling Vapor Request+View.swift
[2747/2894] Compiling Vapor View.swift
[2748/2894] Compiling Vapor ViewRenderer.swift
[2749/2894] Compiling Vapor _Deprecations.swift
[2750/2894] Compiling Vapor Bytes+Hex.swift
[2751/2894] Compiling Vapor Bytes+SecureCompare.swift
[2752/2894] Compiling Vapor Collection+Safe.swift
[2753/2894] Compiling Vapor DataProtocol+Copy.swift
[2754/2894] Compiling Vapor DecoderUnwrapper.swift
[2755/2894] Compiling Vapor DirectoryConfiguration.swift
[2756/2894] Compiling Vapor DotEnv.swift
[2757/2894] Compiling Vapor Extendable.swift
[2758/2894] Compiling Vapor File.swift
[2759/2894] Compiling Vapor FileIO.swift
[2760/2894] Compiling Vapor LifecycleHandler.swift
[2761/2894] Compiling Vapor OptionalType.swift
[2762/2894] Compiling Vapor RFC1123.swift
[2763/2894] Compiling Vapor SocketAddress+Hostname.swift
[2764/2894] Compiling Vapor Storage.swift
[2765/2894] Compiling Vapor String+IsIPAddress.swift
[2766/2894] Compiling Vapor Thread.swift
[2767/2894] Compiling Vapor URI.swift
[2768/2894] Compiling Vapor RangeResult.swift
[2769/2894] Compiling Vapor Validatable.swift
[2770/2894] Compiling Vapor Validation.swift
[2771/2894] Compiling Vapor ValidationKey.swift
[2772/2894] Compiling Vapor Validations.swift
[2773/2894] Compiling Vapor ValidationsError.swift
[2774/2894] Emitting module Vapor
[2775/2894] Compiling Vapor Application.swift
[2776/2894] Compiling Vapor AuthenticationCache.swift
[2777/2894] Compiling Vapor Authenticator.swift
[2778/2894] Compiling Vapor BasicAuthorization.swift
[2779/2894] Compiling Vapor BearerAuthorization.swift
[2780/2894] Compiling Vapor GuardMiddleware.swift
[2781/2894] Compiling Vapor RedirectMiddleware.swift
[2782/2894] Compiling Vapor SessionAuthenticatable.swift
[2783/2894] Compiling Vapor Bcrypt.swift
[2784/2894] Compiling Vapor Application+Cache.swift
[2785/2894] Compiling Vapor Cache.swift
[2786/2894] Compiling Vapor CacheExpirationTime.swift
[2787/2894] Compiling Vapor MemoryCache.swift
[2788/2894] Compiling Vapor Request+Cache.swift
[2789/2894] Compiling Vapor Application+Clients.swift
[2790/2894] Compiling Vapor Client.swift
[2791/2894] Compiling Vapor ClientRequest.swift
[2792/2894] Compiling Vapor ClientResponse.swift
[2793/2894] Compiling Vapor Request+Client.swift
[2794/2894] Compiling Vapor BootCommand.swift
[2795/2894] Compiling Vapor CommandContext+Application.swift
[2796/2894] Compiling Vapor RoutesCommand.swift
[2797/2894] Compiling Vapor ServeCommand.swift
[2798/2894] Compiling Vapor AnyResponse+Concurrency.swift
[2799/2894] Compiling Vapor Request+Body.swift
[2800/2894] Compiling Vapor Request+BodyStream.swift
[2801/2894] Compiling Vapor Request.swift
[2802/2894] Compiling Vapor Application+Responder.swift
[2803/2894] Compiling Vapor DefaultResponder.swift
[2804/2894] Compiling Vapor Response+Body.swift
[2805/2894] Compiling Vapor Response.swift
[2806/2894] Compiling Vapor ResponseCodable.swift
[2807/2894] Compiling Vapor Application+Routes.swift
[2808/2894] Compiling Vapor Parameters+Require.swift
[2809/2894] Compiling Vapor Request+WebSocket.swift
[2810/2894] Compiling Vapor Route.swift
[2811/2894] Compiling Vapor RouteCollection.swift
[2812/2894] Compiling Vapor Routes.swift
[2813/2894] Compiling Vapor RoutesBuilder+Group.swift
[2814/2894] Compiling Vapor RoutesBuilder+Method.swift
[2815/2894] Compiling Vapor RoutesBuilder+Middleware.swift
[2816/2894] Compiling Vapor RoutesBuilder+WebSocket.swift
[2817/2894] Compiling Vapor RoutesBuilder.swift
[2818/2894] Compiling Vapor OTP.swift
[2819/2894] Compiling Vapor Application+Servers.swift
[2820/2894] Compiling Vapor Server.swift
[2821/2894] Compiling Vapor App+Service.swift
[2822/2894] Compiling Vapor Req+Service.swift
[2823/2894] Compiling Vapor HTTPServerResponseEncoder.swift
[2824/2894] Compiling Vapor HTTPServerUpgradeHandler.swift
[2825/2894] Compiling Vapor Logger+Report.swift
[2826/2894] Compiling Vapor LoggingSystem+Environment.swift
[2827/2894] Compiling Vapor Application+Middleware.swift
[2828/2894] Compiling Vapor CORSMiddleware.swift
[2829/2894] Compiling Vapor ErrorMiddleware.swift
[2830/2894] Compiling Vapor FileMiddleware.swift
[2831/2894] Compiling Vapor Middleware.swift
[2832/2894] Compiling Vapor MiddlewareConfiguration.swift
[2833/2894] Compiling Vapor ResponseCompressionMiddleware.swift
[2834/2894] Compiling Vapor RouteLoggingMiddleware.swift
[2835/2894] Compiling Vapor TracingMiddleware.swift
[2836/2894] Compiling Vapor File+Multipart.swift
[2837/2894] Compiling Vapor FormDataDecoder+Content.swift
[2838/2894] Compiling Vapor FormDataEncoder+Content.swift
[2839/2894] Compiling Vapor Application+Password.swift
[2840/2894] Compiling Vapor Application+Passwords.swift
[2841/2894] Compiling Vapor AsyncPasswordHasher.swift
[2842/2894] Compiling Vapor BcryptHasher.swift
[2843/2894] Compiling Vapor PasswordHasher.swift
[2844/2894] Compiling Vapor PlaintextHasher.swift
[2845/2894] Compiling Vapor Request+Password.swift
[2846/2894] Compiling Vapor Redirect.swift
[2847/2894] Compiling Vapor Service.swift
[2848/2894] Compiling Vapor Application+Sessions.swift
[2849/2894] Compiling Vapor MemorySessions.swift
[2850/2894] Compiling Vapor Request+Session.swift
[2851/2894] Compiling Vapor Session.swift
[2852/2894] Compiling Vapor SessionCache.swift
[2853/2894] Compiling Vapor SessionData.swift
[2854/2894] Compiling Vapor SessionDriver.swift
[2855/2894] Compiling Vapor SessionsConfiguration.swift
[2856/2894] Compiling Vapor SessionsMiddleware.swift
[2857/2894] Compiling Vapor URLEncodedFormData.swift
[2858/2894] Compiling Vapor URLEncodedFormDecoder.swift
[2859/2894] Compiling Vapor URLEncodedFormEncoder.swift
[2860/2894] Compiling Vapor URLEncodedFormError.swift
[2861/2894] Compiling Vapor URLEncodedFormParser.swift
[2862/2894] Compiling Vapor URLEncodedFormSerializer.swift
[2863/2894] Compiling Vapor URLQueryFragmentConvertible.swift
[2864/2894] Compiling Vapor AnyResponse.swift
[2865/2894] Compiling Vapor Array+Random.swift
[2866/2894] Compiling Vapor Base32.swift
[2867/2894] Compiling Vapor Base64.swift
[2868/2894] Compiling Vapor BaseN.swift
[2869/2894] Compiling Vapor BasicCodingKey.swift
[2870/2894] Compiling Vapor ByteCount.swift
[2871/2894] Compiling Vapor HTTPStatus.swift
[2872/2894] Compiling Vapor HTTPCookies.swift
[2873/2894] Compiling Vapor HTTPHeaderCacheControl.swift
[2874/2894] Compiling Vapor HTTPHeaderExpires.swift
[2875/2894] Compiling Vapor HTTPHeaderLastModified.swift
[2876/2894] Compiling Vapor HTTPHeaders+Cache.swift
[2877/2894] Compiling Vapor HTTPHeaders+Connection.swift
[2878/2894] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2879/2894] Compiling Vapor HTTPHeaders+ContentRange.swift
[2880/2894] Compiling Vapor HTTPHeaders+Directive.swift
[2881/2894] Compiling Vapor HTTPHeaders+Forwarded.swift
[2882/2894] Compiling Vapor HTTPHeaders+Link.swift
[2883/2894] Compiling Vapor HTTPHeaders+Name.swift
[2884/2894] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2885/2894] Compiling Vapor HTTPHeaders.swift
[2886/2894] Compiling Vapor HTTPMediaType.swift
[2887/2894] Compiling Vapor HTTPMediaTypePreference.swift
[2888/2894] Compiling Vapor Responder.swift
[2889/2894] Compiling Vapor Application+HTTP+Server.swift
[2890/2894] Compiling Vapor HTTPServer.swift
[2891/2894] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2892/2894] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2893/2894] Compiling Vapor HTTPServerHandler.swift
[2894/2894] Compiling Vapor HTTPServerRequestDecoder.swift
[2896/2921] Compiling JWT JWTError+Vapor.swift
[2897/2922] Compiling Fluent Exports.swift
[2898/2922] Compiling Fluent Fluent+Cache.swift
[2899/2922] Compiling Fluent FluentProvider.swift
[2900/2922] Compiling Fluent MigrateCommand.swift
[2901/2924] Compiling JWT JWT+Microsoft.swift
[2902/2924] Compiling JWT JWTAuthenticator.swift
[2903/2924] Compiling Fluent ModelAuthenticatable.swift
[2904/2924] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2905/2924] Emitting module JWT
[2906/2924] Compiling JWT JWT+Apple.swift
[2907/2924] Compiling JWT JWT+Concurrency.swift
[2908/2924] Compiling Fluent Fluent+History.swift
[2909/2924] Compiling Fluent Fluent+Paginate.swift
[2910/2924] Compiling JWT JWT+Google.swift
[2917/2924] Compiling Fluent FluentProvider+Concurrency.swift
[2918/2924] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2919/2924] Compiling Fluent Fluent+Pagination.swift
[2920/2924] Compiling Fluent Fluent+Sessions.swift
[2921/2924] Emitting module Fluent
[2922/2924] Compiling JWT Request+JWT.swift
[2923/2925] Compiling Fluent ModelTokenAuthenticatable.swift
[2924/2925] Compiling Fluent PageLimit.swift
[2927/2946] Compiling Authomatek AuthoControllable.swift
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel.swift:36:6: warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
34 |     public var passwordHash: String
35 |
36 |     @Enum(key: FieldKeys.userStatus)
   |      `- warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 |     public var status: UserStatus
38 |
/host/spi-builder-workspace/Sources/Authomatek/User/UserStatus.swift:11:13: note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
 9 | import Vapor
10 |
11 | public enum UserStatus: String, Codable {
   |             `- note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
12 |     public static let schema: String = "autho_user_status"
13 |
[2928/2946] Compiling Authomatek AuthoController.swift
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel.swift:36:6: warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
34 |     public var passwordHash: String
35 |
36 |     @Enum(key: FieldKeys.userStatus)
   |      `- warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 |     public var status: UserStatus
38 |
/host/spi-builder-workspace/Sources/Authomatek/User/UserStatus.swift:11:13: note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
 9 | import Vapor
10 |
11 | public enum UserStatus: String, Codable {
   |             `- note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
12 |     public static let schema: String = "autho_user_status"
13 |
[2929/2946] Compiling Authomatek AuthoMiddleware.swift
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel.swift:36:6: warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
34 |     public var passwordHash: String
35 |
36 |     @Enum(key: FieldKeys.userStatus)
   |      `- warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 |     public var status: UserStatus
38 |
/host/spi-builder-workspace/Sources/Authomatek/User/UserStatus.swift:11:13: note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
 9 | import Vapor
10 |
11 | public enum UserStatus: String, Codable {
   |             `- note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
12 |     public static let schema: String = "autho_user_status"
13 |
[2930/2948] Compiling Authomatek UserModel+Authenticatable.swift
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel.swift:36:6: warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
34 |     public var passwordHash: String
35 |
36 |     @Enum(key: FieldKeys.userStatus)
   |      `- warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 |     public var status: UserStatus
38 |
/host/spi-builder-workspace/Sources/Authomatek/User/UserStatus.swift:11:13: note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
 9 | import Vapor
10 |
11 | public enum UserStatus: String, Codable {
   |             `- note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
12 |     public static let schema: String = "autho_user_status"
13 |
[2931/2948] Compiling Authomatek UserModel+DB.swift
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel.swift:36:6: warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
34 |     public var passwordHash: String
35 |
36 |     @Enum(key: FieldKeys.userStatus)
   |      `- warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 |     public var status: UserStatus
38 |
/host/spi-builder-workspace/Sources/Authomatek/User/UserStatus.swift:11:13: note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
 9 | import Vapor
10 |
11 | public enum UserStatus: String, Codable {
   |             `- note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
12 |     public static let schema: String = "autho_user_status"
13 |
[2932/2948] Compiling Authomatek User.swift
[2933/2948] Compiling Authomatek UserStatus.swift
[2934/2948] Emitting module Authomatek
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel+DTO.swift:16:17: warning: stored property 'status' of 'Sendable'-conforming struct 'User' has non-sendable type 'UserStatus'; this is an error in the Swift 6 language mode
14 |             let email: String
15 |             let username: String
16 |             let status: UserStatus
   |                 `- warning: stored property 'status' of 'Sendable'-conforming struct 'User' has non-sendable type 'UserStatus'; this is an error in the Swift 6 language mode
17 |             let createdAt: Date
18 |             let updatedAt: Date
/host/spi-builder-workspace/Sources/Authomatek/User/UserStatus.swift:11:13: note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
 9 | import Vapor
10 |
11 | public enum UserStatus: String, Codable {
   |             `- note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
12 |     public static let schema: String = "autho_user_status"
13 |
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel.swift:36:6: warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
34 |     public var passwordHash: String
35 |
36 |     @Enum(key: FieldKeys.userStatus)
   |      `- warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 |     public var status: UserStatus
38 |
/host/spi-builder-workspace/Sources/Authomatek/User/UserStatus.swift:11:13: note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
 9 | import Vapor
10 |
11 | public enum UserStatus: String, Codable {
   |             `- note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
12 |     public static let schema: String = "autho_user_status"
13 |
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel.swift:25:16: warning: stored property '_id' of 'Sendable'-conforming class 'UserModel' is mutable; this is an error in the Swift 6 language mode
23 |
24 |     @ID(key: .id)
25 |     public var id: UUID?
   |                `- warning: stored property '_id' of 'Sendable'-conforming class 'UserModel' is mutable; this is an error in the Swift 6 language mode
26 |
27 |     @Field(key: FieldKeys.email)
[2935/2948] Compiling Authomatek AuthoRoutable.swift
/host/spi-builder-workspace/Sources/Authomatek/Route/AuthoRoutes.swift:22:59: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.RegisterModel' may introduce data races
20 |         let authoRoutes = routes.grouped(config.path)
21 |
22 |         authoRoutes.post(config.register, use: controller.register)
   |                                                           `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.RegisterModel' may introduce data races
23 |         authoRoutes.post(config.login, use: controller.login)
24 |
/host/spi-builder-workspace/Sources/Authomatek/Route/AuthoRoutes.swift:23:56: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.LoginModel' may introduce data races
21 |
22 |         authoRoutes.post(config.register, use: controller.register)
23 |         authoRoutes.post(config.login, use: controller.login)
   |                                                        `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.LoginModel' may introduce data races
24 |
25 |         let protected = authoRoutes.grouped(AuthoMiddleware())
/host/spi-builder-workspace/Sources/Authomatek/Route/AuthoRoutes.swift:27:54: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.LogoutModel' may introduce data races
25 |         let protected = authoRoutes.grouped(AuthoMiddleware())
26 |
27 |         protected.get(config.logout, use: controller.logout)
   |                                                      `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.LogoutModel' may introduce data races
28 |         protected.get(config.refresh, use: controller.refresh)
29 |     }
/host/spi-builder-workspace/Sources/Authomatek/Route/AuthoRoutes.swift:28:55: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.RefreshModel' may introduce data races
26 |
27 |         protected.get(config.logout, use: controller.logout)
28 |         protected.get(config.refresh, use: controller.refresh)
   |                                                       `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.RefreshModel' may introduce data races
29 |     }
30 | }
[2936/2948] Compiling Authomatek AuthoRoutes.swift
/host/spi-builder-workspace/Sources/Authomatek/Route/AuthoRoutes.swift:22:59: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.RegisterModel' may introduce data races
20 |         let authoRoutes = routes.grouped(config.path)
21 |
22 |         authoRoutes.post(config.register, use: controller.register)
   |                                                           `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.RegisterModel' may introduce data races
23 |         authoRoutes.post(config.login, use: controller.login)
24 |
/host/spi-builder-workspace/Sources/Authomatek/Route/AuthoRoutes.swift:23:56: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.LoginModel' may introduce data races
21 |
22 |         authoRoutes.post(config.register, use: controller.register)
23 |         authoRoutes.post(config.login, use: controller.login)
   |                                                        `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.LoginModel' may introduce data races
24 |
25 |         let protected = authoRoutes.grouped(AuthoMiddleware())
/host/spi-builder-workspace/Sources/Authomatek/Route/AuthoRoutes.swift:27:54: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.LogoutModel' may introduce data races
25 |         let protected = authoRoutes.grouped(AuthoMiddleware())
26 |
27 |         protected.get(config.logout, use: controller.logout)
   |                                                      `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.LogoutModel' may introduce data races
28 |         protected.get(config.refresh, use: controller.refresh)
29 |     }
/host/spi-builder-workspace/Sources/Authomatek/Route/AuthoRoutes.swift:28:55: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.RefreshModel' may introduce data races
26 |
27 |         protected.get(config.logout, use: controller.logout)
28 |         protected.get(config.refresh, use: controller.refresh)
   |                                                       `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.RefreshModel' may introduce data races
29 |     }
30 | }
[2937/2948] Compiling Authomatek PathComponent+Extension.swift
/host/spi-builder-workspace/Sources/Authomatek/Route/AuthoRoutes.swift:22:59: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.RegisterModel' may introduce data races
20 |         let authoRoutes = routes.grouped(config.path)
21 |
22 |         authoRoutes.post(config.register, use: controller.register)
   |                                                           `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.RegisterModel' may introduce data races
23 |         authoRoutes.post(config.login, use: controller.login)
24 |
/host/spi-builder-workspace/Sources/Authomatek/Route/AuthoRoutes.swift:23:56: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.LoginModel' may introduce data races
21 |
22 |         authoRoutes.post(config.register, use: controller.register)
23 |         authoRoutes.post(config.login, use: controller.login)
   |                                                        `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.LoginModel' may introduce data races
24 |
25 |         let protected = authoRoutes.grouped(AuthoMiddleware())
/host/spi-builder-workspace/Sources/Authomatek/Route/AuthoRoutes.swift:27:54: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.LogoutModel' may introduce data races
25 |         let protected = authoRoutes.grouped(AuthoMiddleware())
26 |
27 |         protected.get(config.logout, use: controller.logout)
   |                                                      `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.LogoutModel' may introduce data races
28 |         protected.get(config.refresh, use: controller.refresh)
29 |     }
/host/spi-builder-workspace/Sources/Authomatek/Route/AuthoRoutes.swift:28:55: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.RefreshModel' may introduce data races
26 |
27 |         protected.get(config.logout, use: controller.logout)
28 |         protected.get(config.refresh, use: controller.refresh)
   |                                                       `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Controller.RefreshModel' may introduce data races
29 |     }
30 | }
[2938/2948] Compiling Authomatek RouteConfig.swift
[2939/2948] Compiling Authomatek CreateUser.swift
[2940/2948] Compiling Authomatek CreateUserStatus.swift
[2941/2948] Compiling Authomatek AuthoPayload.swift
[2942/2948] Compiling Authomatek AuthoToken.swift
[2943/2948] Compiling Authomatek AuthoTokenable.swift
[2944/2948] Compiling Authomatek UserModel+DTO.swift
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel+DTO.swift:16:17: warning: stored property 'status' of 'Sendable'-conforming struct 'User' has non-sendable type 'UserStatus'; this is an error in the Swift 6 language mode
14 |             let email: String
15 |             let username: String
16 |             let status: UserStatus
   |                 `- warning: stored property 'status' of 'Sendable'-conforming struct 'User' has non-sendable type 'UserStatus'; this is an error in the Swift 6 language mode
17 |             let createdAt: Date
18 |             let updatedAt: Date
/host/spi-builder-workspace/Sources/Authomatek/User/UserStatus.swift:11:13: note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
 9 | import Vapor
10 |
11 | public enum UserStatus: String, Codable {
   |             `- note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
12 |     public static let schema: String = "autho_user_status"
13 |
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel.swift:36:6: warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
34 |     public var passwordHash: String
35 |
36 |     @Enum(key: FieldKeys.userStatus)
   |      `- warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 |     public var status: UserStatus
38 |
/host/spi-builder-workspace/Sources/Authomatek/User/UserStatus.swift:11:13: note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
 9 | import Vapor
10 |
11 | public enum UserStatus: String, Codable {
   |             `- note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
12 |     public static let schema: String = "autho_user_status"
13 |
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel.swift:25:16: warning: stored property '_id' of 'Sendable'-conforming class 'UserModel' is mutable; this is an error in the Swift 6 language mode
23 |
24 |     @ID(key: .id)
25 |     public var id: UUID?
   |                `- warning: stored property '_id' of 'Sendable'-conforming class 'UserModel' is mutable; this is an error in the Swift 6 language mode
26 |
27 |     @Field(key: FieldKeys.email)
[2945/2948] Compiling Authomatek UserModel.swift
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel+DTO.swift:16:17: warning: stored property 'status' of 'Sendable'-conforming struct 'User' has non-sendable type 'UserStatus'; this is an error in the Swift 6 language mode
14 |             let email: String
15 |             let username: String
16 |             let status: UserStatus
   |                 `- warning: stored property 'status' of 'Sendable'-conforming struct 'User' has non-sendable type 'UserStatus'; this is an error in the Swift 6 language mode
17 |             let createdAt: Date
18 |             let updatedAt: Date
/host/spi-builder-workspace/Sources/Authomatek/User/UserStatus.swift:11:13: note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
 9 | import Vapor
10 |
11 | public enum UserStatus: String, Codable {
   |             `- note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
12 |     public static let schema: String = "autho_user_status"
13 |
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel.swift:36:6: warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
34 |     public var passwordHash: String
35 |
36 |     @Enum(key: FieldKeys.userStatus)
   |      `- warning: type 'UserStatus' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 |     public var status: UserStatus
38 |
/host/spi-builder-workspace/Sources/Authomatek/User/UserStatus.swift:11:13: note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
 9 | import Vapor
10 |
11 | public enum UserStatus: String, Codable {
   |             `- note: consider making enum 'UserStatus' conform to the 'Sendable' protocol
12 |     public static let schema: String = "autho_user_status"
13 |
/host/spi-builder-workspace/Sources/Authomatek/User/Model/UserModel.swift:25:16: warning: stored property '_id' of 'Sendable'-conforming class 'UserModel' is mutable; this is an error in the Swift 6 language mode
23 |
24 |     @ID(key: .id)
25 |     public var id: UUID?
   |                `- warning: stored property '_id' of 'Sendable'-conforming class 'UserModel' is mutable; this is an error in the Swift 6 language mode
26 |
27 |     @Field(key: FieldKeys.email)
[2946/2948] Compiling Authomatek AuthoTokenizer.swift
[2947/2948] Compiling Authomatek TokenService.swift
[2948/2948] Compiling Authomatek Authomatek.swift
Build complete! (335.02s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "jwt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt.git"
    }
  ],
  "manifest_display_name" : "Authomatek",
  "name" : "Authomatek",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Authomatek",
      "targets" : [
        "Authomatek"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Authomatek",
      "module_type" : "SwiftTarget",
      "name" : "Authomatek",
      "path" : "Sources/Authomatek",
      "product_dependencies" : [
        "Vapor",
        "Fluent",
        "JWT"
      ],
      "product_memberships" : [
        "Authomatek"
      ],
      "sources" : [
        "Authentication/Controller/AuthoControllable.swift",
        "Authentication/Controller/AuthoController.swift",
        "Authentication/Middleware/AuthoMiddleware.swift",
        "Authentication/Token/AuthoPayload.swift",
        "Authentication/Token/AuthoToken.swift",
        "Authentication/Token/AuthoTokenable.swift",
        "Authentication/Token/AuthoTokenizer.swift",
        "Authentication/Token/TokenService.swift",
        "Authomatek.swift",
        "Route/AuthoRoutable.swift",
        "Route/AuthoRoutes.swift",
        "Route/PathComponent+Extension.swift",
        "Route/RouteConfig.swift",
        "User/Migrations/CreateUser.swift",
        "User/Migrations/CreateUserStatus.swift",
        "User/Model/UserModel+Authenticatable.swift",
        "User/Model/UserModel+DB.swift",
        "User/Model/UserModel+DTO.swift",
        "User/Model/UserModel.swift",
        "User/User.swift",
        "User/UserStatus.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.