The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Authomatek, reference 0.0.1 (12648b), with Swift 6.1 for Linux on 27 Apr 2025 11:51:26 UTC.

Swift 6 data race errors: 3

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tugcanonbas/authomatek.git
Reference: 0.0.1
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
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at 12648b5 Create LICENSE
Cloned https://github.com/tugcanonbas/authomatek.git
Revision (git rev-parse @):
12648b50333c15b76babf5f6830e495297b92c82
SUCCESS checkout https://github.com/tugcanonbas/authomatek.git at 0.0.1
========================================
Build
========================================
Selected platform:         linux
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/jwt.git
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/vapor/vapor.git
[1/2707] Fetching jwt
[2708/16114] Fetching jwt, fluent
[16115/90427] Fetching jwt, fluent, vapor
Fetched https://github.com/vapor/jwt.git from cache (0.47s)
[16380/87720] Fetching fluent, vapor
Fetched https://github.com/vapor/fluent.git from cache (0.48s)
[3716/74313] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (1.73s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 4.2.2 (2.20s)
Fetching https://github.com/vapor/jwt-kit.git
[1/9049] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (0.75s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (1.16s)
Fetching https://github.com/vapor/fluent-kit.git
[1/13244] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (0.47s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.1 (0.90s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/sql-kit.git
[1/3836] Fetching swift-log
[423/9819] Fetching swift-log, sql-kit
[9820/85250] Fetching swift-log, sql-kit, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (3.44s)
Fetched https://github.com/apple/swift-log.git from cache (3.44s)
Fetched https://github.com/apple/swift-nio.git from cache (3.52s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (3.94s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.42s)
Fetching https://github.com/apple/swift-collections.git
[1/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.86s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.55s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[654/6058] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-system.git from cache (0.33s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.34s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.76s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.40s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.62s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 4.13.5 (0.46s)
Fetching https://github.com/apple/swift-crypto.git
[1/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.17s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (1.67s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-metrics.git
[1/3208] Fetching multipart-kit
[996/4271] Fetching multipart-kit, swift-service-context
[1178/6471] Fetching multipart-kit, swift-service-context, swift-metrics
[3123/11441] Fetching multipart-kit, swift-service-context, swift-metrics, swift-distributed-tracing
[3939/17344] Fetching multipart-kit, swift-service-context, swift-metrics, swift-distributed-tracing, swift-algorithms
[5423/19940] Fetching multipart-kit, swift-service-context, swift-metrics, swift-distributed-tracing, swift-algorithms, websocket-kit
Fetched https://github.com/apple/swift-service-context.git from cache (0.29s)
[14391/18877] Fetching multipart-kit, swift-metrics, swift-distributed-tracing, swift-algorithms, websocket-kit
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.31s)
[14452/16677] Fetching multipart-kit, swift-distributed-tracing, swift-algorithms, websocket-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.32s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.44s)
Fetching https://github.com/vapor/routing-kit.git
[6013/13840] Fetching multipart-kit, swift-distributed-tracing, swift-nio-extras
[11675/25332] Fetching multipart-kit, swift-distributed-tracing, swift-nio-extras, swift-nio-http2
[13399/46059] Fetching multipart-kit, swift-distributed-tracing, swift-nio-extras, swift-nio-http2, routing-kit
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.36s)
[12480/40397] Fetching multipart-kit, swift-distributed-tracing, swift-nio-http2, routing-kit
Fetching https://github.com/vapor/console-kit.git
[30111/45882] Fetching multipart-kit, swift-distributed-tracing, swift-nio-http2, routing-kit, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.32s)
Fetching https://github.com/vapor/async-kit.git
[38263/40397] Fetching multipart-kit, swift-distributed-tracing, swift-nio-http2, routing-kit
[40349/42767] Fetching multipart-kit, swift-distributed-tracing, swift-nio-http2, routing-kit, async-kit
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.43s)
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.47s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.04s)
Fetched https://github.com/vapor/async-kit.git from cache (0.53s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.23s)
[1/13787] Fetching async-http-client
[5654/28580] Fetching async-http-client, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (0.77s)
[10504/14793] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.24s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (3.18s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.41s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.41s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.29s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.73s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.36s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.77s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.48s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.22s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.23s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.64s)
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.42s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.46s)
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.41s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.44s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.43s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.45s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.50s)
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.43s)
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.44s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.41s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.44s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.21s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.67s)
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.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.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.82.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/vapor/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/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/vapor/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 4.2.2
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-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/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
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-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/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/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.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.26.0
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
[42/1258] Compiling CNIOWindows shim.c
[43/1258] Write sources
[44/1258] Compiling CNIOWASI CNIOWASI.c
[45/1258] Compiling CNIOWindows WSAStartup.c
[46/1258] Write sources
[54/1258] Compiling _NumericsShims _NumericsShims.c
[55/1258] Compiling _AtomicsShims.c
[56/1258] Compiling CNIOSHA1 c_nio_sha1.c
[57/1258] Compiling CVaporBcrypt bcrypt.c
[58/1258] Compiling CNIOLinux liburing_shims.c
[59/1258] Compiling CSystem shims.c
[60/1258] Compiling CNIOExtrasZlib empty.c
[61/1258] Compiling CNIOLLHTTP c_nio_http.c
[62/1258] Compiling CNIOLinux shim.c
[63/1258] Compiling CNIODarwin shim.c
[64/1258] Compiling fiat_p256_adx_sqr.S
[65/1258] Compiling fiat_p256_adx_mul.S
[66/1258] Compiling CNIOLLHTTP c_nio_api.c
[67/1258] Compiling fiat_curve25519_adx_square.S
[68/1258] Compiling fiat_curve25519_adx_mul.S
[69/1258] Compiling CVaporBcrypt blf.c
[70/1258] Write swift-version-24593BA9C3E375BF.txt
[71/1258] Compiling CNIOLLHTTP c_nio_llhttp.c
[72/1260] Compiling CNIOBoringSSLShims shims.c
[73/1264] Compiling tls_record.cc
[74/1264] Compiling tls13_client.cc
[75/1265] Compiling tls13_enc.cc
[76/1292] Compiling tls_method.cc
[77/1292] Compiling tls13_both.cc
[78/1294] Compiling tls13_server.cc
[80/1330] Compiling RealModule ElementaryFunctions.swift
[81/1331] Compiling RealModule Float80+Real.swift
[82/1331] Compiling _NIOBase64 Base64.swift
[83/1331] Emitting module _NIOBase64
[84/1331] Compiling ServiceContextModule ServiceContextKey.swift
[86/1332] Compiling RealModule RealFunctions.swift
[87/1332] Compiling RealModule Float16+Real.swift
[88/1332] Compiling CoreMetrics Metrics.swift
[89/1332] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[90/1332] Compiling InternalCollectionsUtilities Specialize.swift
[91/1334] Emitting module ServiceContextModule
[92/1334] Compiling ServiceContextModule ServiceContext.swift
[93/1334] Compiling RealModule Float+Real.swift
[94/1335] Compiling _NIODataStructures _TinyArray.swift
[95/1335] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[96/1335] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[97/1335] Compiling InternalCollectionsUtilities _SortedCollection.swift
[98/1335] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[100/1335] Compiling SystemPackage MachPort.swift
[101/1335] Compiling SystemPackage PlatformString.swift
[102/1335] Compiling SystemPackage SystemString.swift
[103/1338] Compiling _NIODataStructures PriorityQueue.swift
[104/1338] Emitting module SystemPackage
[105/1338] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[106/1338] Compiling InternalCollectionsUtilities Integer rank.swift
[107/1338] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[114/1338] Compiling InternalCollectionsUtilities UInt+reversed.swift
[115/1338] Emitting module RealModule
[116/1338] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[119/1338] Emitting module InternalCollectionsUtilities
[120/1338] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[121/1338] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[122/1338] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[123/1338] Compiling RealModule Real.swift
[124/1338] Compiling InternalCollectionsUtilities Debugging.swift
[125/1338] Compiling InternalCollectionsUtilities Descriptions.swift
[135/1339] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[136/1339] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[138/1346] Compiling SystemPackage Util+StringArray.swift
[139/1346] Compiling SystemPackage Util.swift
[140/1346] Compiling SystemPackage UtilConsumers.swift
[141/1346] Compiling Instrumentation InstrumentationSystem.swift
[142/1346] Compiling Instrumentation Instrument.swift
[143/1346] Emitting module Instrumentation
[144/1346] Compiling Instrumentation NoOpInstrument.swift
[145/1346] Compiling Instrumentation MultiplexInstrument.swift
[150/1346] Compiling Logging LogHandler.swift
[151/1346] Compiling Logging Logging.swift
[152/1346] Compiling Instrumentation Locks.swift
[155/1347] Compiling SystemPackage Constants.swift
[156/1347] Compiling SystemPackage Exports.swift
[157/1347] Compiling SystemPackage Mocking.swift
[158/1347] Compiling SystemPackage RawBuffer.swift
[159/1347] Compiling SystemPackage Syscalls.swift
[160/1347] Compiling SystemPackage WindowsSyscallAdapters.swift
[161/1347] Emitting module _NIODataStructures
[162/1347] Compiling _NIODataStructures Heap.swift
[163/1348] Emitting module Logging
[164/1348] Compiling Logging Locks.swift
[165/1349] Compiling Logging MetadataProvider.swift
[166/1349] Emitting module CoreMetrics
[167/1349] Compiling CoreMetrics Locks.swift
[173/1495] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[174/1495] Compiling HeapModule Heap+Invariants.swift
[174/1495] Compiling t1_enc.cc
[176/1495] Compiling HeapModule Heap+Descriptions.swift
[177/1495] Compiling HeapModule _HeapNode.swift
[178/1495] Compiling Tracing TracerProtocol.swift
[179/1495] Compiling Tracing TracingTime.swift
[180/1495] Compiling HeapModule Heap+UnsafeHandle.swift
[181/1495] Compiling HeapModule Heap.swift
[182/1497] Emitting module Tracing
[183/1497] Compiling Tracing InstrumentationSystem+Tracing.swift
[184/1497] Compiling Tracing NoOpTracer.swift
[185/1497] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[186/1497] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[187/1497] Compiling _RopeModule BigString+UnicodeScalarView.swift
[188/1497] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[189/1497] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[190/1497] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[191/1497] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[192/1497] Emitting module HeapModule
[193/1505] Compiling Tracing TracerProtocol+Legacy.swift
[194/1505] Compiling Tracing Tracer.swift
[195/1505] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[196/1505] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[197/1505] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[198/1505] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[199/1505] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[200/1505] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[201/1505] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[203/1505] Compiling Tracing SpanProtocol.swift
[203/1506] Compiling ssl_x509.cc
[205/1506] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[206/1506] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[207/1506] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[208/1506] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[209/1506] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[210/1506] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[211/1506] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[212/1506] Compiling OrderedCollections OrderedDictionary+Values.swift
[213/1506] Compiling ssl_versions.cc
[215/1597] Compiling HashTreeCollections _HashNode+Structural union.swift
[216/1597] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[217/1597] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[218/1597] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[219/1597] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[220/1597] Compiling HashTreeCollections _HashNode.swift
[221/1597] Compiling HashTreeCollections _HashNodeHeader.swift
[222/1597] Compiling HashTreeCollections _HashSlot.swift
[223/1597] Compiling HashTreeCollections _HashStack.swift
[224/1597] Compiling HashTreeCollections _HashTreeIterator.swift
[225/1597] Compiling HashTreeCollections _HashTreeStatistics.swift
[226/1597] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[227/1597] Compiling HashTreeCollections _RawHashNode.swift
[228/1597] Compiling HashTreeCollections _UnmanagedHashNode.swift
[229/1597] Compiling HashTreeCollections _UnsafePath.swift
[230/1597] Compiling HashTreeCollections TreeDictionary+Codable.swift
[231/1597] Compiling DequeModule Deque+Testing.swift
[232/1597] Compiling DequeModule Deque._Storage.swift
[233/1597] Compiling DequeModule Deque._UnsafeHandle.swift
[234/1597] Compiling DequeModule Deque.swift
[235/1597] Compiling DequeModule _DequeBuffer.swift
[236/1597] Compiling DequeModule _DequeBufferHeader.swift
[237/1597] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[238/1597] Compiling HashTreeCollections _HashNode+Structural filter.swift
[245/1597] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[246/1597] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[247/1597] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[248/1597] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[249/1606] Compiling DequeModule Deque+Equatable.swift
[250/1606] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[251/1606] Compiling DequeModule Deque+CustomReflectable.swift
[252/1606] Compiling HashTreeCollections _Hash.swift
[255/1608] Compiling HashTreeCollections _AncestorHashSlots.swift
[256/1608] Compiling HashTreeCollections _Bitmap.swift
[261/1608] Compiling DequeModule Deque+Extras.swift
[262/1608] Compiling DequeModule Deque+Hashable.swift
[265/1608] Compiling HashTreeCollections TreeSet+Hashable.swift
[266/1608] Compiling HashTreeCollections TreeSet+Sendable.swift
[267/1608] Compiling HashTreeCollections TreeSet+Sequence.swift
[268/1608] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[269/1608] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[270/1608] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[271/1608] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[272/1608] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[273/1608] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[274/1608] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[275/1618] Compiling DequeModule _DequeSlot.swift
[276/1618] Compiling DequeModule _UnsafeWrappedBuffer.swift
[277/1618] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[278/1618] Compiling HashTreeCollections _HashNode+Structural merge.swift
[279/1618] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[280/1618] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[287/1618] Compiling HashTreeCollections TreeDictionary+Collection.swift
[288/1618] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[289/1618] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[290/1618] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[291/1618] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[292/1618] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[293/1618] Compiling HashTreeCollections TreeDictionary+Filter.swift
[294/1618] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[295/1618] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[303/1618] Compiling HashTreeCollections TreeDictionary.swift
[304/1618] Compiling HashTreeCollections TreeSet+Codable.swift
[307/1618] Compiling _RopeModule Rope+Join.swift
[308/1618] Compiling _RopeModule Rope+MutatingForEach.swift
[309/1618] Compiling _RopeModule Rope+Remove.swift
[310/1618] Compiling _RopeModule Rope+RemoveSubrange.swift
[311/1618] Compiling _RopeModule Rope+Split.swift
[312/1618] Compiling _RopeModule Optional Utilities.swift
[313/1618] Compiling _RopeModule String Utilities.swift
[314/1618] Compiling _RopeModule String.Index+ABI.swift
[319/1618] Compiling HashTreeCollections TreeDictionary+Values.swift
[326/1618] Emitting module RoutingKit
[327/1618] Emitting module DequeModule
[338/1618] Emitting module Metrics
[344/1618] Compiling HashTreeCollections TreeDictionary+Keys.swift
[345/1618] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[346/1618] Compiling HashTreeCollections TreeDictionary+Merge.swift
[347/1618] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[348/1618] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[352/1619] Compiling RoutingKit PathComponent.swift
[353/1619] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[354/1619] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[355/1619] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[356/1619] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[357/1619] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[358/1619] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[359/1619] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[360/1619] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[361/1619] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[362/1619] Compiling HashTreeCollections TreeSet.swift
[363/1619] Compiling RoutingKit Router.swift
[364/1619] Compiling RoutingKit TrieRouter.swift
[366/1619] Emitting module OrderedCollections
[366/1620] Compiling ssl_stat.cc
[369/1620] Emitting module _RopeModule
[370/1620] Compiling RoutingKit Parameters.swift
[371/1620] Compiling RoutingKit AnyRouter.swift
[372/1621] Compiling Metrics Metrics.swift
[381/1621] Compiling ssl_transcript.cc
[406/1622] Compiling ssl_session.cc
[407/1622] Compiling ssl_privkey.cc
[430/1622] Compiling ssl_file.cc
[450/1623] Compiling ssl_credential.cc
[452/1623] Compiling ssl_key_share.cc
[454/1623] Emitting module HashTreeCollections
[454/1624] Compiling ssl_lib.cc
[456/1624] Compiling ssl_cert.cc
[457/1624] Compiling ssl_cipher.cc
[458/1624] Compiling ssl_buffer.cc
[459/1624] Compiling ssl_asn1.cc
[460/1624] Compiling ssl_aead_ctx.cc
[461/1624] Compiling s3_pkt.cc
[462/1624] Compiling s3_lib.cc
[463/1624] Compiling s3_both.cc
[464/1624] Compiling handshake_server.cc
[465/1624] Compiling handshake_client.cc
[466/1624] Compiling handshake.cc
[467/1624] Compiling handoff.cc
[468/1624] Compiling encrypted_client_hello.cc
[469/1624] Compiling extensions.cc
[470/1624] Compiling md5-x86_64-linux.S
[471/1624] Compiling md5-x86_64-apple.S
[472/1624] Compiling md5-586-linux.S
[473/1624] Compiling dtls_record.cc
[474/1624] Compiling md5-586-apple.S
[475/1624] Compiling dtls_method.cc
[476/1624] Compiling chacha20_poly1305_x86_64-linux.S
[477/1624] Compiling chacha20_poly1305_x86_64-apple.S
[478/1624] Compiling chacha20_poly1305_armv8-win.S
[479/1624] Compiling chacha20_poly1305_armv8-linux.S
[480/1624] Compiling d1_srtp.cc
[481/1624] Compiling err_data.cc
[482/1624] Compiling chacha20_poly1305_armv8-apple.S
[483/1624] Compiling chacha-x86_64-linux.S
[484/1624] Compiling chacha-x86_64-apple.S
[485/1624] Compiling chacha-x86-linux.S
[486/1624] Compiling chacha-x86-apple.S
[487/1624] Compiling chacha-armv8-win.S
[488/1624] Compiling chacha-armv8-linux.S
[489/1624] Compiling d1_pkt.cc
[490/1624] Compiling chacha-armv8-apple.S
[491/1624] Compiling aes128gcmsiv-x86_64-linux.S
[492/1624] Compiling chacha-armv4-linux.S
[493/1624] Compiling x86_64-mont5-apple.S
[494/1624] Compiling x86_64-mont-apple.S
[495/1624] Compiling aes128gcmsiv-x86_64-apple.S
[496/1624] Compiling x86_64-mont-linux.S
[497/1624] Compiling x86_64-mont5-linux.S
[498/1624] Compiling d1_lib.cc
[499/1624] Compiling x86-mont-linux.S
[500/1624] Compiling x86-mont-apple.S
[501/1624] Compiling vpaes-x86_64-linux.S
[502/1624] Compiling vpaes-x86_64-apple.S
[503/1624] Compiling vpaes-x86-linux.S
[504/1624] Compiling vpaes-x86-apple.S
[505/1624] Compiling vpaes-armv8-linux.S
[506/1624] Compiling vpaes-armv8-apple.S
[507/1624] Compiling vpaes-armv8-win.S
[508/1624] Compiling vpaes-armv7-linux.S
[509/1624] Compiling sha512-x86_64-linux.S
[510/1624] Compiling sha512-x86_64-apple.S
[511/1624] Compiling sha512-armv8-win.S
[512/1624] Compiling sha512-armv8-linux.S
[513/1624] Compiling sha512-armv8-apple.S
[513/1624] Compiling sha512-armv4-linux.S
[515/1624] Compiling sha512-586-linux.S
[516/1624] Compiling sha512-586-apple.S
[517/1624] Compiling sha256-x86_64-apple.S
[518/1624] Compiling sha256-armv8-win.S
[519/1624] Compiling sha256-armv8-linux.S
[520/1624] Compiling sha256-x86_64-linux.S
[521/1624] Compiling bio_ssl.cc
[522/1624] Compiling sha256-armv8-apple.S
[523/1624] Compiling sha256-armv4-linux.S
[524/1624] Compiling sha256-586-linux.S
[525/1624] Compiling sha256-586-apple.S
[526/1624] Compiling sha1-x86_64-apple.S
[526/1624] Compiling sha1-armv8-win.S
[528/1624] Compiling sha1-armv8-linux.S
[529/1624] Compiling sha1-x86_64-linux.S
[530/1624] Compiling sha1-armv8-apple.S
[531/1624] Compiling sha1-armv4-large-linux.S
[532/1624] Compiling sha1-586-linux.S
[533/1624] Compiling sha1-586-apple.S
[534/1624] Compiling rsaz-avx2-apple.S
[535/1624] Compiling rsaz-avx2-linux.S
[536/1624] Compiling rdrand-x86_64-linux.S
[537/1624] Compiling rdrand-x86_64-apple.S
[538/1624] Compiling p256_beeu-x86_64-asm-apple.S
[539/1624] Compiling p256_beeu-x86_64-asm-linux.S
[540/1624] Compiling p256_beeu-armv8-asm-linux.S
[541/1624] Compiling p256_beeu-armv8-asm-win.S
[542/1624] Compiling p256_beeu-armv8-asm-apple.S
[543/1624] Compiling p256-x86_64-asm-apple.S
[544/1624] Compiling p256-armv8-asm-win.S
[545/1624] Compiling p256-x86_64-asm-linux.S
[546/1624] Compiling p256-armv8-asm-linux.S
[547/1624] Compiling p256-armv8-asm-apple.S
[548/1624] Compiling ghashv8-armv8-win.S
[549/1624] Compiling ghashv8-armv8-linux.S
[550/1624] Compiling ghashv8-armv8-apple.S
[551/1624] Compiling ghashv8-armv7-linux.S
[552/1624] Compiling ghash-x86_64-linux.S
[553/1624] Compiling ghash-x86_64-apple.S
[554/1624] Compiling ghash-x86-linux.S
[555/1624] Compiling ghash-x86-apple.S
[556/1624] Compiling ghash-ssse3-x86_64-linux.S
[557/1624] Compiling ghash-ssse3-x86_64-apple.S
[558/1624] Compiling ghash-ssse3-x86-linux.S
[559/1624] Compiling ghash-neon-armv8-win.S
[560/1624] Compiling ghash-ssse3-x86-apple.S
[561/1624] Compiling ghash-neon-armv8-linux.S
[562/1624] Compiling ghash-neon-armv8-apple.S
[563/1624] Compiling ghash-armv4-linux.S
[564/1624] Compiling co-586-linux.S
[565/1624] Compiling co-586-apple.S
[566/1624] Compiling bn-armv8-win.S
[566/1624] Compiling bn-armv8-linux.S
[567/1624] Compiling bsaes-armv7-linux.S
[569/1624] Compiling bn-armv8-apple.S
[570/1624] Compiling bn-586-linux.S
[571/1624] Compiling bn-586-apple.S
[572/1624] Compiling armv8-mont-win.S
[573/1624] Compiling armv8-mont-linux.S
[574/1624] Compiling armv8-mont-apple.S
[575/1624] Compiling armv4-mont-linux.S
[576/1624] Compiling aesv8-gcm-armv8-win.S
[577/1624] Compiling aesv8-gcm-armv8-linux.S
[578/1624] Compiling aesv8-armv8-win.S
[579/1624] Compiling aesv8-gcm-armv8-apple.S
[580/1624] Compiling d1_both.cc
[581/1624] Compiling aesv8-armv8-linux.S
[582/1624] Compiling aesv8-armv8-apple.S
[583/1624] Compiling aesv8-armv7-linux.S
[584/1624] Compiling aesni-x86_64-apple.S
[585/1624] Compiling aesni-x86_64-linux.S
[586/1624] Compiling aesni-x86-linux.S
[587/1624] Compiling aesni-x86-apple.S
[588/1624] Compiling aesni-gcm-x86_64-linux.S
[589/1624] Compiling aes-gcm-avx2-x86_64-linux.S
[590/1624] Compiling aesni-gcm-x86_64-apple.S
[591/1624] Compiling aes-gcm-avx10-x86_64-apple.S
[592/1624] Compiling aes-gcm-avx2-x86_64-apple.S
[593/1624] Compiling aes-gcm-avx10-x86_64-linux.S
[594/1624] Compiling x_sig.cc
[595/1624] Compiling x_val.cc
[596/1624] Compiling x_spki.cc
[597/1624] Compiling x_x509.cc
[598/1624] Compiling x_req.cc
[599/1624] Compiling x_pubkey.cc
[600/1624] Compiling x_x509a.cc
[601/1624] Compiling x_name.cc
[602/1624] Compiling x_exten.cc
[603/1624] Compiling x_all.cc
[604/1624] Compiling x_algor.cc
[605/1624] Compiling x_attrib.cc
[606/1624] Compiling x_crl.cc
[607/1624] Compiling x509spki.cc
[608/1624] Compiling x509rset.cc
[609/1624] Compiling x509name.cc
[610/1624] Compiling x509cset.cc
[611/1624] Compiling x509_vpm.cc
[612/1624] Compiling x509_txt.cc
[613/1624] Compiling x509_v3.cc
[614/1624] Compiling x509_vfy.cc
[615/1624] Compiling x509_trs.cc
[616/1624] Compiling x509_set.cc
[617/1624] Compiling x509_req.cc
[618/1624] Compiling x509_def.cc
[619/1624] Compiling x509_obj.cc
[620/1624] Compiling x509_ext.cc
[621/1624] Compiling x509_lu.cc
[622/1624] Compiling x509_d2.cc
[623/1624] Compiling x509_cmp.cc
[624/1624] Compiling x509.cc
[625/1624] Compiling x509_att.cc
[626/1624] Compiling v3_skey.cc
[627/1624] Compiling v3_prn.cc
[628/1624] Compiling v3_purp.cc
[629/1624] Compiling v3_utl.cc
[630/1624] Compiling v3_pmaps.cc
[631/1624] Compiling v3_ncons.cc
[632/1624] Compiling v3_ocsp.cc
[632/1624] Compiling v3_pcons.cc
[634/1624] Compiling v3_int.cc
[635/1624] Compiling v3_lib.cc
[636/1624] Compiling v3_ia5.cc
[637/1624] Compiling v3_info.cc
[638/1624] Compiling v3_genn.cc
[638/1624] Compiling v3_enum.cc
[640/1624] Compiling v3_extku.cc
[641/1624] Compiling v3_crld.cc
[642/1624] Compiling v3_cpols.cc
[643/1624] Compiling v3_conf.cc
[644/1624] Compiling v3_bitst.cc
[645/1624] Compiling v3_bcons.cc
[646/1624] Compiling v3_akeya.cc
[647/1624] Compiling v3_alt.cc
[648/1624] Compiling t_x509a.cc
[649/1624] Compiling v3_akey.cc
[650/1624] Compiling t_x509.cc
[651/1624] Compiling i2d_pr.cc
[652/1624] Compiling t_crl.cc
[653/1624] Compiling t_req.cc
[654/1624] Compiling rsa_pss.cc
[655/1624] Compiling name_print.cc
[656/1624] Compiling policy.cc
[657/1624] Compiling by_file.cc
[658/1624] Compiling by_dir.cc
[659/1624] Compiling algorithm.cc
[660/1624] Compiling a_sign.cc
[661/1624] Compiling a_verify.cc
[662/1624] Compiling asn1_gen.cc
[663/1624] Compiling voprf.cc
[664/1624] Compiling thread_win.cc
[665/1624] Compiling a_digest.cc
[666/1624] Compiling trust_token.cc
[667/1624] Compiling thread_none.cc
[668/1624] Compiling thread.cc
[669/1624] Compiling pmbtoken.cc
[670/1624] Compiling stack.cc
[671/1624] Compiling thread_pthread.cc
[672/1624] Compiling siphash.cc
[673/1624] Compiling sha512.cc
[674/1624] Compiling sha1.cc
[675/1624] Compiling sha256.cc
[676/1624] Compiling slhdsa.cc
[677/1624] Compiling spake2plus.cc
[678/1624] Compiling rsa_crypt.cc
[679/1624] Compiling rsa_print.cc
[680/1624] Compiling rsa_extra.cc
[681/1624] Compiling rc4.cc
[682/1624] Compiling refcount.cc
[683/1624] Compiling windows.cc
[684/1624] Compiling rsa_asn1.cc
[685/1624] Compiling trusty.cc
[686/1624] Compiling urandom.cc
[687/1624] Compiling rand.cc
[688/1624] Compiling ios.cc
[689/1624] Compiling passive.cc
[690/1624] Compiling poly1305_arm_asm.S
[691/1624] Compiling getentropy.cc
[692/1624] Compiling forkunsafe.cc
[693/1624] Compiling fork_detect.cc
[694/1624] Compiling deterministic.cc
[695/1624] Compiling poly1305.cc
[696/1624] Compiling poly1305_arm.cc
[697/1624] Compiling poly1305_vec.cc
[698/1624] Compiling pool.cc
[699/1624] Compiling pkcs8_x509.cc
[700/1624] Compiling p5_pbev2.cc
[701/1624] Compiling pkcs7.cc
[702/1624] Compiling pkcs8.cc
[703/1624] Compiling pkcs7_x509.cc
[704/1624] Compiling pem_xaux.cc
[705/1624] Compiling pem_x509.cc
[706/1624] Compiling pem_pkey.cc
[707/1624] Compiling obj_xref.cc
[708/1624] Compiling mlkem.cc
[709/1624] Compiling pem_oth.cc
[710/1624] Compiling pem_all.cc
[711/1624] Compiling mldsa.cc
[712/1624] Compiling obj.cc
[713/1624] Compiling pem_info.cc
[714/1624] Compiling pem_pk8.cc
[715/1624] Compiling md5.cc
[716/1624] Compiling mem.cc
[717/1624] Compiling fips_shared_support.cc
[718/1624] Compiling md4.cc
[719/1624] Compiling poly_rq_mul.S
[719/1624] Compiling pem_lib.cc
[721/1624] Compiling lhash.cc
[722/1624] Compiling hrss.cc
[723/1624] Compiling kyber.cc
[724/1624] Compiling ex_data.cc
[725/1624] Compiling sign.cc
[726/1624] Compiling scrypt.cc
[727/1624] Compiling print.cc
[728/1624] Compiling hpke.cc
[729/1624] Compiling pbkdf.cc
[730/1624] Compiling p_x25519.cc
[731/1624] Compiling p_x25519_asn1.cc
[732/1624] Compiling p_ed25519.cc
[733/1624] Compiling p_hkdf.cc
[734/1624] Compiling p_rsa.cc
[735/1624] Compiling p_rsa_asn1.cc
[736/1624] Compiling p_ed25519_asn1.cc
[737/1624] Compiling p_ec.cc
[738/1624] Compiling p_ec_asn1.cc
[739/1624] Compiling p_dh.cc
[740/1624] Compiling p_dh_asn1.cc
[741/1624] Compiling evp_ctx.cc
[742/1624] Compiling err.cc
[743/1624] Compiling evp.cc
[744/1624] Compiling p_dsa_asn1.cc
[745/1624] Compiling engine.cc
[746/1624] Compiling ecdh.cc
[747/1624] Compiling evp_asn1.cc
[748/1624] Compiling hash_to_curve.cc
[748/1624] Compiling ec_derive.cc
[749/1624] Compiling ecdsa_asn1.cc
[751/1624] Compiling ec_asn1.cc
[752/1624] Compiling dsa_asn1.cc
[753/1624] Compiling dsa.cc
[754/1624] Compiling params.cc
[754/1624] Compiling digest_extra.cc
[756/1624] Compiling x25519-asm-arm.S
[757/1624] Compiling des.cc
[758/1624] Compiling dh_asn1.cc
[759/1624] Compiling spake25519.cc
[760/1624] Compiling cpu_arm_linux.cc
[760/1624] Compiling curve25519.cc
[762/1624] Compiling crypto.cc
[763/1624] Compiling cpu_intel.cc
[764/1624] Compiling bcm.cc
[765/1624] Compiling cpu_arm_freebsd.cc
[766/1624] Compiling cpu_aarch64_win.cc
[767/1624] Compiling cpu_aarch64_openbsd.cc
[768/1624] Compiling cpu_aarch64_linux.cc
[769/1624] Compiling cpu_aarch64_sysreg.cc
[770/1624] Compiling curve25519_64_adx.cc
[771/1624] Compiling cpu_aarch64_apple.cc
[772/1624] Compiling cpu_aarch64_fuchsia.cc
[773/1624] Compiling conf.cc
[774/1624] Compiling get_cipher.cc
[775/1624] Compiling e_rc4.cc
[775/1624] Compiling e_tls.cc
[777/1624] Compiling tls_cbc.cc
[778/1624] Compiling e_null.cc
[779/1624] Compiling e_rc2.cc
[780/1624] Compiling e_des.cc
[781/1624] Compiling derive_key.cc
[782/1624] Compiling e_chacha20poly1305.cc
[783/1624] Compiling e_aesgcmsiv.cc
[784/1624] Compiling e_aesctrhmac.cc
[785/1624] Compiling chacha.cc
[786/1624] Compiling unicode.cc
[787/1624] Compiling buf.cc
[788/1624] Compiling cbb.cc
[789/1624] Compiling cbs.cc
[790/1624] Compiling ber.cc
[791/1624] Compiling asn1_compat.cc
[792/1624] Compiling convert.cc
[793/1624] Compiling socket.cc
[794/1624] Compiling blake2.cc
[795/1624] Compiling bn_asn1.cc
[796/1624] Compiling socket_helper.cc
[797/1624] Compiling printf.cc
[798/1624] Compiling pair.cc
[799/1624] Compiling file.cc
[800/1624] Compiling errno.cc
[801/1624] Compiling hexdump.cc
[802/1624] Compiling fd.cc
[803/1624] Compiling connect.cc
[804/1624] Compiling bio_mem.cc
[805/1624] Compiling base64.cc
[806/1624] Compiling bio.cc
[807/1624] Compiling tasn_typ.cc
[808/1624] Compiling tasn_fre.cc
[809/1624] Compiling tasn_enc.cc
[810/1624] Compiling f_string.cc
[811/1624] Compiling tasn_utl.cc
[812/1624] Compiling posix_time.cc
[813/1624] Compiling tasn_new.cc
[814/1624] Compiling f_int.cc
[815/1624] Compiling asn_pack.cc
[816/1624] Compiling asn1_par.cc
[817/1624] Compiling tasn_dec.cc
[818/1624] Compiling a_type.cc
[819/1624] Compiling a_octet.cc
[820/1624] Compiling a_utctm.cc
[821/1624] Compiling asn1_lib.cc
[822/1624] Compiling a_time.cc
[823/1624] Compiling a_strnid.cc
[824/1624] Compiling a_strex.cc
[825/1624] Compiling a_object.cc
[826/1624] Compiling a_i2d_fp.cc
[827/1624] Compiling a_dup.cc
[828/1624] Compiling a_mbstr.cc
[829/1624] Compiling a_d2i_fp.cc
[830/1624] Compiling fiat_p256_adx_sqr.S
[831/1624] Compiling fiat_p256_adx_mul.S
[832/1624] Compiling a_int.cc
[833/1624] Compiling fiat_curve25519_adx_square.S
[834/1624] Compiling fiat_curve25519_adx_mul.S
[835/1624] Compiling a_bool.cc
[836/1624] Compiling a_bitstr.cc
[837/1624] Compiling a_gentm.cc
[838/1624] Compiling x_x509a.c
[839/1624] Compiling x_x509.c
[840/1624] Compiling x_val.c
[841/1624] Compiling x_sig.c
[842/1624] Compiling x_req.c
[843/1624] Compiling x_spki.c
[844/1624] Compiling x_pubkey.c
[845/1624] Compiling x_exten.c
[846/1624] Compiling x_crl.c
[847/1624] Compiling x_algor.c
[848/1624] Compiling x_name.c
[849/1624] Compiling x_attrib.c
[850/1624] Compiling x_all.c
[851/1624] Compiling x509spki.c
[852/1624] Compiling x509rset.c
[853/1624] Compiling x509name.c
[854/1624] Compiling x509cset.c
[855/1624] Compiling x509_vpm.c
[856/1624] Compiling x509_txt.c
[856/1624] Compiling x509_v3.c
[858/1624] Compiling x509_vfy.c
[859/1624] Compiling x509_trs.c
[860/1624] Compiling x509_set.c
[861/1624] Compiling x509_req.c
[862/1624] Compiling x509_obj.c
[863/1624] Compiling x509_lu.c
[864/1624] Compiling x509_ext.c
[865/1624] Compiling x509_def.c
[866/1624] Compiling x509_d2.c
[867/1624] Compiling x509_cmp.c
[868/1624] Compiling x509_att.c
[869/1624] Compiling v3_skey.c
[870/1624] Compiling v3_utl.c
[871/1624] Compiling v3_purp.c
[872/1624] Compiling x509.c
[873/1624] Compiling v3_prn.c
[874/1624] Compiling v3_pmaps.c
[875/1624] Compiling v3_ocsp.c
[876/1624] Compiling v3_pcons.c
[877/1624] Compiling v3_lib.c
[878/1624] Compiling v3_int.c
[878/1624] Compiling v3_ncons.c
[880/1624] Compiling v3_info.c
[881/1624] Compiling v3_ia5.c
[882/1624] Compiling v3_genn.c
[883/1624] Compiling v3_extku.c
[884/1624] Compiling c-nioatomics.c
[885/1624] Compiling v3_enum.c
[886/1624] Compiling v3_crld.c
[887/1624] Compiling v3_cpols.c
[888/1624] Compiling v3_conf.c
[889/1624] Compiling v3_bitst.c
[890/1624] Compiling v3_bcons.c
[891/1624] Compiling v3_alt.c
[892/1624] Compiling v3_akey.c
[893/1624] Compiling v3_akeya.c
[894/1624] Compiling t_x509a.c
[895/1624] Compiling t_x509.c
[896/1624] Compiling t_req.c
[897/1624] Compiling t_crl.c
[898/1624] Compiling i2d_pr.c
[899/1624] Compiling policy.c
[900/1624] Compiling name_print.c
[901/1624] Compiling rsa_pss.c
[902/1624] Compiling by_file.c
[903/1624] Compiling by_dir.c
[904/1624] Compiling c-atomics.c
[905/1624] Compiling trust_token.c
[905/1624] Compiling a_sign.c
[907/1624] Compiling pmbtoken.c
[908/1624] Compiling voprf.c
[908/1624] Compiling a_digest.c
[908/1624] Compiling algorithm.c
[911/1624] Compiling a_verify.c
[912/1624] Compiling asn1_gen.c
[913/1624] Compiling thread.c
[914/1624] Compiling thread_win.c
[915/1624] Compiling thash.c
[916/1624] Compiling thread_none.c
[916/1624] Compiling wots.c
[918/1630] Compiling thread_pthread.c
[919/1630] Compiling stack.c
[920/1630] Compiling fors.c
[920/1630] Compiling spx.c
[922/1630] Compiling merkle.c
[923/1630] Compiling spx_util.c
[924/1630] Compiling rsa_print.c
[924/1630] Compiling siphash.c
[926/1630] Compiling address.c
[927/1630] Compiling refcount.c
[928/1630] Compiling rsa_asn1.c
[929/1630] Compiling rc4.c
[930/1630] Compiling rsa_crypt.c
[931/1630] Compiling passive.c
[932/1630] Compiling windows.c
[933/1630] Compiling rand_extra.c
[934/1630] Compiling trusty.c
[935/1630] Compiling ios.c
[936/1630] Compiling getentropy.c
[937/1630] Compiling forkunsafe.c
[938/1630] Compiling pool.c
[939/1630] Compiling deterministic.c
[940/1630] Compiling poly1305_arm_asm.S
[941/1630] Compiling poly1305.c
[942/1630] Compiling poly1305_arm.c
[944/1630] Compiling NIOConcurrencyHelpers lock.swift
[944/1630] Compiling poly1305_vec.c
[945/1630] Compiling pkcs7.c
[946/1630] Compiling pkcs8.c
[947/1630] Compiling p5_pbev2.c
[949/1630] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[950/1630] Compiling NIOConcurrencyHelpers atomics.swift
[950/1630] Compiling pkcs8_x509.c
[952/1630] Compiling NIOConcurrencyHelpers NIOLock.swift
[953/1630] Emitting module NIOConcurrencyHelpers
[954/1630] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[954/1630] Compiling pem_xaux.c
[955/1631] Compiling pkcs7_x509.c
[956/1631] Compiling pem_x509.c
[957/1631] Compiling obj_xref.c
[959/1631] Compiling pem_pkey.c
[960/1631] Compiling pem_pk8.c
[961/1631] Compiling pem_oth.c
[962/1631] Compiling pem_all.c
[963/1631] Compiling pem_info.c
[963/1631] Compiling lhash.c
[965/1631] Compiling mem.c
[966/1631] Compiling pem_lib.c
[967/1631] Compiling kyber.c
[968/1631] Compiling keccak.c
[968/1631] Compiling obj.c
[970/1631] Compiling x86_64-mont5-mac.mac.x86_64.S
[971/1631] Compiling poly_rq_mul.S
[972/1631] Compiling x86_64-mont5-linux.linux.x86_64.S
[973/1631] Compiling x86_64-mont-mac.mac.x86_64.S
[974/1631] Compiling x86-mont-windows.windows.x86.S
[975/1631] Compiling x86_64-mont-linux.linux.x86_64.S
[976/1631] Compiling hpke.c
[977/1631] Compiling x86-mont-linux.linux.x86.S
[978/1631] Compiling vpaes-x86_64-mac.mac.x86_64.S
[979/1631] Compiling vpaes-x86-windows.windows.x86.S
[980/1636] Compiling vpaes-x86-linux.linux.x86.S
[981/1657] Compiling vpaes-armv8-ios.ios.aarch64.S
[982/1657] Compiling vpaes-armv8-linux.linux.aarch64.S
[982/1657] Compiling vpaes-x86_64-linux.linux.x86_64.S
[984/1657] Compiling hrss.c
[985/1657] Compiling vpaes-armv7-linux.linux.arm.S
[986/1657] Compiling sha512-x86_64-mac.mac.x86_64.S
[987/1657] Compiling vpaes-armv7-ios.ios.arm.S
[988/1657] Compiling sha512-armv4-linux.linux.arm.S
[989/1657] Compiling sha512-armv8-linux.linux.aarch64.S
[990/1657] Compiling sha512-armv8-ios.ios.aarch64.S
[991/1657] Compiling kdf.c
[992/1657] Compiling sha512-x86_64-linux.linux.x86_64.S
[993/1657] Compiling sha512-armv4-ios.ios.arm.S
[994/1657] Compiling sha512-586-windows.windows.x86.S
[995/1657] Compiling sha256-x86_64-mac.mac.x86_64.S
[996/1657] Compiling sha512-586-linux.linux.x86.S
[997/1657] Compiling sha256-armv8-ios.ios.aarch64.S
[998/1657] Compiling sha256-armv8-linux.linux.aarch64.S
[999/1657] Compiling sha256-armv4-linux.linux.arm.S
[1001/1657] Emitting module ConsoleKitTerminal
[1001/1660] Compiling sha256-x86_64-linux.linux.x86_64.S
[1002/1660] Compiling sha256-armv4-ios.ios.arm.S
[1003/1660] Compiling sha256-586-windows.windows.x86.S
[1004/1660] Compiling sha1-x86_64-mac.mac.x86_64.S
[1005/1660] Compiling sha256-586-linux.linux.x86.S
[1006/1660] Compiling sha1-armv8-linux.linux.aarch64.S
[1007/1660] Compiling sha1-armv8-ios.ios.aarch64.S
[1008/1660] Compiling sha1-x86_64-linux.linux.x86_64.S
[1009/1660] Compiling sha1-armv4-large-ios.ios.arm.S
[1010/1660] Compiling sha1-586-windows.windows.x86.S
[1011/1660] Compiling sha1-586-linux.linux.x86.S
[1011/1660] Compiling sha1-armv4-large-linux.linux.arm.S
[1013/1660] Compiling sha1.c
[1014/1660] Compiling service_indicator.c
[1015/1660] Compiling rsaz-avx2-mac.mac.x86_64.S
[1016/1660] Compiling sha512.c
[1017/1660] Compiling fips.c
[1017/1660] Compiling sha256.c
[1020/1660] Compiling ConsoleKitTerminal Console+Wait.swift
[1021/1660] Compiling ConsoleKitTerminal ConsoleColor.swift
[1022/1660] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1023/1660] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1024/1660] Compiling ConsoleKitTerminal ConsoleClear.swift
[1025/1660] Compiling ConsoleKitTerminal Console+Ask.swift
[1026/1660] Compiling ConsoleKitTerminal Console+Choose.swift
[1027/1660] Compiling ConsoleKitTerminal Console+Confirm.swift
[1028/1660] Compiling ConsoleKitTerminal Console+Input.swift
[1029/1660] Compiling ConsoleKitTerminal Console+Center.swift
[1030/1660] Compiling ConsoleKitTerminal Console+Output.swift
[1030/1660] Compiling rsaz-avx2-linux.linux.x86_64.S
[1032/1660] Compiling ConsoleKitTerminal ActivityBar.swift
[1033/1660] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1034/1660] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1035/1660] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1036/1660] Compiling ConsoleKitTerminal CustomActivity.swift
[1037/1660] Compiling ConsoleKitTerminal LoadingBar.swift
[1038/1660] Compiling ConsoleKitTerminal ProgressBar.swift
[1039/1660] Compiling ConsoleKitTerminal Console+Clear.swift
[1039/1660] Compiling self_check.c
[1040/1660] Compiling rdrand-x86_64-mac.mac.x86_64.S
[1041/1660] Compiling rsa_impl.c
[1042/1660] Compiling rsa.c
[1044/1660] Compiling ConsoleKitTerminal Console.swift
[1045/1660] Compiling ConsoleKitTerminal Terminal.swift
[1046/1660] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1046/1660] Compiling rdrand-x86_64-linux.linux.x86_64.S
[1047/1660] Compiling ConsoleKitTerminal ConsoleText.swift
[1047/1660] Compiling padding.c
[1048/1660] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1050/1660] Compiling ConsoleKitTerminal ANSI.swift
[1051/1660] Compiling blinding.c
[1052/1660] Compiling urandom.c
[1053/1660] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[1054/1660] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[1055/1660] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[1056/1660] Compiling rand.c
[1057/1660] Compiling fork_detect.c
[1058/1660] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[1059/1660] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[1060/1660] Compiling ctrdrbg.c
[1061/1660] Compiling p256-armv8-asm-linux.linux.aarch64.S
[1062/1660] Compiling p256-armv8-asm-ios.ios.aarch64.S
[1063/1660] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[1064/1660] Compiling polyval.c
[1065/1660] Compiling ofb.c
[1066/1660] Compiling gcm_nohw.c
[1067/1660] Compiling ctr.c
[1068/1660] Compiling gcm.c
[1069/1660] Compiling md5-x86_64-mac.mac.x86_64.S
[1070/1660] Compiling cfb.c
[1071/1660] Compiling cbc.c
[1072/1660] Compiling md5-586-windows.windows.x86.S
[1073/1660] Compiling md5-x86_64-linux.linux.x86_64.S
[1074/1660] Compiling md5-586-linux.linux.x86.S
[1075/1660] Compiling md5.c
[1076/1660] Compiling ghashv8-armv8-linux.linux.aarch64.S
[1077/1660] Compiling ghashv8-armv8-ios.ios.aarch64.S
[1078/1660] Compiling ghashv8-armv7-linux.linux.arm.S
[1079/1660] Compiling hkdf.c
[1080/1660] Compiling hmac.c
[1081/1660] Compiling ghashv8-armv7-ios.ios.arm.S
[1082/1660] Compiling md4.c
[1083/1660] Compiling ghash-x86_64-mac.mac.x86_64.S
[1084/1660] Compiling ghash-x86-windows.windows.x86.S
[1085/1660] Compiling ghash-x86_64-linux.linux.x86_64.S
[1086/1660] Compiling ghash-x86-linux.linux.x86.S
[1087/1660] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[1088/1660] Compiling ghash-ssse3-x86-windows.windows.x86.S
[1089/1660] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[1090/1660] Compiling ghash-ssse3-x86-linux.linux.x86.S
[1091/1660] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[1092/1660] Compiling fips_shared_support.c
[1093/1660] Compiling ghash-armv4-linux.linux.arm.S
[1094/1660] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[1095/1660] Compiling ghash-armv4-ios.ios.arm.S
[1096/1660] Compiling util.c
[1097/1660] Compiling ecdh.c
[1098/1660] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1099/1660] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1100/1660] Compiling ConsoleKitTerminal LoggerFragment.swift
[1101/1660] Compiling wnaf.c
[1102/1660] Compiling ecdsa.c
[1103/1661] Compiling simple_mul.c
[1104/1661] Compiling scalar.c
[1105/1661] Compiling simple.c
[1107/1661] Compiling oct.c
[1108/1661] Compiling felem.c
[1109/1661] Compiling ec_montgomery.c
[1110/1661] Compiling ec_key.c
[1111/1661] Compiling p224-64.c
[1112/1661] Compiling p256.c
[1113/1661] Compiling digestsign.c
[1114/1661] Compiling digest.c
[1115/1661] Compiling digests.c
[1116/1661] Compiling ec.c
[1117/1661] Compiling dh.c
[1117/1661] Compiling check.c
[1119/1661] Compiling co-586-linux.linux.x86.S
[1119/1661] Compiling co-586-windows.windows.x86.S
[1121/1661] Compiling bsaes-armv7-linux.linux.arm.S
[1122/1661] Compiling cmac.c
[1123/1661] Compiling e_aesccm.c
[1124/1661] Compiling bsaes-armv7-ios.ios.arm.S
[1125/1664] Compiling aead.c
[1126/1674] Compiling cipher.c
[1127/1683] Compiling sqrt.c
[1128/1683] Compiling e_aes.c
[1129/1683] Compiling p256-nistz.c
[1130/1683] Compiling shift.c
[1130/1683] Compiling rsaz_exp.c
[1132/1683] Compiling random.c
[1133/1683] Compiling mul.c
[1134/1683] Compiling montgomery_inv.c
[1135/1683] Compiling gcd_extra.c
[1136/1683] Compiling montgomery.c
[1137/1683] Compiling prime.c
[1138/1683] Compiling gcd.c
[1139/1683] Compiling jacobi.c
[1140/1683] Compiling div_extra.c
[1140/1683] Compiling generic.c
[1142/1683] Compiling exponentiation.c
[1143/1683] Compiling cmp.c
[1144/1683] Compiling ctx.c
[1145/1683] Compiling bn-armv8-ios.ios.aarch64.S
[1146/1683] Compiling bn-armv8-linux.linux.aarch64.S
[1147/1683] Compiling div.c
[1148/1683] Compiling bytes.c
[1149/1683] Compiling add.c
[1150/1683] Compiling bn-586-windows.windows.x86.S
[1152/1683] Compiling ConsoleKitCommands CommandSignature.swift
[1153/1683] Compiling ConsoleKitCommands Flag.swift
[1154/1683] Compiling ConsoleKitCommands Option.swift
[1154/1685] Compiling armv8-mont-ios.ios.aarch64.S
[1155/1685] Compiling bn-586-linux.linux.x86.S
[1155/1685] Compiling armv8-mont-linux.linux.aarch64.S
[1156/1685] Compiling bn.c
[1158/1685] Compiling armv4-mont-linux.linux.arm.S
[1159/1685] Compiling armv4-mont-ios.ios.arm.S
[1160/1685] Compiling x86_64-gcc.c
[1161/1685] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[1162/1685] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[1163/1685] Compiling aesv8-armv8-linux.linux.aarch64.S
[1164/1685] Compiling aesv8-armv7-ios.ios.arm.S
[1165/1685] Compiling aesv8-armv8-ios.ios.aarch64.S
[1167/1685] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1168/1685] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1169/1685] Compiling ConsoleKitCommands Argument.swift
[1169/1685] Compiling aesni-x86_64-mac.mac.x86_64.S
[1170/1685] Compiling aesv8-armv7-linux.linux.arm.S
[1172/1685] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1173/1685] Compiling ConsoleKitCommands AsyncCommand.swift
[1174/1685] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1174/1685] Compiling aesni-x86_64-linux.linux.x86_64.S
[1176/1685] Compiling ConsoleKitCommands AsyncCommands.swift
[1177/1685] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1178/1685] Compiling ConsoleKitCommands AnyCommand.swift
[1179/1685] Emitting module ConsoleKitCommands
[1180/1685] Compiling ConsoleKitCommands Command.swift
[1181/1685] Compiling ConsoleKitCommands CommandContext.swift
[1182/1685] Compiling ConsoleKitCommands CommandError.swift
[1182/1685] Compiling aesni-x86-windows.windows.x86.S
[1183/1685] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[1184/1685] Compiling aesni-x86-linux.linux.x86.S
[1185/1685] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[1186/1685] Compiling mode_wrappers.c
[1187/1685] Compiling key_wrap.c
[1188/1685] Compiling ex_data.c
[1189/1685] Compiling sign.c
[1190/1685] Compiling aes.c
[1191/1685] Compiling scrypt.c
[1192/1685] Compiling aes_nohw.c
[1193/1685] Compiling pbkdf.c
[1195/1685] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1196/1685] Compiling ConsoleKitCommands Utilities.swift
[1196/1685] Compiling p_x25519.c
[1197/1685] Compiling p_x25519_asn1.c
[1198/1685] Compiling print.c
[1199/1685] Compiling p_rsa_asn1.c
[1200/1685] Compiling p_rsa.c
[1200/1685] Compiling p_ed25519.c
[1200/1685] Compiling p_hkdf.c
[1201/1685] Compiling p_ed25519_asn1.c
[1204/1685] Compiling p_ec_asn1.c
[1205/1685] Compiling err_data.c
[1206/1685] Compiling p_ec.c
[1207/1685] Compiling p_dsa_asn1.c
[1208/1685] Compiling evp.c
[1208/1685] Compiling evp_ctx.c
[1210/1685] Compiling evp_asn1.c
[1211/1685] Compiling engine.c
[1212/1685] Compiling err.c
[1213/1685] Compiling ecdsa_asn1.c
[1214/1685] Compiling ecdh_extra.c
[1215/1685] Compiling ec_derive.c
[1216/1685] Compiling hash_to_curve.c
[1217/1685] Compiling dsa_asn1.c
[1217/1685] Compiling ec_asn1.c
[1219/1685] Compiling dsa.c
[1220/1685] Compiling dh_asn1.c
[1220/1685] Compiling params.c
[1221/1685] Compiling digest_extra.c
[1223/1685] Compiling x25519-asm-arm.S
[1224/1685] Compiling spake25519.c
[1225/1685] Compiling crypto.c
[1226/1685] Compiling cpu_intel.c
[1227/1685] Compiling des.c
[1228/1685] Compiling cpu_arm_linux.c
[1229/1685] Compiling cpu_arm_freebsd.c
[1230/1685] Compiling cpu_aarch64_openbsd.c
[1230/1685] Compiling cpu_aarch64_win.c
[1232/1685] Compiling cpu_aarch64_sysreg.c
[1233/1685] Compiling cpu_aarch64_linux.c
[1234/1685] Compiling cpu_aarch64_fuchsia.c
[1235/1685] Compiling cpu_aarch64_apple.c
[1236/1685] Compiling tls_cbc.c
[1236/1685] Compiling curve25519.c
[1238/1685] Compiling conf.c
[1239/1685] Compiling e_rc4.c
[1240/1685] Compiling e_tls.c
[1241/1685] Compiling e_rc2.c
[1242/1685] Compiling e_null.c
[1242/1685] Compiling e_des.c
[1245/1685] Compiling ConsoleKitCommands CommandGroup.swift
[1246/1685] Compiling ConsoleKitCommands CommandInput.swift
[1247/1685] Compiling ConsoleKitCommands Commands.swift
[1248/1685] Compiling ConsoleKitCommands Console+Run.swift
[1249/1685] Compiling ConsoleKitCommands ConsoleError.swift
[1250/1685] Compiling ConsoleKitCommands Completion.swift
[1250/1685] Compiling derive_key.c
[1251/1686] Compiling e_chacha20poly1305.c
[1252/1686] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[1253/1686] Compiling e_aesctrhmac.c
[1253/1686] Compiling e_aesgcmsiv.c
[1255/1686] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[1256/1686] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[1257/1686] Compiling cipher_extra.c
[1258/1686] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[1260/1686] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[1261/1686] Compiling curve25519_64_adx.c
[1262/1686] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[1263/1686] Compiling chacha-x86_64-mac.mac.x86_64.S
[1264/1686] Compiling chacha-x86-windows.windows.x86.S
[1265/1686] Compiling chacha-x86-linux.linux.x86.S
[1266/1686] Compiling chacha-armv8-linux.linux.aarch64.S
[1267/1686] Compiling chacha.c
[1268/1686] Compiling chacha-x86_64-linux.linux.x86_64.S
[1269/1686] Compiling chacha-armv8-ios.ios.aarch64.S
[1270/1686] Compiling chacha-armv4-linux.linux.arm.S
[1271/1686] Compiling chacha-armv4-ios.ios.arm.S
[1272/1686] Compiling unicode.c
[1273/1686] Compiling ber.c
[1274/1686] Compiling asn1_compat.c
[1275/1686] Compiling buf.c
[1276/1686] Compiling bn_asn1.c
[1277/1686] Compiling cbb.c
[1278/1686] Compiling convert.c
[1279/1686] Compiling blake2.c
[1280/1686] Compiling cbs.c
[1281/1688] Compiling printf.c
[1282/1688] Compiling socket.c
[1283/1688] Compiling socket_helper.c
[1284/1688] Compiling hexdump.c
[1285/1688] Compiling pair.c
[1286/1688] Compiling fd.c
[1287/1688] Compiling file.c
[1288/1688] Compiling errno.c
[1290/1688] Emitting module ConsoleKit
[1291/1688] Compiling ConsoleKit Exports.swift
[1291/1688] Compiling bio_mem.c
[1292/1688] Compiling connect.c
[1293/1689] Compiling base64.c
[1294/1689] Compiling bio.c
[1296/1689] Compiling tasn_typ.c
[1297/1689] Compiling tasn_fre.c
[1298/1689] Compiling tasn_utl.c
[1299/1689] Compiling tasn_new.c
[1300/1689] Compiling tasn_enc.c
[1301/1689] Compiling posix_time.c
[1302/1689] Compiling f_int.c
[1302/1689] Compiling f_string.c
[1303/1689] Compiling tasn_dec.c
[1305/1689] Compiling asn_pack.c
[1306/1689] Compiling asn1_par.c
[1307/1689] Compiling asn1_lib.c
[1308/1689] Compiling a_utctm.c
[1309/1689] Compiling a_octet.c
[1310/1689] Compiling a_type.c
[1311/1689] Compiling a_time.c
[1312/1689] Compiling a_strnid.c
[1313/1689] Compiling a_strex.c
[1314/1689] Compiling a_object.c
[1315/1689] Compiling a_mbstr.c
[1316/1689] Compiling a_i2d_fp.c
[1317/1689] Compiling a_gentm.c
[1317/1689] Compiling a_dup.c
[1319/1689] Compiling a_int.c
[1320/1689] Compiling a_d2i_fp.c
[1321/1689] Compiling a_bool.c
[1322/1689] Compiling fiat_p256_adx_sqr.S
[1323/1689] Compiling fiat_curve25519_adx_square.S
[1324/1689] Compiling fiat_p256_adx_mul.S
[1325/1689] Compiling fiat_curve25519_adx_mul.S
[1326/1689] Compiling md5-x86_64-apple.S
[1327/1689] Compiling md5-x86_64-linux.S
[1327/1689] Compiling a_bitstr.c
[1329/1689] Compiling md5-586-linux.S
[1330/1689] Compiling md5-586-apple.S
[1331/1689] Compiling chacha20_poly1305_armv8-win.S
[1332/1689] Compiling chacha20_poly1305_x86_64-apple.S
[1333/1689] Compiling chacha20_poly1305_armv8-linux.S
[1334/1689] Compiling chacha20_poly1305_armv8-apple.S
[1335/1689] Compiling chacha-x86_64-linux.S
[1336/1689] Compiling chacha20_poly1305_x86_64-linux.S
[1337/1689] Compiling chacha-x86_64-apple.S
[1338/1689] Compiling chacha-x86-linux.S
[1339/1689] Compiling chacha-x86-apple.S
[1340/1689] Compiling chacha-armv8-win.S
[1341/1689] Compiling chacha-armv8-apple.S
[1342/1689] Compiling chacha-armv8-linux.S
[1343/1689] Compiling chacha-armv4-linux.S
[1344/1689] Compiling aes128gcmsiv-x86_64-apple.S
[1345/1689] Compiling aes128gcmsiv-x86_64-linux.S
[1346/1689] Compiling x86_64-mont5-apple.S
[1347/1689] Compiling x86_64-mont-linux.S
[1348/1689] Compiling x86_64-mont5-linux.S
[1349/1689] Compiling x86_64-mont-apple.S
[1350/1689] Compiling x86-mont-linux.S
[1351/1689] Compiling x86-mont-apple.S
[1352/1689] Compiling vpaes-x86_64-apple.S
[1353/1689] Compiling vpaes-x86_64-linux.S
[1354/1689] Compiling vpaes-x86-linux.S
[1355/1689] Compiling vpaes-x86-apple.S
[1356/1689] Compiling vpaes-armv8-linux.S
[1357/1689] Compiling vpaes-armv8-win.S
[1358/1689] Compiling CCryptoBoringSSLShims shims.c
[1359/1689] Compiling vpaes-armv7-linux.S
[1360/1689] Compiling vpaes-armv8-apple.S
[1361/1689] Compiling err_data.cc
[1362/1689] Compiling sha512-x86_64-apple.S
[1363/1689] Compiling sha512-x86_64-linux.S
[1364/1689] Compiling sha512-armv8-win.S
[1365/1689] Compiling sha512-armv8-linux.S
[1366/1689] Compiling sha512-armv8-apple.S
[1367/1689] Compiling sha512-armv4-linux.S
[1368/1689] Compiling sha512-586-apple.S
[1369/1689] Compiling sha512-586-linux.S
[1370/1689] Compiling sha256-x86_64-apple.S
[1371/1689] Compiling sha256-armv8-win.S
[1372/1689] Compiling sha256-armv8-linux.S
[1373/1689] Compiling sha256-x86_64-linux.S
[1374/1689] Compiling sha256-armv8-apple.S
[1375/1689] Compiling sha256-armv4-linux.S
[1375/1689] Compiling sha256-586-linux.S
[1377/1689] Compiling sha256-586-apple.S
[1378/1689] Compiling sha1-x86_64-apple.S
[1379/1689] Compiling sha1-armv8-win.S
[1380/1689] Compiling sha1-armv8-linux.S
[1381/1689] Compiling sha1-armv8-apple.S
[1382/1689] Compiling sha1-x86_64-linux.S
[1383/1689] Compiling sha1-armv4-large-linux.S
[1384/1689] Compiling sha1-586-apple.S
[1385/1689] Compiling sha1-586-linux.S
[1386/1689] Compiling rsaz-avx2-linux.S
[1387/1689] Compiling rsaz-avx2-apple.S
[1388/1689] Compiling rdrand-x86_64-linux.S
[1389/1689] Compiling rdrand-x86_64-apple.S
[1390/1689] Compiling p256_beeu-x86_64-asm-linux.S
[1391/1689] Compiling p256_beeu-x86_64-asm-apple.S
[1392/1689] Compiling p256_beeu-armv8-asm-win.S
[1393/1689] Compiling p256_beeu-armv8-asm-linux.S
[1394/1689] Compiling p256_beeu-armv8-asm-apple.S
[1395/1689] Compiling p256-x86_64-asm-apple.S
[1396/1689] Compiling p256-armv8-asm-win.S
[1397/1689] Compiling p256-armv8-asm-linux.S
[1398/1689] Compiling p256-x86_64-asm-linux.S
[1399/1689] Compiling p256-armv8-asm-apple.S
[1400/1689] Compiling ghashv8-armv8-linux.S
[1401/1689] Compiling ghashv8-armv8-win.S
[1402/1689] Compiling ghashv8-armv8-apple.S
[1403/1689] Compiling ghashv8-armv7-linux.S
[1404/1689] Compiling ghash-x86_64-linux.S
[1405/1689] Compiling ghash-x86_64-apple.S
[1406/1689] Compiling ghash-x86-linux.S
[1407/1689] Compiling ghash-x86-apple.S
[1408/1689] Compiling ghash-ssse3-x86_64-linux.S
[1409/1689] Compiling ghash-ssse3-x86_64-apple.S
[1410/1689] Compiling ghash-ssse3-x86-linux.S
[1411/1689] Compiling ghash-ssse3-x86-apple.S
[1412/1689] Compiling ghash-neon-armv8-win.S
[1413/1689] Compiling ghash-neon-armv8-linux.S
[1414/1689] Compiling ghash-neon-armv8-apple.S
[1415/1689] Compiling ghash-armv4-linux.S
[1416/1689] Compiling co-586-apple.S
[1417/1689] Compiling co-586-linux.S
[1418/1689] Compiling bsaes-armv7-linux.S
[1419/1689] Compiling bn-armv8-win.S
[1420/1689] Compiling bn-armv8-linux.S
[1421/1689] Compiling bn-armv8-apple.S
[1422/1689] Compiling bn-586-linux.S
[1423/1689] Compiling bn-586-apple.S
[1424/1689] Compiling armv8-mont-win.S
[1425/1689] Compiling armv8-mont-linux.S
[1426/1689] Compiling armv8-mont-apple.S
[1427/1689] Compiling armv4-mont-linux.S
[1428/1689] Compiling aesv8-gcm-armv8-linux.S
[1429/1689] Compiling aesv8-gcm-armv8-win.S
[1430/1689] Compiling aesv8-gcm-armv8-apple.S
[1431/1689] Compiling aesv8-armv8-win.S
[1432/1689] Compiling aesv8-armv8-linux.S
[1433/1689] Compiling aesv8-armv8-apple.S
[1434/1689] Compiling aesv8-armv7-linux.S
[1435/1689] Compiling aesni-x86-apple.S
[1436/1689] Compiling aesni-x86_64-apple.S
[1437/1689] Compiling aesni-x86-linux.S
[1438/1689] Compiling aesni-x86_64-linux.S
[1439/1689] Compiling aesni-gcm-x86_64-apple.S
[1440/1689] Compiling aesni-gcm-x86_64-linux.S
[1441/1689] Compiling aes-gcm-avx10-x86_64-apple.S
[1442/1689] Compiling aes-gcm-avx10-x86_64-linux.S
[1443/1689] Compiling x_sig.cc
[1444/1689] Compiling x_val.cc
[1445/1689] Compiling x_spki.cc
[1446/1689] Compiling x_x509a.cc
[1447/1689] Compiling x_req.cc
[1448/1689] Compiling x_x509.cc
[1449/1689] Compiling x_pubkey.cc
[1450/1689] Compiling x_name.cc
[1451/1689] Compiling x509spki.cc
[1452/1689] Compiling x_algor.cc
[1453/1689] Compiling x_exten.cc
[1454/1689] Compiling x_attrib.cc
[1455/1689] Compiling x_crl.cc
[1456/1689] Compiling x509rset.cc
[1457/1689] Compiling x509name.cc
[1457/1689] Compiling x_all.cc
[1459/1689] Compiling x509_txt.cc
[1460/1689] Compiling x509cset.cc
[1461/1689] Compiling x509_vpm.cc
[1462/1689] Compiling x509_v3.cc
[1463/1689] Compiling x509_trs.cc
[1464/1689] Compiling x509_vfy.cc
[1464/1689] Compiling x509_set.cc
[1466/1689] Compiling x509_req.cc
[1467/1689] Compiling x509_def.cc
[1467/1689] Compiling x509_obj.cc
[1469/1689] Compiling x509_d2.cc
[1470/1689] Compiling x509_lu.cc
[1471/1689] Compiling x509_ext.cc
[1472/1689] Compiling x509.cc
[1473/1689] Compiling x509_cmp.cc
[1474/1689] Compiling x509_att.cc
[1475/1689] Compiling v3_prn.cc
[1476/1689] Compiling v3_skey.cc
[1477/1689] Compiling v3_pmaps.cc
[1478/1689] Compiling v3_purp.cc
[1479/1689] Compiling v3_pcons.cc
[1480/1689] Compiling v3_utl.cc
[1481/1689] Compiling v3_ocsp.cc
[1482/1689] Compiling v3_ncons.cc
[1483/1689] Compiling v3_int.cc
[1484/1689] Compiling v3_lib.cc
[1485/1689] Compiling v3_ia5.cc
[1486/1689] Compiling v3_info.cc
[1487/1689] Compiling v3_extku.cc
[1487/1689] Compiling v3_genn.cc
[1488/1689] Compiling v3_enum.cc
[1490/1689] Compiling v3_crld.cc
[1491/1689] Compiling v3_cpols.cc
[1492/1689] Compiling v3_conf.cc
[1493/1689] Compiling v3_bcons.cc
[1494/1689] Compiling v3_akeya.cc
[1494/1689] Compiling v3_bitst.cc
[1496/1689] Compiling v3_akey.cc
[1497/1689] Compiling v3_alt.cc
[1498/1689] Compiling t_x509a.cc
[1499/1689] Compiling i2d_pr.cc
[1500/1689] Compiling t_x509.cc
[1501/1689] Compiling t_crl.cc
[1502/1689] Compiling name_print.cc
[1503/1689] Compiling rsa_pss.cc
[1503/1689] Compiling t_req.cc
[1505/1689] Compiling policy.cc
[1506/1689] Compiling by_file.cc
[1507/1689] Compiling by_dir.cc
[1508/1689] Compiling voprf.cc
[1509/1689] Compiling algorithm.cc
[1510/1689] Compiling asn1_gen.cc
[1511/1689] Compiling a_digest.cc
[1511/1689] Compiling a_verify.cc
[1513/1689] Compiling trust_token.cc
[1514/1689] Compiling a_sign.cc
[1515/1689] Compiling thread_win.cc
[1516/1689] Compiling thread.cc
[1517/1689] Compiling thread_none.cc
[1518/1689] Compiling thread_pthread.cc
[1519/1689] Compiling stack.cc
[1520/1689] Compiling wots.cc
[1521/1689] Compiling pmbtoken.cc
[1522/1689] Compiling thash.cc
[1523/1689] Compiling slhdsa.cc
[1524/1689] Compiling merkle.cc
[1525/1689] Compiling siphash.cc
[1526/1689] Compiling sha512.cc
[1527/1689] Compiling fors.cc
[1528/1689] Compiling sha1.cc
[1529/1689] Compiling sha256.cc
[1530/1689] Compiling rsa_print.cc
[1531/1689] Compiling rc4.cc
[1532/1689] Compiling rsa_extra.cc
[1533/1689] Compiling refcount.cc
[1534/1689] Compiling trusty.cc
[1534/1689] Compiling windows.cc
[1536/1689] Compiling urandom.cc
[1537/1689] Compiling rsa_asn1.cc
[1538/1689] Compiling rsa_crypt.cc
[1539/1689] Compiling rand_extra.cc
[1540/1689] Compiling ios.cc
[1541/1689] Compiling getentropy.cc
[1541/1689] Compiling passive.cc
[1543/1689] Compiling poly1305_arm_asm.S
[1544/1689] Compiling deterministic.cc
[1545/1689] Compiling forkunsafe.cc
[1546/1689] Compiling fork_detect.cc
[1547/1689] Compiling pool.cc
[1548/1689] Compiling poly1305_arm.cc
[1548/1689] Compiling poly1305.cc
[1550/1689] Compiling poly1305_vec.cc
[1551/1689] Compiling pkcs7.cc
[1552/1689] Compiling p5_pbev2.cc
[1553/1689] Compiling pkcs8.cc
[1554/1689] Compiling pkcs8_x509.cc
[1555/1689] Compiling pkcs7_x509.cc
[1556/1689] Compiling pem_xaux.cc
[1557/1689] Compiling pem_x509.cc
[1558/1689] Compiling pem_pkey.cc
[1559/1689] Compiling pem_pk8.cc
[1560/1689] Compiling obj_xref.cc
[1561/1689] Compiling pem_oth.cc
[1562/1689] Compiling pem_info.cc
[1563/1689] Compiling pem_lib.cc
[1564/1689] Compiling mlkem.cc
[1565/1689] Compiling obj.cc
[1566/1689] Compiling mldsa.cc
[1567/1689] Compiling pem_all.cc
[1568/1689] Compiling poly_rq_mul.S
[1569/1689] Compiling fips_shared_support.cc
[1570/1689] Compiling mem.cc
[1571/1689] Compiling md5.cc
[1572/1689] Compiling md4.cc
[1573/1689] Compiling lhash.cc
[1574/1689] Compiling kyber.cc
[1575/1689] Compiling ex_data.cc
[1576/1689] Compiling hpke.cc
[1577/1689] Compiling hrss.cc
[1578/1689] Compiling sign.cc
[1579/1689] Compiling scrypt.cc
[1580/1689] Compiling print.cc
[1581/1689] Compiling pbkdf.cc
[1582/1689] Compiling p_x25519_asn1.cc
[1583/1689] Compiling p_rsa_asn1.cc
[1584/1689] Compiling p_rsa.cc
[1585/1689] Compiling p_x25519.cc
[1586/1689] Compiling p_hkdf.cc
[1587/1689] Compiling p_ed25519.cc
[1588/1689] Compiling p_ed25519_asn1.cc
[1589/1689] Compiling p_ec_asn1.cc
[1590/1689] Compiling p_dh_asn1.cc
[1591/1689] Compiling p_dsa_asn1.cc
[1592/1689] Compiling p_ec.cc
[1593/1689] Compiling p_dh.cc
[1594/1689] Compiling evp_ctx.cc
[1595/1689] Compiling evp_asn1.cc
[1596/1689] Compiling evp.cc
[1597/1689] Compiling engine.cc
[1598/1689] Compiling err.cc
[1598/1689] Compiling ecdsa_asn1.cc
[1600/1689] Compiling ecdh_extra.cc
[1601/1689] Compiling ec_derive.cc
[1602/1689] Compiling hash_to_curve.cc
[1603/1689] Compiling ec_asn1.cc
[1604/1689] Compiling dsa_asn1.cc
[1605/1689] Compiling params.cc
[1606/1689] Compiling dsa.cc
[1607/1689] Compiling digest_extra.cc
[1608/1689] Compiling x25519-asm-arm.S
[1609/1689] Compiling dh_asn1.cc
[1610/1689] Compiling des.cc
[1611/1689] Compiling spake25519.cc
[1612/1689] Compiling cpu_intel.cc
[1613/1689] Compiling cpu_arm_linux.cc
[1614/1689] Compiling crypto.cc
[1615/1689] Compiling curve25519.cc
[1616/1689] Compiling cpu_aarch64_win.cc
[1617/1689] Compiling cpu_arm_freebsd.cc
[1618/1689] Compiling cpu_aarch64_openbsd.cc
[1619/1689] Compiling curve25519_64_adx.cc
[1620/1689] Compiling cpu_aarch64_linux.cc
[1621/1689] Compiling cpu_aarch64_fuchsia.cc
[1622/1689] Compiling cpu_aarch64_sysreg.cc
[1623/1689] Compiling bcm.cc
[1624/1689] Compiling cpu_aarch64_apple.cc
[1625/1689] Compiling conf.cc
[1626/1689] Compiling tls_cbc.cc
[1627/1689] Compiling e_rc4.cc
[1628/1689] Compiling e_null.cc
[1629/1689] Compiling e_tls.cc
[1630/1689] Compiling e_chacha20poly1305.cc
[1631/1689] Compiling e_des.cc
[1632/1689] Compiling e_rc2.cc
[1633/1689] Compiling e_aesgcmsiv.cc
[1634/1689] Compiling derive_key.cc
[1635/1689] Compiling e_aesctrhmac.cc
[1636/1689] Compiling cipher_extra.cc
[1637/1689] Compiling chacha.cc
[1638/1689] Compiling ber.cc
[1639/1689] Compiling unicode.cc
[1640/1689] Compiling cbs.cc
[1641/1689] Compiling cbb.cc
[1642/1689] Compiling asn1_compat.cc
[1643/1689] Compiling buf.cc
[1644/1689] Compiling convert.cc
[1645/1689] Compiling bn_asn1.cc
[1646/1689] Compiling printf.cc
[1647/1689] Compiling blake2.cc
[1648/1689] Compiling hexdump.cc
[1649/1689] Compiling pair.cc
[1650/1689] Compiling file.cc
[1651/1689] Compiling errno.cc
[1652/1689] Compiling fd.cc
[1653/1689] Compiling bio_mem.cc
[1654/1689] Compiling base64.cc
[1655/1689] Compiling bio.cc
[1655/1689] Compiling tasn_utl.cc
[1657/1689] Compiling tasn_typ.cc
[1658/1689] Compiling tasn_fre.cc
[1659/1689] Compiling tasn_new.cc
[1660/1689] Compiling tasn_enc.cc
[1661/1689] Compiling posix_time.cc
[1662/1689] Compiling tasn_dec.cc
[1663/1689] Compiling f_string.cc
[1664/1689] Compiling f_int.cc
[1665/1689] Compiling asn_pack.cc
[1666/1689] Compiling asn1_par.cc
[1667/1689] Compiling a_utctm.cc
[1668/1689] Compiling asn1_lib.cc
[1669/1689] Compiling a_octet.cc
[1670/1689] Compiling a_type.cc
[1671/1689] Compiling a_strex.cc
[1672/1689] Compiling a_time.cc
[1673/1689] Compiling a_strnid.cc
[1674/1689] Compiling a_object.cc
[1675/1689] Compiling a_int.cc
[1676/1689] Compiling a_i2d_fp.cc
[1676/1689] Write sources
[1682/1689] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1683/1689] Compiling a_dup.cc
[1684/1689] Compiling a_mbstr.cc
[1685/1689] Compiling a_gentm.cc
[1686/1689] Compiling a_d2i_fp.cc
[1687/1689] Compiling a_bool.cc
[1688/1786] Compiling a_bitstr.cc
[1690/1786] Compiling Algorithms Keyed.swift
[1691/1786] Compiling Algorithms MinMax.swift
[1692/1796] Compiling Atomics IntegerOperations.swift
[1693/1796] Compiling Atomics Unmanaged extensions.swift
[1694/1796] Compiling Algorithms FlattenCollection.swift
[1695/1796] Compiling Algorithms Grouped.swift
[1696/1796] Compiling Algorithms Indexed.swift
[1697/1796] Compiling Algorithms Intersperse.swift
[1698/1796] Compiling Algorithms RandomSample.swift
[1699/1796] Compiling Algorithms Reductions.swift
[1700/1796] Compiling Algorithms Rotate.swift
[1701/1796] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1702/1796] Compiling BitCollections BitSet+CustomReflectable.swift
[1703/1796] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1704/1796] Compiling BitCollections BitSet+Equatable.swift
[1705/1796] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1706/1796] Compiling BitCollections BitSet+Extras.swift
[1707/1796] Compiling BitCollections BitSet+Hashable.swift
[1708/1803] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1709/1803] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1710/1803] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1711/1803] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1712/1803] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1713/1803] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1714/1803] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1715/1803] Compiling BitCollections BitSet+Initializers.swift
[1716/1803] Compiling BitCollections BitSet+Invariants.swift
[1717/1803] Compiling BitCollections BitSet+Random.swift
[1718/1803] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1719/1803] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1720/1803] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1721/1803] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1722/1803] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1723/1803] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1724/1803] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1725/1803] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1726/1803] Compiling BitCollections BitSet+SetAlgebra union.swift
[1727/1803] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1728/1803] Compiling BitCollections BitSet.Counted.swift
[1729/1803] Compiling Algorithms Split.swift
[1730/1803] Compiling Algorithms Stride.swift
[1731/1803] Compiling Algorithms Suffix.swift
[1735/1803] Compiling Algorithms AdjacentPairs.swift
[1736/1803] Compiling Algorithms Chain.swift
[1737/1803] Compiling Algorithms Chunked.swift
[1738/1803] Compiling Algorithms Combinations.swift
[1739/1803] Compiling Algorithms Compacted.swift
[1740/1803] Compiling Algorithms Cycle.swift
[1741/1803] Compiling Algorithms EitherSequence.swift
[1742/1803] Compiling Algorithms FirstNonNil.swift
[1743/1806] Emitting module BitCollections
[1746/1806] Compiling Algorithms Product.swift
[1747/1806] Compiling CryptoBoringWrapper RandomBytes.swift
[1748/1806] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1749/1806] Emitting module CryptoBoringWrapper
[1750/1806] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1751/1806] Compiling Algorithms Joined.swift
[1754/1806] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1759/1806] Compiling Algorithms Trim.swift
[1760/1806] Compiling Algorithms Unique.swift
[1761/1806] Compiling Algorithms Windows.swift
[1762/1806] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1763/1806] Compiling CryptoBoringWrapper EllipticCurve.swift
[1764/1806] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1781/1807] Compiling BitCollections BitSet.Index.swift
[1782/1807] Compiling BitCollections BitSet._UnsafeHandle.swift
[1783/1807] Compiling BitCollections BitSet.swift
[1784/1807] Compiling BitCollections Range+Utilities.swift
[1785/1807] Compiling BitCollections Slice+Utilities.swift
[1786/1807] Compiling BitCollections UInt+Tricks.swift
[1787/1807] Compiling BitCollections _Word.swift
[1801/1832] Compiling Collections Collections.swift
[1802/1832] Emitting module Collections
[1804/1882] Emitting module Atomics
[1805/1882] Compiling Crypto ChaChaPoly.swift
[1806/1882] Compiling Crypto Cipher.swift
[1807/1882] Compiling Crypto Nonces.swift
[1808/1882] Compiling Crypto ASN1.swift
[1809/1882] Compiling Crypto ASN1Any.swift
[1810/1882] Compiling Crypto ASN1BitString.swift
[1812/1942] Emitting module Algorithms
[1814/1943] Emitting module Crypto
[1815/1952] Compiling NIOCore FileHandle.swift
[1816/1952] Compiling NIOCore FileRegion.swift
[1817/1952] Compiling NIOCore GlobalSingletons.swift
[1818/1952] Compiling NIOCore IO.swift
[1819/1952] Compiling NIOCore IOData.swift
[1820/1952] Compiling NIOCore IPProtocol.swift
[1821/1952] Compiling NIOCore IntegerBitPacking.swift
[1822/1952] Compiling NIOCore IntegerTypes.swift
[1823/1952] Compiling NIOCore Interfaces.swift
[1824/1952] Compiling NIOCore Linux.swift
[1825/1952] Compiling NIOCore DeadChannel.swift
[1826/1952] Compiling NIOCore DispatchQueue+WithFuture.swift
[1827/1952] Compiling NIOCore EventLoop+Deprecated.swift
[1828/1952] Compiling NIOCore EventLoop+SerialExecutor.swift
[1829/1952] Compiling NIOCore EventLoop.swift
[1830/1952] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1831/1952] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1832/1952] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1833/1952] Compiling NIOCore EventLoopFuture.swift
[1834/1952] Compiling NIOCore FileDescriptor.swift
[1835/1952] Compiling NIOCore AddressedEnvelope.swift
[1836/1952] Compiling NIOCore AsyncAwaitSupport.swift
[1837/1952] Compiling NIOCore AsyncChannel.swift
[1838/1952] Compiling NIOCore AsyncChannelHandler.swift
[1839/1952] Compiling NIOCore AsyncChannelInboundStream.swift
[1840/1952] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1841/1952] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1842/1952] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1843/1952] Compiling NIOCore NIOAsyncWriter.swift
[1844/1952] Compiling NIOCore ByteBuffer-multi-int.swift
[1845/1952] Compiling NIOCore MarkedCircularBuffer.swift
[1846/1952] Compiling NIOCore MulticastChannel.swift
[1847/1952] Compiling NIOCore NIOAny.swift
[1848/1952] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1849/1952] Compiling NIOCore NIOLoopBound.swift
[1850/1952] Compiling NIOCore NIOScheduledCallback.swift
[1851/1952] Compiling NIOCore NIOSendable.swift
[1852/1952] Compiling NIOCore RecvByteBufferAllocator.swift
[1853/1960] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1854/1960] Compiling NIOCore ByteBuffer-views.swift
[1855/1960] Compiling NIOCore Channel.swift
[1856/1960] Compiling NIOCore ChannelHandler.swift
[1857/1960] Compiling NIOCore ChannelHandlers.swift
[1858/1960] Compiling NIOCore ChannelInvoker.swift
[1859/1960] Compiling NIOCore ChannelOption.swift
[1860/1960] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1861/1960] Compiling NIOCore BSDSocketAPI.swift
[1862/1960] Compiling NIOCore ByteBuffer-aux.swift
[1871/1960] Compiling Crypto Signature.swift
[1872/1960] Compiling Crypto CryptoKitErrors_boring.swift
[1873/1960] Compiling Crypto RNG_boring.swift
[1874/1960] Compiling Crypto SafeCompare_boring.swift
[1875/1960] Compiling Crypto Zeroization_boring.swift
[1876/1960] Compiling Crypto PrettyBytes.swift
[1877/1960] Compiling Crypto SafeCompare.swift
[1878/1960] Compiling Crypto SecureBytes.swift
[1879/1960] Compiling Crypto Zeroization.swift
[1888/1960] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1889/1960] Compiling NIOCore SocketAddresses.swift
[1890/1960] Compiling NIOCore SocketOptionProvider.swift
[1891/1960] Compiling NIOCore SystemCallHelpers.swift
[1892/1960] Compiling NIOCore TimeAmount+Duration.swift
[1893/1960] Compiling NIOCore TypeAssistedChannelHandler.swift
[1894/1960] Compiling NIOCore UniversalBootstrapSupport.swift
[1895/1960] Compiling NIOCore Utilities.swift
[1896/1960] Compiling Crypto GeneralizedTime.swift
[1897/1960] Compiling Crypto ObjectIdentifier.swift
[1898/1960] Compiling Crypto ECDSASignature.swift
[1899/1960] Compiling Crypto PEMDocument.swift
[1900/1960] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1901/1960] Compiling NIOCore ByteBuffer-conversions.swift
[1902/1960] Compiling NIOCore ByteBuffer-core.swift
[1903/1960] Compiling NIOCore ByteBuffer-hex.swift
[1904/1960] Compiling NIOCore ByteBuffer-int.swift
[1905/1960] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1906/1960] Compiling NIOCore ChannelPipeline.swift
[1907/1960] Compiling NIOCore CircularBuffer.swift
[1908/1960] Compiling NIOCore Codec.swift
[1909/1960] Compiling NIOCore ConvenienceOptionSupport.swift
[1911/2008] Compiling JWTKit JWTSigner.swift
[1912/2008] Compiling JWTKit JWTSigners.swift
[1913/2008] Compiling JWTKit JWTSigner+UnsecuredNone.swift
[1914/2008] Compiling JWTKit UnsecuredNoneSigner.swift
[1915/2008] Compiling JWTKit JWTSigner+RSA.swift
[1916/2008] Compiling JWTKit RSAError.swift
[1917/2008] Compiling JWTKit RSAKey.swift
[1918/2008] Compiling JWTKit RSASigner.swift
[1927/2008] Compiling JWTKit JWKIdentifier.swift
[1928/2008] Compiling JWTKit JWKS.swift
[1929/2008] Compiling JWTKit JWTAlgorithm.swift
[1930/2008] Compiling JWTKit JWTError.swift
[1931/2008] Compiling JWTKit JWTHeader.swift
[1932/2008] Compiling JWTKit JWTParser.swift
[1933/2008] Compiling JWTKit JWTPayload.swift
[1934/2008] Compiling JWTKit JWTSerializer.swift
[1935/2008] Compiling JWTKit AudienceClaim.swift
[1936/2008] Compiling JWTKit BoolClaim.swift
[1937/2008] Compiling JWTKit ExpirationClaim.swift
[1938/2008] Compiling JWTKit GoogleHostedDomainClaim.swift
[1939/2008] Compiling JWTKit IDClaim.swift
[1940/2008] Compiling JWTKit IssuedAtClaim.swift
[1941/2008] Compiling JWTKit IssuerClaim.swift
[1942/2008] Compiling JWTKit JWTClaim.swift
[1943/2008] Compiling JWTKit JWTMultiValueClaim.swift
[1950/2014] Emitting module JWTKit
[1953/2014] Compiling JWTKit Base64URL.swift
[1954/2014] Compiling JWTKit BigNumber.swift
[1955/2014] Compiling JWTKit CustomizedJSONCoders.swift
[1956/2014] Compiling JWTKit Exports.swift
[1965/2014] Compiling JWTKit JWTUnixEpochClaim.swift
[1966/2014] Compiling JWTKit LocaleClaim.swift
[1967/2014] Compiling JWTKit NotBeforeClaim.swift
[1968/2014] Compiling JWTKit SubjectClaim.swift
[1969/2014] Compiling JWTKit ECDSAError.swift
[1977/2014] Compiling JWTKit OctetKeyPair.swift
[1978/2014] Compiling JWTKit HMACError.swift
[1979/2014] Compiling JWTKit HMACSigner.swift
[1980/2014] Compiling JWTKit JWTSigner+HMAC.swift
[1981/2014] Compiling JWTKit JWK.swift
[1984/2014] Compiling JWTKit ECDSAKey.swift
[1985/2014] Compiling JWTKit ECDSASigner.swift
[1986/2014] Compiling JWTKit JWTSigner+ECDSA.swift
[1987/2014] Compiling JWTKit EdDSAError.swift
[1988/2014] Compiling JWTKit EdDSAKey.swift
[1989/2014] Compiling JWTKit EdDSASigner.swift
[1990/2014] Compiling JWTKit JWTSigner+EdDSA.swift
[1991/2014] Compiling JWTKit OpenSSLSigner.swift
[1992/2014] Compiling JWTKit Utilities.swift
[1993/2014] Compiling JWTKit AppleIdentityToken.swift
[1994/2014] Compiling JWTKit GoogleIdentityToken.swift
[1995/2014] Compiling JWTKit MicrosoftIdentitiyToken.swift
[1996/2014] Compiling JWTKit X5CVerifier.swift
[2015/2015] Emitting module NIOCore
[2017/2067] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[2018/2067] Compiling NIOEmbedded AsyncTestingChannel.swift
[2019/2067] Emitting module NIOEmbedded
[2020/2067] Compiling NIOEmbedded Embedded.swift
[2022/2068] Emitting module NIOPosix
[2023/2074] Compiling NIOPosix PooledRecvBufferAllocator.swift
[2024/2074] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[2025/2074] Compiling NIOPosix PosixSingletons.swift
[2026/2074] Compiling NIOPosix RawSocketBootstrap.swift
[2027/2074] Compiling NIOPosix Resolver.swift
[2028/2074] Compiling NIOPosix Selectable.swift
[2029/2074] Compiling NIOPosix SelectableChannel.swift
[2030/2074] Compiling NIOPosix SelectableEventLoop.swift
[2031/2074] Compiling NIOPosix SelectorEpoll.swift
[2032/2074] Compiling NIOPosix SelectorGeneric.swift
[2033/2074] Compiling NIOPosix SelectorKqueue.swift
[2034/2074] Compiling NIOPosix SelectorUring.swift
[2035/2074] Compiling NIOPosix ServerSocket.swift
[2036/2074] Compiling NIOPosix Socket.swift
[2037/2074] Compiling NIOPosix SocketChannel.swift
[2038/2074] Compiling NIOPosix SocketProtocols.swift
[2039/2074] Compiling NIOPosix System.swift
[2040/2074] Compiling NIOPosix Thread.swift
[2041/2074] Compiling NIOPosix ThreadPosix.swift
[2042/2074] Compiling NIOPosix ThreadWindows.swift
[2043/2074] Compiling NIOPosix UnsafeTransfer.swift
[2044/2074] Compiling NIOPosix Utilities.swift
[2045/2074] Compiling NIOPosix VsockAddress.swift
[2046/2074] Compiling NIOPosix VsockChannelEvents.swift
[2047/2074] Compiling NIOPosix Bootstrap.swift
[2048/2074] Compiling NIOPosix ControlMessage.swift
[2049/2074] Compiling NIOPosix DatagramVectorReadManager.swift
[2050/2074] Compiling NIOPosix Errors+Any.swift
[2051/2074] Compiling NIOPosix FileDescriptor.swift
[2052/2074] Compiling NIOPosix GetaddrinfoResolver.swift
[2053/2074] Compiling NIOPosix HappyEyeballs.swift
[2054/2074] Compiling NIOPosix IO.swift
[2055/2074] Compiling NIOPosix IntegerBitPacking.swift
[2056/2074] Compiling NIOPosix IntegerTypes.swift
[2057/2074] Compiling NIOPosix Linux.swift
[2058/2074] Compiling NIOPosix LinuxCPUSet.swift
[2059/2074] Compiling NIOPosix LinuxUring.swift
[2060/2074] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[2061/2074] Compiling NIOPosix NIOThreadPool.swift
[2062/2074] Compiling NIOPosix NonBlockingFileIO.swift
[2063/2074] Compiling NIOPosix PendingDatagramWritesManager.swift
[2064/2074] Compiling NIOPosix PendingWritesManager.swift
[2065/2074] Compiling NIOPosix PipeChannel.swift
[2066/2074] Compiling NIOPosix PipePair.swift
[2067/2074] Compiling NIOPosix Pool.swift
[2068/2074] Compiling NIOPosix BSDSocketAPICommon.swift
[2069/2074] Compiling NIOPosix BSDSocketAPIPosix.swift
[2070/2074] Compiling NIOPosix BSDSocketAPIWindows.swift
[2071/2074] Compiling NIOPosix BaseSocket.swift
[2072/2074] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[2073/2074] Compiling NIOPosix BaseSocketChannel.swift
[2074/2074] Compiling NIOPosix BaseStreamSocketChannel.swift
[2076/2134] Emitting module NIO
[2077/2134] Compiling NIO Exports.swift
[2078/2135] Compiling AsyncKit ConnectionPoolError.swift
[2079/2135] Compiling AsyncKit ConnectionPoolItem.swift
[2080/2135] Compiling AsyncKit ConnectionPoolSource.swift
[2082/2137] Compiling AsyncKit EventLoop+Flatten.swift
[2083/2137] Compiling AsyncKit EventLoop+Future.swift
[2084/2137] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[2085/2137] Compiling AsyncKit EventLoopGroup+Throwing.swift
[2086/2137] Compiling AsyncKit Collection+Flatten.swift
[2087/2137] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[2088/2137] Compiling AsyncKit Future+Miscellaneous.swift
[2089/2137] Compiling AsyncKit Future+Nonempty.swift
[2090/2137] Compiling AsyncKit Future+Optional.swift
[2091/2268] Compiling NIOTLS TLSEvents.swift
[2092/2268] Emitting module NIOTLS
[2093/2268] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[2094/2268] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[2095/2268] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[2096/2268] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[2097/2268] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[2098/2268] Compiling NIOSOCKS ClientGreeting.swift
[2099/2268] Compiling NIOSOCKS Messages.swift
[2100/2268] Compiling SQLKit SQLDropEnumBuilder.swift
[2101/2268] Compiling SQLKit SQLDropIndexBuilder.swift
[2102/2270] Compiling NIOSOCKS SOCKSResponse.swift
[2103/2271] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[2104/2271] Compiling NIOSOCKS ClientStateMachine.swift
[2105/2271] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[2106/2271] Compiling NIOTLS SNIHandler.swift
[2107/2272] Compiling NIOSOCKS AuthenticationMethod.swift
[2109/2272] Compiling NIOSOCKS ServerStateMachine.swift
[2110/2272] Compiling NIOSOCKS SOCKSClientHandler.swift
[2111/2272] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[2112/2272] Emitting module NIOSOCKS
[2119/2276] Compiling NIOSOCKS Errors.swift
[2120/2276] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[2122/2276] Compiling NIOSOCKS SOCKSRequest.swift
[2124/2306] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[2125/2306] Emitting module NIOFoundationCompat
[2126/2306] Compiling NIOSSL SSLCertificateExtensions.swift
[2127/2306] Compiling NIOSSL SSLConnection.swift
[2129/2307] Emitting module NIOHTTP1
[2130/2307] Compiling NIOSSL AndroidCABundle.swift
[2131/2307] Compiling NIOSSL ByteBufferBIO.swift
[2132/2307] Compiling NIOSSL CustomPrivateKey.swift
[2133/2307] Compiling NIOSSL NIOSSLHandler.swift
[2134/2307] Compiling NIOSSL NIOSSLServerHandler.swift
[2135/2307] Compiling NIOSSL SSLContext.swift
[2136/2307] Compiling NIOSSL SSLErrors.swift
[2137/2314] Compiling SQLKit SQLDropIndex.swift
[2138/2314] Compiling SQLKit SQLDropTable.swift
[2139/2314] Compiling SQLKit SQLDropTrigger.swift
[2140/2314] Compiling SQLKit SQLInsert.swift
[2141/2314] Compiling SQLKit SQLSelect.swift
[2142/2314] Compiling SQLKit SQLUnion.swift
[2143/2314] Compiling SQLKit SQLUpdate.swift
[2144/2314] Compiling SQLKit SQLExpression.swift
[2145/2314] Compiling SQLKit SQLSerializer.swift
[2146/2314] Compiling SQLKit SQLStatement.swift
[2147/2314] Compiling SQLKit SQLBinaryExpression.swift
[2148/2314] Compiling SQLKit SQLBinaryOperator.swift
[2149/2314] Compiling SQLKit SQLBind.swift
[2150/2341] Emitting module NIOTransportServices
[2151/2341] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[2152/2341] Compiling SQLKit SQLColumnAssignment.swift
[2153/2341] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[2154/2341] Compiling SQLKit SQLColumnDefinition.swift
[2155/2341] Compiling SQLKit SQLCommonTableExpression.swift
[2156/2341] Compiling SQLKit SQLConflictAction.swift
[2157/2341] Compiling SQLKit SQLConflictResolutionStrategy.swift
[2158/2341] Compiling SQLKit SQLDropBehaviour.swift
[2159/2341] Compiling SQLKit SQLEnumDataType.swift
[2160/2341] Compiling SQLKit SQLExcludedColumn.swift
[2161/2341] Compiling SQLKit SQLForeignKey.swift
[2162/2341] Compiling SQLKit SQLJoin.swift
[2163/2341] Compiling SQLKit SQLJoinMethod.swift
[2164/2343] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[2165/2343] Compiling SQLKit Exports.swift
[2166/2343] Compiling SQLKit SQLAlias.swift
[2167/2343] Compiling SQLKit SQLBetween.swift
[2168/2343] Compiling SQLKit SQLColumn.swift
[2169/2343] Compiling SQLKit SQLConstraint.swift
[2170/2343] Compiling SQLKit SQLDataType.swift
[2171/2343] Compiling SQLKit SQLDirection.swift
[2172/2343] Compiling SQLKit SQLDistinct.swift
[2173/2343] Compiling SQLKit SQLForeignKeyAction.swift
[2174/2343] Compiling SQLKit SQLNestedSubpathExpression.swift
[2175/2343] Compiling SQLKit SQLQualifiedTable.swift
[2176/2343] Compiling SQLKit SQLQueryString.swift
[2177/2343] Compiling SQLKit SQLLockingClause.swift
[2178/2343] Compiling SQLKit SQLOrderBy.swift
[2179/2343] Compiling SQLKit SQLReturning.swift
[2180/2343] Compiling SQLKit SQLSubquery.swift
[2181/2343] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[2182/2343] Compiling SQLKit SQLAlterEnum.swift
[2183/2343] Compiling SQLKit SQLAlterTable.swift
[2184/2343] Compiling SQLKit SQLCreateEnum.swift
[2185/2343] Compiling SQLKit SQLCreateIndex.swift
[2186/2343] Compiling SQLKit SQLCreateTable.swift
[2187/2343] Compiling SQLKit SQLCreateTrigger.swift
[2188/2343] Compiling SQLKit SQLDelete.swift
[2189/2343] Compiling SQLKit SQLDropEnum.swift
[2190/2343] Compiling NIOTransportServices NIOTSEventLoop.swift
[2191/2343] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[2192/2343] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[2193/2343] Compiling NIOTransportServices NIOTSErrors.swift
[2194/2343] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[2195/2343] Compiling NIOTransportServices NIOTSBootstraps.swift
[2197/2344] Compiling NIOTransportServices StateManagedChannel.swift
[2198/2344] Compiling NIOTransportServices StateManagedListenerChannel.swift
[2199/2344] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[2200/2344] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[2201/2344] Compiling NIOTransportServices NIOTSSingletons.swift
[2202/2344] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[2207/2344] Compiling NIOTransportServices NIOTSChannelOptions.swift
[2208/2344] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[2210/2344] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[2211/2344] Compiling NIOTransportServices NIOTSListenerChannel.swift
[2212/2344] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2213/2344] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2214/2344] Compiling NIOTransportServices AcceptHandler.swift
[2215/2344] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[2216/2344] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[2217/2344] Compiling NIOTransportServices NIOTSDatagramListener.swift
[2218/2344] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[2237/2344] Compiling NIOSSL SubjectAlternativeName.swift
[2238/2344] Compiling NIOSSL NIOSSLSecureBytes.swift
[2239/2344] Compiling NIOSSL RNG.swift
[2240/2344] Compiling NIOSSL SafeCompare.swift
[2241/2344] Compiling NIOSSL Zeroization.swift
[2242/2344] Compiling SQLKit SQLQueryFetcher.swift
[2243/2344] Compiling SQLKit SQLReturningBuilder.swift
[2244/2344] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[2245/2344] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[2246/2344] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[2247/2344] Compiling SQLKit SQLDatabase.swift
[2248/2344] Compiling _NIOFileSystem SystemFileHandle.swift
[2249/2344] Compiling _NIOFileSystem Utilities.swift
[2250/2344] Compiling _NIOFileSystem OpenOptions.swift
[2251/2344] Compiling _NIOFileSystem String+FileSystem.swift
[2252/2344] Compiling SQLKit SQLExpressions+Deprecated.swift
[2253/2365] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[2254/2365] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[2255/2365] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[2256/2365] Compiling NIOWebSocket SHA1.swift
[2257/2365] Compiling NIOHPACK DynamicHeaderTable.swift
[2258/2365] Compiling NIOHPACK HPACKDecoder.swift
[2260/2373] Emitting module SQLKit
[2261/2373] Compiling NIOWebSocket WebSocketOpcode.swift
[2262/2373] Emitting module AsyncKit
[2263/2392] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[2264/2392] Compiling NIOHPACK HuffmanCoding.swift
[2265/2393] Emitting module NIOHTTPCompression
[2266/2393] Compiling NIOHTTPCompression HTTPCompression.swift
[2267/2393] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2268/2393] Compiling NIOWebSocket WebSocketFrame.swift
[2269/2393] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2270/2393] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2271/2393] Compiling NIOHTTPCompression HTTPDecompression.swift
[2272/2393] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2273/2393] Compiling NIOExtras RequestResponseHandler.swift
[2274/2393] Compiling NIOExtras RequestResponseWithIDHandler.swift
[2275/2395] Compiling NIOHPACK IndexedHeaderTable.swift
[2276/2395] Compiling NIOHPACK IntegerCoding.swift
[2277/2395] Compiling NIOHPACK HuffmanTables.swift
[2278/2395] Compiling NIOExtras JSONRPCFraming.swift
[2279/2395] Compiling NIOExtras DebugInboundEventsHandler.swift
[2280/2395] Compiling NIOHPACK StaticHeaderTable.swift
[2285/2398] Emitting module NIOWebSocket
[2286/2398] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[2287/2398] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[2292/2399] Emitting module NIOSSL
[2293/2399] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2294/2399] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2295/2399] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2297/2399] Compiling NIOExtras UnsafeTransfer.swift
[2298/2399] Compiling NIOExtras WritePCAPHandler.swift
[2300/2400] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[2301/2400] Compiling NIOExtras NIOExtrasError.swift
[2308/2400] Compiling NIOExtras DebugOutboundEventsHandler.swift
[2309/2400] Compiling NIOExtras FixedLengthFrameDecoder.swift
[2312/2400] Compiling NIOExtras NIOLengthFieldBitLength.swift
[2313/2400] Compiling NIOExtras NIORequestIdentifiable.swift
[2314/2400] Compiling NIOExtras PCAPRingBuffer.swift
[2315/2400] Compiling NIOExtras QuiescingHelper.swift
[2316/2400] Emitting module NIOExtras
[2323/2400] Emitting module NIOHPACK
[2329/2420] Compiling MultipartKit FormDataDecoder.Decoder.swift
[2330/2420] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[2331/2420] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[2332/2420] Compiling MultipartKit Storage.swift
[2333/2420] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[2334/2420] Compiling MultipartKit FormDataDecoder.swift
[2335/2420] Compiling MultipartKit BasicCodingKey.swift
[2336/2420] Compiling MultipartKit MultipartError.swift
[2337/2420] Compiling MultipartKit Exports.swift
[2341/2420] Compiling MultipartKit FormDataEncoder.Encoder.swift
[2342/2420] Compiling MultipartKit MultipartFormData.swift
[2347/2420] Compiling NIOSSL TLSConfiguration.swift
[2353/2420] Compiling MultipartKit MultipartParser.swift
[2354/2420] Compiling MultipartKit MultipartPart.swift
[2355/2420] Compiling MultipartKit MultipartPartConvertible.swift
[2357/2420] Emitting module _NIOFileSystem
[2359/2420] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[2360/2420] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[2361/2420] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[2362/2420] Compiling MultipartKit FormDataEncoder.swift
[2363/2420] Compiling NIOSSL UniversalBootstrapSupport.swift
[2364/2420] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2370/2421] Emitting module MultipartKit
[2372/2424] Compiling MultipartKit MultipartSerializer.swift
[2374/2482] Compiling SQLKit SQLFunction.swift
[2375/2482] Compiling SQLKit SQLGroupExpression.swift
[2376/2482] Compiling SQLKit SQLIdentifier.swift
[2377/2482] Compiling SQLKit SQLList.swift
[2378/2482] Compiling SQLKit SQLLiteral.swift
[2379/2482] Compiling SQLKit SQLRaw.swift
[2380/2482] Compiling SQLKit SQLCodingUtilities.swift
[2381/2482] Compiling SQLKit SQLQueryEncoder.swift
[2382/2482] Compiling SQLKit SQLRow.swift
[2383/2482] Compiling SQLKit SQLRowDecoder.swift
[2384/2482] Compiling SQLKit SomeCodingKey.swift
[2385/2482] Compiling SQLKit StringHandling.swift
[2387/2483] Compiling NIOHTTP2 Error+Any.swift
[2388/2483] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2389/2483] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2390/2483] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2391/2483] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2392/2483] Compiling NIOHTTP2 StateMachineResult.swift
[2393/2483] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2394/2483] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2395/2483] Compiling NIOHTTP2 MayReceiveFrames.swift
[2396/2483] Compiling NIOHTTP2 ReceivingDataState.swift
[2398/2483] Compiling NIOHTTP2 MaySendFrames.swift
[2399/2483] Compiling NIOHTTP2 SendingDataState.swift
[2400/2483] Compiling NIOHTTP2 SendingGoawayState.swift
[2401/2483] Compiling NIOHTTP2 SendingHeadersState.swift
[2402/2483] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2403/2483] Compiling NIOHTTP2 SendingRstStreamState.swift
[2404/2488] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2405/2488] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2411/2489] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2412/2489] Compiling NIOHTTP2 DOSHeuristics.swift
[2414/2489] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2415/2489] Emitting module _NIOFileSystemFoundationCompat
[2416/2489] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2417/2489] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2418/2489] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2419/2489] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2420/2490] Compiling NIOFileSystem Exports.swift
[2421/2490] Emitting module NIOFileSystem
[2426/2587] Emitting module NIOHTTP2
[2427/2595] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2428/2595] Compiling WebSocketKit Exports.swift
[2429/2595] Compiling WebSocketKit WebSocketHandler.swift
[2430/2595] Compiling FluentKit AsyncMigration.swift
[2431/2595] Compiling FluentKit AsyncModelMiddleware.swift
[2432/2595] Compiling FluentKit Children+Concurrency.swift
[2433/2595] Compiling FluentKit Database+Concurrency.swift
[2434/2595] Compiling FluentKit EnumBuilder+Concurrency.swift
[2435/2595] Compiling FluentKit Model+Concurrency.swift
[2436/2595] Compiling FluentKit ModelResponder+Concurrency.swift
[2437/2595] Compiling FluentKit OptionalChild+Concurrency.swift
[2438/2595] Compiling FluentKit OptionalParent+Concurrency.swift
[2439/2595] Compiling FluentKit Parent+Concurrency.swift
[2440/2595] Compiling FluentKit QueryBuilder+Concurrency.swift
[2441/2595] Compiling FluentKit Relation+Concurrency.swift
[2442/2595] Compiling FluentKit SchemaBuilder+Concurrency.swift
[2443/2595] Compiling FluentKit Siblings+Concurrency.swift
[2444/2595] Compiling FluentKit Database+Logging.swift
[2445/2595] Compiling FluentKit Database.swift
[2446/2595] Emitting module WebSocketKit
[2447/2595] Compiling WebSocketKit WebSocket+Concurrency.swift
[2448/2595] Compiling WebSocketKit WebSocket.swift
[2449/2595] Compiling WebSocketKit WebSocket+Connect.swift
[2450/2595] Compiling WebSocketKit WebSocketClient.swift
[2452/2596] Compiling FluentKit OptionalEnumProperty.swift
[2453/2596] Compiling FluentKit Exports.swift
[2454/2596] Compiling FluentKit FluentError.swift
[2455/2596] Compiling FluentKit ModelMiddleware.swift
[2456/2596] Compiling FluentKit ModelResponder.swift
[2457/2596] Compiling FluentKit Migration.swift
[2458/2596] Compiling FluentKit MigrationLog.swift
[2459/2596] Compiling FluentKit Migrations.swift
[2460/2596] Compiling FluentKit Migrator.swift
[2461/2596] Compiling FluentKit AnyModel.swift
[2462/2596] Compiling FluentKit EagerLoad.swift
[2463/2596] Compiling FluentKit Fields+Codable.swift
[2464/2608] Emitting module FluentKit
[2481/2608] Compiling FluentKit DatabaseID.swift
[2482/2608] Compiling FluentKit DatabaseInput.swift
[2483/2608] Compiling FluentKit DatabaseOutput.swift
[2484/2608] Compiling FluentKit Databases.swift
[2485/2608] Compiling FluentKit KeyPrefixingStrategy.swift
[2486/2608] Compiling FluentKit TransactionControlDatabase.swift
[2487/2608] Compiling FluentKit DatabaseEnum.swift
[2488/2608] Compiling FluentKit EnumBuilder.swift
[2489/2608] Compiling FluentKit EnumMetadata.swift
[2490/2608] Compiling FluentKit EnumProperty.swift
[2491/2608] Compiling NIOHTTP2 InboundWindowManager.swift
[2492/2608] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2493/2608] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2494/2608] Compiling NIOHTTP2 StreamChannelList.swift
[2495/2608] Compiling NIOHTTP2 StreamMap.swift
[2496/2608] Compiling NIOHTTP2 StreamStateMachine.swift
[2497/2608] Compiling NIOHTTP2 UnsafeTransfer.swift
[2498/2608] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2499/2608] Compiling FluentKit Boolean.swift
[2500/2608] Compiling FluentKit OptionalChild.swift
[2501/2608] Compiling FluentKit OptionalField.swift
[2502/2608] Compiling FluentKit OptionalParent.swift
[2503/2608] Compiling FluentKit Parent.swift
[2504/2608] Compiling FluentKit Property.swift
[2505/2608] Compiling FluentKit Relation.swift
[2506/2608] Compiling FluentKit Siblings.swift
[2507/2608] Compiling FluentKit QueryBuilder+Group.swift
[2508/2608] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[2509/2608] Compiling FluentKit QueryBuilder+Join.swift
[2510/2608] Compiling FluentKit QueryBuilder+Paginate.swift
[2511/2608] Compiling FluentKit QueryBuilder+Range.swift
[2512/2608] Compiling FluentKit QueryBuilder+Set.swift
[2513/2608] Compiling FluentKit QueryBuilder+Sort.swift
[2514/2608] Compiling FluentKit QueryBuilder.swift
[2515/2608] Compiling FluentKit DatabaseQuery+Action.swift
[2516/2608] Compiling FluentKit DatabaseQuery+Aggregate.swift
[2517/2608] Compiling FluentKit DatabaseQuery+Field.swift
[2518/2608] Compiling FluentKit DatabaseQuery+Filter.swift
[2528/2608] Compiling FluentKit DatabaseQuery+Join.swift
[2529/2608] Compiling FluentKit DatabaseQuery+Range.swift
[2530/2608] Compiling FluentKit DatabaseQuery+Sort.swift
[2531/2608] Compiling FluentKit DatabaseQuery+Value.swift
[2532/2608] Compiling FluentKit DatabaseQuery.swift
[2533/2608] Compiling FluentKit QueryHistory.swift
[2534/2608] Compiling FluentKit DatabaseSchema.swift
[2535/2608] Compiling FluentKit SchemaBuilder.swift
[2536/2608] Compiling FluentKit OptionalType.swift
[2537/2608] Compiling FluentKit RandomGeneratable.swift
[2538/2608] Compiling FluentKit SomeCodingKey.swift
[2539/2608] Compiling FluentKit UnsafeMutableTransferBox.swift
[2545/2608] Compiling FluentKit Fields.swift
[2546/2608] Compiling FluentKit MirrorBypass.swift
[2547/2608] Compiling FluentKit Model+CRUD.swift
[2556/2608] Compiling FluentKit Model.swift
[2557/2608] Compiling FluentKit ModelAlias.swift
[2558/2608] Compiling FluentKit Schema.swift
[2559/2608] Compiling FluentKit FieldOperators.swift
[2560/2608] Compiling FluentKit Operators.swift
[2561/2608] Compiling FluentKit ValueOperators+Array.swift
[2562/2608] Compiling FluentKit ValueOperators+String.swift
[2563/2608] Compiling FluentKit ValueOperators.swift
[2592/2609] Compiling FluentKit CompositeID.swift
[2593/2609] Compiling FluentKit CompositeOptionalChild.swift
[2594/2609] Compiling FluentKit CompositeOptionalParent.swift
[2595/2609] Compiling FluentKit CompositeParent.swift
[2596/2609] Compiling FluentKit Field.swift
[2597/2609] Compiling FluentKit FieldKey.swift
[2598/2609] Compiling FluentKit Group.swift
[2599/2609] Compiling FluentKit ID.swift
[2600/2609] Compiling FluentKit OptionalBoolean.swift
[2612/2670] Emitting module AsyncHTTPClient
[2613/2678] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2614/2678] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2615/2678] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2616/2678] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2617/2678] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2618/2678] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2619/2678] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2620/2678] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2621/2678] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2622/2678] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2623/2678] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2624/2678] Compiling AsyncHTTPClient Transaction.swift
[2625/2678] Compiling AsyncHTTPClient Base64.swift
[2626/2678] Compiling AsyncHTTPClient BasicAuth.swift
[2627/2678] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2628/2678] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2629/2678] Compiling AsyncHTTPClient ConnectionPool.swift
[2630/2678] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2631/2678] Compiling AsyncHTTPClient RequestBag.swift
[2632/2678] Compiling AsyncHTTPClient RequestValidation.swift
[2633/2678] Compiling AsyncHTTPClient SSLContextCache.swift
[2634/2678] Compiling AsyncHTTPClient Scheme.swift
[2635/2678] Compiling AsyncHTTPClient Singleton.swift
[2636/2678] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2637/2678] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2638/2678] Compiling AsyncHTTPClient Utils.swift
[2639/2678] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2640/2678] Compiling AsyncHTTPClient RequestOptions.swift
[2641/2678] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2642/2678] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2643/2678] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2644/2678] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2645/2678] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2646/2678] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2647/2678] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2648/2678] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2649/2678] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2650/2678] Compiling AsyncHTTPClient HTTP1Connection.swift
[2651/2678] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2652/2678] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2653/2678] Compiling AsyncHTTPClient HTTP2Connection.swift
[2654/2678] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2655/2678] Compiling AsyncHTTPClient HTTPClient.swift
[2656/2678] Compiling AsyncHTTPClient HTTPHandler.swift
[2657/2678] Compiling AsyncHTTPClient LRUCache.swift
[2658/2678] Compiling AsyncHTTPClient NWErrorHandler.swift
[2659/2678] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2660/2678] Compiling AsyncHTTPClient TLSConfiguration.swift
[2661/2678] Compiling AsyncHTTPClient RedirectState.swift
[2662/2678] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2663/2678] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2664/2678] Compiling AsyncHTTPClient ConnectionTarget.swift
[2665/2678] Compiling AsyncHTTPClient DeconstructedURL.swift
[2666/2678] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2667/2678] Compiling AsyncHTTPClient FoundationExtensions.swift
[2668/2678] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2669/2678] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2670/2678] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2671/2678] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2672/2678] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2673/2678] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2674/2678] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2675/2678] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2676/2678] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2677/2678] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2678/2678] Compiling AsyncHTTPClient RequestBodyLength.swift
[2680/2848] Compiling Vapor HTTPServerResponseEncoder.swift
[2681/2848] Compiling Vapor HTTPServerUpgradeHandler.swift
[2682/2848] Compiling Vapor Logger+Report.swift
[2683/2848] Compiling Vapor LoggingSystem+Environment.swift
[2684/2848] Compiling Vapor Application+Middleware.swift
[2685/2848] Compiling Vapor CORSMiddleware.swift
[2686/2848] Compiling Vapor ErrorMiddleware.swift
[2687/2848] Compiling Vapor FileMiddleware.swift
[2688/2848] Compiling Vapor Middleware.swift
[2689/2848] Compiling Vapor MiddlewareConfiguration.swift
[2690/2848] Compiling Vapor ResponseCompressionMiddleware.swift
[2691/2848] Compiling Vapor RouteLoggingMiddleware.swift
[2692/2848] Compiling Vapor TracingMiddleware.swift
[2693/2848] Compiling Vapor File+Multipart.swift
[2694/2848] Compiling Vapor FormDataDecoder+Content.swift
[2695/2848] Compiling Vapor FormDataEncoder+Content.swift
[2696/2848] Compiling Vapor Application+Password.swift
[2697/2848] Compiling Vapor Application+Passwords.swift
[2698/2848] Compiling Vapor AsyncPasswordHasher.swift
[2699/2848] Compiling Vapor BcryptHasher.swift
[2700/2848] Compiling Vapor PasswordHasher.swift
[2701/2848] Compiling Vapor PlaintextHasher.swift
[2702/2848] Compiling Vapor Request+Password.swift
[2703/2848] Compiling Vapor Redirect.swift
[2704/2848] Compiling Vapor AsyncBasicResponder.swift
[2705/2848] Compiling Vapor AsyncMiddleware.swift
[2706/2848] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2707/2848] Compiling Vapor AsyncSessionDriver.swift
[2708/2848] Compiling Vapor Authentication+Concurrency.swift
[2709/2848] Compiling Vapor Cache+Concurrency.swift
[2710/2848] Compiling Vapor Client+Concurrency.swift
[2711/2848] Compiling Vapor RequestBody+Concurrency.swift
[2712/2848] Compiling Vapor Responder+Concurrency.swift
[2713/2848] Compiling Vapor ResponseCodable+Concurrency.swift
[2714/2848] Compiling Vapor RoutesBuilder+Concurrency.swift
[2715/2848] Compiling Vapor ViewRenderer+Concurrency.swift
[2716/2848] Compiling Vapor WebSocket+Concurrency.swift
[2717/2848] Compiling Vapor ContainerGetPathExecutor.swift
[2718/2848] Compiling Vapor Content.swift
[2719/2848] Compiling Vapor ContentCoders.swift
[2720/2848] Compiling Vapor ContentConfiguration.swift
[2721/2848] Compiling Vapor ContentContainer.swift
[2722/2848] Compiling Vapor JSONCoder+Custom.swift
[2723/2848] Compiling Vapor JSONCoders+Content.swift
[2724/2848] Compiling Vapor PlaintextDecoder.swift
[2725/2848] Compiling Vapor PlaintextEncoder.swift
[2726/2848] Compiling Vapor URLQueryCoders.swift
[2727/2848] Compiling Vapor URLQueryContainer.swift
[2728/2848] Compiling Vapor Application.swift
[2729/2848] Compiling Vapor AuthenticationCache.swift
[2730/2848] Compiling Vapor Authenticator.swift
[2731/2848] Compiling Vapor BasicAuthorization.swift
[2732/2848] Compiling Vapor BearerAuthorization.swift
[2733/2848] Compiling Vapor GuardMiddleware.swift
[2734/2848] Compiling Vapor RedirectMiddleware.swift
[2735/2848] Compiling Vapor SessionAuthenticatable.swift
[2736/2848] Compiling Vapor Bcrypt.swift
[2737/2848] Compiling Vapor Application+Cache.swift
[2738/2848] Compiling Vapor Cache.swift
[2739/2848] Compiling Vapor CacheExpirationTime.swift
[2740/2848] Compiling Vapor MemoryCache.swift
[2741/2848] Compiling Vapor Request+Cache.swift
[2742/2848] Compiling Vapor Application+Clients.swift
[2743/2848] Compiling Vapor Client.swift
[2744/2848] Compiling Vapor ClientRequest.swift
[2745/2848] Compiling Vapor ClientResponse.swift
[2746/2848] Compiling Vapor Request+Client.swift
[2747/2848] Compiling Vapor BootCommand.swift
[2748/2848] Compiling Vapor CommandContext+Application.swift
[2749/2848] Compiling Vapor RoutesCommand.swift
[2750/2848] Compiling Vapor ServeCommand.swift
[2751/2848] Compiling Vapor AnyResponse+Concurrency.swift
[2752/2896] Compiling Vapor Validator.swift
[2753/2896] Compiling Vapor ValidatorResult.swift
[2754/2896] Compiling Vapor And.swift
[2755/2896] Compiling Vapor Case.swift
[2756/2896] Compiling Vapor CharacterSet.swift
[2757/2896] Compiling Vapor Count.swift
[2758/2896] Compiling Vapor Custom.swift
[2759/2896] Compiling Vapor Email.swift
[2760/2896] Compiling Vapor Empty.swift
[2761/2896] Compiling Vapor In.swift
[2762/2896] Compiling Vapor Nil.swift
[2763/2896] Compiling Vapor NilIgnoring.swift
[2764/2896] Compiling Vapor Not.swift
[2765/2896] Compiling Vapor Or.swift
[2766/2896] Compiling Vapor Pattern.swift
[2767/2896] Compiling Vapor Range.swift
[2768/2896] Compiling Vapor URL.swift
[2769/2896] Compiling Vapor Valid.swift
[2770/2896] Compiling Vapor Application+Views.swift
[2771/2896] Compiling Vapor PlaintextRenderer.swift
[2772/2896] Compiling Vapor Request+View.swift
[2773/2896] Compiling Vapor View.swift
[2774/2896] Compiling Vapor ViewRenderer.swift
[2775/2896] Compiling Vapor _Deprecations.swift
[2776/2896] Compiling Vapor HTTPStatus.swift
[2777/2896] Compiling Vapor HTTPCookies.swift
[2778/2896] Compiling Vapor HTTPHeaderCacheControl.swift
[2779/2896] Compiling Vapor HTTPHeaderExpires.swift
[2780/2896] Compiling Vapor HTTPHeaderLastModified.swift
[2781/2896] Compiling Vapor HTTPHeaders+Cache.swift
[2782/2896] Compiling Vapor HTTPHeaders+Connection.swift
[2783/2896] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2784/2896] Compiling Vapor HTTPHeaders+ContentRange.swift
[2785/2896] Compiling Vapor HTTPHeaders+Directive.swift
[2786/2896] Compiling Vapor HTTPHeaders+Forwarded.swift
[2787/2896] Compiling Vapor HTTPHeaders+Link.swift
[2788/2896] Compiling Vapor HTTPHeaders+Name.swift
[2789/2896] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2790/2896] Compiling Vapor HTTPHeaders.swift
[2791/2896] Compiling Vapor HTTPMediaType.swift
[2792/2896] Compiling Vapor HTTPMediaTypePreference.swift
[2793/2896] Compiling Vapor Responder.swift
[2794/2896] Compiling Vapor Application+HTTP+Server.swift
[2795/2896] Compiling Vapor HTTPServer.swift
[2796/2896] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2797/2896] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2798/2896] Compiling Vapor HTTPServerHandler.swift
[2799/2896] Compiling Vapor HTTPServerRequestDecoder.swift
[2800/2896] Compiling Vapor Request+Body.swift
[2801/2896] Compiling Vapor Request+BodyStream.swift
[2802/2896] Compiling Vapor Request.swift
[2803/2896] Compiling Vapor Application+Responder.swift
[2804/2896] Compiling Vapor DefaultResponder.swift
[2805/2896] Compiling Vapor Response+Body.swift
[2806/2896] Compiling Vapor Response.swift
[2807/2896] Compiling Vapor ResponseCodable.swift
[2808/2896] Compiling Vapor Application+Routes.swift
[2809/2896] Compiling Vapor Parameters+Require.swift
[2810/2896] Compiling Vapor Request+WebSocket.swift
[2811/2896] Compiling Vapor Route.swift
[2812/2896] Compiling Vapor RouteCollection.swift
[2813/2896] Compiling Vapor Routes.swift
[2814/2896] Compiling Vapor RoutesBuilder+Group.swift
[2815/2896] Compiling Vapor RoutesBuilder+Method.swift
[2816/2896] Compiling Vapor RoutesBuilder+Middleware.swift
[2817/2896] Compiling Vapor RoutesBuilder+WebSocket.swift
[2818/2896] Compiling Vapor RoutesBuilder.swift
[2819/2896] Compiling Vapor OTP.swift
[2820/2896] Compiling Vapor Application+Servers.swift
[2821/2896] Compiling Vapor Server.swift
[2822/2896] Compiling Vapor App+Service.swift
[2823/2896] Compiling Vapor Req+Service.swift
[2824/2896] Compiling Vapor Service.swift
[2825/2896] Compiling Vapor Application+Sessions.swift
[2826/2896] Compiling Vapor MemorySessions.swift
[2827/2896] Compiling Vapor Request+Session.swift
[2828/2896] Compiling Vapor Session.swift
[2829/2896] Compiling Vapor SessionCache.swift
[2830/2896] Compiling Vapor SessionData.swift
[2831/2896] Compiling Vapor SessionDriver.swift
[2832/2896] Compiling Vapor SessionsConfiguration.swift
[2833/2896] Compiling Vapor SessionsMiddleware.swift
[2834/2896] Compiling Vapor URLEncodedFormData.swift
[2835/2896] Compiling Vapor URLEncodedFormDecoder.swift
[2836/2896] Compiling Vapor URLEncodedFormEncoder.swift
[2837/2896] Compiling Vapor URLEncodedFormError.swift
[2838/2896] Compiling Vapor URLEncodedFormParser.swift
[2839/2896] Compiling Vapor URLEncodedFormSerializer.swift
[2840/2896] Compiling Vapor URLQueryFragmentConvertible.swift
[2841/2896] Compiling Vapor AnyResponse.swift
[2842/2896] Compiling Vapor Array+Random.swift
[2843/2896] Compiling Vapor Base32.swift
[2844/2896] Compiling Vapor Base64.swift
[2845/2896] Compiling Vapor BaseN.swift
[2846/2896] Compiling Vapor BasicCodingKey.swift
[2847/2896] Compiling Vapor ByteCount.swift
[2848/2896] Compiling Vapor Core.swift
[2849/2896] Compiling Vapor Running.swift
[2850/2896] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2851/2896] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2852/2896] Compiling Vapor DotEnvFile+load.swift
[2853/2896] Compiling Vapor Routes+caseInsenstive.swift
[2854/2896] Compiling Vapor Validatable+validate.swift
[2855/2896] Compiling Vapor Environment+Process.swift
[2856/2896] Compiling Vapor Environment+Secret.swift
[2857/2896] Compiling Vapor Environment.swift
[2858/2896] Compiling Vapor Abort.swift
[2859/2896] Compiling Vapor AbortError.swift
[2860/2896] Compiling Vapor DebuggableError.swift
[2861/2896] Compiling Vapor Demangler.swift
[2862/2896] Compiling Vapor ErrorSource.swift
[2863/2896] Compiling Vapor StackTrace.swift
[2864/2896] Compiling Vapor Exports.swift
[2865/2896] Compiling Vapor Application+HTTP.swift
[2866/2896] Compiling Vapor BasicResponder.swift
[2867/2896] Compiling Vapor BodyStream.swift
[2868/2896] Compiling Vapor Application+HTTP+Client.swift
[2869/2896] Compiling Vapor EventLoopHTTPClient.swift
[2870/2896] Compiling Vapor EndpointCache.swift
[2871/2896] Compiling Vapor HTTPMethod+String.swift
[2872/2896] Emitting module Vapor
[2873/2896] Compiling Vapor Bytes+Hex.swift
[2874/2896] Compiling Vapor Bytes+SecureCompare.swift
[2875/2896] Compiling Vapor Collection+Safe.swift
[2876/2896] Compiling Vapor DataProtocol+Copy.swift
[2877/2896] Compiling Vapor DecoderUnwrapper.swift
[2878/2896] Compiling Vapor DirectoryConfiguration.swift
[2879/2896] Compiling Vapor DotEnv.swift
[2880/2896] Compiling Vapor Extendable.swift
[2881/2896] Compiling Vapor File.swift
[2882/2896] Compiling Vapor FileIO.swift
[2883/2896] Compiling Vapor LifecycleHandler.swift
[2884/2896] Compiling Vapor OptionalType.swift
[2885/2896] Compiling Vapor RFC1123.swift
[2886/2896] Compiling Vapor SocketAddress+Hostname.swift
[2887/2896] Compiling Vapor Storage.swift
[2888/2896] Compiling Vapor String+IsIPAddress.swift
[2889/2896] Compiling Vapor Thread.swift
[2890/2896] Compiling Vapor URI.swift
[2891/2896] Compiling Vapor RangeResult.swift
[2892/2896] Compiling Vapor Validatable.swift
[2893/2896] Compiling Vapor Validation.swift
[2894/2896] Compiling Vapor ValidationKey.swift
[2895/2896] Compiling Vapor Validations.swift
[2896/2896] Compiling Vapor ValidationsError.swift
[2898/2923] Compiling JWT JWTError+Vapor.swift
[2899/2924] Compiling JWT JWT+Google.swift
[2900/2924] Compiling JWT JWTAuthenticator.swift
[2901/2924] Compiling JWT JWT+Microsoft.swift
[2902/2924] Compiling Fluent Exports.swift
[2903/2924] Compiling Fluent Fluent+Cache.swift
[2904/2924] Compiling Fluent FluentProvider+Concurrency.swift
[2905/2924] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2906/2924] Emitting module JWT
[2907/2924] Compiling Fluent Pagination+Concurrency.swift
[2908/2924] Compiling Fluent Sessions+Concurrency.swift
[2911/2924] Compiling Fluent ModelAuthenticatable.swift
[2912/2924] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2913/2926] Emitting module Fluent
[2914/2926] Compiling JWT Request+JWT.swift
[2915/2927] Compiling Fluent Fluent+History.swift
[2916/2927] Compiling Fluent Fluent+Paginate.swift
[2922/2927] Compiling Fluent FluentProvider.swift
[2923/2927] Compiling Fluent MigrateCommand.swift
[2924/2927] Compiling Fluent ModelTokenAuthenticatable.swift
[2925/2927] Compiling Fluent PageLimit.swift
[2926/2927] Compiling Fluent Fluent+Pagination.swift
[2927/2927] Compiling Fluent Fluent+Sessions.swift
[2929/2948] 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 |
[2930/2948] 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 |
[2931/2948] 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 |
[2932/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)
[2933/2950] Compiling Authomatek User.swift
[2934/2950] Compiling Authomatek UserStatus.swift
[2935/2950] Compiling Authomatek AuthoPayload.swift
[2936/2950] Compiling Authomatek AuthoToken.swift
[2937/2950] Compiling Authomatek AuthoTokenable.swift
[2938/2950] 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 | }
[2939/2950] 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 | }
[2940/2950] 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 | }
[2941/2950] Compiling Authomatek RouteConfig.swift
[2942/2950] Compiling Authomatek CreateUser.swift
[2943/2950] Compiling Authomatek CreateUserStatus.swift
[2944/2950] 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 |
[2945/2950] 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 |
[2946/2950] 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)
[2947/2950] 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)
[2948/2950] Compiling Authomatek AuthoTokenizer.swift
[2949/2950] Compiling Authomatek TokenService.swift
[2950/2950] Compiling Authomatek Authomatek.swift
Build complete! (202.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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.