The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Marvin, reference master (fb01e9), with Swift 6.1 for Android on 27 May 2025 22:51:15 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/schwmi/marvin.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/schwmi/marvin
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at fb01e9c Update Readme
Cloned https://github.com/schwmi/marvin.git
Revision (git rev-parse @):
fb01e9c1d927bc4d069072fb4d68602b92fe5b95
SUCCESS checkout https://github.com/schwmi/marvin.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/schwmi/marvin.git
https://github.com/schwmi/marvin.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"
    }
  ],
  "manifest_display_name" : "Marvin",
  "name" : "Marvin",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Marvin",
      "targets" : [
        "Marvin"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Dev",
      "targets" : [
        "Dev"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Marvin",
      "module_type" : "SwiftTarget",
      "name" : "Marvin",
      "path" : "Sources/Marvin",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "Marvin",
        "Dev"
      ],
      "sources" : [
        "Marvin.swift",
        "Models/SlackConversationsInfo.swift",
        "Models/SlackIncomingMessage.swift",
        "Models/SlackOutgoingMessage.swift",
        "Models/SlackRTMConnectionResponse.swift",
        "Models/SlackUserInfo.swift",
        "Skills/BasicSkills.swift",
        "Skills/Skill.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Dev",
      "module_type" : "SwiftTarget",
      "name" : "Dev",
      "path" : "Sources/Dev",
      "product_memberships" : [
        "Dev"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Marvin"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AppTests",
      "module_type" : "SwiftTarget",
      "name" : "AppTests",
      "path" : "Tests/AppTests",
      "sources" : [
        "AppTests.swift"
      ],
      "target_dependencies" : [
        "Marvin"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
[1/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.58s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (3.24s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
[1/2609] Fetching websocket-kit
[236/7583] Fetching websocket-kit, swift-distributed-tracing
[1616/8646] Fetching websocket-kit, swift-distributed-tracing, swift-service-context
[3156/11965] Fetching websocket-kit, swift-distributed-tracing, swift-service-context, multipart-kit
[6212/17924] Fetching websocket-kit, swift-distributed-tracing, swift-service-context, multipart-kit, swift-algorithms
[6481/19634] Fetching websocket-kit, swift-distributed-tracing, swift-service-context, multipart-kit, swift-algorithms, swift-atomics
Fetched https://github.com/apple/swift-algorithms.git from cache (0.83s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.96s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.96s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
[5416/9844] Fetching websocket-kit, multipart-kit, swift-atomics, swift-metrics
[7622/15758] Fetching websocket-kit, multipart-kit, swift-atomics, swift-metrics, swift-nio-extras
[8356/19594] Fetching websocket-kit, multipart-kit, swift-atomics, swift-metrics, swift-nio-extras, swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (0.56s)
[12154/17388] Fetching websocket-kit, multipart-kit, swift-atomics, swift-nio-extras, swift-log
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-log.git from cache (0.75s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.75s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[5440/19165] Fetching websocket-kit, multipart-kit, swift-atomics, swift-nio-http2
[8207/34008] Fetching websocket-kit, multipart-kit, swift-atomics, swift-nio-http2, swift-nio-ssl
[12179/110063] Fetching websocket-kit, multipart-kit, swift-atomics, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/vapor/websocket-kit.git from cache (3.04s)
Fetched https://github.com/apple/swift-atomics.git from cache (3.04s)
[50187/105744] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (3.18s)
[53425/102425] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.95s)
[54169/90898] Fetching swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/async-kit.git
[58066/111625] Fetching swift-nio-ssl, swift-nio, routing-kit
[61997/117202] Fetching swift-nio-ssl, swift-nio, routing-kit, console-kit
[63902/131138] Fetching swift-nio-ssl, swift-nio, routing-kit, console-kit, swift-crypto
[77050/133508] Fetching swift-nio-ssl, swift-nio, routing-kit, console-kit, swift-crypto, async-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.55s)
[79370/127931] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, async-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/async-kit.git from cache (0.54s)
[81012/125561] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto
[85862/139575] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.02s)
[96876/124732] Fetching swift-nio, routing-kit, swift-crypto, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (2.11s)
[83650/104005] Fetching swift-nio, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.55s)
[74780/89991] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.80s)
Fetched https://github.com/apple/swift-nio.git from cache (7.83s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (12.47s)
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.79s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.54s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.61s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.44s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[1977/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.52s)
[4480/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.22s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.91s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.59s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.75s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.54s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.41s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.77s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.62s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.68s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
[1/904] Fetching swift-http-types
[905/2494] Fetching swift-http-types, swift-asn1
[1685/3635] Fetching swift-http-types, swift-asn1, swift-http-structured-headers
[3636/8620] Fetching swift-http-types, swift-asn1, swift-http-structured-headers, swift-async-algorithms
[4584/11046] Fetching swift-http-types, swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle
[7027/17201] Fetching swift-http-types, swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.34s)
[9921/16060] Fetching swift-http-types, swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.34s)
[8431/14470] Fetching swift-http-types, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.46s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.57s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.57s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.57s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.09s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.91s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (3.38s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.92s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.97s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.10s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.02s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.98s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.23s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.00s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.07s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.85s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.71s)
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 (1.25s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (1.71s)
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/vapor/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-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Building for debugging...
[0/886] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1/886] Write swift-version-24593BA9C3E375BF.txt
[1/886] Write sources
[3/886] Compiling _NumericsShims _NumericsShims.c
[4/886] Write sources
[7/886] Compiling a_dup.cc
[8/886] Write sources
[9/890] Compiling _AtomicsShims.c
[10/890] Compiling a_gentm.cc
[10/890] Write sources
[46/890] Compiling a_d2i_fp.cc
[47/895] Compiling a_octet.cc
[48/895] Compiling p_dh.cc
[49/895] Compiling a_bool.cc
[50/895] Write sources
[54/895] Emitting module ServiceContextModule
[54/905] Compiling a_strex.cc
[55/905] Write sources
[59/924] Compiling CVaporBcrypt blf.c
[60/927] Compiling CVaporBcrypt bcrypt.c
[61/927] Compiling CSystem shims.c
[62/927] Compiling CNIOWindows shim.c
[64/955] Emitting module _NIODataStructures
[65/955] Emitting module InternalCollectionsUtilities
[66/956] Compiling RealModule ElementaryFunctions.swift
[67/957] Compiling _NIOBase64 Base64.swift
[68/957] Emitting module _NIOBase64
[69/957] Compiling SystemPackage FileDescriptor.swift
[70/957] Compiling SystemPackage FileHelpers.swift
[71/958] Compiling _NIODataStructures PriorityQueue.swift
[72/958] Compiling _NIODataStructures _TinyArray.swift
[73/958] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[74/958] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[75/958] Compiling SystemPackage Mocking.swift
[76/958] Compiling SystemPackage RawBuffer.swift
[77/958] Compiling SystemPackage MachPort.swift
[78/958] Compiling SystemPackage PlatformString.swift
[79/958] Compiling SystemPackage SystemString.swift
[80/961] Compiling SystemPackage Errno.swift
[81/961] Compiling SystemPackage ErrnoWindows.swift
[82/961] Compiling ServiceContextModule ServiceContext.swift
[83/961] Compiling ServiceContextModule ServiceContextKey.swift
[84/961] Emitting module RealModule
[85/962] Compiling RealModule Float80+Real.swift
[86/962] Compiling RealModule Real.swift
[87/962] Compiling SystemPackage FilePathTempPosix.swift
[88/962] Compiling SystemPackage FilePathTempWindows.swift
[89/962] Compiling SystemPackage Syscalls.swift
[90/962] Compiling SystemPackage WindowsSyscallAdapters.swift
[91/962] Compiling SystemPackage FilePathWindows.swift
[92/962] Compiling SystemPackage FilePermissions.swift
[93/962] Compiling RealModule Float+Real.swift
[94/962] Compiling RealModule Float16+Real.swift
[104/963] Compiling _NIODataStructures Heap.swift
[106/964] Emitting module SystemPackage
[107/964] Compiling RealModule RealFunctions.swift
[111/965] Compiling CoreMetrics Metrics.swift
[112/965] Compiling SystemPackage FilePathParsing.swift
[113/965] Compiling SystemPackage FilePathString.swift
[114/965] Compiling SystemPackage FilePathSyntax.swift
[115/965] Compiling SystemPackage FilePathTemp.swift
[116/965] Compiling SystemPackage Util+StringArray.swift
[117/965] Compiling SystemPackage Util.swift
[118/965] Compiling SystemPackage UtilConsumers.swift
[119/965] Compiling Logging MetadataProvider.swift
[120/965] Compiling SystemPackage Backcompat.swift
[121/965] Compiling SystemPackage CInterop.swift
[122/965] Compiling SystemPackage Constants.swift
[123/965] Compiling SystemPackage Exports.swift
[124/965] Compiling SystemPackage FileOperations.swift
[125/965] Compiling SystemPackage FilePath.swift
[126/965] Compiling SystemPackage FilePathComponentView.swift
[127/965] Compiling SystemPackage FilePathComponents.swift
[128/965] Emitting module Logging
[129/965] Compiling CoreMetrics Locks.swift
[130/965] Emitting module CoreMetrics
[131/965] Compiling Logging Locks.swift
[141/967] Compiling Logging LogHandler.swift
[142/967] Compiling Logging Logging.swift
[143/968] Compiling CNIOWindows WSAStartup.c
[145/968] Wrapping AST for _NIODataStructures for debugging
[146/968] Wrapping AST for _NIOBase64 for debugging
[147/968] Wrapping AST for ServiceContextModule for debugging
[149/1098] Compiling Instrumentation MultiplexInstrument.swift
[149/1099] Wrapping AST for SystemPackage for debugging
[151/1109] Compiling Instrumentation NoOpInstrument.swift
[152/1113] Compiling Instrumentation Instrument.swift
[153/1113] Compiling Instrumentation InstrumentationSystem.swift
[154/1115] Compiling Instrumentation Locks.swift
[155/1121] Emitting module Instrumentation
[157/1198] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[158/1204] Compiling HeapModule Heap+Descriptions.swift
[158/1204] Wrapping AST for RealModule for debugging
[160/1204] Compiling HashTreeCollections _HashNode+Structural filter.swift
[161/1204] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[162/1204] Compiling HashTreeCollections _HashNode+Storage.swift
[163/1204] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[164/1206] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[165/1206] Compiling HashTreeCollections _HashNode+Structural union.swift
[166/1206] Compiling HeapModule Heap+Invariants.swift
[167/1206] Compiling HeapModule Heap+UnsafeHandle.swift
[168/1206] Compiling HeapModule Heap.swift
[169/1206] Compiling HeapModule _HeapNode.swift
[170/1206] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[171/1206] Compiling HashTreeCollections _HashTreeIterator.swift
[172/1206] Compiling HashTreeCollections _HashTreeStatistics.swift
[173/1206] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[174/1206] Compiling HashTreeCollections _RawHashNode.swift
[175/1206] Compiling HashTreeCollections _UnmanagedHashNode.swift
[176/1206] Compiling HashTreeCollections _UnsafePath.swift
[177/1221] Emitting module HeapModule
[178/1222] Compiling Tracing TracingTime.swift
[180/1222] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[181/1222] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[182/1222] Compiling HashTreeCollections TreeDictionary+Keys.swift
[183/1222] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[184/1222] Compiling HashTreeCollections TreeDictionary+Merge.swift
[185/1222] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[186/1222] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[187/1222] Compiling DequeModule _DequeSlot.swift
[188/1222] Compiling DequeModule _UnsafeWrappedBuffer.swift
[189/1222] Compiling HashTreeCollections TreeSet+Hashable.swift
[190/1222] Compiling HashTreeCollections TreeSet+Sendable.swift
[191/1222] Compiling HashTreeCollections TreeSet+Sequence.swift
[192/1222] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[193/1222] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[194/1222] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[195/1222] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[196/1222] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[197/1222] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[198/1222] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[199/1232] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[200/1232] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[201/1232] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[202/1232] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[203/1232] Compiling HashTreeCollections _HashNode+Structural merge.swift
[204/1232] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[212/1232] Wrapping AST for Logging for debugging
[214/1232] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[215/1232] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[216/1232] Compiling HashTreeCollections _HashNode.swift
[217/1232] Compiling HashTreeCollections _HashNodeHeader.swift
[218/1232] Compiling HashTreeCollections _HashSlot.swift
[219/1232] Compiling HashTreeCollections _HashStack.swift
[220/1232] Compiling HashTreeCollections _AncestorHashSlots.swift
[221/1232] Compiling HashTreeCollections _Bitmap.swift
[222/1232] Compiling HashTreeCollections _Bucket.swift
[223/1232] Compiling HashTreeCollections _Hash.swift
[224/1232] Compiling HashTreeCollections _HashLevel.swift
[225/1232] Compiling HashTreeCollections _HashNode+Builder.swift
[226/1232] Compiling HashTreeCollections _HashNode+Debugging.swift
[227/1232] Compiling HashTreeCollections _HashNode+Initializers.swift
[228/1232] Compiling HashTreeCollections _HashNode+Invariants.swift
[229/1232] Compiling HashTreeCollections _HashNode+Lookups.swift
[230/1232] Compiling Tracing TracerProtocol.swift
[231/1232] Compiling HashTreeCollections TreeDictionary+Codable.swift
[232/1232] Compiling HashTreeCollections TreeDictionary+Collection.swift
[233/1232] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[234/1232] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[235/1232] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[236/1232] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[237/1232] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[238/1232] Compiling HashTreeCollections TreeDictionary+Filter.swift
[238/1232] Wrapping AST for InternalCollectionsUtilities for debugging
[240/1232] Compiling Tracing InstrumentationSystem+Tracing.swift
[241/1232] Compiling Tracing NoOpTracer.swift
[242/1232] Emitting module Tracing
[243/1232] Compiling Tracing Tracer.swift
[244/1232] Compiling Tracing TracerProtocol+Legacy.swift
[245/1232] Compiling OrderedCollections OrderedSet+SubSequence.swift
[246/1232] Compiling OrderedCollections OrderedSet+Testing.swift
[247/1232] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[248/1232] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[249/1232] Compiling OrderedCollections OrderedSet.swift
[250/1232] Compiling OrderedCollections _UnsafeBitset.swift
[251/1232] Compiling HashTreeCollections TreeSet+Equatable.swift
[252/1232] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[253/1232] Compiling HashTreeCollections TreeSet+Extras.swift
[254/1232] Compiling HashTreeCollections TreeSet+Filter.swift
[265/1232] Compiling OrderedCollections OrderedSet+Sendable.swift
[265/1232] Wrapping AST for Instrumentation for debugging
[267/1232] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[268/1232] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[268/1232] Wrapping AST for HeapModule for debugging
[270/1232] Compiling Tracing SpanProtocol.swift
[270/1233] Wrapping AST for CoreMetrics for debugging
[279/1233] Compiling CNIOWASI CNIOWASI.c
[282/1233] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[283/1233] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[284/1233] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[285/1233] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[286/1233] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[287/1233] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[288/1233] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[289/1233] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[290/1233] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[291/1233] Compiling HashTreeCollections TreeSet.swift
[291/1233] Compiling CNIOSHA1 c_nio_sha1.c
[293/1233] Emitting module DequeModule
[293/1234] Compiling CNIOLinux shim.c
[294/1234] Compiling CNIOLinux liburing_shims.c
[303/1234] Wrapping AST for Tracing for debugging
[304/1234] Compiling CNIOLLHTTP c_nio_llhttp.c
[316/1234] Compiling CNIOLLHTTP c_nio_http.c
[335/1243] Compiling CNIOExtrasZlib empty.c
[337/1243] Emitting module RoutingKit
[337/1243] Compiling CNIOLLHTTP c_nio_api.c
[338/1243] Compiling CNIODarwin shim.c
[339/1243] Wrapping AST for DequeModule for debugging
[341/1243] Compiling RoutingKit AnyRouter.swift
[341/1243] Compiling fiat_p256_adx_sqr.S
[343/1243] Compiling RoutingKit PathComponent.swift
[343/1243] Compiling fiat_p256_adx_mul.S
[345/1243] Emitting module OrderedCollections
[345/1243] Compiling fiat_curve25519_adx_square.S
[346/1244] Compiling fiat_curve25519_adx_mul.S
[348/1244] Compiling RoutingKit Router.swift
[349/1244] Compiling RoutingKit TrieRouter.swift
[351/1244] Emitting module _RopeModule
[351/1244] Compiling CNIOBoringSSLShims shims.c
[352/1244] Wrapping AST for OrderedCollections for debugging
[387/1244] Compiling RoutingKit Parameters.swift
[389/1245] Emitting module Metrics
[390/1245] Compiling Metrics Metrics.swift
[391/1246] Wrapping AST for RoutingKit for debugging
[392/1246] Wrapping AST for Metrics for debugging
[442/1246] Compiling tls_method.cc
[444/1246] Emitting module HashTreeCollections
[445/1247] Compiling _RopeModule Rope+Join.swift
[446/1247] Compiling _RopeModule Rope+MutatingForEach.swift
[447/1247] Compiling _RopeModule Rope+Remove.swift
[448/1247] Compiling _RopeModule Rope+RemoveSubrange.swift
[449/1247] Compiling _RopeModule Rope+Split.swift
[450/1247] Compiling _RopeModule Optional Utilities.swift
[451/1247] Compiling _RopeModule String Utilities.swift
[452/1247] Compiling _RopeModule String.Index+ABI.swift
[453/1247] Compiling _RopeModule _CharacterRecognizer.swift
[453/1248] Compiling tls_record.cc
[456/1248] Compiling tls13_enc.cc
[457/1248] Wrapping AST for _RopeModule for debugging
[458/1248] Wrapping AST for HashTreeCollections for debugging
[459/1248] Compiling tls13_server.cc
[460/1248] Compiling tls13_client.cc
[461/1248] Compiling tls13_both.cc
[462/1248] Compiling t1_enc.cc
[463/1248] Compiling ssl_x509.cc
[464/1248] Compiling ssl_versions.cc
[465/1248] Compiling ssl_transcript.cc
[466/1248] Compiling ssl_stat.cc
[467/1248] Compiling ssl_session.cc
[468/1248] Compiling ssl_privkey.cc
[469/1248] Compiling ssl_key_share.cc
[470/1248] Compiling ssl_cipher.cc
[471/1248] Compiling ssl_file.cc
[472/1248] Compiling ssl_credential.cc
[473/1248] Compiling ssl_buffer.cc
[474/1248] Compiling ssl_cert.cc
[475/1248] Compiling ssl_lib.cc
[476/1248] Compiling ssl_asn1.cc
[477/1248] Compiling s3_lib.cc
[478/1248] Compiling ssl_aead_ctx.cc
[479/1248] Compiling s3_pkt.cc
[480/1248] Compiling s3_both.cc
[481/1248] Compiling handshake_client.cc
[482/1248] Compiling handoff.cc
[483/1248] Compiling handshake_server.cc
[484/1248] Compiling handshake.cc
[485/1248] Compiling encrypted_client_hello.cc
[486/1248] Compiling dtls_record.cc
[487/1248] Compiling md5-x86_64-linux.S
[488/1248] Compiling md5-x86_64-apple.S
[489/1248] Compiling dtls_method.cc
[490/1248] Compiling extensions.cc
[491/1248] Compiling md5-586-linux.S
[492/1248] Compiling md5-586-apple.S
[493/1248] Compiling chacha20_poly1305_x86_64-linux.S
[494/1248] Compiling chacha20_poly1305_x86_64-apple.S
[495/1248] Compiling chacha20_poly1305_armv8-win.S
[496/1248] Compiling chacha20_poly1305_armv8-linux.S
[497/1248] Compiling chacha20_poly1305_armv8-apple.S
[498/1248] Compiling chacha-x86_64-linux.S
[499/1248] Compiling chacha-x86_64-apple.S
[500/1248] Compiling chacha-x86-linux.S
[501/1248] Compiling d1_srtp.cc
[502/1248] Compiling chacha-x86-apple.S
[503/1248] Compiling err_data.cc
[504/1248] Compiling chacha-armv8-win.S
[505/1248] Compiling d1_both.cc
[506/1248] Compiling aes128gcmsiv-x86_64-linux.S
[507/1248] Compiling chacha-armv4-linux.S
[508/1248] Compiling chacha-armv8-apple.S
[509/1248] Compiling aes128gcmsiv-x86_64-apple.S
[510/1248] Compiling d1_lib.cc
[511/1248] Compiling chacha-armv8-linux.S
[512/1248] Compiling d1_pkt.cc
[513/1248] Compiling x86_64-mont5-linux.S
[514/1248] Compiling x86_64-mont-linux.S
[515/1248] Compiling x86_64-mont-apple.S
[516/1248] Compiling x86-mont-linux.S
[517/1248] Compiling x86_64-mont5-apple.S
[518/1248] Compiling x86-mont-apple.S
[519/1248] Compiling vpaes-x86_64-linux.S
[520/1248] Compiling vpaes-x86-linux.S
[521/1248] Compiling sha512-x86_64-linux.S
[522/1248] Compiling vpaes-x86_64-apple.S
[523/1248] Compiling vpaes-x86-apple.S
[524/1248] Compiling vpaes-armv8-win.S
[525/1248] Compiling vpaes-armv8-linux.S
[526/1248] Compiling vpaes-armv8-apple.S
[527/1248] Compiling vpaes-armv7-linux.S
[528/1248] Compiling sha512-x86_64-apple.S
[529/1248] Compiling sha512-armv8-win.S
[530/1248] Compiling sha512-armv4-linux.S
[531/1248] Compiling sha512-586-linux.S
[532/1248] Compiling sha512-armv8-apple.S
[533/1248] Compiling sha512-586-apple.S
[534/1248] Compiling sha256-x86_64-apple.S
[535/1248] Compiling sha512-armv8-linux.S
[536/1248] Compiling sha256-x86_64-linux.S
[537/1248] Compiling sha256-armv8-win.S
[538/1248] Compiling sha256-armv8-linux.S
[539/1248] Compiling sha256-armv8-apple.S
[540/1248] Compiling sha256-armv4-linux.S
[541/1248] Compiling sha256-586-linux.S
[542/1248] Compiling sha256-586-apple.S
[543/1248] Compiling sha1-x86_64-linux.S
[544/1248] Compiling sha1-x86_64-apple.S
[545/1248] Compiling sha1-armv8-apple.S
[546/1248] Compiling sha1-armv4-large-linux.S
[547/1248] Compiling sha1-armv8-win.S
[548/1248] Compiling sha1-armv8-linux.S
[549/1248] Compiling sha1-586-linux.S
[550/1248] Compiling sha1-586-apple.S
[551/1248] Compiling rsaz-avx2-linux.S
[552/1248] Compiling rdrand-x86_64-linux.S
[553/1248] Compiling p256_beeu-x86_64-asm-linux.S
[554/1248] Compiling p256_beeu-x86_64-asm-apple.S
[555/1248] Compiling rsaz-avx2-apple.S
[556/1248] Compiling rdrand-x86_64-apple.S
[557/1248] Compiling p256_beeu-armv8-asm-win.S
[558/1248] Compiling p256_beeu-armv8-asm-linux.S
[559/1248] Compiling p256-x86_64-asm-apple.S
[560/1248] Compiling p256_beeu-armv8-asm-apple.S
[561/1248] Compiling p256-x86_64-asm-linux.S
[562/1248] Compiling p256-armv8-asm-linux.S
[563/1248] Compiling p256-armv8-asm-win.S
[564/1248] Compiling p256-armv8-asm-apple.S
[565/1248] Compiling bio_ssl.cc
[566/1248] Compiling ghashv8-armv8-win.S
[567/1248] Compiling ghashv8-armv8-linux.S
[567/1248] Compiling ghashv8-armv7-linux.S
[569/1248] Compiling ghashv8-armv8-apple.S
[570/1248] Compiling ghash-x86_64-linux.S
[571/1248] Compiling ghash-x86-apple.S
[572/1248] Compiling ghash-x86-linux.S
[573/1248] Compiling ghash-x86_64-apple.S
[574/1248] Compiling ghash-ssse3-x86-apple.S
[575/1248] Compiling ghash-ssse3-x86_64-apple.S
[576/1248] Compiling ghash-neon-armv8-win.S
[577/1248] Compiling ghash-neon-armv8-apple.S
[578/1248] Compiling ghash-ssse3-x86_64-linux.S
[579/1248] Compiling ghash-ssse3-x86-linux.S
[580/1248] Compiling ghash-neon-armv8-linux.S
[581/1248] Compiling ghash-armv4-linux.S
[582/1248] Compiling co-586-apple.S
[583/1248] Compiling bn-armv8-win.S
[584/1248] Compiling co-586-linux.S
[584/1248] Compiling bsaes-armv7-linux.S
[586/1248] Compiling bn-586-linux.S
[587/1248] Compiling bn-armv8-apple.S
[588/1248] Compiling bn-armv8-linux.S
[589/1248] Compiling bn-586-apple.S
[590/1248] Compiling armv8-mont-win.S
[591/1248] Compiling armv8-mont-linux.S
[592/1248] Compiling armv8-mont-apple.S
[593/1248] Compiling armv4-mont-linux.S
[594/1248] Compiling aesv8-gcm-armv8-apple.S
[595/1248] Compiling aesv8-armv8-win.S
[596/1248] Compiling aesv8-gcm-armv8-win.S
[597/1248] Compiling aesv8-armv8-linux.S
[598/1248] Compiling aesv8-armv8-apple.S
[599/1248] Compiling aesv8-gcm-armv8-linux.S
[600/1248] Compiling aesv8-armv7-linux.S
[601/1248] Compiling aesni-x86_64-apple.S
[602/1248] Compiling aesni-x86-apple.S
[603/1248] Compiling aesni-x86-linux.S
[604/1248] Compiling aesni-gcm-x86_64-apple.S
[605/1248] Compiling aesni-x86_64-linux.S
[606/1248] Compiling aes-gcm-avx2-x86_64-linux.S
[607/1248] Compiling aesni-gcm-x86_64-linux.S
[608/1248] Compiling aes-gcm-avx2-x86_64-apple.S
[609/1248] Compiling aes-gcm-avx10-x86_64-linux.S
[610/1248] Compiling aes-gcm-avx10-x86_64-apple.S
[611/1248] Compiling x_req.cc
[612/1248] Compiling x_x509a.cc
[613/1248] Compiling x_val.cc
[614/1248] Compiling x_sig.cc
[615/1248] Compiling x_x509.cc
[616/1248] Compiling x_spki.cc
[617/1248] Compiling x_exten.cc
[618/1248] Compiling x_name.cc
[619/1248] Compiling x_pubkey.cc
[620/1248] Compiling x_crl.cc
[621/1248] Compiling x_attrib.cc
[622/1248] Compiling x_all.cc
[623/1248] Compiling x_algor.cc
[624/1248] Compiling x509spki.cc
[625/1248] Compiling x509name.cc
[626/1248] Compiling x509cset.cc
[627/1248] Compiling x509rset.cc
[628/1248] Compiling x509_vpm.cc
[629/1248] Compiling x509_v3.cc
[630/1248] Compiling x509_txt.cc
[631/1248] Compiling x509_set.cc
[632/1248] Compiling x509_vfy.cc
[633/1248] Compiling x509_trs.cc
[634/1248] Compiling x509_obj.cc
[635/1248] Compiling x509_lu.cc
[636/1248] Compiling x509_req.cc
[637/1248] Compiling x509_d2.cc
[638/1248] Compiling x509_ext.cc
[639/1248] Compiling x509_def.cc
[640/1248] Compiling x509_cmp.cc
[641/1248] Compiling x509.cc
[642/1248] Compiling x509_att.cc
[643/1248] Compiling v3_skey.cc
[644/1248] Compiling v3_purp.cc
[645/1248] Compiling v3_utl.cc
[646/1248] Compiling v3_prn.cc
[647/1248] Compiling v3_ocsp.cc
[648/1248] Compiling v3_pcons.cc
[649/1248] Compiling v3_pmaps.cc
[650/1248] Compiling v3_ncons.cc
[651/1248] Compiling v3_int.cc
[652/1248] Compiling v3_info.cc
[653/1248] Compiling v3_lib.cc
[654/1248] Compiling v3_enum.cc
[655/1248] Compiling v3_ia5.cc
[656/1248] Compiling v3_genn.cc
[657/1248] Compiling v3_crld.cc
[658/1248] Compiling v3_extku.cc
[659/1248] Compiling v3_cpols.cc
[660/1248] Compiling v3_bcons.cc
[661/1248] Compiling v3_akey.cc
[662/1248] Compiling v3_conf.cc
[663/1248] Compiling v3_bitst.cc
[664/1248] Compiling t_x509.cc
[665/1248] Compiling v3_alt.cc
[666/1248] Compiling v3_akeya.cc
[667/1248] Compiling t_x509a.cc
[668/1248] Compiling t_crl.cc
[669/1248] Compiling i2d_pr.cc
[670/1248] Compiling by_file.cc
[671/1248] Compiling t_req.cc
[672/1248] Compiling policy.cc
[673/1248] Compiling rsa_pss.cc
[674/1248] Compiling name_print.cc
[674/1248] Compiling by_dir.cc
[676/1248] Compiling a_sign.cc
[677/1248] Compiling asn1_gen.cc
[678/1248] Compiling a_verify.cc
[679/1248] Compiling algorithm.cc
[680/1248] Compiling voprf.cc
[681/1248] Compiling a_digest.cc
[682/1248] Compiling pmbtoken.cc
[683/1248] Compiling trust_token.cc
[684/1248] Compiling thread_win.cc
[685/1248] Compiling thread.cc
[686/1248] Compiling thread_none.cc
[687/1248] Compiling thread_pthread.cc
[688/1248] Compiling stack.cc
[689/1248] Compiling slhdsa.cc
[690/1248] Compiling sha256.cc
[691/1248] Compiling sha512.cc
[692/1248] Compiling siphash.cc
[693/1248] Compiling sha1.cc
[694/1248] Compiling rsa_print.cc
[695/1248] Compiling spake2plus.cc
[696/1248] Compiling rsa_extra.cc
[697/1248] Compiling rsa_crypt.cc
[698/1248] Compiling refcount.cc
[699/1248] Compiling rc4.cc
[700/1248] Compiling trusty.cc
[701/1248] Compiling ios.cc
[702/1248] Compiling passive.cc
[703/1248] Compiling urandom.cc
[704/1248] Compiling rsa_asn1.cc
[705/1248] Compiling windows.cc
[706/1248] Compiling poly1305_arm_asm.S
[707/1248] Compiling rand.cc
[708/1248] Compiling fork_detect.cc
[709/1248] Compiling forkunsafe.cc
[710/1248] Compiling deterministic.cc
[711/1248] Compiling getentropy.cc
[712/1248] Compiling poly1305_vec.cc
[713/1248] Compiling poly1305_arm.cc
[714/1248] Compiling poly1305.cc
[715/1248] Compiling pool.cc
[716/1248] Compiling pkcs7.cc
[717/1248] Compiling pkcs8_x509.cc
[718/1248] Compiling pkcs7_x509.cc
[719/1248] Compiling p5_pbev2.cc
[720/1248] Compiling pkcs8.cc
[721/1248] Compiling pem_xaux.cc
[722/1248] Compiling pem_pkey.cc
[723/1248] Compiling pem_x509.cc
[724/1248] Compiling mlkem.cc
[725/1248] Compiling pem_lib.cc
[726/1248] Compiling pem_oth.cc
[727/1248] Compiling pem_pk8.cc
[728/1248] Compiling obj_xref.cc
[729/1248] Compiling pem_info.cc
[730/1248] Compiling pem_all.cc
[731/1248] Compiling obj.cc
[732/1248] Compiling mldsa.cc
[733/1248] Compiling poly_rq_mul.S
[734/1248] Compiling fips_shared_support.cc
[735/1248] Compiling mem.cc
[736/1248] Compiling lhash.cc
[737/1248] Compiling md5.cc
[738/1248] Compiling md4.cc
[739/1248] Compiling kyber.cc
[740/1248] Compiling ex_data.cc
[741/1248] Compiling hpke.cc
[742/1248] Compiling sign.cc
[743/1248] Compiling scrypt.cc
[744/1248] Compiling hrss.cc
[745/1248] Compiling print.cc
[746/1248] Compiling pbkdf.cc
[747/1248] Compiling p_x25519_asn1.cc
[748/1248] Compiling p_x25519.cc
[749/1248] Compiling p_rsa.cc
[750/1248] Compiling p_ed25519.cc
[751/1248] Compiling p_rsa_asn1.cc
[752/1248] Compiling p_hkdf.cc
[753/1248] Compiling p_ed25519_asn1.cc
[754/1248] Compiling p_ec.cc
[755/1248] Compiling p_ec_asn1.cc
[756/1248] Compiling p_dsa_asn1.cc
[757/1248] Compiling p_dh.cc
[758/1248] Compiling p_dh_asn1.cc
[759/1248] Compiling evp_ctx.cc
[760/1248] Compiling evp.cc
[761/1248] Compiling evp_asn1.cc
[762/1248] Compiling err.cc
[763/1248] Compiling engine.cc
[764/1248] Compiling ec_derive.cc
[765/1248] Compiling hash_to_curve.cc
[766/1248] Compiling ecdh.cc
[767/1248] Compiling ecdsa_asn1.cc
[768/1248] Compiling ec_asn1.cc
[769/1248] Compiling dsa.cc
[770/1248] Compiling bcm.cc
[771/1248] Compiling dh_asn1.cc
[772/1248] Compiling x25519-asm-arm.S
[773/1248] Compiling params.cc
[774/1248] Compiling dsa_asn1.cc
[775/1248] Compiling digest_extra.cc
[776/1248] Compiling des.cc
[777/1248] Compiling cpu_arm_linux.cc
[778/1248] Compiling curve25519_64_adx.cc
[779/1248] Compiling curve25519.cc
[780/1248] Compiling spake25519.cc
[781/1248] Compiling cpu_intel.cc
[782/1248] Compiling crypto.cc
[783/1248] Compiling cpu_aarch64_win.cc
[784/1248] Compiling cpu_aarch64_sysreg.cc
[785/1248] Compiling cpu_arm_freebsd.cc
[786/1248] Compiling cpu_aarch64_openbsd.cc
[787/1248] Compiling cpu_aarch64_linux.cc
[788/1248] Compiling cpu_aarch64_fuchsia.cc
[789/1248] Compiling cpu_aarch64_apple.cc
[790/1248] Compiling conf.cc
[791/1248] Compiling tls_cbc.cc
[792/1248] Compiling get_cipher.cc
[793/1248] Compiling e_tls.cc
[794/1248] Compiling e_rc4.cc
[795/1248] Compiling e_rc2.cc
[796/1248] Compiling e_null.cc
[797/1248] Compiling e_chacha20poly1305.cc
[798/1248] Compiling e_aesgcmsiv.cc
[799/1248] Compiling e_des.cc
[800/1248] Compiling derive_key.cc
[801/1248] Compiling e_aesctrhmac.cc
[802/1248] Compiling chacha.cc
[803/1248] Compiling unicode.cc
[804/1248] Compiling buf.cc
[805/1248] Compiling ber.cc
[806/1248] Compiling cbs.cc
[807/1248] Compiling asn1_compat.cc
[808/1248] Compiling cbb.cc
[809/1248] Compiling convert.cc
[810/1248] Compiling pair.cc
[811/1248] Compiling blake2.cc
[812/1248] Compiling bn_asn1.cc
[813/1248] Compiling printf.cc
[814/1248] Compiling socket.cc
[815/1248] Compiling socket_helper.cc
[816/1248] Compiling hexdump.cc
[817/1248] Compiling file.cc
[818/1248] Compiling fd.cc
[819/1248] Compiling bio_mem.cc
[820/1248] Compiling bio.cc
[821/1248] Compiling errno.cc
[822/1248] Compiling connect.cc
[823/1248] Compiling base64.cc
[824/1248] Compiling tasn_typ.cc
[825/1248] Compiling tasn_utl.cc
[826/1248] Compiling f_int.cc
[827/1248] Compiling tasn_fre.cc
[828/1248] Compiling tasn_enc.cc
[829/1248] Compiling posix_time.cc
[830/1248] Compiling tasn_new.cc
[831/1248] Compiling f_string.cc
[832/1248] Compiling asn_pack.cc
[833/1248] Compiling tasn_dec.cc
[834/1248] Compiling asn1_par.cc
[835/1248] Compiling asn1_lib.cc
[836/1248] Compiling a_octet.cc
[837/1248] Compiling a_time.cc
[838/1248] Compiling a_type.cc
[839/1248] Compiling a_utctm.cc
[840/1248] Compiling a_strnid.cc
[841/1248] Compiling a_strex.cc
[842/1248] Compiling a_object.cc
[843/1248] Compiling a_i2d_fp.cc
[844/1248] Compiling a_gentm.cc
[845/1248] Compiling a_dup.cc
[846/1248] Compiling a_mbstr.cc
[847/1248] Compiling a_d2i_fp.cc
[848/1248] Compiling fiat_p256_adx_sqr.S
[849/1248] Compiling fiat_p256_adx_mul.S
[850/1248] Compiling a_int.cc
[851/1248] Compiling fiat_curve25519_adx_square.S
[852/1248] Compiling md5-x86_64-linux.S
[853/1248] Compiling fiat_curve25519_adx_mul.S
[854/1248] Compiling md5-x86_64-apple.S
[855/1248] Compiling md5-586-linux.S
[856/1248] Compiling md5-586-apple.S
[857/1248] Compiling a_bool.cc
[858/1248] Compiling a_bitstr.cc
[859/1248] Compiling chacha20_poly1305_x86_64-apple.S
[860/1248] Compiling chacha20_poly1305_x86_64-linux.S
[861/1248] Compiling chacha20_poly1305_armv8-win.S
[862/1248] Compiling chacha20_poly1305_armv8-apple.S
[863/1248] Compiling chacha20_poly1305_armv8-linux.S
[864/1248] Compiling chacha-x86_64-linux.S
[865/1248] Compiling chacha-x86_64-apple.S
[866/1248] Compiling CCryptoBoringSSLShims shims.c
[867/1248] Compiling chacha-x86-linux.S
[868/1248] Compiling chacha-x86-apple.S
[869/1248] Compiling chacha-armv8-win.S
[870/1248] Compiling chacha-armv8-apple.S
[871/1248] Compiling aes128gcmsiv-x86_64-linux.S
[872/1248] Compiling chacha-armv4-linux.S
[873/1248] Compiling aes128gcmsiv-x86_64-apple.S
[874/1248] Compiling x86_64-mont5-linux.S
[875/1248] Compiling chacha-armv8-linux.S
[876/1248] Compiling err_data.cc
[877/1248] Compiling x86_64-mont-linux.S
[878/1248] Compiling x86_64-mont-apple.S
[879/1248] Compiling x86_64-mont5-apple.S
[880/1248] Compiling x86-mont-linux.S
[881/1248] Compiling vpaes-x86_64-linux.S
[882/1248] Compiling vpaes-x86-linux.S
[883/1248] Compiling x86-mont-apple.S
[884/1248] Compiling vpaes-x86_64-apple.S
[885/1248] Compiling vpaes-x86-apple.S
[886/1248] Compiling vpaes-armv8-win.S
[887/1248] Compiling vpaes-armv8-linux.S
[888/1248] Compiling vpaes-armv7-linux.S
[889/1248] Compiling sha512-x86_64-linux.S
[890/1248] Compiling vpaes-armv8-apple.S
[891/1248] Compiling sha512-x86_64-apple.S
[892/1248] Compiling sha512-armv8-win.S
[893/1248] Compiling sha512-586-linux.S
[894/1248] Compiling sha512-armv8-apple.S
[895/1248] Compiling sha512-armv4-linux.S
[896/1248] Compiling sha512-586-apple.S
[897/1248] Compiling sha256-x86_64-linux.S
[898/1248] Compiling sha512-armv8-linux.S
[899/1248] Compiling sha256-x86_64-apple.S
[900/1248] Compiling sha256-armv8-win.S
[901/1248] Compiling sha256-armv8-apple.S
[902/1248] Compiling sha256-armv4-linux.S
[903/1248] Compiling sha256-586-linux.S
[904/1248] Compiling sha256-586-apple.S
[905/1248] Compiling sha1-x86_64-linux.S
[906/1248] Compiling sha256-armv8-linux.S
[907/1248] Compiling sha1-x86_64-apple.S
[908/1248] Compiling sha1-armv8-win.S
[909/1248] Compiling sha1-armv8-apple.S
[910/1248] Compiling sha1-armv4-large-linux.S
[911/1248] Compiling sha1-armv8-linux.S
[912/1248] Compiling sha1-586-apple.S
[913/1248] Compiling sha1-586-linux.S
[914/1248] Compiling rsaz-avx2-apple.S
[915/1248] Compiling rdrand-x86_64-linux.S
[916/1248] Compiling rsaz-avx2-linux.S
[917/1248] Compiling rdrand-x86_64-apple.S
[918/1248] Compiling p256_beeu-x86_64-asm-linux.S
[919/1248] Compiling p256_beeu-armv8-asm-apple.S
[920/1248] Compiling p256-x86_64-asm-linux.S
[921/1248] Compiling p256_beeu-x86_64-asm-apple.S
[922/1248] Compiling p256-x86_64-asm-apple.S
[923/1248] Compiling p256_beeu-armv8-asm-linux.S
[924/1248] Compiling p256_beeu-armv8-asm-win.S
[925/1248] Compiling p256-armv8-asm-win.S
[926/1248] Compiling p256-armv8-asm-apple.S
[927/1248] Compiling ghashv8-armv8-win.S
[928/1248] Compiling p256-armv8-asm-linux.S
[929/1248] Compiling ghashv8-armv7-linux.S
[930/1248] Compiling ghashv8-armv8-apple.S
[931/1248] Compiling ghashv8-armv8-linux.S
[932/1248] Compiling ghash-x86_64-linux.S
[933/1248] Compiling ghash-x86_64-apple.S
[934/1248] Compiling ghash-x86-linux.S
[935/1248] Compiling ghash-ssse3-x86_64-linux.S
[936/1248] Compiling ghash-x86-apple.S
[937/1248] Compiling ghash-ssse3-x86-linux.S
[938/1248] Compiling ghash-ssse3-x86_64-apple.S
[939/1248] Compiling ghash-ssse3-x86-apple.S
[940/1248] Compiling ghash-neon-armv8-win.S
[941/1248] Compiling ghash-neon-armv8-apple.S
[942/1248] Compiling ghash-armv4-linux.S
[943/1248] Compiling co-586-linux.S
[943/1248] Compiling ghash-neon-armv8-linux.S
[945/1248] Compiling co-586-apple.S
[946/1248] Compiling bsaes-armv7-linux.S
[947/1248] Compiling bn-armv8-win.S
[948/1248] Compiling bn-armv8-linux.S
[949/1248] Compiling bn-armv8-apple.S
[950/1248] Compiling bn-586-linux.S
[951/1248] Compiling bn-586-apple.S
[952/1248] Compiling armv8-mont-win.S
[953/1248] Compiling armv8-mont-apple.S
[954/1248] Compiling armv4-mont-linux.S
[955/1248] Compiling aesv8-gcm-armv8-win.S
[956/1248] Compiling armv8-mont-linux.S
[957/1248] Compiling aesv8-gcm-armv8-linux.S
[958/1248] Compiling aesv8-gcm-armv8-apple.S
[959/1248] Compiling aesv8-armv8-win.S
[960/1248] Compiling aesni-x86_64-linux.S
[961/1248] Compiling aesv8-armv8-linux.S
[962/1248] Compiling aesv8-armv7-linux.S
[963/1248] Compiling aesv8-armv8-apple.S
[964/1248] Compiling aesni-x86_64-apple.S
[965/1248] Compiling aesni-x86-apple.S
[966/1248] Compiling aes-gcm-avx10-x86_64-linux.S
[967/1248] Compiling aesni-gcm-x86_64-linux.S
[968/1248] Compiling aesni-x86-linux.S
[969/1248] Compiling aesni-gcm-x86_64-apple.S
[970/1248] Compiling aes-gcm-avx10-x86_64-apple.S
[971/1248] Compiling x_req.cc
[972/1248] Compiling x_x509a.cc
[973/1248] Compiling x_spki.cc
[974/1248] Compiling x_sig.cc
[975/1248] Compiling x_val.cc
[976/1248] Compiling x_x509.cc
[977/1248] Compiling x_attrib.cc
[978/1248] Compiling c-nioatomics.c
[979/1248] Compiling x_name.cc
[980/1248] Compiling x_pubkey.cc
[981/1248] Compiling x_crl.cc
[982/1248] Compiling x_exten.cc
[983/1248] Compiling x_all.cc
[984/1248] Compiling x509name.cc
[985/1248] Compiling x_algor.cc
[986/1248] Compiling x509_vpm.cc
[987/1248] Compiling x509spki.cc
[988/1248] Compiling x509cset.cc
[989/1248] Compiling x509rset.cc
[990/1248] Compiling x509_vfy.cc
[991/1248] Compiling c-atomics.c
[992/1248] Compiling x509_v3.cc
[993/1254] Compiling x509_txt.cc
[994/1254] Compiling x509_set.cc
[995/1254] Compiling x509_obj.cc
[996/1254] Compiling x509_req.cc
[997/1254] Compiling x509_trs.cc
[999/1254] Emitting module NIOConcurrencyHelpers
[1000/1254] Compiling NIOConcurrencyHelpers lock.swift
[1001/1254] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1001/1254] Compiling x509_ext.cc
[1002/1254] Compiling x509_lu.cc
[1003/1254] Compiling x509_def.cc
[1005/1254] Compiling NIOConcurrencyHelpers NIOLock.swift
[1006/1254] Compiling NIOConcurrencyHelpers atomics.swift
[1007/1254] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1008/1255] Compiling x509_d2.cc
[1009/1255] Compiling x509_cmp.cc
[1010/1255] Compiling x509_att.cc
[1011/1255] Compiling x509.cc
[1012/1255] Wrapping AST for NIOConcurrencyHelpers for debugging
[1013/1281] Compiling v3_purp.cc
[1014/1281] Compiling v3_skey.cc
[1015/1281] Compiling v3_utl.cc
[1017/1281] Emitting module ConsoleKitTerminal
[1018/1284] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1019/1284] Compiling ConsoleKitTerminal ConsoleClear.swift
[1020/1284] Compiling ConsoleKitTerminal Console+Ask.swift
[1021/1284] Compiling ConsoleKitTerminal Console+Choose.swift
[1022/1284] Compiling ConsoleKitTerminal Console+Confirm.swift
[1023/1284] Compiling ConsoleKitTerminal Console+Input.swift
[1024/1284] Compiling ConsoleKitTerminal Console+Center.swift
[1025/1284] Compiling ConsoleKitTerminal Console+Output.swift
[1025/1284] Compiling v3_pmaps.cc
[1027/1284] Compiling ConsoleKitTerminal ActivityBar.swift
[1028/1284] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1029/1284] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1030/1284] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1031/1284] Compiling ConsoleKitTerminal CustomActivity.swift
[1032/1284] Compiling ConsoleKitTerminal LoadingBar.swift
[1033/1284] Compiling ConsoleKitTerminal ProgressBar.swift
[1034/1284] Compiling ConsoleKitTerminal Console+Clear.swift
[1034/1284] Compiling v3_prn.cc
[1036/1284] Compiling ConsoleKitTerminal Console.swift
[1037/1284] Compiling ConsoleKitTerminal Terminal.swift
[1038/1284] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1039/1284] Compiling ConsoleKitTerminal ConsoleText.swift
[1040/1284] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1041/1284] Compiling ConsoleKitTerminal ANSI.swift
[1042/1284] Compiling ConsoleKitTerminal Console+Wait.swift
[1043/1284] Compiling ConsoleKitTerminal ConsoleColor.swift
[1044/1284] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1044/1284] Compiling v3_pcons.cc
[1045/1284] Compiling v3_ocsp.cc
[1046/1284] Compiling v3_lib.cc
[1047/1284] Compiling v3_ncons.cc
[1049/1284] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1050/1284] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1051/1284] Compiling ConsoleKitTerminal LoggerFragment.swift
[1051/1285] Compiling v3_int.cc
[1053/1285] Compiling v3_info.cc
[1054/1285] Compiling v3_ia5.cc
[1055/1285] Compiling v3_genn.cc
[1056/1285] Compiling v3_extku.cc
[1057/1285] Wrapping AST for ConsoleKitTerminal for debugging
[1058/1307] Compiling v3_enum.cc
[1060/1307] Compiling ConsoleKitCommands CommandSignature.swift
[1061/1307] Compiling ConsoleKitCommands Flag.swift
[1062/1307] Compiling ConsoleKitCommands Option.swift
[1062/1309] Compiling v3_cpols.cc
[1063/1309] Compiling v3_crld.cc
[1064/1309] Compiling v3_conf.cc
[1066/1309] Emitting module ConsoleKitCommands
[1066/1309] Compiling v3_bitst.cc
[1068/1309] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1069/1309] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1070/1309] Compiling ConsoleKitCommands Argument.swift
[1071/1309] Compiling ConsoleKitCommands CommandGroup.swift
[1072/1309] Compiling ConsoleKitCommands CommandInput.swift
[1073/1309] Compiling ConsoleKitCommands Commands.swift
[1074/1309] Compiling ConsoleKitCommands AsyncCommands.swift
[1075/1309] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1076/1309] Compiling ConsoleKitCommands AnyCommand.swift
[1077/1309] Compiling ConsoleKitCommands Command.swift
[1078/1309] Compiling ConsoleKitCommands CommandContext.swift
[1079/1309] Compiling ConsoleKitCommands CommandError.swift
[1080/1309] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1081/1309] Compiling ConsoleKitCommands AsyncCommand.swift
[1082/1309] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1082/1309] Compiling v3_bcons.cc
[1084/1309] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1085/1309] Compiling ConsoleKitCommands Utilities.swift
[1085/1309] Compiling v3_alt.cc
[1086/1309] Compiling v3_akeya.cc
[1087/1309] Compiling t_req.cc
[1088/1309] Compiling v3_akey.cc
[1089/1309] Compiling t_x509a.cc
[1090/1309] Compiling t_x509.cc
[1091/1309] Compiling t_crl.cc
[1093/1309] Compiling ConsoleKitCommands Console+Run.swift
[1094/1309] Compiling ConsoleKitCommands ConsoleError.swift
[1095/1309] Compiling ConsoleKitCommands Completion.swift
[1096/1310] Compiling rsa_pss.cc
[1097/1310] Compiling i2d_pr.cc
[1098/1310] Wrapping AST for ConsoleKitCommands for debugging
[1099/1312] Compiling policy.cc
[1100/1312] Compiling name_print.cc
[1102/1312] Compiling ConsoleKit Exports.swift
[1103/1312] Emitting module ConsoleKit
[1104/1313] Compiling by_dir.cc
[1105/1313] Compiling asn1_gen.cc
[1106/1313] Compiling by_file.cc
[1107/1313] Wrapping AST for ConsoleKit for debugging
[1108/1313] Compiling algorithm.cc
[1109/1313] Compiling a_verify.cc
[1110/1313] Compiling a_digest.cc
[1111/1313] Compiling voprf.cc
[1112/1313] Compiling thread_win.cc
[1113/1313] Compiling a_sign.cc
[1114/1313] Compiling thread_pthread.cc
[1115/1313] Compiling thread_none.cc
[1116/1313] Compiling thread.cc
[1117/1313] Compiling trust_token.cc
[1118/1313] Compiling stack.cc
[1119/1313] Compiling pmbtoken.cc
[1120/1313] Compiling wots.cc
[1121/1313] Compiling siphash.cc
[1122/1313] Compiling fors.cc
[1123/1313] Compiling merkle.cc
[1124/1313] Compiling thash.cc
[1125/1313] Compiling sha512.cc
[1126/1313] Compiling slhdsa.cc
[1127/1313] Compiling sha256.cc
[1128/1313] Compiling sha1.cc
[1129/1313] Compiling rsa_print.cc
[1130/1313] Compiling rsa_extra.cc
[1131/1313] Compiling rc4.cc
[1132/1313] Compiling refcount.cc
[1133/1313] Compiling rsa_crypt.cc
[1134/1313] Compiling windows.cc
[1135/1313] Compiling urandom.cc
[1136/1313] Compiling rsa_asn1.cc
[1137/1313] Compiling rand_extra.cc
[1138/1313] Compiling trusty.cc
[1139/1313] Compiling ios.cc
[1140/1313] Compiling passive.cc
[1141/1313] Compiling poly1305_arm_asm.S
[1142/1313] Compiling getentropy.cc
[1143/1313] Compiling forkunsafe.cc
[1144/1313] Compiling deterministic.cc
[1145/1313] Compiling poly1305_vec.cc
[1146/1313] Compiling fork_detect.cc
[1147/1313] Compiling pkcs8.cc
[1148/1313] Compiling pool.cc
[1149/1313] Compiling poly1305_arm.cc
[1150/1313] Compiling poly1305.cc
[1151/1313] Compiling pem_xaux.cc
[1152/1313] Compiling pem_x509.cc
[1153/1313] Compiling pkcs7.cc
[1154/1313] Compiling pkcs8_x509.cc
[1155/1313] Compiling pkcs7_x509.cc
[1156/1313] Compiling p5_pbev2.cc
[1157/1313] Compiling pem_pkey.cc
[1158/1313] Compiling pem_pk8.cc
[1159/1313] Compiling pem_oth.cc
[1160/1313] Compiling obj.cc
[1161/1313] Compiling pem_all.cc
[1161/1313] Compiling pem_info.cc
[1163/1313] Compiling mldsa.cc
[1164/1313] Compiling obj_xref.cc
[1165/1313] Compiling pem_lib.cc
[1166/1313] Compiling mlkem.cc
[1167/1313] Compiling poly_rq_mul.S
[1168/1313] Compiling fips_shared_support.cc
[1169/1313] Compiling mem.cc
[1170/1313] Compiling md5.cc
[1171/1313] Compiling lhash.cc
[1172/1313] Compiling md4.cc
[1173/1313] Compiling sign.cc
[1174/1313] Compiling hrss.cc
[1175/1313] Compiling kyber.cc
[1176/1313] Compiling ex_data.cc
[1177/1313] Compiling hpke.cc
[1178/1313] Compiling p_x25519.cc
[1179/1313] Compiling print.cc
[1180/1313] Compiling scrypt.cc
[1181/1313] Compiling pbkdf.cc
[1182/1313] Compiling p_x25519_asn1.cc
[1183/1313] Compiling p_ed25519.cc
[1184/1313] Compiling p_ed25519_asn1.cc
[1185/1313] Compiling p_hkdf.cc
[1186/1313] Compiling p_rsa_asn1.cc
[1187/1313] Compiling p_ec_asn1.cc
[1188/1313] Compiling p_rsa.cc
[1189/1313] Compiling p_ec.cc
[1190/1313] Compiling evp.cc
[1191/1313] Compiling p_dh_asn1.cc
[1192/1313] Compiling evp_ctx.cc
[1193/1313] Compiling p_dsa_asn1.cc
[1194/1313] Compiling err.cc
[1195/1313] Compiling engine.cc
[1196/1313] Compiling evp_asn1.cc
[1197/1313] Compiling ecdsa_asn1.cc
[1198/1313] Compiling hash_to_curve.cc
[1199/1313] Compiling ecdh_extra.cc
[1199/1313] Compiling ec_derive.cc
[1201/1313] Compiling dsa.cc
[1202/1313] Compiling dsa_asn1.cc
[1203/1313] Compiling bcm.cc
[1204/1313] Compiling ec_asn1.cc
[1205/1313] Compiling x25519-asm-arm.S
[1206/1313] Compiling digest_extra.cc
[1207/1313] Compiling params.cc
[1208/1313] Compiling curve25519_64_adx.cc
[1209/1313] Compiling spake25519.cc
[1210/1313] Compiling des.cc
[1211/1313] Compiling cpu_intel.cc
[1212/1313] Compiling cpu_arm_linux.cc
[1213/1313] Compiling dh_asn1.cc
[1214/1313] Compiling crypto.cc
[1215/1313] Compiling curve25519.cc
[1216/1313] Compiling cpu_aarch64_sysreg.cc
[1217/1313] Compiling cpu_arm_freebsd.cc
[1218/1313] Compiling cpu_aarch64_openbsd.cc
[1219/1313] Compiling cpu_aarch64_win.cc
[1220/1313] Compiling cpu_aarch64_linux.cc
[1221/1313] Compiling tls_cbc.cc
[1222/1313] Compiling conf.cc
[1223/1313] Compiling e_tls.cc
[1224/1313] Compiling cpu_aarch64_fuchsia.cc
[1225/1313] Compiling e_rc2.cc
[1226/1313] Compiling e_rc4.cc
[1227/1313] Compiling cpu_aarch64_apple.cc
[1228/1313] Compiling e_des.cc
[1229/1313] Compiling e_null.cc
[1230/1313] Compiling e_chacha20poly1305.cc
[1231/1313] Compiling e_aesctrhmac.cc
[1232/1313] Compiling e_aesgcmsiv.cc
[1233/1313] Compiling derive_key.cc
[1234/1313] Compiling chacha.cc
[1235/1313] Compiling cipher_extra.cc
[1236/1313] Compiling unicode.cc
[1237/1313] Compiling cbs.cc
[1238/1313] Compiling cbb.cc
[1239/1313] Compiling buf.cc
[1240/1313] Compiling ber.cc
[1241/1313] Compiling blake2.cc
[1242/1313] Compiling asn1_compat.cc
[1243/1313] Compiling bn_asn1.cc
[1244/1313] Compiling convert.cc
[1245/1313] Compiling hexdump.cc
[1246/1313] Compiling printf.cc
[1247/1313] Compiling pair.cc
[1248/1313] Compiling bio_mem.cc
[1249/1313] Compiling file.cc
[1250/1313] Compiling fd.cc
[1251/1313] Compiling errno.cc
[1252/1313] Compiling bio.cc
[1253/1313] Compiling base64.cc
[1254/1313] Compiling tasn_utl.cc
[1255/1313] Compiling tasn_enc.cc
[1256/1313] Compiling tasn_typ.cc
[1257/1313] Compiling tasn_fre.cc
[1258/1313] Compiling tasn_new.cc
[1259/1313] Compiling tasn_dec.cc
[1260/1313] Compiling f_string.cc
[1261/1313] Compiling posix_time.cc
[1262/1313] Compiling asn1_lib.cc
[1263/1313] Compiling asn_pack.cc
[1264/1313] Compiling f_int.cc
[1265/1313] Compiling asn1_par.cc
[1266/1313] Compiling a_utctm.cc
[1267/1313] Compiling a_type.cc
[1268/1313] Write sources
[1269/1313] Compiling a_strnid.cc
[1269/1313] Write sources
[1274/1316] Compiling a_time.cc
[1275/1385] Compiling a_i2d_fp.cc
[1276/1385] Compiling a_bitstr.cc
[1278/1410] Compiling Algorithms AdjacentPairs.swift
[1279/1410] Compiling Algorithms Chain.swift
[1280/1410] Compiling Algorithms Chunked.swift
[1281/1412] Compiling Algorithms Intersperse.swift
[1282/1412] Compiling Algorithms Partition.swift
[1283/1412] Compiling Algorithms Permutations.swift
[1284/1412] Compiling Algorithms Product.swift
[1285/1412] Compiling Algorithms Grouped.swift
[1286/1412] Compiling Algorithms Indexed.swift
[1286/1412] Compiling a_object.cc
[1288/1412] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1289/1412] Compiling BitCollections BitSet+CustomReflectable.swift
[1290/1412] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1291/1412] Compiling BitCollections BitSet+Equatable.swift
[1292/1412] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1293/1412] Compiling BitCollections BitSet+Extras.swift
[1294/1412] Compiling BitCollections BitSet+Hashable.swift
[1294/1419] Compiling a_int.cc
[1295/1419] Compiling a_mbstr.cc
[1297/1419] Compiling BitCollections BitSet+Initializers.swift
[1298/1419] Compiling BitCollections BitSet+Invariants.swift
[1299/1419] Compiling BitCollections BitSet+Random.swift
[1300/1419] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1301/1419] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1302/1419] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1303/1419] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1304/1419] Compiling Atomics IntegerOperations.swift
[1305/1419] Compiling Atomics Unmanaged extensions.swift
[1306/1427] Compiling Algorithms Combinations.swift
[1307/1427] Compiling Algorithms Compacted.swift
[1308/1427] Compiling Algorithms Cycle.swift
[1309/1427] Compiling Algorithms EitherSequence.swift
[1310/1427] Compiling Algorithms FirstNonNil.swift
[1311/1427] Compiling Algorithms Joined.swift
[1312/1427] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1313/1427] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1314/1427] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1315/1427] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1316/1427] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1317/1427] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1318/1427] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1319/1427] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1320/1427] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1321/1427] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1322/1427] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1323/1427] Compiling BitCollections BitSet+SetAlgebra union.swift
[1324/1427] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1325/1427] Compiling BitCollections BitSet.Counted.swift
[1326/1427] Emitting module BitCollections
[1331/1430] Compiling BitCollections BitSet.Index.swift
[1332/1430] Compiling BitCollections BitSet._UnsafeHandle.swift
[1333/1430] Compiling BitCollections BitSet.swift
[1334/1430] Compiling BitCollections Range+Utilities.swift
[1335/1430] Compiling BitCollections Slice+Utilities.swift
[1336/1430] Compiling BitCollections UInt+Tricks.swift
[1337/1430] Compiling BitCollections _Word.swift
[1340/1430] Compiling Algorithms Rotate.swift
[1341/1430] Compiling Algorithms Split.swift
[1342/1430] Compiling Algorithms Stride.swift
[1343/1430] Compiling Algorithms Suffix.swift
[1353/1430] Compiling Algorithms Keyed.swift
[1354/1430] Compiling Algorithms MinMax.swift
[1355/1430] Compiling Algorithms FlattenCollection.swift
[1369/1431] Compiling CryptoBoringWrapper RandomBytes.swift
[1370/1431] Compiling Algorithms Trim.swift
[1371/1431] Compiling Algorithms Unique.swift
[1372/1431] Compiling Algorithms Windows.swift
[1372/1431] Wrapping AST for BitCollections for debugging
[1380/1433] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1381/1433] Compiling Collections Collections.swift
[1382/1433] Emitting module Collections
[1388/1434] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1389/1434] Compiling CryptoBoringWrapper EllipticCurve.swift
[1390/1434] Emitting module CryptoBoringWrapper
[1391/1434] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1391/1434] Wrapping AST for Collections for debugging
[1393/1434] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1394/1434] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1400/1435] Emitting module Algorithms
[1401/1436] Wrapping AST for CryptoBoringWrapper for debugging
[1403/1436] Emitting module Atomics
[1406/1441] Wrapping AST for Algorithms for debugging
[1408/1508] Wrapping AST for Atomics for debugging
[1410/1568] Compiling NIOCore Interfaces.swift
[1411/1568] Compiling NIOCore Linux.swift
[1412/1568] Compiling NIOCore MarkedCircularBuffer.swift
[1413/1568] Compiling NIOCore AddressedEnvelope.swift
[1414/1568] Compiling NIOCore AsyncAwaitSupport.swift
[1415/1568] Compiling NIOCore AsyncChannel.swift
[1416/1568] Compiling NIOCore AsyncChannelHandler.swift
[1417/1568] Compiling NIOCore AsyncChannelInboundStream.swift
[1418/1568] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1419/1568] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1420/1577] Compiling NIOCore MulticastChannel.swift
[1421/1577] Compiling NIOCore NIOAny.swift
[1422/1577] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1423/1577] Compiling NIOCore NIOLoopBound.swift
[1424/1577] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1425/1577] Compiling NIOCore NIOScheduledCallback.swift
[1426/1577] Compiling NIOCore NIOSendable.swift
[1427/1577] Compiling NIOCore RecvByteBufferAllocator.swift
[1428/1585] Compiling NIOCore EventLoopFuture.swift
[1429/1585] Compiling NIOCore FileDescriptor.swift
[1430/1585] Compiling NIOCore FileHandle.swift
[1431/1585] Compiling NIOCore FileRegion.swift
[1432/1585] Compiling NIOCore GlobalSingletons.swift
[1433/1585] Compiling NIOCore IO.swift
[1434/1585] Compiling NIOCore IOData.swift
[1435/1585] Compiling NIOCore IPProtocol.swift
[1436/1585] Compiling NIOCore IntegerBitPacking.swift
[1437/1585] Compiling NIOCore IntegerTypes.swift
[1438/1585] Compiling NIOCore SocketAddresses.swift
[1439/1585] Compiling NIOCore SocketOptionProvider.swift
[1440/1585] Compiling NIOCore SystemCallHelpers.swift
[1441/1585] Compiling NIOCore TimeAmount+Duration.swift
[1442/1585] Compiling NIOCore TypeAssistedChannelHandler.swift
[1443/1585] Compiling NIOCore UniversalBootstrapSupport.swift
[1444/1585] Compiling NIOCore Utilities.swift
[1445/1585] Compiling Crypto Ed25519Keys.swift
[1446/1585] Compiling Crypto NISTCurvesKeys.swift
[1447/1585] Compiling Crypto X25519Keys.swift
[1448/1585] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1449/1585] Compiling NIOCore NIOAsyncWriter.swift
[1450/1585] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1451/1585] Compiling NIOCore BSDSocketAPI.swift
[1452/1585] Compiling NIOCore ByteBuffer-aux.swift
[1453/1585] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1454/1585] Compiling NIOCore ByteBuffer-conversions.swift
[1455/1585] Compiling NIOCore ByteBuffer-core.swift
[1456/1585] Compiling NIOCore ByteBuffer-hex.swift
[1457/1585] Compiling NIOCore ByteBuffer-int.swift
[1458/1585] Compiling NIOCore ByteBuffer-multi-int.swift
[1459/1585] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1460/1585] Compiling NIOCore ByteBuffer-views.swift
[1461/1585] Compiling NIOCore Channel.swift
[1462/1585] Compiling NIOCore ChannelHandler.swift
[1463/1585] Compiling NIOCore ChannelHandlers.swift
[1464/1585] Compiling NIOCore ChannelInvoker.swift
[1465/1585] Compiling NIOCore ChannelOption.swift
[1466/1585] Compiling NIOCore ChannelPipeline.swift
[1467/1585] Compiling NIOCore CircularBuffer.swift
[1468/1585] Emitting module Crypto
[1469/1585] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1478/1585] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1487/1585] Compiling NIOCore Codec.swift
[1488/1585] Compiling NIOCore ConvenienceOptionSupport.swift
[1489/1585] Compiling NIOCore DeadChannel.swift
[1490/1585] Compiling NIOCore DispatchQueue+WithFuture.swift
[1491/1585] Compiling NIOCore EventLoop+Deprecated.swift
[1492/1585] Compiling NIOCore EventLoop+SerialExecutor.swift
[1493/1585] Compiling NIOCore EventLoop.swift
[1494/1585] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1495/1585] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1496/1585] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1505/1585] Compiling Crypto Signature.swift
[1506/1585] Compiling Crypto CryptoKitErrors_boring.swift
[1507/1585] Compiling Crypto RNG_boring.swift
[1508/1585] Compiling Crypto SafeCompare_boring.swift
[1509/1585] Compiling Crypto Zeroization_boring.swift
[1510/1585] Compiling Crypto PrettyBytes.swift
[1511/1585] Compiling Crypto SafeCompare.swift
[1512/1585] Compiling Crypto SecureBytes.swift
[1513/1585] Compiling Crypto Zeroization.swift
[1514/1586] Wrapping AST for Crypto for debugging
[1559/1586] Emitting module NIOCore
[1560/1591] Wrapping AST for NIOCore for debugging
[1562/1637] Compiling NIOEmbedded Embedded.swift
[1563/1637] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1564/1637] Emitting module NIOEmbedded
[1565/1637] Compiling NIOEmbedded AsyncTestingChannel.swift
[1566/1638] Wrapping AST for NIOEmbedded for debugging
[1568/1638] Compiling NIOPosix IO.swift
[1569/1638] Compiling NIOPosix IntegerBitPacking.swift
[1570/1638] Compiling NIOPosix IntegerTypes.swift
[1571/1638] Compiling NIOPosix Linux.swift
[1572/1638] Compiling NIOPosix LinuxCPUSet.swift
[1573/1638] Compiling NIOPosix LinuxUring.swift
[1574/1638] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1575/1644] Compiling NIOPosix ServerSocket.swift
[1576/1644] Compiling NIOPosix Socket.swift
[1577/1644] Compiling NIOPosix SocketChannel.swift
[1578/1644] Compiling NIOPosix SocketProtocols.swift
[1579/1644] Compiling NIOPosix System.swift
[1580/1644] Compiling NIOPosix Thread.swift
[1581/1644] Compiling NIOPosix Pool.swift
[1582/1644] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1583/1644] Compiling NIOPosix PosixSingletons.swift
[1584/1644] Compiling NIOPosix RawSocketBootstrap.swift
[1585/1644] Compiling NIOPosix Resolver.swift
[1586/1644] Compiling NIOPosix Selectable.swift
[1587/1644] Compiling NIOPosix SelectableChannel.swift
[1588/1644] Compiling NIOPosix SelectableEventLoop.swift
[1589/1644] Compiling NIOPosix SelectorEpoll.swift
[1590/1644] Compiling NIOPosix SelectorGeneric.swift
[1591/1644] Compiling NIOPosix SelectorKqueue.swift
[1592/1644] Compiling NIOPosix SelectorUring.swift
[1593/1644] Emitting module NIOPosix
[1594/1644] Compiling NIOPosix ThreadPosix.swift
[1595/1644] Compiling NIOPosix ThreadWindows.swift
[1596/1644] Compiling NIOPosix UnsafeTransfer.swift
[1597/1644] Compiling NIOPosix Utilities.swift
[1598/1644] Compiling NIOPosix VsockAddress.swift
[1599/1644] Compiling NIOPosix VsockChannelEvents.swift
[1600/1644] Compiling NIOPosix BSDSocketAPICommon.swift
[1601/1644] Compiling NIOPosix BSDSocketAPIPosix.swift
[1602/1644] Compiling NIOPosix BSDSocketAPIWindows.swift
[1603/1644] Compiling NIOPosix BaseSocket.swift
[1604/1644] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1605/1644] Compiling NIOPosix BaseSocketChannel.swift
[1606/1644] Compiling NIOPosix BaseStreamSocketChannel.swift
[1607/1644] Compiling NIOPosix NIOThreadPool.swift
[1608/1644] Compiling NIOPosix NonBlockingFileIO.swift
[1609/1644] Compiling NIOPosix PendingDatagramWritesManager.swift
[1610/1644] Compiling NIOPosix PendingWritesManager.swift
[1611/1644] Compiling NIOPosix PipeChannel.swift
[1612/1644] Compiling NIOPosix PipePair.swift
[1613/1644] Compiling NIOPosix Bootstrap.swift
[1614/1644] Compiling NIOPosix ControlMessage.swift
[1615/1644] Compiling NIOPosix DatagramVectorReadManager.swift
[1616/1644] Compiling NIOPosix Errors+Any.swift
[1617/1644] Compiling NIOPosix FileDescriptor.swift
[1618/1644] Compiling NIOPosix GetaddrinfoResolver.swift
[1619/1644] Compiling NIOPosix HappyEyeballs.swift
[1620/1645] Wrapping AST for NIOPosix for debugging
[1622/1704] Compiling NIO Exports.swift
[1623/1704] Emitting module NIO
[1625/1705] Compiling _NIOFileSystem FileHandle.swift
[1626/1705] Compiling _NIOFileSystem FileHandleProtocol.swift
[1627/1705] Compiling _NIOFileSystem FileInfo.swift
[1628/1707] Compiling _NIOFileSystem BufferedReader.swift
[1629/1707] Compiling _NIOFileSystem BufferedWriter.swift
[1630/1707] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[1631/1707] Compiling _NIOFileSystem TokenBucket.swift
[1632/1707] Compiling _NIOFileSystem UnsafeTransfer.swift
[1633/1707] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1633/1707] Wrapping AST for NIO for debugging
[1635/1746] Compiling _NIOFileSystem ParallelDirCopy.swift
[1636/1746] Compiling _NIOFileSystem ParallelRemoval.swift
[1637/1746] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1638/1746] Compiling _NIOFileSystem CInterop.swift
[1639/1746] Compiling _NIOFileSystem Errno.swift
[1640/1750] Compiling NIOTLS TLSEvents.swift
[1641/1750] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1642/1750] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1643/1750] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1644/1750] Emitting module _NIOFileSystem
[1645/1750] Compiling NIOSOCKS Helpers.swift
[1646/1750] Compiling NIOSOCKS Messages.swift
[1647/1750] Compiling NIOSOCKS SOCKSRequest.swift
[1648/1750] Compiling NIOSOCKS SOCKSClientHandler.swift
[1649/1750] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1650/1750] Compiling NIOSOCKS Errors.swift
[1651/1750] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1652/1750] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1653/1750] Emitting module NIOTLS
[1654/1750] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1655/1750] Compiling NIOSOCKS SOCKSResponse.swift
[1656/1750] Compiling NIOSOCKS ClientStateMachine.swift
[1659/1751] Emitting module NIOSOCKS
[1660/1751] Compiling NIOTLS SNIHandler.swift
[1661/1751] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1664/1752] Compiling NIOSOCKS AuthenticationMethod.swift
[1665/1752] Compiling NIOSOCKS ClientGreeting.swift
[1668/1752] Compiling AsyncKit Optional+StrictMap.swift
[1669/1752] Compiling AsyncKit Exports.swift
[1670/1752] Compiling NIOSOCKS ServerStateMachine.swift
[1673/1753] Emitting module NIOFoundationCompat
[1674/1753] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1675/1754] Emitting module NIOHTTP1
[1676/1756] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1677/1756] Compiling _NIOFileSystem Mocking.swift
[1678/1756] Compiling _NIOFileSystem Syscall.swift
[1679/1756] Compiling _NIOFileSystem Syscalls.swift
[1680/1756] Emitting module AsyncKit
[1681/1756] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1682/1756] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1682/1756] Wrapping AST for NIOSOCKS for debugging
[1683/1756] Wrapping AST for NIOTLS for debugging
[1685/1765] Wrapping AST for NIOFoundationCompat for debugging
[1687/1785] Compiling NIOSSL NIOSSLHandler.swift
[1688/1785] Compiling NIOSSL SSLCertificate.swift
[1689/1807] Compiling NIOTransportServices AcceptHandler.swift
[1690/1807] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1691/1807] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1692/1807] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1693/1807] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1694/1807] Compiling NIOTransportServices NIOTSErrors.swift
[1695/1807] Compiling NIOTransportServices NIOTSEventLoop.swift
[1699/1809] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1700/1809] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1701/1809] Compiling _NIOFileSystem SystemFileHandle.swift
[1702/1809] Compiling _NIOFileSystem Utilities.swift
[1703/1809] Compiling _NIOFileSystem OpenOptions.swift
[1704/1809] Compiling _NIOFileSystem String+FileSystem.swift
[1705/1809] Compiling NIOTransportServices NIOTSBootstraps.swift
[1706/1809] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1707/1809] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1708/1809] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1711/1809] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1712/1809] Compiling NIOTransportServices NIOTSSingletons.swift
[1713/1809] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1714/1809] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1717/1809] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1718/1809] Compiling NIOSSL SubjectAlternativeName.swift
[1722/1809] Compiling NIOTransportServices StateManagedChannel.swift
[1723/1809] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1727/1809] Emitting module NIOTransportServices
[1730/1809] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1731/1809] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1732/1809] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1733/1809] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1734/1810] Wrapping AST for NIOTransportServices for debugging
[1743/1810] Compiling NIOSSL NIOSSLSecureBytes.swift
[1744/1810] Compiling NIOSSL RNG.swift
[1745/1810] Compiling NIOSSL SafeCompare.swift
[1785/1816] Emitting module NIOSSL
[1787/1819] Wrapping AST for _NIOFileSystem for debugging
[1789/1867] Compiling NIOFileSystem Exports.swift
[1790/1867] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1791/1867] Emitting module NIOExtras
[1792/1869] Emitting module NIOFileSystem
[1793/1870] Emitting module _NIOFileSystemFoundationCompat
[1794/1870] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1797/1871] Emitting module NIOWebSocket
[1798/1872] Compiling NIOHTTPCompression HTTPDecompression.swift
[1798/1872] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[1800/1885] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1801/1885] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1802/1887] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1803/1887] Compiling NIOWebSocket WebSocketOpcode.swift
[1804/1889] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1805/1889] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1806/1889] Compiling NIOHPACK HuffmanCoding.swift
[1807/1889] Compiling MultipartKit Exports.swift
[1808/1889] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1809/1891] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1810/1891] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1811/1891] Compiling MultipartKit FormDataDecoder.swift
[1812/1891] Compiling NIOHPACK HuffmanTables.swift
[1813/1891] Compiling NIOHPACK IndexedHeaderTable.swift
[1814/1891] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1815/1891] Compiling NIOHPACK IntegerCoding.swift
[1816/1891] Compiling NIOHTTPCompression HTTPCompression.swift
[1817/1891] Emitting module NIOHTTPCompression
[1818/1892] Compiling NIOWebSocket WebSocketFrame.swift
[1818/1892] Wrapping AST for NIOHTTP1 for debugging
[1820/1892] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1821/1892] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1822/1892] Emitting module NIOHPACK
[1823/1892] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1824/1892] Compiling MultipartKit BasicCodingKey.swift
[1825/1892] Compiling MultipartKit MultipartError.swift
[1826/1892] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1827/1892] Compiling MultipartKit FormDataEncoder.swift
[1828/1892] Compiling MultipartKit Storage.swift
[1829/1892] Compiling MultipartKit MultipartFormData.swift
[1830/1892] Compiling MultipartKit MultipartParser.swift
[1831/1892] Compiling MultipartKit MultipartPart.swift
[1838/1893] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1839/1893] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1840/1893] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1841/1893] Compiling NIOSSL Zeroization.swift
[1842/1893] Compiling NIOSSL TLSConfiguration.swift
[1843/1893] Compiling NIOSSL UniversalBootstrapSupport.swift
[1844/1893] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1844/1894] Wrapping AST for NIOFileSystem for debugging
[1852/1895] Compiling NIOHPACK StaticHeaderTable.swift
[1856/1898] Wrapping AST for NIOSSL for debugging
[1857/1898] Wrapping AST for NIOHTTPCompression for debugging
[1862/1898] Compiling MultipartKit MultipartSerializer.swift
[1863/1898] Compiling MultipartKit Utilities.swift
[1865/1898] Compiling MultipartKit MultipartPartConvertible.swift
[1872/1898] Emitting module MultipartKit
[1879/1900] Wrapping AST for NIOWebSocket for debugging
[1880/1900] Wrapping AST for NIOHPACK for debugging
[1883/1958] Wrapping AST for MultipartKit for debugging
[1884/1958] Wrapping AST for NIOExtras for debugging
[1886/1966] Compiling WebSocketKit Exports.swift
[1887/1966] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1888/1966] Compiling WebSocketKit WebSocket.swift
[1889/1966] Compiling WebSocketKit WebSocket+Concurrency.swift
[1890/1966] Emitting module WebSocketKit
[1891/1966] Compiling WebSocketKit WebSocketHandler.swift
[1892/1966] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1893/1966] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1894/1966] Compiling NIOHTTP2 HasLocalSettings.swift
[1895/1966] Compiling NIOHTTP2 HasRemoteSettings.swift
[1896/1966] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1897/1966] Compiling NIOHTTP2 QuiescingState.swift
[1898/1966] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1899/1966] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1900/1974] Compiling WebSocketKit WebSocket+Connect.swift
[1901/1974] Compiling WebSocketKit WebSocketClient.swift
[1902/1975] Compiling NIOHTTP2 MaySendFrames.swift
[1903/1975] Compiling NIOHTTP2 SendingDataState.swift
[1904/1975] Compiling NIOHTTP2 SendingGoawayState.swift
[1905/1975] Compiling NIOHTTP2 SendingHeadersState.swift
[1906/1975] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1907/1975] Compiling NIOHTTP2 SendingRstStreamState.swift
[1908/1975] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1909/1975] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1910/1975] Wrapping AST for WebSocketKit for debugging
[1912/1975] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1913/1975] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1914/1975] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1915/1975] Compiling NIOHTTP2 HTTP2StreamID.swift
[1916/1975] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1917/1975] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1918/1975] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1919/1975] Compiling NIOHTTP2 InboundEventBuffer.swift
[1926/1976] Compiling NIOHTTP2 InboundWindowManager.swift
[1927/1976] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1928/1976] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1929/1976] Compiling NIOHTTP2 StreamChannelList.swift
[1930/1976] Compiling NIOHTTP2 StreamMap.swift
[1931/1976] Compiling NIOHTTP2 StreamStateMachine.swift
[1932/1976] Compiling NIOHTTP2 UnsafeTransfer.swift
[1933/1976] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1934/1976] Wrapping AST for AsyncKit for debugging
[1936/1976] Emitting module NIOHTTP2
[1937/1976] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1938/1976] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1939/1976] Compiling NIOHTTP2 MayReceiveFrames.swift
[1940/1976] Compiling NIOHTTP2 ReceivingDataState.swift
[1941/1976] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1942/1976] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1943/1976] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1944/1976] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1945/1976] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1946/1976] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1947/1976] Compiling NIOHTTP2 HTTP2Frame.swift
[1948/1976] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1949/1976] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1950/1976] Compiling NIOHTTP2 HTTP2PingData.swift
[1951/1976] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1952/1976] Compiling NIOHTTP2 HTTP2Settings.swift
[1953/1976] Compiling NIOHTTP2 HTTP2Stream.swift
[1954/1976] Compiling NIOHTTP2 StateMachineResult.swift
[1955/1976] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1956/1976] Compiling NIOHTTP2 DOSHeuristics.swift
[1957/1976] Compiling NIOHTTP2 Error+Any.swift
[1958/1976] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1959/1976] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1960/1976] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1961/1976] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1962/1976] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1963/1976] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1964/1976] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1965/1976] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1966/1976] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1967/1976] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1968/1976] Compiling NIOHTTP2 HTTP2Error.swift
[1969/1976] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1970/1977] Wrapping AST for NIOHTTP2 for debugging
[1972/2037] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1973/2037] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1974/2037] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1975/2037] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1976/2037] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1977/2037] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1978/2037] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1979/2037] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1980/2037] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1981/2045] Compiling AsyncHTTPClient ConnectionTarget.swift
[1982/2045] Compiling AsyncHTTPClient DeconstructedURL.swift
[1983/2045] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1984/2045] Compiling AsyncHTTPClient FoundationExtensions.swift
[1985/2045] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1986/2045] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1987/2045] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1988/2045] Compiling AsyncHTTPClient HTTPClient.swift
[1989/2045] Compiling AsyncHTTPClient HTTPHandler.swift
[1990/2045] Compiling AsyncHTTPClient LRUCache.swift
[1991/2045] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1992/2045] Compiling AsyncHTTPClient NWErrorHandler.swift
[1993/2045] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1994/2045] Compiling AsyncHTTPClient TLSConfiguration.swift
[1995/2045] Compiling AsyncHTTPClient RedirectState.swift
[1996/2045] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1997/2045] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1998/2045] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1999/2045] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2000/2045] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2001/2045] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2002/2045] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2003/2045] Compiling AsyncHTTPClient RequestBodyLength.swift
[2004/2045] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2005/2045] Emitting module AsyncHTTPClient
[2006/2045] Compiling AsyncHTTPClient RequestOptions.swift
[2007/2045] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2008/2045] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2009/2045] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2010/2045] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2011/2045] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2012/2045] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2013/2045] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2014/2045] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2015/2045] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2016/2045] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2017/2045] Compiling AsyncHTTPClient HTTP1Connection.swift
[2018/2045] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2019/2045] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2020/2045] Compiling AsyncHTTPClient HTTP2Connection.swift
[2021/2045] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2022/2045] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2023/2045] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2024/2045] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2025/2045] Compiling AsyncHTTPClient Transaction.swift
[2026/2045] Compiling AsyncHTTPClient Base64.swift
[2027/2045] Compiling AsyncHTTPClient BasicAuth.swift
[2028/2045] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2029/2045] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2030/2045] Compiling AsyncHTTPClient ConnectionPool.swift
[2031/2045] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2032/2045] Compiling AsyncHTTPClient RequestBag.swift
[2033/2045] Compiling AsyncHTTPClient RequestValidation.swift
[2034/2045] Compiling AsyncHTTPClient SSLContextCache.swift
[2035/2045] Compiling AsyncHTTPClient Scheme.swift
[2036/2045] Compiling AsyncHTTPClient Singleton.swift
[2037/2045] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2038/2045] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2039/2045] Compiling AsyncHTTPClient Utils.swift
[2040/2046] Wrapping AST for AsyncHTTPClient for debugging
[2042/2215] Compiling Vapor AsyncBasicResponder.swift
[2043/2215] Compiling Vapor AsyncMiddleware.swift
[2044/2215] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2045/2215] Compiling Vapor AsyncSessionDriver.swift
[2046/2215] Compiling Vapor Authentication+Concurrency.swift
[2047/2215] Compiling Vapor Cache+Concurrency.swift
[2048/2215] Compiling Vapor Client+Concurrency.swift
[2049/2215] Compiling Vapor RequestBody+Concurrency.swift
[2050/2215] Compiling Vapor Responder+Concurrency.swift
[2051/2215] Compiling Vapor ResponseCodable+Concurrency.swift
[2052/2215] Compiling Vapor RoutesBuilder+Concurrency.swift
[2053/2215] Compiling Vapor ViewRenderer+Concurrency.swift
[2054/2215] Compiling Vapor WebSocket+Concurrency.swift
[2055/2215] Compiling Vapor ContainerGetPathExecutor.swift
[2056/2215] Compiling Vapor Content.swift
[2057/2215] Compiling Vapor ContentCoders.swift
[2058/2215] Compiling Vapor ContentConfiguration.swift
[2059/2215] Compiling Vapor ContentContainer.swift
[2060/2215] Compiling Vapor JSONCoder+Custom.swift
[2061/2215] Compiling Vapor JSONCoders+Content.swift
[2062/2215] Compiling Vapor PlaintextDecoder.swift
[2063/2215] Compiling Vapor PlaintextEncoder.swift
[2064/2215] Compiling Vapor URLQueryCoders.swift
[2065/2215] Compiling Vapor URLQueryContainer.swift
[2066/2239] Compiling Vapor Application.swift
[2067/2239] Compiling Vapor AuthenticationCache.swift
[2068/2239] Compiling Vapor Authenticator.swift
[2069/2239] Compiling Vapor BasicAuthorization.swift
[2070/2239] Compiling Vapor BearerAuthorization.swift
[2071/2239] Compiling Vapor GuardMiddleware.swift
[2072/2239] Compiling Vapor RedirectMiddleware.swift
[2073/2239] Compiling Vapor SessionAuthenticatable.swift
[2074/2239] Compiling Vapor Bcrypt.swift
[2075/2239] Compiling Vapor Application+Cache.swift
[2076/2239] Compiling Vapor Cache.swift
[2077/2239] Compiling Vapor CacheExpirationTime.swift
[2078/2239] Compiling Vapor MemoryCache.swift
[2079/2239] Compiling Vapor Request+Cache.swift
[2080/2239] Compiling Vapor Application+Clients.swift
[2081/2239] Compiling Vapor Client.swift
[2082/2239] Compiling Vapor ClientRequest.swift
[2083/2239] Compiling Vapor ClientResponse.swift
[2084/2239] Compiling Vapor Request+Client.swift
[2085/2239] Compiling Vapor BootCommand.swift
[2086/2239] Compiling Vapor CommandContext+Application.swift
[2087/2239] Compiling Vapor RoutesCommand.swift
[2088/2239] Compiling Vapor ServeCommand.swift
[2089/2239] Compiling Vapor AnyResponse+Concurrency.swift
[2090/2263] Compiling Vapor Core.swift
[2091/2263] Compiling Vapor Running.swift
[2092/2263] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2093/2263] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2094/2263] Compiling Vapor DotEnvFile+load.swift
[2095/2263] Compiling Vapor Routes+caseInsenstive.swift
[2096/2263] Compiling Vapor Validatable+validate.swift
[2097/2263] Compiling Vapor Environment+Process.swift
[2098/2263] Compiling Vapor Environment+Secret.swift
[2099/2263] Compiling Vapor Environment.swift
[2100/2263] Compiling Vapor Abort.swift
[2101/2263] Compiling Vapor AbortError.swift
[2102/2263] Compiling Vapor DebuggableError.swift
[2103/2263] Compiling Vapor Demangler.swift
[2104/2263] Compiling Vapor ErrorSource.swift
[2105/2263] Compiling Vapor StackTrace.swift
[2106/2263] Compiling Vapor Exports.swift
[2107/2263] Compiling Vapor Application+HTTP.swift
[2108/2263] Compiling Vapor BasicResponder.swift
[2109/2263] Compiling Vapor BodyStream.swift
[2110/2263] Compiling Vapor Application+HTTP+Client.swift
[2111/2263] Compiling Vapor EventLoopHTTPClient.swift
[2112/2263] Compiling Vapor EndpointCache.swift
[2113/2263] Compiling Vapor HTTPMethod+String.swift
[2114/2263] Emitting module Vapor
[2115/2263] Compiling Vapor Service.swift
[2116/2263] Compiling Vapor Application+Sessions.swift
[2117/2263] Compiling Vapor MemorySessions.swift
[2118/2263] Compiling Vapor Request+Session.swift
[2119/2263] Compiling Vapor Session.swift
[2120/2263] Compiling Vapor SessionCache.swift
[2121/2263] Compiling Vapor SessionData.swift
[2122/2263] Compiling Vapor SessionDriver.swift
[2123/2263] Compiling Vapor SessionsConfiguration.swift
[2124/2263] Compiling Vapor SessionsMiddleware.swift
[2125/2263] Compiling Vapor URLEncodedFormData.swift
[2126/2263] Compiling Vapor URLEncodedFormDecoder.swift
[2127/2263] Compiling Vapor URLEncodedFormEncoder.swift
[2128/2263] Compiling Vapor URLEncodedFormError.swift
[2129/2263] Compiling Vapor URLEncodedFormParser.swift
[2130/2263] Compiling Vapor URLEncodedFormSerializer.swift
[2131/2263] Compiling Vapor URLQueryFragmentConvertible.swift
[2132/2263] Compiling Vapor AnyResponse.swift
[2133/2263] Compiling Vapor Array+Random.swift
[2134/2263] Compiling Vapor Base32.swift
[2135/2263] Compiling Vapor Base64.swift
[2136/2263] Compiling Vapor BaseN.swift
[2137/2263] Compiling Vapor BasicCodingKey.swift
[2138/2263] Compiling Vapor ByteCount.swift
[2139/2263] Compiling Vapor HTTPServerResponseEncoder.swift
[2140/2263] Compiling Vapor HTTPServerUpgradeHandler.swift
[2141/2263] Compiling Vapor Logger+Report.swift
[2142/2263] Compiling Vapor LoggingSystem+Environment.swift
[2143/2263] Compiling Vapor Application+Middleware.swift
[2144/2263] Compiling Vapor CORSMiddleware.swift
[2145/2263] Compiling Vapor ErrorMiddleware.swift
[2146/2263] Compiling Vapor FileMiddleware.swift
[2147/2263] Compiling Vapor Middleware.swift
[2148/2263] Compiling Vapor MiddlewareConfiguration.swift
[2149/2263] Compiling Vapor ResponseCompressionMiddleware.swift
[2150/2263] Compiling Vapor RouteLoggingMiddleware.swift
[2151/2263] Compiling Vapor TracingMiddleware.swift
[2152/2263] Compiling Vapor File+Multipart.swift
[2153/2263] Compiling Vapor FormDataDecoder+Content.swift
[2154/2263] Compiling Vapor FormDataEncoder+Content.swift
[2155/2263] Compiling Vapor Application+Password.swift
[2156/2263] Compiling Vapor Application+Passwords.swift
[2157/2263] Compiling Vapor AsyncPasswordHasher.swift
[2158/2263] Compiling Vapor BcryptHasher.swift
[2159/2263] Compiling Vapor PasswordHasher.swift
[2160/2263] Compiling Vapor PlaintextHasher.swift
[2161/2263] Compiling Vapor Request+Password.swift
[2162/2263] Compiling Vapor Redirect.swift
[2163/2263] Compiling Vapor Request+Body.swift
[2164/2263] Compiling Vapor Request+BodyStream.swift
[2165/2263] Compiling Vapor Request.swift
[2166/2263] Compiling Vapor Application+Responder.swift
[2167/2263] Compiling Vapor DefaultResponder.swift
[2168/2263] Compiling Vapor Response+Body.swift
[2169/2263] Compiling Vapor Response.swift
[2170/2263] Compiling Vapor ResponseCodable.swift
[2171/2263] Compiling Vapor Application+Routes.swift
[2172/2263] Compiling Vapor Parameters+Require.swift
[2173/2263] Compiling Vapor Request+WebSocket.swift
[2174/2263] Compiling Vapor Route.swift
[2175/2263] Compiling Vapor RouteCollection.swift
[2176/2263] Compiling Vapor Routes.swift
[2177/2263] Compiling Vapor RoutesBuilder+Group.swift
[2178/2263] Compiling Vapor RoutesBuilder+Method.swift
[2179/2263] Compiling Vapor RoutesBuilder+Middleware.swift
[2180/2263] Compiling Vapor RoutesBuilder+WebSocket.swift
[2181/2263] Compiling Vapor RoutesBuilder.swift
[2182/2263] Compiling Vapor OTP.swift
[2183/2263] Compiling Vapor Application+Servers.swift
[2184/2263] Compiling Vapor Server.swift
[2185/2263] Compiling Vapor App+Service.swift
[2186/2263] Compiling Vapor Req+Service.swift
[2187/2263] Compiling Vapor Validator.swift
[2188/2263] Compiling Vapor ValidatorResult.swift
[2189/2263] Compiling Vapor And.swift
[2190/2263] Compiling Vapor Case.swift
[2191/2263] Compiling Vapor CharacterSet.swift
[2192/2263] Compiling Vapor Count.swift
[2193/2263] Compiling Vapor Custom.swift
[2194/2263] Compiling Vapor Email.swift
[2195/2263] Compiling Vapor Empty.swift
[2196/2263] Compiling Vapor In.swift
[2197/2263] Compiling Vapor Nil.swift
[2198/2263] Compiling Vapor NilIgnoring.swift
[2199/2263] Compiling Vapor Not.swift
[2200/2263] Compiling Vapor Or.swift
[2201/2263] Compiling Vapor Pattern.swift
[2202/2263] Compiling Vapor Range.swift
[2203/2263] Compiling Vapor URL.swift
[2204/2263] Compiling Vapor Valid.swift
[2205/2263] Compiling Vapor Application+Views.swift
[2206/2263] Compiling Vapor PlaintextRenderer.swift
[2207/2263] Compiling Vapor Request+View.swift
[2208/2263] Compiling Vapor View.swift
[2209/2263] Compiling Vapor ViewRenderer.swift
[2210/2263] Compiling Vapor _Deprecations.swift
[2211/2263] Compiling Vapor Bytes+Hex.swift
[2212/2263] Compiling Vapor Bytes+SecureCompare.swift
[2213/2263] Compiling Vapor Collection+Safe.swift
[2214/2263] Compiling Vapor DataProtocol+Copy.swift
[2215/2263] Compiling Vapor DecoderUnwrapper.swift
[2216/2263] Compiling Vapor DirectoryConfiguration.swift
[2217/2263] Compiling Vapor DotEnv.swift
[2218/2263] Compiling Vapor Extendable.swift
[2219/2263] Compiling Vapor File.swift
[2220/2263] Compiling Vapor FileIO.swift
[2221/2263] Compiling Vapor LifecycleHandler.swift
[2222/2263] Compiling Vapor OptionalType.swift
[2223/2263] Compiling Vapor RFC1123.swift
[2224/2263] Compiling Vapor SocketAddress+Hostname.swift
[2225/2263] Compiling Vapor Storage.swift
[2226/2263] Compiling Vapor String+IsIPAddress.swift
[2227/2263] Compiling Vapor Thread.swift
[2228/2263] Compiling Vapor URI.swift
[2229/2263] Compiling Vapor RangeResult.swift
[2230/2263] Compiling Vapor Validatable.swift
[2231/2263] Compiling Vapor Validation.swift
[2232/2263] Compiling Vapor ValidationKey.swift
[2233/2263] Compiling Vapor Validations.swift
[2234/2263] Compiling Vapor ValidationsError.swift
[2235/2263] Compiling Vapor HTTPStatus.swift
[2236/2263] Compiling Vapor HTTPCookies.swift
[2237/2263] Compiling Vapor HTTPHeaderCacheControl.swift
[2238/2263] Compiling Vapor HTTPHeaderExpires.swift
[2239/2263] Compiling Vapor HTTPHeaderLastModified.swift
[2240/2263] Compiling Vapor HTTPHeaders+Cache.swift
[2241/2263] Compiling Vapor HTTPHeaders+Connection.swift
[2242/2263] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2243/2263] Compiling Vapor HTTPHeaders+ContentRange.swift
[2244/2263] Compiling Vapor HTTPHeaders+Directive.swift
[2245/2263] Compiling Vapor HTTPHeaders+Forwarded.swift
[2246/2263] Compiling Vapor HTTPHeaders+Link.swift
[2247/2263] Compiling Vapor HTTPHeaders+Name.swift
[2248/2263] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2249/2263] Compiling Vapor HTTPHeaders.swift
[2250/2263] Compiling Vapor HTTPMediaType.swift
[2251/2263] Compiling Vapor HTTPMediaTypePreference.swift
[2252/2263] Compiling Vapor Responder.swift
[2253/2263] Compiling Vapor Application+HTTP+Server.swift
[2254/2263] Compiling Vapor HTTPServer.swift
[2255/2263] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2256/2263] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2257/2263] Compiling Vapor HTTPServerHandler.swift
[2258/2263] Compiling Vapor HTTPServerRequestDecoder.swift
[2259/2264] Wrapping AST for Vapor for debugging
[2261/2272] Emitting module Marvin
[2262/2273] Compiling Marvin Marvin.swift
/host/spi-builder-workspace/Sources/Marvin/Marvin.swift:31:20: warning: 'init(_:_:)' is deprecated: Migrate to using the async APIs. Use use Application.make(_:_:) instead
 29 |         var environment = try Environment.detect()
 30 |         try LoggingSystem.bootstrap(from: &environment)
 31 |         self.app = Application(environment)
    |                    `- warning: 'init(_:_:)' is deprecated: Migrate to using the async APIs. Use use Application.make(_:_:) instead
 32 |         guard let slackToken = Environment.slackToken else {
 33 |             fatalError("Missing Slack Token - Cannot establish websocket connection")
/host/spi-builder-workspace/Sources/Marvin/Marvin.swift:55:30: warning: capture of 'self' with non-sendable type 'Marvin?' in a '@Sendable' closure
  3 |
  4 | /// Bot which handles send/receive connection with slack
  5 | public final class Marvin {
    |                    `- note: class 'Marvin' does not conform to the 'Sendable' protocol
  6 |
  7 |     public struct MessageInformation {
    :
 53 |     func setupBotRestartRoute() {
 54 |         self.app.post("restartBot") { [weak self] request -> HTTPStatus in
 55 |             guard let self = self else { return .internalServerError }
    |                              `- warning: capture of 'self' with non-sendable type 'Marvin?' in a '@Sendable' closure
 56 |
 57 |             do {
/host/spi-builder-workspace/Sources/Marvin/Marvin.swift:74:22: warning: capture of 'self' with non-sendable type 'Marvin' in a '@Sendable' closure
  3 |
  4 | /// Bot which handles send/receive connection with slack
  5 | public final class Marvin {
    |                    `- note: class 'Marvin' does not conform to the 'Sendable' protocol
  6 |
  7 |     public struct MessageInformation {
    :
 72 |             switch result {
 73 |             case .success(let connectionRequestResponse):
 74 |                 try? self.establishRTMConnection(connectionRequestResponse: connectionRequestResponse)
    |                      `- warning: capture of 'self' with non-sendable type 'Marvin' in a '@Sendable' closure
 75 |             case .failure(let error):
 76 |                 print("Error when trying to establish RTM connection \(error)")
/host/spi-builder-workspace/Sources/Marvin/Marvin.swift:145:16: warning: 'onPong' is deprecated: Please use `onPong { socket, data in /* … */ }` with the additional `data` parameter.
143 |             })
144 |
145 |             ws.onPong { ws in
    |                `- warning: 'onPong' is deprecated: Please use `onPong { socket, data in /* … */ }` with the additional `data` parameter.
146 |                 ws.sendPing()
147 |             }
/host/spi-builder-workspace/Sources/Marvin/Marvin.swift:122:13: warning: capture of 'self' with non-sendable type 'Marvin' in a '@Sendable' closure
  3 |
  4 | /// Bot which handles send/receive connection with slack
  5 | public final class Marvin {
    |                    `- note: class 'Marvin' does not conform to the 'Sendable' protocol
  6 |
  7 |     public struct MessageInformation {
    :
120 |         _ = WebSocket.connect(to: connectionRequestResponse.url, on: self.app.eventLoopGroup.next()) { ws in
121 |             print("Did start slack websocket connection")
122 |             self.websocket = ws
    |             `- warning: capture of 'self' with non-sendable type 'Marvin' in a '@Sendable' closure
123 |             ws.onText({ ws, message in
124 |                 guard let msgData = message.data(using: .utf8) else { return }
/host/spi-builder-workspace/Sources/Marvin/Marvin.swift:129:55: warning: capture of 'self' with non-sendable type 'Marvin' in a '@Sendable' closure
  3 |
  4 | /// Bot which handles send/receive connection with slack
  5 | public final class Marvin {
    |                    `- note: class 'Marvin' does not conform to the 'Sendable' protocol
  6 |
  7 |     public struct MessageInformation {
    :
127 |                 switch incomingMessage {
128 |                 case .message(let message):
129 |                     guard let conversationInfo = try? self.retrieveConversationInfo(for: message.channel) else { return }
    |                                                       `- warning: capture of 'self' with non-sendable type 'Marvin' in a '@Sendable' closure
130 |                     guard let userInfo = try? self.retrieveUserInfo(for: message.user) else { return }
131 |
/host/spi-builder-workspace/Sources/Marvin/Marvin.swift:138:25: warning: capture of 'self' with non-sendable type 'Marvin' in a '@Sendable' closure
  3 |
  4 | /// Bot which handles send/receive connection with slack
  5 | public final class Marvin {
    |                    `- note: class 'Marvin' does not conform to the 'Sendable' protocol
  6 |
  7 |     public struct MessageInformation {
    :
136 |                         print("Did receive message from \(userInfo.user.name)")
137 |                         let messageInformation = MessageInformation(isDirectMessage: conversationInfo.channel.isDirectMessage, sender: userInfo.user.name, text: message.text)
138 |                         self.respondToMessage(messageInformation, inChannel: message.channel, withName: myInfo.name)
    |                         `- warning: capture of 'self' with non-sendable type 'Marvin' in a '@Sendable' closure
139 |                     }
140 |                 default:
[2263/2273] Compiling Marvin SlackConversationsInfo.swift
[2264/2273] Compiling Marvin BasicSkills.swift
[2265/2273] Compiling Marvin SlackUserInfo.swift
[2266/2273] Compiling Marvin SlackRTMConnectionResponse.swift
[2267/2273] Compiling Marvin SlackIncomingMessage.swift
[2268/2273] Compiling Marvin SlackOutgoingMessage.swift
[2269/2273] Compiling Marvin Skill.swift
[2270/2274] Wrapping AST for Marvin for debugging
[2272/2276] Compiling Dev main.swift
[2273/2276] Emitting module Dev
[2274/2277] Wrapping AST for Dev for debugging
[2275/2277] Write Objects.LinkFileList
[2276/2277] Linking Dev
Build complete! (478.43s)
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"
    }
  ],
  "manifest_display_name" : "Marvin",
  "name" : "Marvin",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Marvin",
      "targets" : [
        "Marvin"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Dev",
      "targets" : [
        "Dev"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Marvin",
      "module_type" : "SwiftTarget",
      "name" : "Marvin",
      "path" : "Sources/Marvin",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "Marvin",
        "Dev"
      ],
      "sources" : [
        "Marvin.swift",
        "Models/SlackConversationsInfo.swift",
        "Models/SlackIncomingMessage.swift",
        "Models/SlackOutgoingMessage.swift",
        "Models/SlackRTMConnectionResponse.swift",
        "Models/SlackUserInfo.swift",
        "Skills/BasicSkills.swift",
        "Skills/Skill.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Dev",
      "module_type" : "SwiftTarget",
      "name" : "Dev",
      "path" : "Sources/Dev",
      "product_memberships" : [
        "Dev"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Marvin"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AppTests",
      "module_type" : "SwiftTarget",
      "name" : "AppTests",
      "path" : "Tests/AppTests",
      "sources" : [
        "AppTests.swift"
      ],
      "target_dependencies" : [
        "Marvin"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.2"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.