The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of swift-openapi-vapor, reference main (4ee56d), with Swift 6.0 for Linux on 18 Dec 2024 16:51:20 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/swift-openapi-vapor.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/swift-server/swift-openapi-vapor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4ee56d8 Update release.yml (#22)
Cloned https://github.com/swift-server/swift-openapi-vapor.git
Revision (git rev-parse @):
4ee56d8b04375b8f32af666f31bfaaa5105cadc3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/swift-openapi-vapor.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/swift-server/swift-openapi-vapor.git
https://github.com/swift-server/swift-openapi-vapor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.106.7",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.22.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras"
    }
  ],
  "manifest_display_name" : "swift-openapi-vapor",
  "name" : "swift-openapi-vapor",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenAPIVapor",
      "targets" : [
        "OpenAPIVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenAPIVaporTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIVaporTests",
      "path" : "Tests/OpenAPIVaporTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "VaporTransportTests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIVapor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIVapor",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIVapor",
      "path" : "Sources/OpenAPIVapor",
      "product_dependencies" : [
        "Vapor",
        "OpenAPIRuntime",
        "Atomics",
        "NIOHTTPTypesHTTP1"
      ],
      "product_memberships" : [
        "OpenAPIVapor"
      ],
      "sources" : [
        "VaporTransport.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-nio-extras
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/apple/swift-openapi-runtime.git
Fetching https://github.com/apple/swift-atomics.git
[1/5450] Fetching swift-openapi-runtime
[5451/7019] Fetching swift-openapi-runtime, swift-atomics
[6252/77581] Fetching swift-openapi-runtime, swift-atomics, vapor
[9137/82814] Fetching swift-openapi-runtime, swift-atomics, vapor, swift-nio-extras
Fetched https://github.com/apple/swift-atomics.git from cache (0.41s)
[15334/81245] Fetching swift-openapi-runtime, vapor, swift-nio-extras
Fetched https://github.com/apple/swift-openapi-runtime.git from cache (0.41s)
[9989/75795] Fetching vapor, swift-nio-extras
Fetched https://github.com/apple/swift-nio-extras from cache (1.80s)
Fetched https://github.com/vapor/vapor.git from cache (1.82s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.91s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.108.0 (2.74s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2120] Fetching swift-metrics
[23/4644] Fetching swift-metrics, websocket-kit
[3372/8376] Fetching swift-metrics, websocket-kit, swift-log
[5578/10480] Fetching swift-metrics, websocket-kit, swift-log, multipart-kit
[8173/16075] Fetching swift-metrics, websocket-kit, swift-log, multipart-kit, swift-algorithms
[12631/27310] Fetching swift-metrics, websocket-kit, swift-log, multipart-kit, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.50s)
Fetching https://github.com/apple/swift-nio-ssl.git
[11578/21715] Fetching swift-metrics, websocket-kit, swift-log, multipart-kit, swift-nio-http2
[20117/35503] Fetching swift-metrics, websocket-kit, swift-log, multipart-kit, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (1.87s)
Fetched https://github.com/vapor/websocket-kit.git from cache (1.87s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.87s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.87s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.98s)
Fetching https://github.com/vapor/async-kit.git
[1/20690] Fetching routing-kit
[2/26160] Fetching routing-kit, console-kit
[13541/37968] Fetching routing-kit, console-kit, swift-crypto
[18358/40338] Fetching routing-kit, console-kit, swift-crypto, async-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.41s)
[13474/34868] Fetching routing-kit, swift-crypto, async-kit
Fetching https://github.com/swift-server/async-http-client.git
[19130/107419] Fetching routing-kit, swift-crypto, async-kit, swift-nio
Fetched https://github.com/vapor/async-kit.git from cache (0.38s)
[18075/105049] Fetching routing-kit, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.89s)
[26302/118398] Fetching routing-kit, swift-crypto, swift-nio, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (2.72s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.30s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.74s)
Fetched https://github.com/apple/swift-nio.git from cache (4.34s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.5.0 (1.40s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.77.0 (0.76s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/3960] Fetching swift-system
[2/19563] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.18s)
Fetched https://github.com/apple/swift-collections.git from cache (1.21s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.24.0 (0.67s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2297] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.48s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.71s)
Computing version for https://github.com/apple/swift-nio-extras
Computed https://github.com/apple/swift-nio-extras at 1.24.1 (0.77s)
Fetching https://github.com/apple/swift-http-types
[1/733] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.29s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (0.62s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.79s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.81s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.71s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.84s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.0 (1.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.56s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.1 (0.52s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.0 (0.58s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.77s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.03s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (0.50s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (0.49s)
Computing version for https://github.com/apple/swift-openapi-runtime.git
Computed https://github.com/apple/swift-openapi-runtime.git at 1.7.0 (0.47s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.53s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.10.0 (1.96s)
Fetching https://github.com/apple/swift-asn1.git
[1/1427] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.24s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.0 (0.58s)
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.5.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.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.29.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/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/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.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.77.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.35.0
Creating working copy for https://github.com/apple/swift-openapi-runtime.git
Working copy of https://github.com/apple/swift-openapi-runtime.git resolved at 1.7.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.0
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
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-nio-extras
Working copy of https://github.com/apple/swift-nio-extras resolved at 1.24.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.10.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.2
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.108.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.23.0
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Building for debugging...
[0/846] Write sources
[51/846] Compiling _NumericsShims _NumericsShims.c
[52/846] Compiling CNIOWindows shim.c
[52/846] Compiling _AtomicsShims.c
[54/846] Compiling CNIOWindows WSAStartup.c
[55/846] Compiling CNIOWASI CNIOWASI.c
[55/846] Compiling CVaporBcrypt blf.c
[57/846] Compiling CSystem shims.c
[58/846] Compiling CNIOLinux liburing_shims.c
[59/846] Compiling CNIOSHA1 c_nio_sha1.c
[60/846] Compiling CNIOLLHTTP c_nio_http.c
[61/846] Compiling CNIODarwin shim.c
[62/846] Compiling CNIOExtrasZlib empty.c
[63/846] Compiling CNIOLinux shim.c
[64/846] Compiling CNIOLLHTTP c_nio_api.c
[65/846] Compiling fiat_p256_adx_sqr.S
[66/846] Compiling fiat_curve25519_adx_square.S
[67/846] Compiling fiat_p256_adx_mul.S
[68/846] Compiling CVaporBcrypt bcrypt.c
[69/846] Write swift-version-24593BA9C3E375BF.txt
[70/846] Compiling fiat_curve25519_adx_mul.S
[71/846] Compiling CNIOLLHTTP c_nio_llhttp.c
[72/846] Compiling CNIOBoringSSLShims shims.c
[73/880] Compiling tls_record.cc
[74/880] Compiling tls_method.cc
[75/880] Compiling tls13_enc.cc
[76/912] Compiling tls13_server.cc
[77/912] Compiling tls13_client.cc
[79/923] Emitting module InternalCollectionsUtilities
[80/925] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[81/925] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[82/925] Compiling InternalCollectionsUtilities _SortedCollection.swift
[83/925] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[84/925] Compiling HTTPTypes ISOLatin1String.swift
[85/926] Compiling RealModule Real.swift
[86/927] Emitting module RealModule
[87/927] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[88/927] Compiling InternalCollectionsUtilities Specialize.swift
[89/927] Compiling InternalCollectionsUtilities Debugging.swift
[90/927] Compiling InternalCollectionsUtilities Descriptions.swift
[91/927] Compiling HTTPTypes HTTPParsedFields.swift
[92/927] Compiling HTTPTypes HTTPRequest.swift
[93/927] Compiling HTTPTypes HTTPField.swift
[94/927] Emitting module HTTPTypes
[95/927] Compiling _NIODataStructures PriorityQueue.swift
[96/927] Compiling RealModule Float80+Real.swift
[97/927] Emitting module _NIOBase64
[98/927] Compiling RealModule Float16+Real.swift
[99/927] Compiling _NIOBase64 Base64.swift
[100/927] Compiling _NIODataStructures _TinyArray.swift
[101/927] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[102/927] Compiling InternalCollectionsUtilities Integer rank.swift
[103/927] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[104/927] Compiling InternalCollectionsUtilities UInt+reversed.swift
[105/927] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[106/927] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[107/927] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[108/927] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[109/927] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[110/927] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[113/929] Compiling RealModule ElementaryFunctions.swift
[114/929] Compiling RealModule Float+Real.swift
[117/929] Compiling CoreMetrics Metrics.swift
[118/929] Compiling HTTPTypes HTTPResponse.swift
[119/929] Compiling SystemPackage MachPort.swift
[120/929] Compiling SystemPackage PlatformString.swift
[121/929] Compiling SystemPackage SystemString.swift
[134/932] Emitting module SystemPackage
[136/932] Compiling RealModule RealFunctions.swift
[139/1020] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[140/1020] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[141/1022] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[142/1022] Compiling _RopeModule BigString+Chunk+Splitting.swift
[143/1022] Compiling _RopeModule BigString+Chunk+Counts.swift
[144/1022] Compiling _RopeModule BigString+Chunk+Description.swift
[145/1022] Compiling Logging MetadataProvider.swift
[146/1022] Emitting module CoreMetrics
[147/1022] Compiling HTTPTypes NIOLock.swift
[148/1022] Compiling CoreMetrics Locks.swift
[149/1023] Compiling _RopeModule BigString+Index.swift
[150/1023] Compiling _RopeModule BigString+Ingester.swift
[151/1023] Compiling _RopeModule BigString+Invariants.swift
[152/1023] Compiling _RopeModule BigString+Iterators.swift
[153/1023] Compiling _NIODataStructures Heap.swift
[154/1023] Emitting module _NIODataStructures
[155/1024] Compiling _RopeModule BigString+Metrics.swift
[156/1024] Compiling _RopeModule BigString+Summary.swift
[157/1024] Compiling _RopeModule BigString.swift
[160/1024] Compiling Atomics IntegerOperations.swift
[161/1024] Compiling Atomics Unmanaged extensions.swift
[166/1024] Compiling Logging LogHandler.swift
[167/1024] Compiling Logging Locks.swift
[168/1024] Compiling Logging Logging.swift
[169/1024] Emitting module Logging
[176/1026] Compiling _RopeModule BigString+TextOutputStream.swift
[177/1026] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[178/1026] Compiling _RopeModule BigString+Chunk+Breaks.swift
[179/1026] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[180/1026] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[181/1026] Compiling _RopeModule BigString+Sequence.swift
[182/1096] Compiling HeapModule Heap+Invariants.swift
[183/1096] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[184/1096] Compiling HeapModule Heap+Descriptions.swift
[184/1096] Compiling tls13_both.cc
[186/1096] Compiling HeapModule _HeapNode.swift
[187/1096] Compiling HeapModule Heap.swift
[188/1096] Compiling HeapModule Heap+UnsafeHandle.swift
[189/1172] Emitting module HeapModule
[191/1173] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[192/1173] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[193/1173] Compiling HashTreeCollections TreeDictionary+Keys.swift
[194/1173] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[195/1173] Compiling HashTreeCollections TreeDictionary+Merge.swift
[196/1173] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[197/1173] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[198/1180] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[199/1180] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[200/1180] Compiling HashTreeCollections _HashNode+Storage.swift
[201/1180] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[202/1180] Compiling HashTreeCollections _HashNode+Structural filter.swift
[203/1180] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[204/1180] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[205/1180] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[206/1180] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[207/1180] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[208/1189] Compiling HashTreeCollections _HashNode+Structural union.swift
[209/1189] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[210/1189] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[211/1189] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[212/1189] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[213/1189] Compiling HashTreeCollections _HashNode.swift
[214/1189] Compiling HashTreeCollections _HashNodeHeader.swift
[215/1204] Compiling DequeModule _DequeBuffer.swift
[216/1204] Compiling DequeModule _DequeBufferHeader.swift
[217/1206] Compiling HashTreeCollections TreeDictionary+Codable.swift
[218/1206] Compiling HashTreeCollections TreeDictionary+Collection.swift
[219/1206] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[220/1206] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[221/1206] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[222/1206] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[223/1206] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[224/1206] Compiling HashTreeCollections TreeDictionary+Filter.swift
[225/1206] Compiling HashTreeCollections _HashSlot.swift
[226/1206] Compiling HashTreeCollections _HashStack.swift
[227/1206] Compiling HashTreeCollections _HashTreeIterator.swift
[228/1206] Compiling HashTreeCollections _HashTreeStatistics.swift
[229/1206] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[230/1206] Compiling HashTreeCollections _RawHashNode.swift
[231/1206] Compiling HashTreeCollections _UnmanagedHashNode.swift
[232/1206] Compiling HashTreeCollections _UnsafePath.swift
[233/1206] Compiling DequeModule Deque+Equatable.swift
[234/1206] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[235/1206] Compiling DequeModule Deque+Extras.swift
[236/1206] Compiling DequeModule Deque+Hashable.swift
[237/1206] Compiling DequeModule Deque+Codable.swift
[238/1206] Compiling DequeModule Deque+Collection.swift
[239/1206] Compiling DequeModule Deque+Testing.swift
[240/1206] Compiling DequeModule Deque._Storage.swift
[241/1206] Compiling DequeModule Deque._UnsafeHandle.swift
[242/1206] Compiling DequeModule Deque.swift
[245/1206] Compiling DequeModule _DequeSlot.swift
[246/1206] Compiling DequeModule _UnsafeWrappedBuffer.swift
[247/1206] Compiling HashTreeCollections _HashNode+Builder.swift
[248/1206] Compiling HashTreeCollections _HashNode+Debugging.swift
[249/1206] Compiling HashTreeCollections _HashNode+Initializers.swift
[250/1206] Compiling HashTreeCollections _HashNode+Invariants.swift
[257/1206] Compiling HashTreeCollections _HashNode+Lookups.swift
[258/1206] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[259/1206] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[260/1206] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[261/1206] Compiling HashTreeCollections TreeSet+Hashable.swift
[262/1206] Compiling HashTreeCollections TreeSet+Sendable.swift
[263/1206] Compiling _RopeModule Rope+Join.swift
[264/1206] Compiling _RopeModule Rope+MutatingForEach.swift
[265/1206] Compiling _RopeModule Rope+Remove.swift
[266/1206] Compiling _RopeModule Rope+RemoveSubrange.swift
[267/1206] Compiling _RopeModule Rope+Split.swift
[268/1206] Compiling _RopeModule Optional Utilities.swift
[269/1206] Compiling _RopeModule String Utilities.swift
[270/1206] Compiling _RopeModule String.Index+ABI.swift
[282/1216] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[283/1216] Compiling OrderedCollections OrderedSet.swift
[284/1216] Compiling OrderedCollections _UnsafeBitset.swift
[285/1216] Compiling HashTreeCollections TreeSet+Equatable.swift
[286/1216] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[287/1216] Compiling HashTreeCollections TreeSet+Extras.swift
[288/1216] Compiling HashTreeCollections TreeSet+Filter.swift
[303/1216] Compiling OrderedCollections OrderedSet+SubSequence.swift
[304/1216] Compiling OrderedCollections OrderedSet+Testing.swift
[305/1216] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[323/1216] Compiling OrderedCollections OrderedSet+Sendable.swift
[326/1216] Compiling DequeModule Deque+CustomReflectable.swift
[327/1216] Compiling DequeModule Deque+Descriptions.swift
[330/1216] Compiling HTTPTypes HTTPFieldName.swift
[331/1216] Compiling HTTPTypes HTTPFields.swift
[341/1217] Compiling RoutingKit PathComponent.swift
[344/1217] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[345/1217] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[346/1217] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[347/1217] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[348/1217] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[349/1217] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[350/1217] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[351/1217] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[352/1217] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[353/1217] Compiling HashTreeCollections TreeSet.swift
[354/1278] Compiling RoutingKit TrieRouter.swift
[355/1278] Compiling RoutingKit Router.swift
[356/1278] Compiling OpenAPIRuntime URIEncodedNode.swift
[357/1278] Compiling OpenAPIRuntime URIParsedTypes.swift
[358/1278] Compiling OpenAPIRuntime URIDecoder.swift
[359/1278] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[360/1278] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[361/1278] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[363/1278] Emitting module DequeModule
[365/1279] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[366/1279] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[367/1279] Compiling OpenAPIRuntime ClientTransport.swift
[368/1279] Compiling OpenAPIRuntime CurrencyTypes.swift
[369/1279] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[370/1279] Compiling OpenAPIRuntime HTTPBody.swift
[371/1279] Compiling OpenAPIRuntime ServerTransport.swift
[372/1279] Compiling OpenAPIRuntime UniversalClient.swift
[373/1279] Compiling OpenAPIRuntime UniversalServer.swift
[374/1279] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[375/1279] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[376/1304] Compiling Algorithms Compacted.swift
[377/1304] Compiling Algorithms Cycle.swift
[378/1304] Compiling Algorithms EitherSequence.swift
[379/1304] Compiling Algorithms FirstNonNil.swift
[380/1304] Compiling Algorithms FlattenCollection.swift
[381/1304] Compiling Algorithms Grouped.swift
[382/1304] Emitting module Atomics
[393/1305] Emitting module OrderedCollections
[394/1306] Emitting module _RopeModule
[396/1306] Compiling Algorithms RandomSample.swift
[397/1306] Compiling Algorithms Reductions.swift
[398/1306] Compiling Algorithms Rotate.swift
[399/1309] Compiling Algorithms Split.swift
[400/1309] Compiling Algorithms Stride.swift
[401/1309] Compiling Algorithms Suffix.swift
[402/1309] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[403/1309] Compiling OpenAPIRuntime ServerSentEvents.swift
[404/1309] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[412/1309] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[413/1309] Compiling OpenAPIRuntime MultipartValidation.swift
[414/1309] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[415/1309] Compiling OpenAPIRuntime URICodeCodingKey.swift
[416/1309] Compiling OpenAPIRuntime URICoderConfiguration.swift
[421/1309] Compiling Algorithms Combinations.swift
[422/1309] Compiling Algorithms Joined.swift
[423/1309] Compiling Algorithms Keyed.swift
[424/1309] Compiling Algorithms MinMax.swift
[425/1309] Compiling Algorithms Partition.swift
[426/1309] Compiling Algorithms Permutations.swift
[427/1309] Compiling Algorithms Product.swift
[438/1309] Compiling Algorithms Indexed.swift
[439/1309] Compiling Algorithms Intersperse.swift
[440/1309] Compiling Algorithms AdjacentPairs.swift
[441/1309] Compiling Algorithms Chain.swift
[442/1309] Compiling Algorithms Chunked.swift
[445/1309] Compiling Algorithms Trim.swift
[446/1309] Compiling Algorithms Unique.swift
[447/1309] Compiling Algorithms Windows.swift
[448/1309] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[449/1309] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[450/1309] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[454/1310] Compiling t1_enc.cc
[456/1310] Compiling Metrics Metrics.swift
[457/1310] Emitting module Metrics
[458/1311] Compiling RoutingKit AnyRouter.swift
[459/1311] Emitting module RoutingKit
[460/1311] Compiling RoutingKit Parameters.swift
[469/1312] Emitting module OpenAPIRuntime
[499/1320] Compiling ssl_x509.cc
[509/1320] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[510/1320] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[511/1320] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[512/1320] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[513/1320] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[533/1320] Compiling ssl_transcript.cc
[546/1320] Compiling ssl_versions.cc
[547/1320] Compiling ssl_stat.cc
[548/1320] Compiling ssl_session.cc
[550/1320] Emitting module HashTreeCollections
[551/1321] Compiling ssl_privkey.cc
[552/1321] Compiling ssl_file.cc
[553/1321] Compiling ssl_key_share.cc
[555/1321] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[556/1321] Compiling OpenAPIRuntime URIEncoder.swift
[557/1321] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[558/1321] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[559/1321] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[560/1321] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[561/1321] Compiling OpenAPIRuntime URIParser.swift
[562/1321] Compiling OpenAPIRuntime URISerializer.swift
[563/1322] Compiling ssl_credential.cc
[564/1322] Compiling ssl_lib.cc
[565/1322] Compiling ssl_cipher.cc
[566/1322] Compiling ssl_cert.cc
[568/1322] Emitting module Algorithms
[569/1323] Compiling ssl_buffer.cc
[570/1323] Compiling ssl_asn1.cc
[571/1323] Compiling s3_pkt.cc
[572/1323] Compiling ssl_aead_ctx.cc
[573/1323] Compiling s3_lib.cc
[574/1323] Compiling s3_both.cc
[575/1323] Compiling handshake_server.cc
[576/1323] Compiling handshake_client.cc
[577/1323] Compiling handshake.cc
[578/1323] Compiling dtls_record.cc
[579/1323] Compiling handoff.cc
[580/1323] Compiling encrypted_client_hello.cc
[581/1323] Compiling dtls_method.cc
[582/1323] Compiling md5-x86_64-linux.S
[583/1323] Compiling md5-x86_64-apple.S
[584/1323] Compiling md5-586-apple.S
[585/1323] Compiling md5-586-linux.S
[586/1323] Compiling err_data.c
[587/1323] Compiling chacha20_poly1305_x86_64-apple.S
[588/1323] Compiling chacha20_poly1305_x86_64-linux.S
[589/1323] Compiling chacha20_poly1305_armv8-win.S
[590/1323] Compiling chacha20_poly1305_armv8-linux.S
[591/1323] Compiling chacha20_poly1305_armv8-apple.S
[592/1323] Compiling extensions.cc
[593/1323] Compiling chacha-x86_64-apple.S
[594/1323] Compiling chacha-x86_64-linux.S
[595/1323] Compiling chacha-x86-linux.S
[596/1323] Compiling chacha-x86-apple.S
[597/1323] Compiling chacha-armv8-win.S
[598/1323] Compiling chacha-armv8-linux.S
[599/1323] Compiling chacha-armv8-apple.S
[600/1323] Compiling chacha-armv4-linux.S
[601/1323] Compiling d1_srtp.cc
[602/1323] Compiling aes128gcmsiv-x86_64-linux.S
[603/1323] Compiling aes128gcmsiv-x86_64-apple.S
[604/1323] Compiling x86_64-mont5-linux.S
[605/1323] Compiling x86_64-mont5-apple.S
[606/1323] Compiling d1_pkt.cc
[607/1323] Compiling x86_64-mont-linux.S
[608/1323] Compiling x86_64-mont-apple.S
[609/1323] Compiling x86-mont-linux.S
[610/1323] Compiling vpaes-x86_64-apple.S
[611/1323] Compiling x86-mont-apple.S
[612/1323] Compiling vpaes-x86_64-linux.S
[613/1323] Compiling vpaes-x86-linux.S
[614/1323] Compiling vpaes-x86-apple.S
[615/1323] Compiling vpaes-armv8-apple.S
[616/1323] Compiling vpaes-armv8-win.S
[617/1323] Compiling vpaes-armv8-linux.S
[618/1323] Compiling vpaes-armv7-linux.S
[619/1323] Compiling sha512-x86_64-linux.S
[620/1323] Compiling sha512-armv8-linux.S
[621/1323] Compiling sha512-x86_64-apple.S
[622/1323] Compiling sha512-armv8-apple.S
[623/1323] Compiling sha512-armv8-win.S
[624/1323] Compiling sha512-armv4-linux.S
[625/1323] Compiling sha512-586-linux.S
[626/1323] Compiling sha256-x86_64-apple.S
[627/1323] Compiling sha256-x86_64-linux.S
[628/1323] Compiling sha512-586-apple.S
[629/1323] Compiling bio_ssl.cc
[630/1323] Compiling sha256-armv8-linux.S
[631/1323] Compiling sha256-armv8-win.S
[632/1323] Compiling sha256-armv8-apple.S
[633/1323] Compiling sha256-armv4-linux.S
[634/1323] Compiling sha1-x86_64-apple.S
[635/1323] Compiling sha1-x86_64-linux.S
[636/1323] Compiling sha256-586-linux.S
[637/1323] Compiling sha256-586-apple.S
[638/1323] Compiling sha1-armv8-win.S
[639/1323] Compiling sha1-armv8-apple.S
[640/1323] Compiling sha1-armv8-linux.S
[641/1323] Compiling sha1-586-linux.S
[642/1323] Compiling sha1-586-apple.S
[643/1323] Compiling sha1-armv4-large-linux.S
[644/1323] Compiling rsaz-avx2-apple.S
[645/1323] Compiling rdrand-x86_64-apple.S
[646/1323] Compiling rdrand-x86_64-linux.S
[647/1323] Compiling p256_beeu-x86_64-asm-apple.S
[648/1323] Compiling rsaz-avx2-linux.S
[649/1323] Compiling p256_beeu-x86_64-asm-linux.S
[650/1323] Compiling p256_beeu-armv8-asm-win.S
[650/1323] Compiling p256_beeu-armv8-asm-apple.S
[652/1323] Compiling p256_beeu-armv8-asm-linux.S
[653/1323] Compiling d1_lib.cc
[654/1323] Compiling p256-x86_64-asm-linux.S
[655/1323] Compiling p256-x86_64-asm-apple.S
[656/1323] Compiling p256-armv8-asm-linux.S
[657/1323] Compiling p256-armv8-asm-win.S
[658/1323] Compiling p256-armv8-asm-apple.S
[659/1323] Compiling ghashv8-armv8-linux.S
[660/1323] Compiling ghashv8-armv8-win.S
[661/1323] Compiling ghashv8-armv8-apple.S
[662/1323] Compiling ghashv8-armv7-linux.S
[663/1323] Compiling ghash-x86_64-linux.S
[664/1323] Compiling ghash-x86_64-apple.S
[664/1323] Compiling ghash-x86-linux.S
[666/1323] Compiling ghash-ssse3-x86_64-linux.S
[667/1323] Compiling ghash-ssse3-x86_64-apple.S
[668/1323] Compiling ghash-x86-apple.S
[669/1323] Compiling ghash-neon-armv8-win.S
[670/1323] Compiling ghash-ssse3-x86-linux.S
[671/1323] Compiling ghash-neon-armv8-linux.S
[671/1323] Compiling ghash-ssse3-x86-apple.S
[673/1323] Compiling ghash-neon-armv8-apple.S
[674/1323] Compiling d1_both.cc
[675/1323] Compiling ghash-armv4-linux.S
[676/1323] Compiling co-586-linux.S
[677/1323] Compiling co-586-apple.S
[678/1323] Compiling bn-armv8-win.S
[679/1323] Compiling bsaes-armv7-linux.S
[680/1323] Compiling bn-armv8-apple.S
[681/1323] Compiling bn-586-linux.S
[682/1323] Compiling armv8-mont-win.S
[683/1323] Compiling bn-586-apple.S
[684/1323] Compiling bn-armv8-linux.S
[685/1323] Compiling armv8-mont-linux.S
[686/1323] Compiling armv8-mont-apple.S
[687/1323] Compiling armv4-mont-linux.S
[688/1323] Compiling aesv8-gcm-armv8-linux.S
[689/1323] Compiling aesv8-armv8-apple.S
[690/1323] Compiling aesv8-gcm-armv8-apple.S
[691/1323] Compiling aesv8-gcm-armv8-win.S
[692/1323] Compiling aesv8-armv8-linux.S
[693/1323] Compiling aesv8-armv7-linux.S
[694/1323] Compiling aesv8-armv8-win.S
[695/1323] Compiling aesni-x86_64-apple.S
[696/1323] Compiling aesni-x86-linux.S
[697/1323] Compiling aesni-gcm-x86_64-linux.S
[697/1323] Compiling aesni-x86_64-linux.S
[699/1323] Compiling aesni-x86-apple.S
[700/1323] Compiling aesni-gcm-x86_64-apple.S
[701/1323] Compiling x_sig.c
[702/1323] Compiling x_x509a.c
[703/1323] Compiling x_spki.c
[704/1323] Compiling x_x509.c
[705/1323] Compiling x_val.c
[706/1323] Compiling x_name.c
[707/1323] Compiling x_req.c
[708/1323] Compiling x_pubkey.c
[709/1323] Compiling x509spki.c
[710/1323] Compiling x_exten.c
[711/1323] Compiling x_crl.c
[712/1323] Compiling x509rset.c
[713/1323] Compiling x_attrib.c
[714/1323] Compiling x_algor.c
[715/1323] Compiling x_all.c
[716/1323] Compiling x509name.c
[717/1323] Compiling x509_txt.c
[718/1323] Compiling x509_vpm.c
[719/1323] Compiling x509cset.c
[720/1323] Compiling x509_v3.c
[721/1323] Compiling x509_set.c
[722/1323] Compiling x509_trs.c
[723/1323] Compiling x509_vfy.c
[724/1323] Compiling x509_req.c
[725/1323] Compiling x509_obj.c
[726/1323] Compiling x509_def.c
[727/1323] Compiling x509_ext.c
[728/1323] Compiling x509_d2.c
[729/1323] Compiling x509_lu.c
[730/1323] Compiling x509_att.c
[731/1323] Compiling x509_cmp.c
[732/1323] Compiling x509.c
[733/1323] Compiling v3_skey.c
[734/1323] Compiling v3_prn.c
[735/1323] Compiling v3_ocsp.c
[736/1323] Compiling v3_purp.c
[737/1323] Compiling v3_pmaps.c
[738/1323] Compiling v3_utl.c
[739/1323] Compiling v3_pcons.c
[740/1323] Compiling v3_ncons.c
[741/1323] Compiling v3_int.c
[742/1323] Compiling v3_info.c
[743/1323] Compiling v3_ia5.c
[744/1323] Compiling v3_lib.c
[745/1323] Compiling v3_genn.c
[746/1323] Compiling v3_extku.c
[747/1323] Compiling v3_enum.c
[748/1323] Compiling v3_crld.c
[749/1323] Compiling v3_cpols.c
[750/1323] Compiling v3_conf.c
[751/1323] Compiling v3_bitst.c
[752/1323] Compiling v3_bcons.c
[753/1323] Compiling v3_akeya.c
[754/1323] Compiling v3_alt.c
[755/1323] Compiling v3_akey.c
[756/1323] Compiling t_x509a.c
[757/1323] Compiling i2d_pr.c
[758/1323] Compiling t_crl.c
[759/1323] Compiling t_x509.c
[760/1323] Compiling rsa_pss.c
[760/1323] Compiling t_req.c
[762/1323] Compiling name_print.c
[763/1323] Compiling policy.c
[764/1323] Compiling by_file.c
[765/1323] Compiling algorithm.c
[766/1323] Compiling asn1_gen.c
[767/1323] Compiling by_dir.c
[768/1323] Compiling a_verify.c
[769/1323] Compiling a_sign.c
[770/1323] Compiling a_digest.c
[771/1323] Compiling voprf.c
[772/1323] Compiling trust_token.c
[773/1323] Compiling thread_win.c
[774/1323] Compiling thread_pthread.c
[775/1323] Compiling thread.c
[776/1323] Compiling thread_none.c
[777/1323] Compiling spx_wots.c
[777/1323] Compiling spx_merkle.c
[779/1323] Compiling spx_util.c
[780/1323] Compiling spx_fors.c
[781/1323] Compiling spx_thash.c
[782/1323] Compiling stack.c
[783/1323] Compiling spx.c
[784/1323] Compiling spx_address.c
[785/1323] Compiling pmbtoken.c
[786/1323] Compiling thash.c
[787/1323] Compiling slhdsa.c
[787/1323] Compiling wots.c
[789/1323] Compiling sha512.c
[790/1323] Compiling merkle.c
[791/1323] Compiling fors.c
[792/1323] Compiling siphash.c
[793/1323] Compiling sha1.c
[794/1323] Compiling sha256.c
[795/1323] Compiling rsa_extra.c
[796/1323] Compiling rsa_print.c
[797/1323] Compiling rc4.c
[798/1323] Compiling trusty.c
[799/1323] Compiling rand_extra.c
[800/1323] Compiling windows.c
[801/1323] Compiling refcount.c
[802/1323] Compiling rsa_asn1.c
[803/1323] Compiling rsa_crypt.c
[804/1323] Compiling passive.c
[805/1323] Compiling ios.c
[806/1323] Compiling getentropy.c
[807/1323] Compiling urandom.c
[808/1323] Compiling deterministic.c
[809/1323] Compiling forkunsafe.c
[810/1323] Compiling poly1305_arm_asm.S
[811/1323] Compiling poly1305.c
[812/1323] Compiling fork_detect.c
[813/1323] Compiling poly1305_arm.c
[814/1323] Compiling pool.c
[815/1323] Compiling pkcs7.c
[816/1323] Compiling poly1305_vec.c
[817/1323] Compiling p5_pbev2.c
[818/1323] Compiling pkcs7_x509.c
[819/1323] Compiling pkcs8.c
[820/1323] Compiling pkcs8_x509.c
[821/1323] Compiling pem_xaux.c
[822/1323] Compiling pem_x509.c
[823/1323] Compiling pem_pkey.c
[824/1323] Compiling pem_pk8.c
[825/1323] Compiling obj_xref.c
[826/1323] Compiling pem_oth.c
[827/1323] Compiling mem.c
[828/1323] Compiling pem_info.c
[829/1323] Compiling md5.c
[830/1323] Compiling obj.c
[831/1323] Compiling pem_lib.c
[832/1323] Compiling pem_all.c
[833/1323] Compiling mldsa.c
[834/1323] Compiling md4.c
[835/1323] Compiling lhash.c
[836/1323] Compiling keccak.c
[837/1323] Compiling fips_shared_support.c
[838/1323] Compiling poly_rq_mul.S
[839/1323] Compiling kyber.c
[840/1323] Compiling ex_data.c
[841/1323] Compiling sign.c
[842/1323] Compiling hpke.c
[843/1323] Compiling scrypt.c
[844/1323] Compiling mlkem.cc
[845/1323] Compiling print.c
[846/1323] Compiling hrss.c
[847/1323] Compiling p_x25519.c
[848/1323] Compiling pbkdf.c
[849/1323] Compiling p_x25519_asn1.c
[850/1323] Compiling p_ed25519.c
[851/1323] Compiling p_rsa.c
[852/1323] Compiling p_rsa_asn1.c
[853/1323] Compiling p_hkdf.c
[854/1323] Compiling p_ed25519_asn1.c
[855/1323] Compiling p_ec_asn1.c
[856/1323] Compiling p_ec.c
[857/1323] Compiling p_dh.c
[858/1323] Compiling p_dh_asn1.c
[859/1323] Compiling evp.c
[860/1323] Compiling p_dsa_asn1.c
[861/1323] Compiling evp_ctx.c
[862/1323] Compiling evp_asn1.c
[863/1323] Compiling err.c
[864/1323] Compiling engine.c
[865/1323] Compiling ecdh_extra.c
[866/1323] Compiling ecdsa_asn1.c
[867/1323] Compiling ec_derive.c
[868/1323] Compiling dsa_asn1.c
[869/1323] Compiling hash_to_curve.c
[870/1323] Compiling ec_asn1.c
[871/1323] Compiling dsa.c
[872/1323] Compiling digest_extra.c
[873/1323] Compiling dh_asn1.c
[874/1323] Compiling params.c
[875/1323] Compiling dilithium.c
[876/1323] Compiling x25519-asm-arm.S
[877/1323] Compiling spake25519.c
[878/1323] Compiling des.c
[879/1323] Compiling cpu_arm_freebsd.c
[880/1323] Compiling cpu_intel.c
[881/1323] Compiling cpu_aarch64_win.c
[882/1323] Compiling cpu_aarch64_openbsd.c
[883/1323] Compiling crypto.c
[884/1323] Compiling cpu_arm_linux.c
[885/1323] Compiling cpu_aarch64_sysreg.c
[886/1323] Compiling cpu_aarch64_linux.c
[887/1323] Compiling cpu_aarch64_fuchsia.c
[888/1323] Compiling cpu_aarch64_apple.c
[889/1323] Compiling curve25519.c
[890/1323] Compiling tls_cbc.c
[891/1323] Compiling e_tls.c
[892/1323] Compiling conf.c
[893/1323] Compiling e_rc4.c
[894/1323] Compiling e_rc2.c
[895/1323] Compiling e_null.c
[896/1323] Compiling e_des.c
[897/1323] Compiling e_aesctrhmac.c
[898/1323] Compiling e_chacha20poly1305.c
[899/1323] Compiling derive_key.c
[900/1323] Compiling e_aesgcmsiv.c
[901/1323] Compiling unicode.c
[902/1323] Compiling chacha.c
[903/1323] Compiling cipher_extra.c
[904/1323] Compiling curve25519_64_adx.c
[905/1323] Compiling ber.c
[906/1323] Compiling cbb.c
[907/1323] Compiling cbs.c
[908/1323] Compiling bn_asn1.c
[909/1323] Compiling asn1_compat.c
[910/1323] Compiling buf.c
[911/1323] Compiling blake2.c
[912/1323] Compiling socket.c
[913/1323] Compiling socket_helper.c
[914/1323] Compiling convert.c
[915/1323] Compiling printf.c
[916/1323] Compiling hexdump.c
[917/1323] Compiling pair.c
[918/1323] Compiling errno.c
[919/1323] Compiling file.c
[920/1323] Compiling fd.c
[921/1323] Compiling bio_mem.c
[922/1323] Compiling connect.c
[923/1323] Compiling base64.c
[924/1323] Compiling tasn_utl.c
[925/1323] Compiling bio.c
[926/1323] Compiling tasn_fre.c
[927/1323] Compiling tasn_new.c
[928/1323] Compiling tasn_typ.c
[929/1323] Compiling tasn_enc.c
[930/1323] Compiling f_int.c
[931/1323] Compiling f_string.c
[932/1323] Compiling asn_pack.c
[933/1323] Compiling tasn_dec.c
[934/1323] Compiling posix_time.c
[935/1323] Compiling asn1_par.c
[936/1323] Compiling a_utctm.c
[937/1323] Compiling asn1_lib.c
[938/1323] Compiling a_octet.c
[939/1323] Compiling a_type.c
[940/1323] Compiling a_time.c
[941/1323] Compiling a_strex.c
[942/1323] Compiling a_strnid.c
[943/1323] Compiling a_i2d_fp.c
[944/1323] Compiling a_mbstr.c
[945/1323] Compiling a_dup.c
[946/1323] Compiling a_gentm.c
[947/1323] Compiling a_object.c
[947/1323] Compiling a_d2i_fp.c
[947/1323] Compiling a_int.c
[950/1323] Compiling a_bool.c
[951/1323] Compiling fiat_p256_adx_mul.S
[952/1323] Compiling fiat_p256_adx_sqr.S
[953/1323] Compiling fiat_curve25519_adx_square.S
[954/1323] Compiling a_bitstr.c
[955/1323] Compiling fiat_curve25519_adx_mul.S
[956/1323] Compiling md5-x86_64-linux.S
[957/1323] Compiling md5-586-linux.S
[958/1323] Compiling md5-x86_64-apple.S
[959/1323] Compiling md5-586-apple.S
[960/1323] Compiling err_data.c
[961/1323] Compiling chacha20_poly1305_armv8-win.S
[962/1323] Compiling chacha20_poly1305_x86_64-apple.S
[963/1323] Compiling bcm.c
[964/1323] Compiling chacha20_poly1305_x86_64-linux.S
[965/1323] Compiling chacha20_poly1305_armv8-linux.S
[966/1323] Compiling chacha20_poly1305_armv8-apple.S
[967/1323] Compiling chacha-x86_64-apple.S
[968/1323] Compiling chacha-x86_64-linux.S
[969/1323] Compiling chacha-x86-linux.S
[970/1323] Compiling chacha-armv8-win.S
[971/1323] Compiling chacha-x86-apple.S
[972/1323] Compiling CCryptoBoringSSLShims shims.c
[973/1323] Compiling chacha-armv8-linux.S
[974/1323] Compiling chacha-armv8-apple.S
[975/1323] Compiling chacha-armv4-linux.S
[976/1323] Compiling aes128gcmsiv-x86_64-apple.S
[977/1323] Compiling x86_64-mont5-apple.S
[978/1323] Compiling aes128gcmsiv-x86_64-linux.S
[978/1323] Compiling x86_64-mont-linux.S
[980/1323] Compiling x86_64-mont5-linux.S
[981/1323] Compiling x86_64-mont-apple.S
[982/1323] Compiling x86-mont-linux.S
[983/1323] Compiling x86-mont-apple.S
[984/1323] Compiling vpaes-x86-linux.S
[985/1323] Compiling vpaes-x86_64-apple.S
[986/1323] Compiling vpaes-x86_64-linux.S
[987/1323] Compiling vpaes-x86-apple.S
[988/1323] Compiling vpaes-armv8-win.S
[989/1323] Compiling vpaes-armv7-linux.S
[990/1323] Compiling vpaes-armv8-linux.S
[991/1323] Compiling vpaes-armv8-apple.S
[992/1323] Compiling sha512-x86_64-apple.S
[993/1323] Compiling sha512-armv8-win.S
[994/1323] Compiling sha512-armv8-linux.S
[995/1323] Compiling sha512-x86_64-linux.S
[996/1323] Compiling sha512-armv4-linux.S
[997/1323] Compiling sha512-586-apple.S
[998/1323] Compiling sha512-586-linux.S
[999/1323] Compiling sha512-armv8-apple.S
[1000/1323] Compiling sha256-armv8-win.S
[1001/1323] Compiling sha256-x86_64-apple.S
[1002/1323] Compiling sha256-586-linux.S
[1003/1323] Compiling sha256-x86_64-linux.S
[1004/1323] Compiling sha256-armv8-linux.S
[1005/1323] Compiling sha256-armv4-linux.S
[1006/1323] Compiling sha256-armv8-apple.S
[1007/1323] Compiling sha256-586-apple.S
[1008/1323] Compiling sha1-x86_64-linux.S
[1009/1323] Compiling sha1-x86_64-apple.S
[1010/1323] Compiling sha1-armv8-win.S
[1011/1323] Compiling sha1-armv8-apple.S
[1012/1323] Compiling sha1-armv8-linux.S
[1013/1323] Compiling sha1-armv4-large-linux.S
[1014/1323] Compiling sha1-586-apple.S
[1015/1323] Compiling sha1-586-linux.S
[1016/1323] Compiling rsaz-avx2-linux.S
[1017/1323] Compiling rdrand-x86_64-linux.S
[1018/1323] Compiling rsaz-avx2-apple.S
[1019/1323] Compiling rdrand-x86_64-apple.S
[1020/1323] Compiling p256_beeu-x86_64-asm-linux.S
[1021/1323] Compiling p256_beeu-x86_64-asm-apple.S
[1022/1323] Compiling p256_beeu-armv8-asm-linux.S
[1023/1323] Compiling p256_beeu-armv8-asm-win.S
[1024/1323] Compiling p256_beeu-armv8-asm-apple.S
[1025/1323] Compiling p256-x86_64-asm-apple.S
[1026/1323] Compiling p256-armv8-asm-linux.S
[1027/1323] Compiling p256-armv8-asm-win.S
[1028/1323] Compiling p256-armv8-asm-apple.S
[1029/1323] Compiling p256-x86_64-asm-linux.S
[1030/1323] Compiling ghashv8-armv8-apple.S
[1031/1323] Compiling ghashv8-armv8-linux.S
[1032/1323] Compiling ghashv8-armv8-win.S
[1033/1323] Compiling ghashv8-armv7-linux.S
[1034/1323] Compiling ghash-x86_64-linux.S
[1035/1323] Compiling ghash-x86-linux.S
[1036/1323] Compiling ghash-x86-apple.S
[1037/1323] Compiling ghash-x86_64-apple.S
[1038/1323] Compiling ghash-ssse3-x86_64-linux.S
[1039/1323] Compiling ghash-neon-armv8-win.S
[1040/1323] Compiling ghash-ssse3-x86_64-apple.S
[1041/1323] Compiling ghash-ssse3-x86-apple.S
[1042/1323] Compiling ghash-neon-armv8-apple.S
[1043/1323] Compiling ghash-neon-armv8-linux.S
[1043/1323] Compiling ghash-ssse3-x86-linux.S
[1045/1323] Compiling ghash-armv4-linux.S
[1046/1323] Compiling co-586-apple.S
[1047/1323] Compiling bsaes-armv7-linux.S
[1048/1323] Compiling co-586-linux.S
[1049/1323] Compiling bn-armv8-linux.S
[1050/1323] Compiling bn-armv8-win.S
[1051/1323] Compiling bn-586-apple.S
[1052/1323] Compiling bn-armv8-apple.S
[1053/1323] Compiling bn-586-linux.S
[1054/1323] Compiling armv8-mont-win.S
[1055/1323] Compiling armv8-mont-apple.S
[1056/1323] Compiling armv8-mont-linux.S
[1057/1323] Compiling armv4-mont-linux.S
[1058/1323] Compiling aesv8-gcm-armv8-win.S
[1059/1323] Compiling aesv8-gcm-armv8-linux.S
[1060/1323] Compiling aesv8-armv8-win.S
[1061/1323] Compiling aesv8-armv8-linux.S
[1062/1323] Compiling aesv8-gcm-armv8-apple.S
[1063/1323] Compiling aesv8-armv8-apple.S
[1064/1323] Compiling aesv8-armv7-linux.S
[1065/1323] Compiling aesni-x86_64-apple.S
[1066/1323] Compiling aesni-x86_64-linux.S
[1067/1323] Compiling aesni-gcm-x86_64-apple.S
[1067/1323] Compiling aesni-x86-linux.S
[1069/1323] Compiling aesni-x86-apple.S
[1070/1323] Compiling aesni-gcm-x86_64-linux.S
[1071/1323] Compiling x_x509a.c
[1072/1323] Compiling x_sig.c
[1073/1323] Compiling x_x509.c
[1074/1323] Compiling x_val.c
[1075/1323] Compiling x_spki.c
[1076/1323] Compiling x_req.c
[1077/1323] Compiling x_pubkey.c
[1078/1323] Compiling x_exten.c
[1079/1323] Compiling x_crl.c
[1080/1323] Compiling x_name.c
[1081/1323] Compiling x_attrib.c
[1082/1323] Compiling x_all.c
[1083/1323] Compiling x_algor.c
[1084/1323] Compiling x509spki.c
[1085/1323] Compiling x509rset.c
[1086/1323] Compiling x509name.c
[1087/1323] Compiling x509cset.c
[1088/1323] Compiling x509_vpm.c
[1089/1323] Compiling x509_txt.c
[1090/1323] Compiling x509_vfy.c
[1091/1323] Compiling x509_trs.c
[1092/1323] Compiling x509_v3.c
[1093/1323] Compiling x509_set.c
[1094/1323] Compiling x509_obj.c
[1095/1323] Compiling x509_def.c
[1096/1323] Compiling x509_req.c
[1097/1323] Compiling x509_ext.c
[1098/1323] Compiling x509_lu.c
[1099/1323] Compiling x509_d2.c
[1100/1323] Compiling x509.c
[1101/1323] Compiling x509_cmp.c
[1102/1323] Compiling x509_att.c
[1103/1323] Compiling v3_skey.c
[1104/1323] Compiling v3_utl.c
[1105/1323] Compiling v3_purp.c
[1106/1323] Compiling v3_pmaps.c
[1107/1323] Compiling v3_prn.c
[1108/1323] Compiling c-nioatomics.c
[1109/1323] Compiling v3_pcons.c
[1110/1323] Compiling v3_ocsp.c
[1111/1323] Compiling v3_lib.c
[1112/1323] Compiling v3_ncons.c
[1113/1323] Compiling v3_int.c
[1114/1323] Compiling v3_info.c
[1115/1323] Compiling v3_ia5.c
[1116/1323] Compiling v3_genn.c
[1117/1323] Compiling v3_extku.c
[1118/1323] Compiling v3_enum.c
[1119/1323] Compiling c-atomics.c
[1120/1323] Compiling v3_conf.c
[1121/1323] Compiling v3_bcons.c
[1122/1323] Compiling v3_cpols.c
[1123/1323] Compiling v3_crld.c
[1124/1323] Compiling v3_bitst.c
[1125/1323] Compiling v3_akeya.c
[1126/1325] Compiling v3_alt.c
[1127/1329] Compiling t_x509a.c
[1128/1329] Compiling t_x509.c
[1129/1329] Compiling v3_akey.c
[1130/1329] Compiling t_req.c
[1131/1329] Compiling t_crl.c
[1132/1329] Compiling i2d_pr.c
[1133/1329] Compiling rsa_pss.c
[1134/1329] Compiling name_print.c
[1135/1329] Compiling by_file.c
[1136/1329] Compiling policy.c
[1137/1329] Compiling algorithm.c
[1138/1329] Compiling asn1_gen.c
[1139/1329] Compiling by_dir.c
[1141/1329] Compiling NIOConcurrencyHelpers NIOLock.swift
[1141/1329] Compiling a_verify.c
[1142/1329] Compiling thread_win.c
[1143/1329] Compiling trust_token.c
[1144/1329] Compiling a_sign.c
[1145/1329] Compiling voprf.c
[1147/1329] Compiling NIOConcurrencyHelpers lock.swift
[1147/1329] Compiling thread_pthread.c
[1148/1329] Compiling thread.c
[1149/1329] Compiling thread_none.c
[1150/1329] Compiling a_digest.c
[1151/1329] Compiling spx_util.c
[1152/1329] Compiling spx_wots.c
[1153/1329] Compiling stack.c
[1154/1329] Compiling pmbtoken.c
[1155/1329] Compiling spx_thash.c
[1156/1329] Compiling spx_fors.c
[1157/1329] Compiling spx_merkle.c
[1158/1329] Compiling spx.c
[1159/1329] Compiling thash.c
[1160/1329] Compiling slhdsa.c
[1161/1329] Compiling spx_address.c
[1162/1329] Compiling wots.c
[1163/1329] Compiling siphash.c
[1164/1329] Compiling sha512.c
[1165/1329] Compiling merkle.c
[1166/1329] Compiling sha256.c
[1167/1329] Compiling fors.c
[1168/1329] Compiling sha1.c
[1169/1329] Compiling rsa_print.c
[1170/1329] Compiling rsa_extra.c
[1171/1329] Compiling rc4.c
[1173/1329] Emitting module NIOConcurrencyHelpers
[1173/1329] Compiling trusty.c
[1174/1329] Compiling windows.c
[1175/1329] Compiling refcount.c
[1176/1329] Compiling rsa_crypt.c
[1177/1329] Compiling rand_extra.c
[1178/1329] Compiling urandom.c
[1180/1329] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1180/1329] Compiling rsa_asn1.c
[1181/1329] Compiling getentropy.c
[1182/1329] Compiling ios.c
[1183/1329] Compiling deterministic.c
[1184/1329] Compiling passive.c
[1186/1329] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1187/1329] Compiling NIOConcurrencyHelpers atomics.swift
[1187/1329] Compiling poly1305_arm_asm.S
[1188/1329] Compiling forkunsafe.c
[1189/1330] Compiling fork_detect.c
[1190/1330] Compiling pool.c
[1191/1330] Compiling poly1305_arm.c
[1192/1330] Compiling poly1305.c
[1194/1330] Compiling pkcs7.c
[1195/1330] Compiling poly1305_vec.c
[1196/1330] Compiling pkcs8.c
[1197/1330] Compiling p5_pbev2.c
[1198/1330] Compiling pem_x509.c
[1199/1330] Compiling pkcs8_x509.c
[1200/1330] Compiling pem_xaux.c
[1201/1330] Compiling pkcs7_x509.c
[1202/1416] Compiling pem_pkey.c
[1203/1416] Compiling pem_oth.c
[1204/1416] Compiling pem_info.c
[1205/1416] Compiling pem_pk8.c
[1206/1416] Compiling obj_xref.c
[1207/1416] Compiling pem_lib.c
[1208/1416] Compiling pem_all.c
[1209/1416] Compiling md5.c
[1210/1416] Compiling mem.c
[1211/1416] Compiling mldsa.c
[1212/1416] Compiling md4.c
[1213/1416] Compiling lhash.c
[1214/1416] Compiling obj.c
[1215/1416] Compiling fips_shared_support.c
[1216/1416] Compiling kyber.c
[1217/1416] Compiling keccak.c
[1218/1416] Compiling poly_rq_mul.S
[1219/1416] Compiling sign.c
[1220/1416] Compiling ex_data.c
[1221/1416] Compiling hpke.c
[1223/1416] Compiling ConsoleKitTerminal ActivityBar.swift
[1224/1416] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1225/1416] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1226/1416] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1227/1419] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1228/1419] Compiling ConsoleKitTerminal ConsoleClear.swift
[1229/1419] Compiling ConsoleKitTerminal Console+Ask.swift
[1230/1419] Compiling ConsoleKitTerminal Console+Choose.swift
[1230/1419] Compiling scrypt.c
[1232/1419] Compiling ConsoleKitTerminal CustomActivity.swift
[1233/1419] Compiling ConsoleKitTerminal LoadingBar.swift
[1234/1419] Compiling ConsoleKitTerminal ProgressBar.swift
[1235/1419] Compiling ConsoleKitTerminal Console+Clear.swift
[1235/1419] Compiling hrss.c
[1236/1419] Compiling pbkdf.c
[1237/1419] Compiling print.c
[1238/1419] Compiling p_x25519.c
[1239/1419] Compiling p_x25519_asn1.c
[1241/1419] Emitting module ConsoleKitTerminal
[1241/1419] Compiling p_rsa_asn1.c
[1242/1419] Compiling p_hkdf.c
[1243/1419] Compiling p_ed25519.c
[1244/1419] Compiling p_ed25519_asn1.c
[1245/1419] Compiling p_rsa.c
[1246/1419] Compiling p_ec_asn1.c
[1247/1419] Compiling p_dh.c
[1248/1419] Compiling p_ec.c
[1249/1419] Compiling p_dh_asn1.c
[1251/1419] Compiling ConsoleKitTerminal ConsoleText.swift
[1252/1419] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1253/1419] Compiling ConsoleKitTerminal ANSI.swift
[1254/1419] Compiling ConsoleKitTerminal Console+Confirm.swift
[1255/1419] Compiling ConsoleKitTerminal Console+Input.swift
[1256/1419] Compiling ConsoleKitTerminal Console+Center.swift
[1257/1419] Compiling ConsoleKitTerminal Console+Output.swift
[1258/1419] Compiling ConsoleKitTerminal Console.swift
[1259/1419] Compiling ConsoleKitTerminal Terminal.swift
[1260/1419] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1261/1419] Compiling ConsoleKitTerminal Console+Wait.swift
[1262/1419] Compiling ConsoleKitTerminal ConsoleColor.swift
[1263/1419] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1263/1419] Compiling p_dsa_asn1.c
[1264/1419] Compiling evp_ctx.c
[1265/1419] Compiling engine.c
[1266/1419] Compiling err.c
[1267/1419] Compiling evp_asn1.c
[1268/1419] Compiling evp.c
[1269/1419] Compiling ecdsa_asn1.c
[1270/1419] Compiling ecdh_extra.c
[1271/1419] Compiling ec_derive.c
[1272/1419] Compiling hash_to_curve.c
[1273/1419] Compiling ec_asn1.c
[1274/1419] Compiling dsa_asn1.c
[1275/1419] Compiling dsa.c
[1276/1419] Compiling digest_extra.c
[1277/1419] Compiling dilithium.c
[1278/1419] Compiling params.c
[1278/1419] Compiling dh_asn1.c
[1280/1419] Compiling x25519-asm-arm.S
[1282/1419] Compiling NIOCore MulticastChannel.swift
[1283/1419] Compiling NIOCore NIOAny.swift
[1284/1419] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1285/1419] Compiling NIOCore NIOLoopBound.swift
[1286/1419] Compiling NIOCore NIOScheduledCallback.swift
[1287/1419] Compiling NIOCore NIOSendable.swift
[1288/1419] Compiling NIOCore PointerHelpers.swift
[1289/1419] Compiling NIOCore RecvByteBufferAllocator.swift
[1289/1427] Compiling spake25519.c
[1290/1427] Compiling des.c
[1291/1427] Compiling crypto.c
[1292/1427] Compiling cpu_arm_freebsd.c
[1293/1427] Compiling cpu_arm_linux.c
[1294/1427] Compiling cpu_intel.c
[1295/1427] Compiling cpu_aarch64_openbsd.c
[1296/1427] Compiling cpu_aarch64_win.c
[1297/1427] Compiling cpu_aarch64_sysreg.c
[1298/1427] Compiling curve25519.c
[1299/1427] Compiling cpu_aarch64_apple.c
[1300/1427] Compiling cpu_aarch64_linux.c
[1301/1427] Compiling cpu_aarch64_fuchsia.c
[1302/1427] Compiling tls_cbc.c
[1303/1427] Compiling conf.c
[1304/1427] Compiling e_tls.c
[1305/1427] Compiling e_rc4.c
[1307/1427] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1308/1427] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1309/1427] Compiling ConsoleKitTerminal LoggerFragment.swift
[1309/1428] Compiling e_des.c
[1310/1428] Compiling curve25519_64_adx.c
[1311/1428] Compiling e_null.c
[1312/1428] Compiling e_rc2.c
[1313/1428] Compiling e_chacha20poly1305.c
[1315/1428] Compiling derive_key.c
[1316/1428] Compiling e_aesctrhmac.c
[1317/1428] Compiling cipher_extra.c
[1318/1428] Compiling e_aesgcmsiv.c
[1319/1428] Compiling unicode.c
[1319/1428] Compiling chacha.c
[1321/1428] Compiling ber.c
[1322/1428] Compiling asn1_compat.c
[1323/1428] Compiling buf.c
[1324/1444] Compiling cbs.c
[1325/1450] Compiling cbb.c
[1326/1450] Compiling bn_asn1.c
[1327/1450] Compiling printf.c
[1328/1450] Compiling convert.c
[1329/1450] Compiling blake2.c
[1330/1450] Compiling pair.c
[1331/1450] Compiling hexdump.c
[1332/1450] Compiling errno.c
[1333/1450] Compiling file.c
[1334/1450] Compiling fd.c
[1335/1450] Compiling bio_mem.c
[1336/1450] Compiling base64.c
[1337/1450] Compiling bio.c
[1338/1450] Compiling tasn_utl.c
[1339/1450] Compiling tasn_typ.c
[1341/1450] Compiling NIOCore IO.swift
[1342/1450] Compiling NIOCore IOData.swift
[1343/1450] Compiling NIOCore IPProtocol.swift
[1344/1450] Compiling NIOCore IntegerBitPacking.swift
[1345/1450] Compiling NIOCore IntegerTypes.swift
[1346/1450] Compiling NIOCore Interfaces.swift
[1347/1450] Compiling NIOCore Linux.swift
[1348/1450] Compiling NIOCore MarkedCircularBuffer.swift
[1348/1450] Compiling tasn_fre.c
[1349/1450] Compiling tasn_new.c
[1350/1450] Compiling tasn_enc.c
[1351/1450] Compiling f_string.c
[1352/1450] Compiling posix_time.c
[1353/1450] Compiling f_int.c
[1354/1450] Compiling tasn_dec.c
[1356/1450] Compiling ConsoleKitCommands CommandSignature.swift
[1357/1450] Compiling ConsoleKitCommands Flag.swift
[1358/1450] Compiling ConsoleKitCommands Option.swift
[1359/1452] Emitting module ConsoleKitCommands
[1359/1452] Compiling asn_pack.c
[1360/1452] Compiling asn1_par.c
[1361/1452] Compiling a_utctm.c
[1362/1452] Compiling asn1_lib.c
[1363/1452] Compiling a_type.c
[1364/1452] Compiling a_time.c
[1365/1452] Compiling a_strnid.c
[1366/1452] Compiling a_octet.c
[1368/1452] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1369/1452] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1370/1452] Compiling ConsoleKitCommands Argument.swift
[1370/1452] Compiling a_strex.c
[1371/1452] Compiling bcm.c
[1372/1452] Compiling a_object.c
[1374/1452] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1375/1452] Compiling ConsoleKitCommands AsyncCommand.swift
[1376/1452] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1376/1452] Compiling a_i2d_fp.c
[1377/1452] Compiling a_mbstr.c
[1378/1452] Compiling a_int.c
[1381/1452] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1382/1452] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1383/1452] Compiling NIOCore EventLoopFuture.swift
[1384/1452] Compiling NIOCore FileDescriptor.swift
[1385/1452] Compiling NIOCore FileHandle.swift
[1386/1452] Compiling NIOCore FileRegion.swift
[1387/1452] Compiling NIOCore GlobalSingletons.swift
[1387/1452] Compiling a_dup.c
[1387/1452] Write sources
[1389/1452] Compiling a_gentm.c
[1390/1452] Compiling a_d2i_fp.c
[1391/1452] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1392/1452] Compiling a_bool.c
[1393/1452] Compiling a_bitstr.c
[1395/1452] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1396/1452] Compiling ConsoleKitCommands Utilities.swift
[1397/1513] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1398/1513] Compiling NIOCore SocketAddresses.swift
[1399/1513] Compiling NIOCore SocketOptionProvider.swift
[1400/1513] Compiling NIOCore SystemCallHelpers.swift
[1401/1513] Compiling NIOCore TimeAmount+Duration.swift
[1402/1513] Compiling NIOCore TypeAssistedChannelHandler.swift
[1403/1513] Compiling NIOCore UniversalBootstrapSupport.swift
[1404/1513] Compiling NIOCore Utilities.swift
[1405/1513] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1406/1513] Compiling BitCollections BitSet+CustomReflectable.swift
[1407/1513] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1408/1513] Compiling BitCollections BitSet+Equatable.swift
[1409/1513] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1410/1513] Compiling BitCollections BitSet+Extras.swift
[1411/1513] Compiling BitCollections BitSet+Hashable.swift
[1412/1513] Compiling BitCollections BitSet+Initializers.swift
[1413/1513] Compiling BitCollections BitSet+Invariants.swift
[1414/1513] Compiling BitCollections BitSet+Random.swift
[1415/1513] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1416/1513] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1417/1513] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1418/1513] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1419/1513] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1420/1513] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1421/1513] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1422/1513] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1423/1513] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1424/1513] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1425/1513] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1426/1520] Compiling BitCollections BitArray+CustomReflectable.swift
[1427/1520] Compiling BitCollections BitArray+Descriptions.swift
[1428/1520] Compiling BitCollections BitArray+Equatable.swift
[1434/1520] Compiling CryptoBoringWrapper RandomBytes.swift
[1435/1520] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1436/1520] Compiling BitCollections BitSet+Codable.swift
[1444/1520] Compiling BitCollections BitArray+Testing.swift
[1445/1520] Compiling BitCollections BitArray._UnsafeHandle.swift
[1446/1520] Compiling BitCollections BitArray.swift
[1447/1520] Emitting module BitCollections
[1448/1521] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1450/1521] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1451/1521] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1452/1521] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1453/1521] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1454/1521] Compiling BitCollections BitSet+SetAlgebra union.swift
[1455/1521] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1456/1521] Compiling BitCollections BitSet.Counted.swift
[1457/1521] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1458/1523] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1459/1523] Emitting module CryptoBoringWrapper
[1460/1523] Compiling ConsoleKit Exports.swift
[1461/1523] Emitting module ConsoleKit
[1463/1524] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1464/1524] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1465/1524] Compiling CryptoBoringWrapper EllipticCurve.swift
[1466/1525] Compiling BitCollections BitArray+RandomBits.swift
[1467/1525] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1468/1525] Compiling BitCollections BitArray+Shifts.swift
[1474/1525] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1475/1525] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1476/1525] Compiling BitCollections BitArray+Extras.swift
[1477/1525] Compiling BitCollections BitArray+Fill.swift
[1478/1525] Compiling BitCollections BitArray+Hashable.swift
[1479/1525] Compiling BitCollections BitArray+Initializers.swift
[1480/1525] Compiling BitCollections BitArray+Invariants.swift
[1481/1525] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1482/1525] Compiling BitCollections BitArray+BitwiseOperations.swift
[1483/1525] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1484/1525] Compiling BitCollections BitArray+Codable.swift
[1485/1525] Compiling BitCollections BitArray+Collection.swift
[1486/1525] Compiling BitCollections BitArray+Copy.swift
[1509/1525] Compiling BitCollections BitSet.Index.swift
[1510/1525] Compiling BitCollections BitSet._UnsafeHandle.swift
[1511/1525] Compiling BitCollections BitSet.swift
[1512/1525] Compiling BitCollections Range+Utilities.swift
[1513/1525] Compiling BitCollections Slice+Utilities.swift
[1514/1525] Compiling BitCollections UInt+Tricks.swift
[1515/1525] Compiling BitCollections _Word.swift
[1517/1599] Compiling Collections Collections.swift
[1518/1599] Emitting module Collections
[1520/1600] Compiling Crypto SymmetricKeys.swift
[1521/1600] Compiling Crypto HMAC.swift
[1522/1600] Compiling Crypto MACFunctions.swift
[1523/1600] Compiling Crypto MessageAuthenticationCode.swift
[1524/1600] Compiling Crypto AES.swift
[1525/1600] Compiling Crypto ECDSASignature_boring.swift
[1526/1600] Compiling Crypto ECDSA_boring.swift
[1527/1600] Compiling Crypto EdDSA_boring.swift
[1528/1600] Compiling Crypto ECDSA.swift
[1529/1600] Compiling Crypto Ed25519.swift
[1530/1609] Compiling Crypto HKDF.swift
[1531/1609] Compiling Crypto AESWrap.swift
[1532/1609] Compiling Crypto AESWrap_boring.swift
[1533/1609] Compiling Crypto Ed25519_boring.swift
[1534/1609] Compiling Crypto NISTCurvesKeys_boring.swift
[1535/1609] Compiling Crypto X25519Keys_boring.swift
[1536/1609] Compiling Crypto Curve25519.swift
[1537/1609] Compiling Crypto Ed25519Keys.swift
[1538/1609] Compiling Crypto NISTCurvesKeys.swift
[1539/1609] Compiling Crypto X25519Keys.swift
[1540/1609] Compiling Crypto PKCS8PrivateKey.swift
[1541/1609] Compiling Crypto SEC1PrivateKey.swift
[1542/1609] Compiling Crypto SubjectPublicKeyInfo.swift
[1543/1609] Compiling Crypto CryptoKitErrors.swift
[1544/1609] Compiling Crypto Digest_boring.swift
[1545/1609] Compiling Crypto Digest.swift
[1546/1609] Compiling Crypto Digests.swift
[1547/1609] Compiling Crypto HashFunctions.swift
[1548/1609] Compiling Crypto HashFunctions_SHA2.swift
[1549/1609] Compiling Crypto HPKE-AEAD.swift
[1550/1609] Emitting module Crypto
[1551/1609] Compiling Crypto HPKE-Ciphersuite.swift
[1552/1609] Compiling Crypto HPKE-KDF.swift
[1553/1609] Compiling Crypto HPKE-KexKeyDerivation.swift
[1554/1609] Compiling Crypto HPKE-LabeledExtract.swift
[1555/1609] Compiling Crypto HPKE-Utils.swift
[1556/1609] Compiling Crypto DHKEM.swift
[1557/1609] Compiling Crypto HPKE-KEM-Curve25519.swift
[1558/1609] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1559/1609] Compiling Crypto HPKE-KEM.swift
[1560/1609] Compiling Crypto HPKE-Errors.swift
[1561/1609] Compiling Crypto HPKE.swift
[1562/1609] Compiling Crypto HPKE-Context.swift
[1563/1609] Compiling Crypto HPKE-KeySchedule.swift
[1564/1609] Compiling Crypto HPKE-Modes.swift
[1565/1609] Compiling Crypto Insecure.swift
[1566/1609] Compiling Crypto Insecure_HashFunctions.swift
[1567/1609] Compiling Crypto KEM.swift
[1568/1609] Compiling Crypto ECDH_boring.swift
[1569/1609] Compiling Crypto DH.swift
[1570/1609] Compiling Crypto ECDH.swift
[1571/1609] Compiling Crypto ASN1Identifier.swift
[1572/1609] Compiling Crypto ASN1Integer.swift
[1573/1609] Compiling Crypto ASN1Null.swift
[1574/1609] Compiling Crypto ASN1OctetString.swift
[1575/1609] Compiling Crypto ASN1Strings.swift
[1576/1609] Compiling Crypto ArraySliceBigint.swift
[1577/1609] Compiling Crypto GeneralizedTime.swift
[1578/1609] Compiling Crypto ObjectIdentifier.swift
[1579/1609] Compiling Crypto ECDSASignature.swift
[1580/1609] Compiling Crypto PEMDocument.swift
[1581/1609] Compiling Crypto AES-GCM.swift
[1582/1609] Compiling Crypto AES-GCM_boring.swift
[1583/1609] Compiling Crypto ChaChaPoly_boring.swift
[1584/1609] Compiling Crypto ChaChaPoly.swift
[1585/1609] Compiling Crypto Cipher.swift
[1586/1609] Compiling Crypto Nonces.swift
[1587/1609] Compiling Crypto ASN1.swift
[1588/1609] Compiling Crypto ASN1Any.swift
[1589/1609] Compiling Crypto ASN1BitString.swift
[1590/1609] Compiling Crypto ASN1Boolean.swift
[1600/1609] Compiling Crypto Signature.swift
[1601/1609] Compiling Crypto CryptoKitErrors_boring.swift
[1602/1609] Compiling Crypto RNG_boring.swift
[1603/1609] Compiling Crypto SafeCompare_boring.swift
[1604/1609] Compiling Crypto Zeroization_boring.swift
[1605/1609] Compiling Crypto PrettyBytes.swift
[1606/1609] Compiling Crypto SafeCompare.swift
[1607/1609] Compiling Crypto SecureBytes.swift
[1608/1609] Compiling Crypto Zeroization.swift
[1610/1610] Emitting module NIOCore
[1612/1665] Emitting module NIOHTTPTypes
[1613/1665] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1615/1666] Emitting module NIOEmbedded
[1616/1666] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1617/1666] Compiling NIOEmbedded AsyncTestingChannel.swift
[1618/1666] Compiling NIOEmbedded Embedded.swift
[1620/1667] Compiling NIOPosix Pool.swift
[1621/1667] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1622/1667] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1623/1667] Compiling NIOPosix PosixSingletons.swift
[1624/1667] Compiling NIOPosix RawSocketBootstrap.swift
[1625/1667] Compiling NIOPosix Resolver.swift
[1626/1667] Compiling NIOPosix Selectable.swift
[1627/1673] Compiling NIOPosix ThreadPosix.swift
[1628/1673] Compiling NIOPosix ThreadWindows.swift
[1629/1673] Compiling NIOPosix UnsafeTransfer.swift
[1630/1673] Compiling NIOPosix Utilities.swift
[1631/1673] Compiling NIOPosix VsockAddress.swift
[1632/1673] Compiling NIOPosix VsockChannelEvents.swift
[1633/1673] Emitting module NIOPosix
[1634/1673] Compiling NIOPosix ServerSocket.swift
[1635/1673] Compiling NIOPosix Socket.swift
[1636/1673] Compiling NIOPosix SocketChannel.swift
[1637/1673] Compiling NIOPosix SocketProtocols.swift
[1638/1673] Compiling NIOPosix System.swift
[1639/1673] Compiling NIOPosix Thread.swift
[1640/1673] Compiling NIOPosix SelectableChannel.swift
[1641/1673] Compiling NIOPosix SelectableEventLoop.swift
[1642/1673] Compiling NIOPosix SelectorEpoll.swift
[1643/1673] Compiling NIOPosix SelectorGeneric.swift
[1644/1673] Compiling NIOPosix SelectorKqueue.swift
[1645/1673] Compiling NIOPosix SelectorUring.swift
[1646/1673] Compiling NIOPosix BSDSocketAPICommon.swift
[1647/1673] Compiling NIOPosix BSDSocketAPIPosix.swift
[1648/1673] Compiling NIOPosix BSDSocketAPIWindows.swift
[1649/1673] Compiling NIOPosix BaseSocket.swift
[1650/1673] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1651/1673] Compiling NIOPosix BaseSocketChannel.swift
[1652/1673] Compiling NIOPosix BaseStreamSocketChannel.swift
[1653/1673] Compiling NIOPosix IO.swift
[1654/1673] Compiling NIOPosix IntegerBitPacking.swift
[1655/1673] Compiling NIOPosix IntegerTypes.swift
[1656/1673] Compiling NIOPosix Linux.swift
[1657/1673] Compiling NIOPosix LinuxCPUSet.swift
[1658/1673] Compiling NIOPosix LinuxUring.swift
[1659/1673] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1660/1673] Compiling NIOPosix NIOThreadPool.swift
[1661/1673] Compiling NIOPosix NonBlockingFileIO.swift
[1662/1673] Compiling NIOPosix PendingDatagramWritesManager.swift
[1663/1673] Compiling NIOPosix PendingWritesManager.swift
[1664/1673] Compiling NIOPosix PipeChannel.swift
[1665/1673] Compiling NIOPosix PipePair.swift
[1666/1673] Compiling NIOPosix PointerHelpers.swift
[1667/1673] Compiling NIOPosix Bootstrap.swift
[1668/1673] Compiling NIOPosix ControlMessage.swift
[1669/1673] Compiling NIOPosix DatagramVectorReadManager.swift
[1670/1673] Compiling NIOPosix Errors+Any.swift
[1671/1673] Compiling NIOPosix FileDescriptor.swift
[1672/1673] Compiling NIOPosix GetaddrinfoResolver.swift
[1673/1673] Compiling NIOPosix HappyEyeballs.swift
[1675/1730] Compiling NIO Exports.swift
[1676/1730] Emitting module NIO
[1678/1770] Compiling AsyncKit Future+Miscellaneous.swift
[1679/1770] Compiling AsyncKit Future+Nonempty.swift
[1680/1770] Compiling AsyncKit Future+Optional.swift
[1681/1770] Compiling AsyncKit Future+Transform.swift
[1682/1770] Compiling AsyncKit Future+Try.swift
[1683/1770] Compiling AsyncKit FutureOperators.swift
[1684/1772] Compiling NIOTLS TLSEvents.swift
[1685/1772] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1686/1772] Emitting module NIOTLS
[1687/1772] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1688/1772] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1689/1772] Compiling NIOSOCKS SOCKSResponse.swift
[1690/1772] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1691/1773] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1692/1773] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1693/1773] Compiling NIOSOCKS ClientStateMachine.swift
[1694/1773] Compiling NIOSOCKS AuthenticationMethod.swift
[1695/1773] Compiling NIOSOCKS ClientGreeting.swift
[1696/1773] Compiling NIOSOCKS Errors.swift
[1697/1773] Compiling NIOSOCKS Helpers.swift
[1698/1773] Compiling NIOSOCKS Messages.swift
[1699/1773] Compiling NIOSOCKS SOCKSRequest.swift
[1700/1773] Compiling NIOSOCKS ServerStateMachine.swift
[1701/1773] Emitting module NIOSOCKS
[1702/1773] Compiling NIOSOCKS SOCKSClientHandler.swift
[1703/1773] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1704/1774] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1705/1774] Compiling NIOTLS SNIHandler.swift
[1713/1775] Emitting module _NIOFileSystem
[1715/1779] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1716/1779] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1717/1779] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1718/1779] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1719/1781] Emitting module NIOFoundationCompat
[1720/1781] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1722/1810] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1723/1810] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1724/1832] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1725/1832] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1726/1832] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1727/1832] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1730/1832] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1731/1834] Compiling NIOTransportServices StateManagedChannel.swift
[1732/1834] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1733/1834] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1734/1834] Compiling NIOSSL SubjectAlternativeName.swift
[1735/1834] Compiling NIOSSL NIOSSLSecureBytes.swift
[1736/1834] Compiling NIOSSL RNG.swift
[1737/1834] Compiling NIOSSL SafeCompare.swift
[1738/1834] Compiling _NIOFileSystem Errno.swift
[1739/1834] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1740/1834] Compiling _NIOFileSystem Mocking.swift
[1741/1834] Compiling _NIOFileSystem Syscall.swift
[1742/1834] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1743/1834] Compiling NIOTransportServices NIOTSSingletons.swift
[1744/1834] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1745/1834] Compiling NIOTransportServices NIOTSBootstraps.swift
[1746/1834] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1747/1834] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1748/1834] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1749/1834] Compiling NIOTransportServices NIOTSErrors.swift
[1750/1834] Compiling NIOTransportServices NIOTSEventLoop.swift
[1751/1834] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1752/1834] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1753/1834] Emitting module NIOHTTP1
[1754/1834] Compiling NIOTransportServices AcceptHandler.swift
[1755/1834] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1757/1834] Emitting module NIOTransportServices
[1759/1834] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1760/1834] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1787/1887] Compiling NIOExtras NIORequestIdentifiable.swift
[1788/1887] Compiling NIOExtras PCAPRingBuffer.swift
[1789/1887] Compiling NIOExtras QuiescingHelper.swift
[1790/1887] Compiling NIOExtras RequestResponseHandler.swift
[1791/1888] Compiling NIOHPACK DynamicHeaderTable.swift
[1792/1888] Compiling NIOHPACK HPACKDecoder.swift
[1793/1888] Compiling NIOHPACK HPACKEncoder.swift
[1794/1888] Compiling NIOHPACK HPACKErrors.swift
[1795/1888] Emitting module NIOSSL
[1796/1888] Compiling NIOHPACK HPACKHeader.swift
[1797/1888] Compiling NIOHPACK HeaderTables.swift
[1798/1888] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1799/1888] Compiling NIOExtras JSONRPCFraming.swift
[1800/1888] Compiling NIOWebSocket WebSocketOpcode.swift
[1801/1889] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1810/1889] Compiling NIOExtras NIOExtrasError.swift
[1811/1889] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1821/1889] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1822/1889] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1823/1889] Emitting module NIOHTTPTypesHTTP1
[1824/1889] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1826/1890] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1827/1890] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1828/1890] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1829/1890] Compiling _NIOFileSystem Syscalls.swift
[1830/1890] Compiling _NIOFileSystem SystemFileHandle.swift
[1831/1890] Compiling _NIOFileSystem Utilities.swift
[1832/1890] Compiling _NIOFileSystem OpenOptions.swift
[1837/1893] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1838/1893] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1839/1893] Compiling NIOHTTPCompression HTTPDecompression.swift
[1840/1893] Compiling NIOHTTPCompression HTTPCompression.swift
[1841/1893] Emitting module NIOHTTPCompression
[1842/1893] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1843/1894] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1844/1894] Compiling NIOExtras LengthFieldPrepender.swift
[1846/1894] Compiling NIOHPACK IndexedHeaderTable.swift
[1847/1894] Compiling NIOHPACK IntegerCoding.swift
[1848/1895] Emitting module NIOWebSocket
[1850/1914] Compiling MultipartKit FormDataDecoder.swift
[1851/1914] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1852/1914] Compiling MultipartKit MultipartFormData.swift
[1853/1914] Compiling MultipartKit MultipartParser.swift
[1854/1914] Compiling NIOHPACK HuffmanTables.swift
[1855/1914] Compiling NIOHPACK HuffmanCoding.swift
[1856/1914] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1857/1914] Compiling MultipartKit Exports.swift
[1858/1914] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1859/1914] Compiling MultipartKit BasicCodingKey.swift
[1860/1914] Compiling MultipartKit MultipartError.swift
[1861/1914] Compiling NIOHPACK StaticHeaderTable.swift
[1862/1914] Compiling NIOWebSocket WebSocketFrame.swift
[1863/1915] Emitting module NIOExtras
[1866/1915] Emitting module NIOHPACK
[1870/1915] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1871/1915] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1872/1915] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1874/1920] Compiling NIOSSL Zeroization.swift
[1875/1920] Compiling NIOSSL TLSConfiguration.swift
[1876/1920] Compiling NIOSSL UniversalBootstrapSupport.swift
[1877/1920] Compiling NIOFileSystem Exports.swift
[1878/1920] Emitting module NIOFileSystem
[1881/1921] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1883/1923] Emitting module MultipartKit
[1884/1923] Compiling MultipartKit MultipartPart.swift
[1885/1923] Compiling MultipartKit MultipartPartConvertible.swift
[1886/1923] Compiling MultipartKit MultipartSerializer.swift
[1887/1923] Compiling MultipartKit Utilities.swift
[1888/1923] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1889/1923] Emitting module _NIOFileSystemFoundationCompat
[1890/1923] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1891/1923] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1906/1954] Compiling NIOHTTP2 MaySendFrames.swift
[1907/1954] Compiling NIOHTTP2 SendingDataState.swift
[1908/1954] Compiling NIOHTTP2 SendingGoawayState.swift
[1909/1954] Compiling NIOHTTP2 SendingHeadersState.swift
[1910/1954] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1911/1954] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1912/1954] Compiling NIOHTTP2 HasLocalSettings.swift
[1913/1955] Compiling NIOHTTP2 SendingRstStreamState.swift
[1914/1955] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1915/1955] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1916/1956] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1919/1994] Compiling WebSocketKit Exports.swift
[1920/1994] Compiling WebSocketKit WebSocketHandler.swift
[1929/2002] Compiling WebSocketKit WebSocket+Concurrency.swift
[1930/2002] Emitting module WebSocketKit
[1931/2002] Compiling WebSocketKit WebSocketClient.swift
[1932/2002] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1933/2002] Compiling WebSocketKit WebSocket+Connect.swift
[1934/2002] Compiling WebSocketKit WebSocket.swift
[1936/2003] Emitting module AsyncKit
[1940/2003] Compiling NIOHTTP2 HasRemoteSettings.swift
[1941/2003] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1942/2003] Compiling NIOHTTP2 QuiescingState.swift
[1943/2003] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1944/2003] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1945/2003] Emitting module NIOHTTP2
[1946/2003] Compiling NIOHTTP2 InboundWindowManager.swift
[1947/2003] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1948/2003] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1949/2003] Compiling NIOHTTP2 StreamChannelList.swift
[1950/2003] Compiling NIOHTTP2 StreamMap.swift
[1951/2003] Compiling NIOHTTP2 StreamStateMachine.swift
[1952/2003] Compiling NIOHTTP2 UnsafeTransfer.swift
[1953/2003] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1954/2003] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1955/2003] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1956/2003] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1957/2003] Compiling NIOHTTP2 HTTP2StreamID.swift
[1958/2003] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1959/2003] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1960/2003] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1961/2003] Compiling NIOHTTP2 InboundEventBuffer.swift
[1962/2003] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1963/2003] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1964/2003] Compiling NIOHTTP2 MayReceiveFrames.swift
[1965/2003] Compiling NIOHTTP2 ReceivingDataState.swift
[1966/2003] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1967/2003] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1968/2003] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1969/2003] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1970/2003] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1971/2003] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1972/2003] Compiling NIOHTTP2 HTTP2Frame.swift
[1973/2003] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1974/2003] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1975/2003] Compiling NIOHTTP2 HTTP2PingData.swift
[1976/2003] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1977/2003] Compiling NIOHTTP2 HTTP2Settings.swift
[1978/2003] Compiling NIOHTTP2 HTTP2Stream.swift
[1979/2003] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1980/2003] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1981/2003] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1982/2003] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1983/2003] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1984/2003] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1985/2003] Compiling NIOHTTP2 HTTP2Error.swift
[1986/2003] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1987/2003] Compiling NIOHTTP2 StateMachineResult.swift
[1988/2003] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1989/2003] Compiling NIOHTTP2 DOSHeuristics.swift
[1990/2003] Compiling NIOHTTP2 Error+Any.swift
[1991/2003] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1992/2003] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1993/2003] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1994/2003] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1996/2061] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1997/2061] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1998/2061] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1999/2061] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2000/2061] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2001/2061] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2002/2061] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2003/2061] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2004/2069] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2005/2069] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2006/2069] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2007/2069] Compiling AsyncHTTPClient Transaction.swift
[2008/2069] Compiling AsyncHTTPClient Base64.swift
[2009/2069] Compiling AsyncHTTPClient BasicAuth.swift
[2010/2069] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2011/2069] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2012/2069] Compiling AsyncHTTPClient ConnectionPool.swift
[2013/2069] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2014/2069] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2015/2069] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2016/2069] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2017/2069] Compiling AsyncHTTPClient HTTP1Connection.swift
[2018/2069] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2019/2069] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2020/2069] Emitting module AsyncHTTPClient
[2021/2069] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2022/2069] Compiling AsyncHTTPClient HTTPClient.swift
[2023/2069] Compiling AsyncHTTPClient HTTPHandler.swift
[2024/2069] Compiling AsyncHTTPClient LRUCache.swift
[2025/2069] Compiling AsyncHTTPClient NWErrorHandler.swift
[2026/2069] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2027/2069] Compiling AsyncHTTPClient TLSConfiguration.swift
[2028/2069] Compiling AsyncHTTPClient RedirectState.swift
[2029/2069] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2030/2069] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2031/2069] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2032/2069] Compiling AsyncHTTPClient ConnectionTarget.swift
[2033/2069] Compiling AsyncHTTPClient DeconstructedURL.swift
[2034/2069] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2035/2069] Compiling AsyncHTTPClient FoundationExtensions.swift
[2036/2069] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2037/2069] Compiling AsyncHTTPClient HTTP2Connection.swift
[2038/2069] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2039/2069] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2040/2069] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2041/2069] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2042/2069] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2043/2069] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2044/2069] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2045/2069] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2046/2069] Compiling AsyncHTTPClient RequestBodyLength.swift
[2047/2069] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2048/2069] Compiling AsyncHTTPClient RequestOptions.swift
[2049/2069] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2050/2069] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2051/2069] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2052/2069] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2053/2069] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2054/2069] Compiling AsyncHTTPClient RequestBag.swift
[2055/2069] Compiling AsyncHTTPClient RequestValidation.swift
[2056/2069] Compiling AsyncHTTPClient SSLContextCache.swift
[2057/2069] Compiling AsyncHTTPClient Scheme.swift
[2058/2069] Compiling AsyncHTTPClient Singleton.swift
[2059/2069] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2060/2069] Compiling AsyncHTTPClient Utils.swift
[2072/2240] Compiling Vapor Core.swift
[2073/2240] Compiling Vapor Running.swift
[2074/2240] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2075/2240] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2076/2240] Compiling Vapor DotEnvFile+load.swift
[2077/2240] Compiling Vapor Routes+caseInsenstive.swift
[2078/2240] Compiling Vapor Validatable+validate.swift
[2079/2240] Compiling Vapor Environment+Process.swift
[2080/2240] Compiling Vapor Environment+Secret.swift
[2081/2240] Compiling Vapor Environment.swift
[2082/2240] Compiling Vapor Abort.swift
[2083/2240] Compiling Vapor AbortError.swift
[2084/2240] Compiling Vapor DebuggableError.swift
[2085/2240] Compiling Vapor Demangler.swift
[2086/2240] Compiling Vapor ErrorSource.swift
[2087/2240] Compiling Vapor StackTrace.swift
[2088/2240] Compiling Vapor Exports.swift
[2089/2240] Compiling Vapor Application+HTTP.swift
[2090/2240] Compiling Vapor BasicResponder.swift
[2091/2240] Compiling Vapor BodyStream.swift
[2092/2240] Compiling Vapor Application+HTTP+Client.swift
[2093/2240] Compiling Vapor EventLoopHTTPClient.swift
[2094/2240] Compiling Vapor EndpointCache.swift
[2095/2240] Compiling Vapor HTTPMethod+String.swift
[2096/2263] Compiling Vapor Application.swift
[2097/2263] Compiling Vapor AuthenticationCache.swift
[2098/2263] Compiling Vapor Authenticator.swift
[2099/2263] Compiling Vapor BasicAuthorization.swift
[2100/2263] Compiling Vapor BearerAuthorization.swift
[2101/2263] Compiling Vapor GuardMiddleware.swift
[2102/2263] Compiling Vapor RedirectMiddleware.swift
[2103/2263] Compiling Vapor SessionAuthenticatable.swift
[2104/2263] Compiling Vapor Bcrypt.swift
[2105/2263] Compiling Vapor Application+Cache.swift
[2106/2263] Compiling Vapor Cache.swift
[2107/2263] Compiling Vapor CacheExpirationTime.swift
[2108/2263] Compiling Vapor MemoryCache.swift
[2109/2263] Compiling Vapor Request+Cache.swift
[2110/2263] Compiling Vapor Application+Clients.swift
[2111/2263] Compiling Vapor Client.swift
[2112/2263] Compiling Vapor ClientRequest.swift
[2113/2263] Compiling Vapor ClientResponse.swift
[2114/2263] Compiling Vapor Request+Client.swift
[2115/2263] Compiling Vapor BootCommand.swift
[2116/2263] Compiling Vapor CommandContext+Application.swift
[2117/2263] Compiling Vapor RoutesCommand.swift
[2118/2263] Compiling Vapor ServeCommand.swift
[2119/2263] Compiling Vapor AnyResponse+Concurrency.swift
[2120/2286] Compiling Vapor Validator.swift
[2121/2286] Compiling Vapor ValidatorResult.swift
[2122/2286] Compiling Vapor And.swift
[2123/2286] Compiling Vapor Case.swift
[2124/2286] Compiling Vapor CharacterSet.swift
[2125/2286] Compiling Vapor Count.swift
[2126/2286] Compiling Vapor Email.swift
[2127/2286] Compiling Vapor Empty.swift
[2128/2286] Compiling Vapor In.swift
[2129/2286] Compiling Vapor Nil.swift
[2130/2286] Compiling Vapor NilIgnoring.swift
[2131/2286] Compiling Vapor Not.swift
[2132/2286] Compiling Vapor Or.swift
[2133/2286] Compiling Vapor Pattern.swift
[2134/2286] Compiling Vapor Range.swift
[2135/2286] Compiling Vapor URL.swift
[2136/2286] Compiling Vapor Valid.swift
[2137/2286] Compiling Vapor Application+Views.swift
[2138/2286] Compiling Vapor PlaintextRenderer.swift
[2139/2286] Compiling Vapor Request+View.swift
[2140/2286] Compiling Vapor View.swift
[2141/2286] Compiling Vapor ViewRenderer.swift
[2142/2286] Compiling Vapor _Deprecations.swift
[2143/2286] Compiling Vapor Application+Sessions.swift
[2144/2286] Compiling Vapor MemorySessions.swift
[2145/2286] Compiling Vapor Request+Session.swift
[2146/2286] Compiling Vapor Session.swift
[2147/2286] Compiling Vapor SessionCache.swift
[2148/2286] Compiling Vapor SessionData.swift
[2149/2286] Compiling Vapor SessionDriver.swift
[2150/2286] Compiling Vapor SessionsConfiguration.swift
[2151/2286] Compiling Vapor SessionsMiddleware.swift
[2152/2286] Compiling Vapor URLEncodedFormData.swift
[2153/2286] Compiling Vapor URLEncodedFormDecoder.swift
[2154/2286] Compiling Vapor URLEncodedFormEncoder.swift
[2155/2286] Compiling Vapor URLEncodedFormError.swift
[2156/2286] Compiling Vapor URLEncodedFormParser.swift
[2157/2286] Compiling Vapor URLEncodedFormSerializer.swift
[2158/2286] Compiling Vapor URLQueryFragmentConvertible.swift
[2159/2286] Compiling Vapor AnyResponse.swift
[2160/2286] Compiling Vapor Array+Random.swift
[2161/2286] Compiling Vapor Base32.swift
[2162/2286] Compiling Vapor Base64.swift
[2163/2286] Compiling Vapor BaseN.swift
[2164/2286] Compiling Vapor BasicCodingKey.swift
[2165/2286] Compiling Vapor ByteCount.swift
[2166/2286] Compiling Vapor Bytes+Hex.swift
[2167/2286] Compiling Vapor Bytes+SecureCompare.swift
[2168/2286] Compiling Vapor Collection+Safe.swift
[2169/2286] Compiling Vapor DataProtocol+Copy.swift
[2170/2286] Compiling Vapor DecoderUnwrapper.swift
[2171/2286] Compiling Vapor DirectoryConfiguration.swift
[2172/2286] Compiling Vapor DotEnv.swift
[2173/2286] Compiling Vapor Extendable.swift
[2174/2286] Compiling Vapor File.swift
[2175/2286] Compiling Vapor FileIO.swift
[2176/2286] Compiling Vapor LifecycleHandler.swift
[2177/2286] Compiling Vapor OptionalType.swift
[2178/2286] Compiling Vapor RFC1123.swift
[2179/2286] Compiling Vapor SocketAddress+Hostname.swift
[2180/2286] Compiling Vapor Storage.swift
[2181/2286] Compiling Vapor String+IsIPAddress.swift
[2182/2286] Compiling Vapor Thread.swift
[2183/2286] Compiling Vapor URI.swift
[2184/2286] Compiling Vapor RangeResult.swift
[2185/2286] Compiling Vapor Validatable.swift
[2186/2286] Compiling Vapor Validation.swift
[2187/2286] Compiling Vapor ValidationKey.swift
[2188/2286] Compiling Vapor Validations.swift
[2189/2286] Compiling Vapor ValidationsError.swift
[2190/2286] Compiling Vapor AsyncBasicResponder.swift
[2191/2286] Compiling Vapor AsyncMiddleware.swift
[2192/2286] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2193/2286] Compiling Vapor AsyncSessionDriver.swift
[2194/2286] Compiling Vapor Authentication+Concurrency.swift
[2195/2286] Compiling Vapor Cache+Concurrency.swift
[2196/2286] Compiling Vapor Client+Concurrency.swift
[2197/2286] Compiling Vapor RequestBody+Concurrency.swift
[2198/2286] Compiling Vapor Responder+Concurrency.swift
[2199/2286] Compiling Vapor ResponseCodable+Concurrency.swift
[2200/2286] Compiling Vapor RoutesBuilder+Concurrency.swift
[2201/2286] Compiling Vapor ViewRenderer+Concurrency.swift
[2202/2286] Compiling Vapor WebSocket+Concurrency.swift
[2203/2286] Compiling Vapor ContainerGetPathExecutor.swift
[2204/2286] Compiling Vapor Content.swift
[2205/2286] Compiling Vapor ContentCoders.swift
[2206/2286] Compiling Vapor ContentConfiguration.swift
[2207/2286] Compiling Vapor ContentContainer.swift
[2208/2286] Compiling Vapor JSONCoder+Custom.swift
[2209/2286] Compiling Vapor JSONCoders+Content.swift
[2210/2286] Compiling Vapor PlaintextDecoder.swift
[2211/2286] Compiling Vapor PlaintextEncoder.swift
[2212/2286] Compiling Vapor URLQueryCoders.swift
[2213/2286] Compiling Vapor URLQueryContainer.swift
[2214/2286] Emitting module Vapor
[2215/2286] Compiling Vapor Request+BodyStream.swift
[2216/2286] Compiling Vapor Request.swift
[2217/2286] Compiling Vapor Application+Responder.swift
[2218/2286] Compiling Vapor DefaultResponder.swift
[2219/2286] Compiling Vapor Response+Body.swift
[2220/2286] Compiling Vapor Response.swift
[2221/2286] Compiling Vapor ResponseCodable.swift
[2222/2286] Compiling Vapor Application+Routes.swift
[2223/2286] Compiling Vapor Parameters+Require.swift
[2224/2286] Compiling Vapor Request+WebSocket.swift
[2225/2286] Compiling Vapor Route.swift
[2226/2286] Compiling Vapor RouteCollection.swift
[2227/2286] Compiling Vapor Routes.swift
[2228/2286] Compiling Vapor RoutesBuilder+Group.swift
[2229/2286] Compiling Vapor RoutesBuilder+Method.swift
[2230/2286] Compiling Vapor RoutesBuilder+Middleware.swift
[2231/2286] Compiling Vapor RoutesBuilder+WebSocket.swift
[2232/2286] Compiling Vapor RoutesBuilder.swift
[2233/2286] Compiling Vapor OTP.swift
[2234/2286] Compiling Vapor Application+Servers.swift
[2235/2286] Compiling Vapor Server.swift
[2236/2286] Compiling Vapor App+Service.swift
[2237/2286] Compiling Vapor Req+Service.swift
[2238/2286] Compiling Vapor Service.swift
[2239/2286] Compiling Vapor HTTPServerResponseEncoder.swift
[2240/2286] Compiling Vapor HTTPServerUpgradeHandler.swift
[2241/2286] Compiling Vapor Logger+Report.swift
[2242/2286] Compiling Vapor LoggingSystem+Environment.swift
[2243/2286] Compiling Vapor Application+Middleware.swift
[2244/2286] Compiling Vapor CORSMiddleware.swift
[2245/2286] Compiling Vapor ErrorMiddleware.swift
[2246/2286] Compiling Vapor FileMiddleware.swift
[2247/2286] Compiling Vapor Middleware.swift
[2248/2286] Compiling Vapor MiddlewareConfiguration.swift
[2249/2286] Compiling Vapor ResponseCompressionMiddleware.swift
[2250/2286] Compiling Vapor RouteLoggingMiddleware.swift
[2251/2286] Compiling Vapor File+Multipart.swift
[2252/2286] Compiling Vapor FormDataDecoder+Content.swift
[2253/2286] Compiling Vapor FormDataEncoder+Content.swift
[2254/2286] Compiling Vapor Application+Password.swift
[2255/2286] Compiling Vapor Application+Passwords.swift
[2256/2286] Compiling Vapor AsyncPasswordHasher.swift
[2257/2286] Compiling Vapor BcryptHasher.swift
[2258/2286] Compiling Vapor PasswordHasher.swift
[2259/2286] Compiling Vapor PlaintextHasher.swift
[2260/2286] Compiling Vapor Request+Password.swift
[2261/2286] Compiling Vapor Redirect.swift
[2262/2286] Compiling Vapor Request+Body.swift
[2263/2286] Compiling Vapor HTTPStatus.swift
[2264/2286] Compiling Vapor HTTPCookies.swift
[2265/2286] Compiling Vapor HTTPHeaderCacheControl.swift
[2266/2286] Compiling Vapor HTTPHeaderExpires.swift
[2267/2286] Compiling Vapor HTTPHeaderLastModified.swift
[2268/2286] Compiling Vapor HTTPHeaders+Cache.swift
[2269/2286] Compiling Vapor HTTPHeaders+Connection.swift
[2270/2286] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2271/2286] Compiling Vapor HTTPHeaders+ContentRange.swift
[2272/2286] Compiling Vapor HTTPHeaders+Directive.swift
[2273/2286] Compiling Vapor HTTPHeaders+Forwarded.swift
[2274/2286] Compiling Vapor HTTPHeaders+Link.swift
[2275/2286] Compiling Vapor HTTPHeaders+Name.swift
[2276/2286] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2277/2286] Compiling Vapor HTTPHeaders.swift
[2278/2286] Compiling Vapor HTTPMediaType.swift
[2279/2286] Compiling Vapor HTTPMediaTypePreference.swift
[2280/2286] Compiling Vapor Responder.swift
[2281/2286] Compiling Vapor Application+HTTP+Server.swift
[2282/2286] Compiling Vapor HTTPServer.swift
[2283/2286] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2284/2286] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2285/2286] Compiling Vapor HTTPServerHandler.swift
[2286/2286] Compiling Vapor HTTPServerRequestDecoder.swift
[2288/2289] Emitting module OpenAPIVapor
[2289/2289] Compiling OpenAPIVapor VaporTransport.swift
Build complete! (385.72s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.106.7",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.22.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras"
    }
  ],
  "manifest_display_name" : "swift-openapi-vapor",
  "name" : "swift-openapi-vapor",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenAPIVapor",
      "targets" : [
        "OpenAPIVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenAPIVaporTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIVaporTests",
      "path" : "Tests/OpenAPIVaporTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "VaporTransportTests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIVapor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIVapor",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIVapor",
      "path" : "Sources/OpenAPIVapor",
      "product_dependencies" : [
        "Vapor",
        "OpenAPIRuntime",
        "Atomics",
        "NIOHTTPTypesHTTP1"
      ],
      "product_memberships" : [
        "OpenAPIVapor"
      ],
      "sources" : [
        "VaporTransport.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.