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 jwt, reference 5.1.2 (af1c59), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 07:14:22 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/jwt.git
Reference: 5.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vapor/jwt
 * tag               5.1.2      -> FETCH_HEAD
HEAD is now at af1c597 Updating Key Collections (#164)
Cloned https://github.com/vapor/jwt.git
Revision (git rev-parse @):
af1c59762d70d1065ddbc0d7902ea9b3dacd1a26
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/jwt.git at 5.1.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/jwt.git
https://github.com/vapor/jwt.git
{
  "dependencies" : [
    {
      "identity" : "jwt-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt-kit.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.101.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "jwt",
  "name" : "jwt",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "JWT",
      "targets" : [
        "JWT"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JWTTests",
      "module_type" : "SwiftTarget",
      "name" : "JWTTests",
      "path" : "Tests/JWTTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "Helpers/ByteBuffer+string.swift",
        "Helpers/isLoggingConfigured.swift",
        "Helpers/withApp.swift",
        "JWTTests.swift",
        "Types/LoginCredentials.swift",
        "Types/LoginResponse.swift",
        "Types/TestUser.swift",
        "Types/UserAuthenticator.swift"
      ],
      "target_dependencies" : [
        "JWT"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JWT",
      "module_type" : "SwiftTarget",
      "name" : "JWT",
      "path" : "Sources/JWT",
      "product_dependencies" : [
        "JWTKit",
        "Vapor"
      ],
      "product_memberships" : [
        "JWT"
      ],
      "sources" : [
        "Application+JWT.swift",
        "Exports.swift",
        "JWKSCache.swift",
        "JWT+Apple.swift",
        "JWT+FirebaseAuth.swift",
        "JWT+Google.swift",
        "JWT+Microsoft.swift",
        "JWTAuthenticator.swift",
        "JWTError+Vapor.swift",
        "Request+JWT.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/844] Write sources
[6/844] Copying PrivacyInfo.xcprivacy
[7/844] Write sources
[8/844] Copying PrivacyInfo.xcprivacy
[11/844] Write sources
[11/844] Copying PrivacyInfo.xcprivacy
[14/844] Write sources
[14/844] Copying PrivacyInfo.xcprivacy
[16/844] Write sources
[59/844] Compiling CSystem shims.c
[60/844] Compiling CNIOWASI CNIOWASI.c
[61/844] Compiling CNIOWindows shim.c
[62/844] Compiling CNIOWindows WSAStartup.c
[63/844] Write swift-version-2F0A5646E1D333AE.txt
[64/844] Compiling _NumericsShims _NumericsShims.c
[65/844] Compiling CNIOLinux shim.c
[65/844] Compiling CNIOLinux liburing_shims.c
[67/852] Compiling CNIOLLHTTP c_nio_http.c
[68/852] Compiling CNIOSHA1 c_nio_sha1.c
[69/852] Compiling _AtomicsShims.c
[70/852] Compiling CVaporBcrypt blf.c
[71/852] Compiling CNIOLLHTTP c_nio_api.c
[71/852] Compiling CVaporBcrypt bcrypt.c
[73/916] Compiling CNIOLLHTTP c_nio_llhttp.c
[75/1007] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[76/1008] Emitting module _NIOBase64
[77/1008] Compiling _NIOBase64 Base64.swift
[78/1008] Compiling Crypto HPKE-Utils.swift
[79/1008] Compiling Crypto DHKEM.swift
[80/1008] Compiling Crypto HPKE-KEM-Curve25519.swift
[81/1008] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[82/1008] Compiling Crypto HPKE-KEM.swift
[83/1008] Compiling Crypto HPKE-Errors.swift
[84/1008] Emitting module _CertificateInternals
[85/1008] Compiling _CertificateInternals _TinyArray.swift
[86/1008] Compiling RealModule Float80+Real.swift
[87/1008] Compiling RealModule Real.swift
[88/1008] Compiling RealModule Float16+Real.swift
[88/1009] Compiling CNIOExtrasZlib empty.c
[90/1009] Compiling RealModule AlgebraicField.swift
[91/1009] Compiling RealModule AugmentedArithmetic.swift
[92/1009] Compiling RealModule Float+Real.swift
[93/1009] Compiling RealModule ElementaryFunctions.swift
[94/1009] Compiling RealModule ApproximateEquality.swift
[95/1009] Compiling RealModule Double+Real.swift
[96/1009] Emitting module RealModule
[97/1009] Compiling ServiceContextModule ServiceContext.swift
[98/1009] Emitting module ServiceContextModule
[99/1009] Compiling ServiceContextModule ServiceContextKey.swift
[100/1009] Compiling RealModule RealFunctions.swift
[101/1012] Compiling Crypto HPKE-KexKeyDerivation.swift
[102/1012] Compiling Crypto HPKE-LabeledExtract.swift
[103/1012] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[104/1018] Compiling Crypto ChaChaPoly_boring.swift
[105/1018] Compiling Crypto ChaChaPoly.swift
[106/1018] Compiling Crypto ASN1.swift
[107/1018] Compiling Crypto ASN1Any.swift
[108/1018] Compiling Crypto AES-GCM.swift
[109/1018] Compiling Crypto AES-GCM_boring.swift
[110/1018] Emitting module InternalCollectionsUtilities
[111/1018] Compiling Crypto Cipher.swift
[112/1018] Compiling Crypto Nonces.swift
[112/1018] Compiling fiat_p256_adx_sqr.S
[114/1018] Compiling _NIODataStructures PriorityQueue.swift
[115/1018] Compiling _NIODataStructures _TinyArray.swift
[116/1018] Compiling Instrumentation NoOpInstrument.swift
[117/1018] Compiling Instrumentation MultiplexInstrument.swift
[118/1018] Compiling Instrumentation InstrumentationSystem.swift
[119/1018] Compiling Instrumentation Instrument.swift
[120/1018] Emitting module Instrumentation
[121/1018] Compiling Instrumentation Locks.swift
[122/1088] Compiling _NIODataStructures Heap.swift
[123/1088] Emitting module _NIODataStructures
[124/1088] Compiling Logging MetadataProvider.swift
[125/1088] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[126/1088] Compiling _RopeModule BigString+Chunk+Splitting.swift
[127/1088] Compiling _RopeModule BigString+Chunk.swift
[128/1099] Compiling CoreMetrics Locks.swift
[129/1099] Emitting module SystemPackage
[129/1155] Compiling CNIODarwin shim.c
[131/1155] Compiling OrderedCollections OrderedSet+Insertions.swift
[132/1155] Compiling OrderedCollections OrderedSet+Invariants.swift
[133/1155] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[134/1155] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[135/1155] Compiling OrderedCollections _HashTable+Testing.swift
[136/1155] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[137/1155] Compiling OrderedCollections _HashTable.swift
[138/1155] Compiling OrderedCollections OrderedSet+Hashable.swift
[139/1155] Compiling OrderedCollections OrderedSet+Initializers.swift
[140/1155] Compiling OrderedCollections _HashTable+Bucket.swift
[141/1155] Compiling OrderedCollections _HashTable+BucketIterator.swift
[142/1155] Compiling OrderedCollections _HashTable+Constants.swift
[143/1155] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[144/1155] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[145/1155] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[146/1155] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[147/1155] Compiling OrderedCollections _Hashtable+Header.swift
[148/1155] Compiling OrderedCollections OrderedDictionary+Codable.swift
[149/1155] Compiling Logging Locks.swift
[150/1155] Compiling Logging LogHandler.swift
[151/1155] Compiling Logging Logging.swift
[152/1155] Emitting module Logging
[153/1240] Compiling Tracing TracingTime.swift
[154/1240] Compiling HashTreeCollections _Hash.swift
[155/1240] Compiling HashTreeCollections _HashLevel.swift
[156/1240] Compiling HashTreeCollections _HashNode+Builder.swift
[157/1240] Compiling HashTreeCollections _HashNode+Debugging.swift
[158/1240] Compiling HashTreeCollections _HashNode+Initializers.swift
[159/1240] Compiling HashTreeCollections _HashNode+Invariants.swift
[159/1240] Compiling CNIOBoringSSLShims shims.c
[161/1240] Emitting module CoreMetrics
[162/1240] Compiling CoreMetrics Metrics.swift
[163/1240] Compiling HeapModule _HeapNode.swift
[164/1240] Compiling HeapModule Heap+Invariants.swift
[165/1240] Compiling HeapModule Heap+UnsafeHandle.swift
[166/1240] Compiling HeapModule Heap.swift
[167/1246] Compiling Tracing TracerProtocol.swift
[168/1246] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[169/1246] Emitting module HeapModule
[170/1246] Compiling HeapModule Heap+Descriptions.swift
[171/1257] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[172/1257] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[173/1257] Compiling HashTreeCollections _HashNode+Structural merge.swift
[173/1262] Compiling fiat_p256_adx_mul.S
[174/1262] Compiling fiat_curve25519_adx_square.S
[176/1262] Compiling DequeModule Deque+Codable.swift
[177/1262] Compiling DequeModule Deque+Collection.swift
[178/1262] Compiling DequeModule Deque+CustomReflectable.swift
[179/1262] Compiling DequeModule Deque+Descriptions.swift
[180/1262] Compiling DequeModule Deque+Testing.swift
[181/1262] Compiling DequeModule Deque._Storage.swift
[181/1268] Compiling fiat_curve25519_adx_mul.S
[183/1268] Compiling HashTreeCollections TreeSet+Equatable.swift
[184/1268] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[185/1268] Compiling HashTreeCollections TreeSet+Extras.swift
[186/1268] Compiling HashTreeCollections TreeSet+Filter.swift
[187/1268] Compiling HashTreeCollections TreeSet+Hashable.swift
[188/1268] Compiling HashTreeCollections TreeSet+Sendable.swift
[189/1268] Compiling HashTreeCollections TreeSet+Sequence.swift
[190/1268] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[191/1278] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[192/1278] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[196/1278] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[197/1278] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[198/1278] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[199/1278] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[200/1278] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[201/1278] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[202/1278] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[203/1278] Compiling DequeModule _DequeSlot.swift
[204/1279] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[205/1279] Compiling HashTreeCollections TreeDictionary+Values.swift
[206/1279] Compiling HashTreeCollections TreeDictionary.swift
[207/1279] Compiling HashTreeCollections TreeSet+Codable.swift
[208/1279] Compiling HashTreeCollections TreeSet+Collection.swift
[209/1279] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[210/1279] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[211/1279] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[212/1279] Compiling HashTreeCollections TreeDictionary+Keys.swift
[213/1279] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[214/1279] Compiling HashTreeCollections TreeDictionary+Merge.swift
[215/1279] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[216/1279] Compiling HashTreeCollections TreeSet+Debugging.swift
[217/1279] Compiling HashTreeCollections TreeSet+Descriptions.swift
[218/1279] Compiling HashTreeCollections _RawHashNode.swift
[219/1279] Compiling HashTreeCollections _UnmanagedHashNode.swift
[220/1279] Compiling HashTreeCollections _UnsafePath.swift
[221/1279] Compiling HashTreeCollections TreeDictionary+Codable.swift
[222/1279] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[223/1279] Compiling HashTreeCollections _HashNode+Structural union.swift
[224/1279] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[225/1279] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[226/1279] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[227/1279] Compiling HashTreeCollections TreeDictionary+Filter.swift
[228/1279] Compiling Tracing Tracer.swift
[229/1279] Compiling Tracing InstrumentationSystem+Tracing.swift
[230/1279] Compiling Tracing SpanProtocol.swift
[231/1279] Compiling Tracing NoOpTracer.swift
[232/1279] Compiling Tracing TracerProtocol+Legacy.swift
[233/1279] Emitting module Tracing
[234/1279] Compiling DequeModule _DequeBufferHeader.swift
[235/1279] Compiling DequeModule _DequeBuffer.swift
[236/1279] Compiling DequeModule Deque+Extras.swift
[237/1279] Compiling DequeModule Deque+Hashable.swift
[238/1279] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[239/1279] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[240/1279] Compiling HashTreeCollections _HashNode+Storage.swift
[241/1279] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[242/1279] Compiling HashTreeCollections _HashNode+Structural filter.swift
[243/1279] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[244/1279] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[245/1286] Compiling DequeModule Deque._UnsafeHandle.swift
[246/1286] Compiling DequeModule Deque.swift
[249/1286] Compiling HashTreeCollections _HashNodeHeader.swift
[250/1286] Compiling HashTreeCollections _HashSlot.swift
[251/1286] Compiling HashTreeCollections _HashStack.swift
[252/1286] Compiling HashTreeCollections _HashTreeIterator.swift
[253/1286] Compiling DequeModule _UnsafeWrappedBuffer.swift
[254/1286] Compiling OrderedCollections OrderedSet+SubSequence.swift
[255/1286] Compiling OrderedCollections OrderedSet+Testing.swift
[256/1286] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[257/1286] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[258/1286] Compiling OrderedCollections OrderedSet.swift
[259/1286] Compiling OrderedCollections _UnsafeBitset.swift
[260/1286] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[268/1286] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[269/1286] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[270/1286] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[271/1286] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[272/1286] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[273/1286] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[274/1286] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[275/1286] Compiling HashTreeCollections TreeSet.swift
[276/1286] Compiling DequeModule Deque+Equatable.swift
[277/1286] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[294/1286] Compiling HashTreeCollections _HashTreeStatistics.swift
[295/1286] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[296/1286] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[315/1286] Emitting module DequeModule
[356/1286] Emitting module OrderedCollections
[366/1286] Emitting module _RopeModule
[367/1286] Compiling _RopeModule Rope+Remove.swift
[368/1286] Compiling _RopeModule Rope+RemoveSubrange.swift
[369/1286] Compiling _RopeModule Rope+Split.swift
[370/1286] Compiling _RopeModule Optional Utilities.swift
[371/1286] Compiling _RopeModule String Utilities.swift
[372/1286] Compiling _RopeModule String.Index+ABI.swift
[373/1286] Compiling _RopeModule _CharacterRecognizer.swift
[423/1286] Compiling tls_method.cc
[424/1286] Compiling tls_record.cc
[425/1286] Compiling tls13_server.cc
[427/1286] Emitting module HashTreeCollections
[427/1286] Compiling tls13_enc.cc
[428/1286] Compiling tls13_client.cc
[429/1286] Compiling tls13_both.cc
[430/1286] Compiling t1_enc.cc
[432/1286] Compiling Metrics Metrics.swift
[433/1286] Emitting module Metrics
[474/1294] Emitting module Crypto
[507/1294] Compiling SwiftASN1 DER.swift
[524/1294] Emitting module SwiftASN1
[525/1295] Compiling RoutingKit Router.swift
[526/1295] Compiling RoutingKit AnyRouter.swift
[527/1295] Compiling RoutingKit PathComponent.swift
[528/1295] Compiling RoutingKit Parameters.swift
[529/1295] Emitting module RoutingKit
[530/1295] Compiling RoutingKit TrieRouter.swift
[530/1295] Compiling ssl_versions.cc
[532/1295] Compiling SwiftASN1 Errors.swift
[532/1295] Compiling ssl_x509.cc
[533/1295] Compiling ssl_transcript.cc
[535/1295] Compiling Crypto RNG_boring.swift
[536/1295] Compiling Crypto SafeCompare_boring.swift
[537/1295] Compiling Crypto Zeroization_boring.swift
[538/1295] Compiling Crypto PrettyBytes.swift
[539/1295] Compiling Crypto SafeCompare.swift
[540/1295] Compiling Crypto SecureBytes.swift
[541/1295] Compiling Crypto Zeroization.swift
[542/1295] Compiling Crypto resource_bundle_accessor.swift
[542/1295] Compiling ssl_stat.cc
[543/1295] Compiling ssl_privkey.cc
[544/1295] Compiling ssl_session.cc
[545/1295] Compiling ssl_lib.cc
[546/1295] Compiling ssl_key_share.cc
[547/1295] Compiling ssl_file.cc
[548/1295] Compiling ssl_cipher.cc
[549/1295] Compiling ssl_credential.cc
[550/1295] Compiling ssl_buffer.cc
[551/1295] Compiling ssl_cert.cc
[552/1295] Compiling ssl_asn1.cc
[553/1295] Compiling ssl_aead_ctx.cc
[554/1295] Compiling s3_pkt.cc
[555/1295] Compiling s3_lib.cc
[556/1295] Compiling s3_both.cc
[557/1295] Compiling handshake_server.cc
[558/1295] Compiling handshake_client.cc
[559/1295] Compiling handshake.cc
[560/1295] Compiling handoff.cc
[561/1295] Compiling md5-x86_64-linux.S
[562/1295] Compiling md5-x86_64-apple.S
[563/1295] Compiling md5-586-linux.S
[564/1295] Compiling dtls_record.cc
[565/1295] Compiling extensions.cc
[566/1295] Compiling dtls_method.cc
[567/1295] Compiling encrypted_client_hello.cc
[568/1295] Compiling md5-586-apple.S
[569/1295] Compiling chacha20_poly1305_x86_64-linux.S
[570/1295] Compiling chacha20_poly1305_x86_64-apple.S
[571/1295] Compiling chacha20_poly1305_armv8-linux.S
[571/1295] Compiling chacha20_poly1305_armv8-win.S
[573/1295] Compiling chacha-x86_64-linux.S
[574/1295] Compiling d1_srtp.cc
[575/1295] Compiling chacha20_poly1305_armv8-apple.S
[576/1295] Compiling chacha-x86_64-apple.S
[577/1295] Compiling chacha-x86-linux.S
[578/1295] Compiling chacha-x86-apple.S
[579/1295] Compiling chacha-armv8-win.S
[580/1295] Compiling chacha-armv8-linux.S
[581/1295] Compiling chacha-armv4-linux.S
[582/1295] Compiling aes128gcmsiv-x86_64-linux.S
[583/1295] Compiling chacha-armv8-apple.S
[584/1295] Compiling d1_pkt.cc
[585/1295] Compiling aes128gcmsiv-x86_64-apple.S
[586/1295] Compiling x86_64-mont5-linux.S
[587/1295] Compiling x86_64-mont5-apple.S
[588/1295] Compiling x86_64-mont-linux.S
[589/1295] Compiling x86_64-mont-apple.S
[590/1295] Compiling x86-mont-linux.S
[591/1295] Compiling x86-mont-apple.S
[592/1295] Compiling vpaes-x86_64-linux.S
[593/1295] Compiling vpaes-x86_64-apple.S
[594/1295] Compiling vpaes-x86-linux.S
[595/1295] Compiling vpaes-x86-apple.S
[596/1295] Compiling err_data.cc
[597/1295] Compiling vpaes-armv8-win.S
[598/1295] Compiling vpaes-armv8-linux.S
[599/1295] Compiling vpaes-armv7-linux.S
[600/1295] Compiling vpaes-armv8-apple.S
[601/1295] Compiling sha512-x86_64-linux.S
[602/1295] Compiling sha512-x86_64-apple.S
[603/1295] Compiling sha512-armv8-win.S
[604/1295] Compiling sha512-armv8-linux.S
[605/1295] Compiling bio_ssl.cc
[606/1295] Compiling sha512-armv4-linux.S
[607/1295] Compiling sha512-586-linux.S
[608/1295] Compiling sha512-armv8-apple.S
[609/1295] Compiling sha512-586-apple.S
[610/1295] Compiling sha256-x86_64-apple.S
[610/1295] Compiling sha256-x86_64-linux.S
[612/1295] Compiling sha256-armv8-linux.S
[612/1295] Compiling sha256-armv8-win.S
[614/1295] Compiling sha256-armv4-linux.S
[615/1295] Compiling sha256-586-linux.S
[616/1295] Compiling sha256-armv8-apple.S
[617/1295] Compiling sha1-x86_64-apple.S
[618/1295] Compiling sha256-586-apple.S
[619/1295] Compiling sha1-x86_64-linux.S
[620/1295] Compiling sha1-armv8-win.S
[621/1295] Compiling sha1-armv8-linux.S
[622/1295] Compiling sha1-586-linux.S
[623/1295] Compiling sha1-armv4-large-linux.S
[624/1295] Compiling d1_lib.cc
[625/1295] Compiling sha1-armv8-apple.S
[626/1295] Compiling sha1-586-apple.S
[627/1295] Compiling rsaz-avx2-linux.S
[627/1295] Compiling rsaz-avx2-apple.S
[629/1295] Compiling rdrand-x86_64-linux.S
[630/1295] Compiling rdrand-x86_64-apple.S
[631/1295] Compiling p256_beeu-x86_64-asm-apple.S
[632/1295] Compiling p256_beeu-x86_64-asm-linux.S
[633/1295] Compiling p256_beeu-armv8-asm-win.S
[634/1295] Compiling p256_beeu-armv8-asm-linux.S
[635/1295] Compiling p256_beeu-armv8-asm-apple.S
[636/1295] Compiling p256-x86_64-asm-apple.S
[637/1295] Compiling p256-x86_64-asm-linux.S
[638/1295] Compiling d1_both.cc
[639/1295] Compiling p256-armv8-asm-win.S
[640/1295] Compiling p256-armv8-asm-linux.S
[641/1295] Compiling ghashv8-armv8-win.S
[642/1295] Compiling ghashv8-armv8-linux.S
[643/1295] Compiling ghashv8-armv8-apple.S
[644/1295] Compiling p256-armv8-asm-apple.S
[645/1295] Compiling ghashv8-armv7-linux.S
[646/1295] Compiling ghash-x86_64-linux.S
[647/1295] Compiling ghash-x86_64-apple.S
[648/1295] Compiling ghash-x86-linux.S
[649/1295] Compiling ghash-x86-apple.S
[650/1295] Compiling ghash-ssse3-x86_64-linux.S
[651/1295] Compiling ghash-ssse3-x86-apple.S
[652/1295] Compiling ghash-ssse3-x86-linux.S
[653/1295] Compiling ghash-ssse3-x86_64-apple.S
[654/1295] Compiling ghash-neon-armv8-win.S
[655/1295] Compiling ghash-neon-armv8-linux.S
[656/1295] Compiling co-586-linux.S
[657/1295] Compiling co-586-apple.S
[658/1295] Compiling ghash-armv4-linux.S
[659/1295] Compiling ghash-neon-armv8-apple.S
[660/1295] Compiling bn-armv8-apple.S
[661/1295] Compiling bn-armv8-linux.S
[662/1295] Compiling bn-armv8-win.S
[663/1295] Compiling bsaes-armv7-linux.S
[664/1295] Compiling bn-586-apple.S
[665/1295] Compiling bn-586-linux.S
[666/1295] Compiling armv8-mont-win.S
[667/1295] Compiling armv4-mont-linux.S
[668/1295] Compiling armv8-mont-linux.S
[669/1295] Compiling armv8-mont-apple.S
[670/1295] Compiling aesv8-gcm-armv8-win.S
[671/1295] Compiling aesv8-gcm-armv8-linux.S
[672/1295] Compiling aesv8-armv8-win.S
[673/1295] Compiling aesv8-gcm-armv8-apple.S
[674/1295] Compiling aesv8-armv8-linux.S
[675/1295] Compiling aesv8-armv8-apple.S
[676/1295] Compiling aesni-x86_64-linux.S
[677/1295] Compiling aesv8-armv7-linux.S
[678/1295] Compiling aesni-x86-linux.S
[679/1295] Compiling aesni-x86_64-apple.S
[680/1295] Compiling aesni-x86-apple.S
[680/1295] Compiling aesni-gcm-x86_64-linux.S
[682/1295] Compiling aesni-gcm-x86_64-apple.S
[683/1295] Compiling aes-gcm-avx2-x86_64-linux.S
[684/1295] Compiling aes-gcm-avx2-x86_64-apple.S
[685/1295] Compiling aes-gcm-avx10-x86_64-linux.S
[686/1295] Compiling aes-gcm-avx10-x86_64-apple.S
[687/1295] Compiling x_val.cc
[688/1295] Compiling x_x509a.cc
[689/1295] Compiling x_sig.cc
[690/1295] Compiling x_x509.cc
[691/1295] Compiling x_req.cc
[691/1295] Compiling x_spki.cc
[693/1295] Compiling x_pubkey.cc
[694/1295] Compiling x_exten.cc
[695/1295] Compiling x_name.cc
[696/1295] Compiling x_crl.cc
[697/1295] Compiling x_attrib.cc
[698/1295] Compiling x509spki.cc
[699/1295] Compiling x_algor.cc
[700/1295] Compiling x509rset.cc
[701/1295] Compiling x509name.cc
[702/1295] Compiling x509cset.cc
[703/1295] Compiling x_all.cc
[704/1295] Compiling x509_vpm.cc
[705/1295] Compiling x509_v3.cc
[706/1295] Compiling x509_vfy.cc
[707/1295] Compiling x509_txt.cc
[708/1295] Compiling x509_trs.cc
[709/1295] Compiling x509_set.cc
[710/1295] Compiling x509_req.cc
[711/1295] Compiling x509_ext.cc
[712/1295] Compiling x509_lu.cc
[713/1295] Compiling x509_obj.cc
[714/1295] Compiling x509_def.cc
[715/1295] Compiling x509_d2.cc
[716/1295] Compiling x509_cmp.cc
[717/1295] Compiling x509_att.cc
[718/1295] Compiling x509.cc
[719/1295] Compiling v3_skey.cc
[720/1295] Compiling v3_prn.cc
[721/1295] Compiling v3_utl.cc
[722/1295] Compiling v3_ocsp.cc
[723/1295] Compiling v3_pcons.cc
[724/1295] Compiling v3_pmaps.cc
[725/1295] Compiling v3_purp.cc
[726/1295] Compiling v3_ncons.cc
[727/1295] Compiling v3_int.cc
[728/1295] Compiling v3_lib.cc
[729/1295] Compiling v3_ia5.cc
[730/1295] Compiling v3_info.cc
[731/1295] Compiling v3_genn.cc
[732/1295] Compiling v3_enum.cc
[733/1295] Compiling v3_extku.cc
[734/1295] Compiling v3_cpols.cc
[735/1295] Compiling v3_crld.cc
[736/1295] Compiling v3_conf.cc
[737/1295] Compiling v3_bitst.cc
[738/1295] Compiling v3_bcons.cc
[739/1295] Compiling v3_alt.cc
[740/1295] Compiling v3_akeya.cc
[741/1295] Compiling v3_akey.cc
[742/1295] Compiling t_x509.cc
[743/1295] Compiling t_crl.cc
[744/1295] Compiling t_x509a.cc
[745/1295] Compiling t_req.cc
[746/1295] Compiling rsa_pss.cc
[747/1295] Compiling i2d_pr.cc
[748/1295] Compiling name_print.cc
[749/1295] Compiling policy.cc
[750/1295] Compiling by_file.cc
[751/1295] Compiling by_dir.cc
[752/1295] Compiling asn1_gen.cc
[753/1295] Compiling a_sign.cc
[754/1295] Compiling algorithm.cc
[755/1295] Compiling a_verify.cc
[755/1295] Compiling a_digest.cc
[757/1295] Compiling voprf.cc
[758/1295] Compiling thread_win.cc
[759/1295] Compiling thread_none.cc
[760/1295] Compiling thread_pthread.cc
[761/1295] Compiling thread.cc
[762/1295] Compiling stack.cc
[763/1295] Compiling trust_token.cc
[764/1295] Compiling pmbtoken.cc
[765/1295] Compiling slhdsa.cc
[766/1295] Compiling spake2plus.cc
[767/1295] Compiling siphash.cc
[768/1295] Compiling sha512.cc
[769/1295] Compiling sha1.cc
[770/1295] Compiling sha256.cc
[771/1295] Compiling rsa_print.cc
[772/1295] Compiling rsa_extra.cc
[773/1295] Compiling rsa_crypt.cc
[774/1295] Compiling refcount.cc
[775/1295] Compiling rc4.cc
[776/1295] Compiling rsa_asn1.cc
[777/1295] Compiling windows.cc
[778/1295] Compiling urandom.cc
[779/1295] Compiling trusty.cc
[780/1295] Compiling rand.cc
[781/1295] Compiling ios.cc
[782/1295] Compiling passive.cc
[783/1295] Compiling poly1305_arm_asm.S
[784/1295] Compiling getentropy.cc
[785/1295] Compiling forkunsafe.cc
[786/1295] Compiling fork_detect.cc
[787/1295] Compiling deterministic.cc
[788/1295] Compiling poly1305_vec.cc
[789/1295] Compiling poly1305_arm.cc
[790/1295] Compiling poly1305.cc
[791/1295] Compiling pool.cc
[792/1295] Compiling pkcs8.cc
[793/1295] Compiling pkcs7.cc
[794/1295] Compiling pkcs8_x509.cc
[795/1295] Compiling p5_pbev2.cc
[796/1295] Compiling pkcs7_x509.cc
[797/1295] Compiling pem_xaux.cc
[798/1295] Compiling pem_x509.cc
[799/1295] Compiling pem_pkey.cc
[800/1295] Compiling pem_pk8.cc
[801/1295] Compiling pem_oth.cc
[802/1295] Compiling mlkem.cc
[803/1295] Compiling obj_xref.cc
[804/1295] Compiling mldsa.cc
[805/1295] Compiling pem_info.cc
[806/1295] Compiling pem_lib.cc
[807/1295] Compiling pem_all.cc
[808/1295] Compiling poly_rq_mul.S
[809/1295] Compiling obj.cc
[810/1295] Compiling fips_shared_support.cc
[811/1295] Compiling mem.cc
[812/1295] Compiling md5.cc
[813/1295] Compiling md4.cc
[814/1295] Compiling lhash.cc
[815/1295] Compiling kyber.cc
[816/1295] Compiling ex_data.cc
[817/1295] Compiling sign.cc
[818/1295] Compiling scrypt.cc
[819/1295] Compiling pbkdf.cc
[820/1295] Compiling hpke.cc
[821/1295] Compiling print.cc
[822/1295] Compiling hrss.cc
[823/1295] Compiling p_x25519_asn1.cc
[824/1295] Compiling p_x25519.cc
[825/1295] Compiling p_ed25519.cc
[826/1295] Compiling p_rsa_asn1.cc
[827/1295] Compiling p_rsa.cc
[828/1295] Compiling p_ec.cc
[829/1295] Compiling p_hkdf.cc
[830/1295] Compiling p_ed25519_asn1.cc
[831/1295] Compiling p_ec_asn1.cc
[832/1295] Compiling p_dh_asn1.cc
[833/1295] Compiling p_dh.cc
[834/1295] Compiling p_dsa_asn1.cc
[835/1295] Compiling evp_ctx.cc
[836/1295] Compiling evp.cc
[836/1295] Compiling err.cc
[838/1295] Compiling engine.cc
[839/1295] Compiling evp_asn1.cc
[840/1295] Compiling ecdsa_asn1.cc
[841/1295] Compiling ecdh.cc
[842/1295] Compiling hash_to_curve.cc
[842/1295] Compiling ec_derive.cc
[844/1295] Compiling dsa.cc
[845/1295] Compiling ec_asn1.cc
[846/1295] Compiling dsa_asn1.cc
[847/1295] Compiling bcm.cc
[848/1295] Compiling x25519-asm-arm.S
[849/1295] Compiling params.cc
[850/1295] Compiling digest_extra.cc
[851/1295] Compiling des.cc
[852/1295] Compiling dh_asn1.cc
[853/1295] Compiling curve25519_64_adx.cc
[854/1295] Compiling spake25519.cc
[855/1295] Compiling cpu_intel.cc
[856/1295] Compiling cpu_arm_freebsd.cc
[857/1295] Compiling crypto.cc
[857/1295] Compiling cpu_arm_linux.cc
[859/1295] Compiling cpu_aarch64_win.cc
[860/1295] Compiling curve25519.cc
[861/1295] Compiling cpu_aarch64_sysreg.cc
[862/1295] Compiling cpu_aarch64_openbsd.cc
[863/1295] Compiling cpu_aarch64_linux.cc
[864/1295] Compiling cpu_aarch64_fuchsia.cc
[865/1295] Compiling cpu_aarch64_apple.cc
[866/1295] Compiling get_cipher.cc
[867/1295] Compiling tls_cbc.cc
[868/1295] Compiling e_tls.cc
[869/1295] Compiling conf.cc
[870/1295] Compiling e_rc4.cc
[871/1295] Compiling e_null.cc
[872/1295] Compiling e_rc2.cc
[873/1295] Compiling e_des.cc
[874/1295] Compiling e_chacha20poly1305.cc
[875/1295] Compiling derive_key.cc
[876/1295] Compiling e_aesgcmsiv.cc
[877/1295] Compiling chacha.cc
[877/1295] Compiling e_aesctrhmac.cc
[879/1295] Compiling unicode.cc
[880/1295] Compiling cbs.cc
[881/1295] Compiling ber.cc
[882/1295] Compiling cbb.cc
[883/1295] Compiling asn1_compat.cc
[884/1295] Compiling buf.cc
[885/1295] Compiling blake2.cc
[886/1295] Compiling socket_helper.cc
[887/1295] Compiling bn_asn1.cc
[888/1295] Compiling convert.cc
[889/1295] Compiling socket.cc
[890/1295] Compiling printf.cc
[891/1295] Compiling pair.cc
[892/1295] Compiling hexdump.cc
[893/1295] Compiling file.cc
[894/1295] Compiling fd.cc
[895/1295] Compiling errno.cc
[896/1295] Compiling connect.cc
[897/1295] Compiling bio_mem.cc
[898/1295] Compiling base64.cc
[899/1295] Compiling bio.cc
[900/1295] Compiling tasn_typ.cc
[901/1295] Compiling tasn_fre.cc
[902/1295] Compiling tasn_utl.cc
[903/1295] Compiling tasn_enc.cc
[904/1295] Compiling tasn_new.cc
[905/1295] Compiling posix_time.cc
[906/1295] Compiling f_string.cc
[907/1295] Compiling f_int.cc
[908/1295] Compiling asn_pack.cc
[909/1295] Compiling tasn_dec.cc
[910/1295] Compiling asn1_par.cc
[911/1295] Compiling asn1_lib.cc
[912/1295] Compiling a_utctm.cc
[913/1295] Compiling a_type.cc
[914/1295] Compiling a_octet.cc
[915/1295] Compiling a_time.cc
[916/1295] Compiling a_strnid.cc
[917/1295] Compiling a_strex.cc
[918/1295] Compiling a_mbstr.cc
[919/1295] Compiling a_object.cc
[920/1295] Compiling a_int.cc
[921/1295] Compiling fiat_p256_adx_sqr.S
[922/1295] Compiling a_i2d_fp.cc
[923/1295] Compiling fiat_p256_adx_mul.S
[924/1295] Compiling a_dup.cc
[925/1295] Compiling a_d2i_fp.cc
[926/1295] Compiling fiat_curve25519_adx_square.S
[927/1295] Compiling fiat_curve25519_adx_mul.S
[928/1295] Compiling md5-x86_64-linux.S
[929/1295] Compiling md5-x86_64-apple.S
[930/1295] Compiling md5-586-linux.S
[931/1295] Compiling a_gentm.cc
[932/1295] Compiling md5-586-apple.S
[933/1295] Compiling chacha20_poly1305_x86_64-linux.S
[934/1295] Compiling a_bool.cc
[935/1295] Compiling chacha20_poly1305_x86_64-apple.S
[936/1295] Compiling a_bitstr.cc
[937/1295] Compiling chacha20_poly1305_armv8-win.S
[938/1295] Compiling chacha20_poly1305_armv8-linux.S
[939/1295] Compiling chacha-x86_64-linux.S
[940/1295] Compiling chacha-x86_64-apple.S
[941/1295] Compiling chacha-x86-linux.S
[942/1295] Compiling chacha-x86-apple.S
[943/1295] Compiling chacha20_poly1305_armv8-apple.S
[944/1295] Compiling chacha-armv8-win.S
[945/1295] Compiling chacha-armv8-linux.S
[946/1295] Compiling chacha-armv4-linux.S
[947/1295] Compiling aes128gcmsiv-x86_64-linux.S
[948/1295] Compiling aes128gcmsiv-x86_64-apple.S
[949/1295] Compiling x86_64-mont5-linux.S
[950/1295] Compiling chacha-armv8-apple.S
[951/1295] Compiling x86_64-mont-linux.S
[952/1295] Compiling x86_64-mont-apple.S
[952/1295] Compiling x86_64-mont5-apple.S
[954/1295] Compiling x86-mont-linux.S
[955/1295] Compiling x86-mont-apple.S
[955/1295] Compiling vpaes-x86_64-linux.S
[957/1295] Compiling vpaes-x86_64-apple.S
[958/1295] Compiling vpaes-x86-apple.S
[958/1295] Compiling vpaes-x86-linux.S
[960/1295] Compiling vpaes-armv8-win.S
[961/1295] Compiling CCryptoBoringSSLShims shims.c
[962/1295] Compiling vpaes-armv8-linux.S
[963/1295] Compiling vpaes-armv8-apple.S
[964/1295] Compiling sha512-armv8-win.S
[965/1295] Compiling sha512-x86_64-linux.S
[966/1295] Compiling vpaes-armv7-linux.S
[967/1295] Compiling err_data.cc
[968/1295] Compiling sha512-x86_64-apple.S
[969/1295] Compiling sha512-armv8-linux.S
[970/1295] Compiling sha512-armv4-linux.S
[971/1295] Compiling sha512-armv8-apple.S
[972/1295] Compiling sha256-x86_64-apple.S
[973/1295] Compiling sha512-586-linux.S
[973/1295] Compiling sha512-586-apple.S
[973/1295] Compiling sha256-armv8-win.S
[974/1295] Compiling sha256-x86_64-linux.S
[977/1295] Compiling sha256-armv8-linux.S
[978/1295] Compiling sha256-armv4-linux.S
[979/1295] Compiling sha256-armv8-apple.S
[980/1295] Compiling sha256-586-apple.S
[981/1295] Compiling sha1-armv8-win.S
[981/1295] Compiling sha1-x86_64-apple.S
[981/1295] Compiling sha256-586-linux.S
[984/1295] Compiling sha1-x86_64-linux.S
[985/1295] Compiling sha1-armv8-linux.S
[986/1295] Compiling sha1-armv4-large-linux.S
[987/1295] Compiling sha1-armv8-apple.S
[988/1295] Compiling rsaz-avx2-apple.S
[989/1295] Compiling rsaz-avx2-linux.S
[990/1295] Compiling sha1-586-linux.S
[990/1295] Compiling sha1-586-apple.S
[990/1295] Compiling rdrand-x86_64-linux.S
[993/1295] Compiling rdrand-x86_64-apple.S
[994/1295] Compiling p256_beeu-x86_64-asm-linux.S
[995/1295] Compiling p256_beeu-x86_64-asm-apple.S
[996/1295] Compiling p256_beeu-armv8-asm-win.S
[997/1295] Compiling p256-x86_64-asm-apple.S
[998/1295] Compiling p256_beeu-armv8-asm-apple.S
[998/1295] Compiling p256-x86_64-asm-linux.S
[998/1295] Compiling p256_beeu-armv8-asm-linux.S
[1001/1295] Compiling p256-armv8-asm-win.S
[1002/1295] Compiling p256-armv8-asm-linux.S
[1003/1295] Compiling p256-armv8-asm-apple.S
[1004/1295] Compiling ghashv8-armv8-win.S
[1005/1295] Compiling ghashv8-armv8-linux.S
[1005/1295] Compiling ghash-x86_64-linux.S
[1005/1295] Compiling ghashv8-armv7-linux.S
[1008/1295] Compiling ghashv8-armv8-apple.S
[1009/1295] Compiling ghash-x86_64-apple.S
[1010/1295] Compiling ghash-x86-linux.S
[1011/1295] Compiling ghash-x86-apple.S
[1011/1295] Compiling ghash-ssse3-x86_64-apple.S
[1011/1295] Compiling ghash-ssse3-x86_64-linux.S
[1014/1295] Compiling ghash-ssse3-x86-linux.S
[1015/1295] Compiling ghash-neon-armv8-win.S
[1015/1295] Compiling ghash-ssse3-x86-apple.S
[1017/1295] Compiling ghash-neon-armv8-linux.S
[1018/1295] Compiling ghash-neon-armv8-apple.S
[1019/1295] Compiling ghash-armv4-linux.S
[1020/1295] Compiling bsaes-armv7-linux.S
[1020/1295] Compiling bn-armv8-linux.S
[1022/1295] Compiling co-586-apple.S
[1022/1295] Compiling bn-armv8-win.S
[1022/1295] Compiling co-586-linux.S
[1025/1295] Compiling bn-armv8-apple.S
[1025/1295] Compiling bn-586-linux.S
[1027/1295] Compiling armv8-mont-win.S
[1028/1295] Compiling armv8-mont-linux.S
[1029/1295] Compiling bn-586-apple.S
[1030/1295] Compiling armv4-mont-linux.S
[1031/1295] Compiling aesv8-gcm-armv8-win.S
[1032/1295] Compiling armv8-mont-apple.S
[1033/1295] Compiling aesv8-gcm-armv8-linux.S
[1034/1295] Compiling aesv8-gcm-armv8-apple.S
[1035/1295] Compiling aesv8-armv8-linux.S
[1036/1295] Compiling aesv8-armv7-linux.S
[1036/1295] Compiling aesv8-armv8-win.S
[1036/1295] Compiling aesni-x86_64-linux.S
[1039/1295] Compiling aesv8-armv8-apple.S
[1040/1295] Compiling aesni-x86_64-apple.S
[1041/1295] Compiling aesni-x86-linux.S
[1042/1295] Compiling aesni-x86-apple.S
[1043/1295] Compiling aesni-gcm-x86_64-linux.S
[1044/1295] Compiling aesni-gcm-x86_64-apple.S
[1044/1295] Compiling aes-gcm-avx10-x86_64-apple.S
[1044/1295] Compiling aes-gcm-avx10-x86_64-linux.S
[1047/1295] Compiling c-nioatomics.c
[1048/1295] Compiling x_spki.cc
[1049/1295] Compiling x_val.cc
[1050/1295] Compiling x_x509a.cc
[1051/1295] Compiling x_x509.cc
[1052/1295] Compiling x_sig.cc
[1053/1295] Compiling x_pubkey.cc
[1054/1295] Compiling x_req.cc
[1055/1295] Compiling x_name.cc
[1056/1295] Compiling c-atomics.c
[1057/1295] Compiling x_exten.cc
[1058/1301] Compiling x_attrib.cc
[1059/1301] Compiling x_algor.cc
[1060/1301] Compiling x_crl.cc
[1061/1301] Compiling x_all.cc
[1062/1301] Compiling x509spki.cc
[1063/1301] Compiling x509cset.cc
[1064/1301] Compiling x509rset.cc
[1065/1301] Compiling x509name.cc
[1066/1301] Compiling x509_vpm.cc
[1068/1301] Compiling NIOConcurrencyHelpers lock.swift
[1069/1301] Compiling NIOConcurrencyHelpers NIOLock.swift
[1070/1301] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1071/1301] Emitting module NIOConcurrencyHelpers
[1072/1301] Compiling NIOConcurrencyHelpers atomics.swift
[1073/1301] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1073/1301] Compiling x509_txt.cc
[1074/1301] Compiling x509_v3.cc
[1075/1301] Compiling x509_trs.cc
[1076/1301] Compiling x509_vfy.cc
[1077/1301] Compiling x509_set.cc
[1078/1301] Compiling x509_req.cc
[1078/1301] Compiling x509_obj.cc
[1080/1301] Compiling x509_ext.cc
[1081/1301] Compiling x509_lu.cc
[1082/1328] Compiling x509_def.cc
[1083/1328] Compiling x509_d2.cc
[1084/1328] Compiling x509_att.cc
[1085/1328] Compiling x509.cc
[1086/1328] Compiling x509_cmp.cc
[1087/1328] Compiling v3_prn.cc
[1089/1328] Compiling ConsoleKitTerminal ConsoleClear.swift
[1090/1328] Compiling ConsoleKitTerminal Console+Ask.swift
[1091/1328] Compiling ConsoleKitTerminal Console+Choose.swift
[1092/1328] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1093/1328] Compiling ConsoleKitTerminal CustomActivity.swift
[1094/1328] Compiling ConsoleKitTerminal LoadingBar.swift
[1095/1328] Compiling ConsoleKitTerminal ProgressBar.swift
[1096/1328] Compiling ConsoleKitTerminal Console+Clear.swift
[1097/1328] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1097/1330] Compiling v3_skey.cc
[1099/1330] Compiling ConsoleKitTerminal ActivityBar.swift
[1100/1330] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1101/1330] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1102/1330] Emitting module ConsoleKitTerminal
[1102/1330] Compiling v3_purp.cc
[1104/1330] Compiling ConsoleKitTerminal Console+Confirm.swift
[1105/1330] Compiling ConsoleKitTerminal Console+Input.swift
[1106/1330] Compiling ConsoleKitTerminal Console+Center.swift
[1106/1330] Compiling v3_utl.cc
[1108/1330] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1109/1330] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1110/1330] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1111/1330] Compiling ConsoleKitTerminal ConsoleText.swift
[1112/1330] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1113/1330] Compiling ConsoleKitTerminal Console+Output.swift
[1114/1330] Compiling ConsoleKitTerminal Console+Wait.swift
[1115/1330] Compiling ConsoleKitTerminal ConsoleColor.swift
[1116/1330] Compiling ConsoleKitTerminal ANSI.swift
[1117/1330] Compiling ConsoleKitTerminal Console.swift
[1118/1330] Compiling ConsoleKitTerminal Terminal.swift
[1118/1330] Compiling v3_pcons.cc
[1119/1330] Compiling v3_ocsp.cc
[1120/1330] Compiling v3_pmaps.cc
[1121/1330] Compiling v3_int.cc
[1123/1330] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1124/1330] Compiling ConsoleKitTerminal LoggerFragment.swift
[1124/1330] Compiling v3_ncons.cc
[1125/1330] Compiling v3_lib.cc
[1126/1330] Compiling v3_info.cc
[1127/1330] Compiling v3_ia5.cc
[1128/1330] Compiling v3_genn.cc
[1129/1352] Compiling v3_extku.cc
[1130/1352] Compiling v3_conf.cc
[1131/1352] Compiling v3_bcons.cc
[1132/1352] Compiling v3_enum.cc
[1133/1352] Compiling v3_cpols.cc
[1134/1352] Compiling v3_crld.cc
[1136/1352] Compiling ConsoleKitCommands Flag.swift
[1137/1352] Compiling ConsoleKitCommands Option.swift
[1138/1354] Emitting module ConsoleKitCommands
[1138/1354] Compiling v3_bitst.cc
[1140/1354] Compiling ConsoleKitCommands CommandGroup.swift
[1141/1354] Compiling ConsoleKitCommands CommandInput.swift
[1142/1354] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1143/1354] Compiling ConsoleKitCommands AsyncCommand.swift
[1144/1354] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1145/1354] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1146/1354] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1147/1354] Compiling ConsoleKitCommands Argument.swift
[1148/1354] Compiling ConsoleKitCommands CommandSignature.swift
[1148/1354] Compiling v3_alt.cc
[1149/1354] Compiling v3_akeya.cc
[1151/1354] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1152/1354] Compiling ConsoleKitCommands Utilities.swift
[1152/1354] Compiling v3_akey.cc
[1153/1354] Compiling t_x509a.cc
[1154/1354] Compiling t_x509.cc
[1155/1354] Compiling t_req.cc
[1156/1354] Compiling t_crl.cc
[1157/1354] Compiling rsa_pss.cc
[1158/1354] Compiling policy.cc
[1159/1354] Compiling i2d_pr.cc
[1161/1354] Compiling ConsoleKitCommands Commands.swift
[1162/1354] Compiling ConsoleKitCommands Console+Run.swift
[1163/1354] Compiling ConsoleKitCommands Command.swift
[1164/1354] Compiling ConsoleKitCommands CommandContext.swift
[1165/1354] Compiling ConsoleKitCommands CommandError.swift
[1166/1354] Compiling ConsoleKitCommands AsyncCommands.swift
[1167/1354] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1168/1354] Compiling ConsoleKitCommands AnyCommand.swift
[1169/1354] Compiling ConsoleKitCommands ConsoleError.swift
[1170/1354] Compiling ConsoleKitCommands Completion.swift
[1170/1354] Compiling name_print.cc
[1171/1356] Compiling by_file.cc
[1172/1356] Compiling by_dir.cc
[1173/1356] Compiling a_verify.cc
[1174/1356] Compiling algorithm.cc
[1175/1356] Compiling asn1_gen.cc
[1176/1356] Compiling a_sign.cc
[1177/1356] Compiling a_digest.cc
[1179/1356] Emitting module ConsoleKit
[1180/1356] Compiling ConsoleKit Exports.swift
[1180/1356] Compiling voprf.cc
[1181/1356] Compiling trust_token.cc
[1182/1356] Compiling thread_win.cc
[1183/1356] Compiling thread.cc
[1184/1356] Compiling thread_pthread.cc
[1184/1356] Compiling thread_none.cc
[1186/1356] Compiling stack.cc
[1187/1356] Compiling wots.cc
[1188/1356] Compiling thash.cc
[1189/1356] Compiling merkle.cc
[1190/1356] Compiling pmbtoken.cc
[1191/1356] Compiling slhdsa.cc
[1192/1356] Compiling fors.cc
[1193/1356] Compiling siphash.cc
[1194/1356] Compiling sha512.cc
[1195/1356] Compiling sha256.cc
[1196/1356] Compiling sha1.cc
[1197/1356] Compiling rsa_print.cc
[1198/1356] Compiling rsa_extra.cc
[1199/1356] Compiling rsa_crypt.cc
[1200/1356] Compiling refcount.cc
[1201/1356] Compiling rsa_asn1.cc
[1202/1356] Compiling rc4.cc
[1203/1356] Compiling windows.cc
[1204/1356] Compiling urandom.cc
[1205/1356] Compiling trusty.cc
[1206/1356] Compiling rand_extra.cc
[1207/1356] Compiling poly1305_arm_asm.S
[1208/1356] Compiling ios.cc
[1209/1356] Compiling passive.cc
[1210/1356] Compiling getentropy.cc
[1211/1356] Compiling forkunsafe.cc
[1212/1356] Compiling fork_detect.cc
[1213/1356] Compiling deterministic.cc
[1214/1356] Compiling poly1305_vec.cc
[1215/1356] Compiling poly1305_arm.cc
[1216/1356] Compiling poly1305.cc
[1217/1356] Compiling pool.cc
[1218/1356] Compiling pkcs8.cc
[1219/1356] Compiling pkcs7.cc
[1220/1356] Compiling pkcs8_x509.cc
[1221/1356] Compiling p5_pbev2.cc
[1222/1356] Compiling pkcs7_x509.cc
[1223/1356] Compiling pem_xaux.cc
[1224/1356] Compiling pem_x509.cc
[1225/1356] Compiling pem_pkey.cc
[1226/1356] Compiling pem_pk8.cc
[1227/1356] Compiling pem_oth.cc
[1228/1356] Compiling obj_xref.cc
[1229/1356] Compiling mldsa.cc
[1230/1356] Compiling pem_info.cc
[1231/1356] Compiling pem_lib.cc
[1232/1356] Compiling pem_all.cc
[1233/1356] Compiling mem.cc
[1234/1356] Compiling poly_rq_mul.S
[1235/1356] Compiling fips_shared_support.cc
[1236/1356] Compiling obj.cc
[1237/1356] Compiling mlkem.cc
[1238/1356] Compiling md5.cc
[1239/1356] Compiling md4.cc
[1240/1356] Compiling lhash.cc
[1241/1356] Compiling ex_data.cc
[1242/1356] Compiling sign.cc
[1243/1356] Compiling kyber.cc
[1244/1356] Compiling scrypt.cc
[1245/1356] Compiling pbkdf.cc
[1246/1356] Compiling print.cc
[1247/1356] Compiling hpke.cc
[1248/1356] Compiling hrss.cc
[1249/1356] Compiling p_x25519_asn1.cc
[1250/1356] Compiling p_x25519.cc
[1251/1356] Compiling p_ed25519.cc
[1252/1356] Compiling p_rsa_asn1.cc
[1253/1356] Compiling p_hkdf.cc
[1254/1356] Compiling p_rsa.cc
[1255/1356] Compiling p_ed25519_asn1.cc
[1256/1356] Compiling p_ec.cc
[1257/1356] Compiling p_ec_asn1.cc
[1258/1356] Compiling p_dh_asn1.cc
[1259/1356] Compiling p_dh.cc
[1260/1356] Compiling p_dsa_asn1.cc
[1261/1356] Compiling evp_ctx.cc
[1262/1356] Compiling err.cc
[1263/1356] Compiling engine.cc
[1264/1356] Compiling evp.cc
[1265/1356] Compiling evp_asn1.cc
[1266/1356] Compiling ecdsa_asn1.cc
[1267/1356] Compiling ecdh_extra.cc
[1268/1356] Compiling ec_derive.cc
[1269/1356] Compiling hash_to_curve.cc
[1270/1356] Compiling dsa.cc
[1271/1356] Compiling ec_asn1.cc
[1272/1356] Compiling params.cc
[1273/1356] Compiling dsa_asn1.cc
[1274/1356] Compiling digest_extra.cc
[1275/1356] Compiling x25519-asm-arm.S
[1276/1356] Compiling bcm.cc
[1277/1356] Compiling dh_asn1.cc
[1278/1356] Compiling des.cc
[1279/1356] Compiling curve25519_64_adx.cc
[1280/1356] Compiling spake25519.cc
[1281/1356] Compiling cpu_intel.cc
[1282/1356] Compiling crypto.cc
[1283/1356] Compiling cpu_arm_linux.cc
[1284/1356] Compiling cpu_arm_freebsd.cc
[1285/1356] Compiling cpu_aarch64_win.cc
[1286/1356] Compiling curve25519.cc
[1287/1356] Compiling cpu_aarch64_sysreg.cc
[1288/1356] Compiling cpu_aarch64_openbsd.cc
[1289/1356] Compiling cpu_aarch64_linux.cc
[1290/1356] Compiling cpu_aarch64_fuchsia.cc
[1291/1356] Compiling cpu_aarch64_apple.cc
[1292/1356] Compiling conf.cc
[1293/1356] Compiling e_rc4.cc
[1294/1356] Compiling tls_cbc.cc
[1295/1356] Compiling e_tls.cc
[1296/1356] Compiling e_rc2.cc
[1297/1356] Compiling e_null.cc
[1298/1356] Compiling e_des.cc
[1299/1356] Compiling e_chacha20poly1305.cc
[1300/1356] Compiling e_aesgcmsiv.cc
[1301/1356] Compiling e_aesctrhmac.cc
[1302/1356] Compiling derive_key.cc
[1303/1356] Compiling chacha.cc
[1304/1356] Compiling cipher_extra.cc
[1305/1356] Compiling unicode.cc
[1306/1356] Compiling cbb.cc
[1307/1356] Compiling cbs.cc
[1308/1356] Compiling ber.cc
[1309/1356] Compiling asn1_compat.cc
[1309/1356] Compiling buf.cc
[1311/1356] Compiling blake2.cc
[1312/1356] Compiling printf.cc
[1313/1356] Compiling bn_asn1.cc
[1314/1356] Compiling convert.cc
[1315/1356] Compiling pair.cc
[1316/1356] Compiling hexdump.cc
[1317/1356] Compiling file.cc
[1318/1356] Compiling fd.cc
[1319/1356] Compiling errno.cc
[1320/1356] Compiling bio_mem.cc
[1321/1356] Compiling base64.cc
[1322/1356] Compiling bio.cc
[1323/1356] Compiling tasn_typ.cc
[1324/1356] Compiling tasn_fre.cc
[1325/1356] Compiling tasn_utl.cc
[1326/1356] Compiling tasn_enc.cc
[1327/1356] Compiling tasn_new.cc
[1328/1356] Compiling posix_time.cc
[1329/1356] Compiling f_string.cc
[1330/1356] Compiling tasn_dec.cc
[1331/1356] Compiling f_int.cc
[1332/1356] Compiling asn_pack.cc
[1333/1356] Compiling asn1_par.cc
[1334/1356] Compiling a_utctm.cc
[1335/1356] Compiling asn1_lib.cc
[1336/1356] Compiling a_type.cc
[1337/1356] Compiling a_time.cc
[1338/1356] Compiling a_octet.cc
[1339/1356] Compiling a_strex.cc
[1340/1356] Compiling a_strnid.cc
[1341/1356] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1341/1356] Write sources
[1347/1356] Compiling a_object.cc
[1348/1356] Compiling a_mbstr.cc
[1349/1356] Compiling a_int.cc
[1350/1356] Compiling a_i2d_fp.cc
[1351/1356] Compiling a_d2i_fp.cc
[1352/1356] Compiling a_dup.cc
[1353/1385] Compiling a_gentm.cc
[1354/1413] Compiling a_bitstr.cc
[1355/1456] Compiling a_bool.cc
[1357/1465] Compiling Algorithms Suffix.swift
[1358/1465] Compiling Algorithms Trim.swift
[1359/1467] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1360/1467] Compiling BitCollections BitSet+CustomReflectable.swift
[1361/1467] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1362/1467] Compiling BitCollections BitSet+Equatable.swift
[1363/1467] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1364/1467] Compiling BitCollections BitSet+Extras.swift
[1365/1472] Compiling Atomics AtomicMemoryOrderings.swift
[1367/1472] Compiling Atomics DoubleWord.swift
[1369/1472] Compiling Atomics ManagedAtomic.swift
[1370/1472] Compiling Atomics AtomicStorage.swift
[1371/1472] Compiling Atomics AtomicValue.swift
[1372/1472] Compiling Atomics ManagedAtomicLazyReference.swift
[1373/1472] Compiling Atomics UnsafeAtomic.swift
[1374/1472] Compiling Atomics UnsafeAtomicLazyReference.swift
[1379/1474] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1380/1474] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1381/1474] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1382/1474] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1383/1474] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1384/1474] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1385/1474] Emitting module BitCollections
[1386/1474] Compiling Algorithms EitherSequence.swift
[1387/1474] Compiling Algorithms FirstNonNil.swift
[1388/1474] Compiling Atomics AtomicOptionalWrappable.swift
[1389/1474] Compiling Atomics AtomicReference.swift
[1390/1474] Compiling Atomics IntegerOperations.swift
[1391/1474] Compiling Atomics Unmanaged extensions.swift
[1400/1474] Compiling Algorithms Rotate.swift
[1401/1474] Compiling Algorithms Split.swift
[1402/1474] Compiling Algorithms Stride.swift
[1404/1474] Compiling BitCollections BitSet.swift
[1405/1474] Compiling BitCollections Range+Utilities.swift
[1406/1474] Compiling BitCollections Slice+Utilities.swift
[1407/1474] Compiling BitCollections UInt+Tricks.swift
[1408/1474] Compiling BitCollections _Word.swift
[1409/1474] Compiling Algorithms Combinations.swift
[1410/1474] Compiling Algorithms Compacted.swift
[1411/1474] Compiling Atomics AtomicBool.swift
[1412/1474] Compiling Atomics IntegerConformances.swift
[1413/1474] Compiling Atomics PointerConformances.swift
[1414/1474] Compiling Atomics Primitives.native.swift
[1415/1474] Compiling Algorithms Unique.swift
[1416/1474] Compiling Algorithms Windows.swift
[1420/1474] Compiling BitCollections BitSet+Hashable.swift
[1421/1474] Compiling BitCollections BitSet+Initializers.swift
[1422/1474] Compiling BitCollections BitSet+Invariants.swift
[1423/1474] Compiling BitCollections BitSet+Random.swift
[1424/1474] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1425/1474] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1429/1474] Compiling BitCollections BitArray.swift
[1430/1474] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1431/1474] Compiling BitCollections BitSet+Codable.swift
[1432/1474] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1433/1474] Compiling BitCollections BitSet+SetAlgebra union.swift
[1434/1474] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1435/1474] Compiling BitCollections BitSet.Counted.swift
[1436/1474] Compiling BitCollections BitSet.Index.swift
[1437/1474] Compiling BitCollections BitSet._UnsafeHandle.swift
[1448/1476] Emitting module Collections
[1449/1476] Compiling Collections Collections.swift
[1453/1476] Compiling CryptoBoringWrapper RandomBytes.swift
[1454/1476] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[1468/1476] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1469/1476] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1470/1476] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1471/1476] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1472/1476] Compiling CryptoBoringWrapper EllipticCurve.swift
[1473/1476] Emitting module CryptoBoringWrapper
[1474/1476] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1475/1476] Emitting module Atomics
[1476/1585] Emitting module Algorithms
[1477/1585] Compiling NIOCore IOData.swift
[1478/1585] Compiling NIOCore IPProtocol.swift
[1479/1585] Compiling NIOCore IntegerBitPacking.swift
[1480/1585] Compiling NIOCore IntegerTypes.swift
[1481/1585] Compiling NIOCore Interfaces.swift
[1482/1585] Compiling NIOCore Linux.swift
[1483/1585] Compiling NIOCore MarkedCircularBuffer.swift
[1484/1585] Compiling NIOCore MulticastChannel.swift
[1485/1585] Compiling NIOCore NIOAny.swift
[1486/1585] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1487/1585] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1488/1590] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1489/1590] Compiling NIOCore ByteBuffer-multi-int.swift
[1490/1590] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1491/1590] Compiling NIOCore ByteBuffer-views.swift
[1492/1590] Compiling NIOCore GlobalSingletons.swift
[1493/1590] Compiling NIOCore IO.swift
[1494/1590] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1495/1590] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1496/1590] Compiling NIOCore EventLoopFuture.swift
[1497/1590] Compiling NIOCore FileDescriptor.swift
[1498/1590] Compiling NIOCore FileHandle.swift
[1499/1590] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1500/1590] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1501/1590] Compiling NIOCore Channel.swift
[1502/1590] Compiling NIOCore ChannelHandler.swift
[1503/1590] Compiling NIOCore ChannelHandlers.swift
[1504/1590] Compiling NIOCore ChannelInvoker.swift
[1505/1590] Compiling NIOCore ChannelOption.swift
[1506/1590] Compiling NIOCore ChannelPipeline.swift
[1507/1590] Compiling NIOCore CircularBuffer.swift
[1508/1590] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1515/1596] Emitting module _CryptoExtras
[1516/1596] Compiling NIOCore AddressedEnvelope.swift
[1517/1596] Compiling NIOCore AsyncAwaitSupport.swift
[1518/1596] Compiling NIOCore AsyncChannel.swift
[1519/1596] Compiling NIOCore AsyncChannelHandler.swift
[1520/1596] Compiling NIOCore AsyncChannelInboundStream.swift
[1521/1596] Compiling _CryptoExtras DLEQ.swift
[1522/1596] Compiling _CryptoExtras Prover.swift
[1523/1596] Compiling _CryptoExtras Verifier.swift
[1524/1596] Compiling _CryptoExtras ZKPToolbox.swift
[1525/1596] Compiling _CryptoExtras resource_bundle_accessor.swift
[1526/1596] Compiling NIOCore SocketOptionProvider.swift
[1527/1596] Compiling NIOCore SystemCallHelpers.swift
[1528/1596] Compiling NIOCore TimeAmount+Duration.swift
[1529/1596] Compiling NIOCore TypeAssistedChannelHandler.swift
[1530/1596] Compiling NIOCore UniversalBootstrapSupport.swift
[1531/1596] Compiling NIOCore Utilities.swift
[1532/1596] Compiling NIOCore Codec.swift
[1533/1596] Compiling NIOCore ConvenienceOptionSupport.swift
[1534/1596] Compiling NIOCore DeadChannel.swift
[1535/1596] Compiling NIOCore DispatchQueue+WithFuture.swift
[1536/1596] Compiling NIOCore EventLoop+Deprecated.swift
[1537/1596] Compiling NIOCore EventLoop+SerialExecutor.swift
[1538/1596] Compiling NIOCore EventLoop.swift
[1545/1596] Compiling NIOCore ByteBuffer-conversions.swift
[1565/1596] Compiling NIOCore FileRegion.swift
[1566/1596] Compiling NIOCore NIOLoopBound.swift
[1567/1596] Compiling NIOCore NIOScheduledCallback.swift
[1568/1596] Compiling NIOCore NIOSendable.swift
[1569/1596] Compiling NIOCore RecvByteBufferAllocator.swift
[1570/1596] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1571/1596] Compiling NIOCore SocketAddresses.swift
[1572/1596] Compiling NIOCore ByteBuffer-core.swift
[1573/1596] Compiling NIOCore ByteBuffer-hex.swift
[1574/1596] Compiling NIOCore ByteBuffer-int.swift
[1586/1596] Emitting module NIOCore
[1587/1649] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1588/1649] Compiling NIOEmbedded AsyncTestingChannel.swift
[1589/1649] Emitting module NIOEmbedded
[1590/1649] Compiling NIOEmbedded Embedded.swift
[1591/1649] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1592/1649] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1593/1649] Compiling NIOPosix PosixSingletons.swift
[1594/1649] Compiling NIOPosix RawSocketBootstrap.swift
[1595/1649] Compiling NIOPosix Resolver.swift
[1596/1654] Compiling NIOPosix UnsafeTransfer.swift
[1597/1654] Compiling NIOPosix Utilities.swift
[1598/1654] Compiling NIOPosix VsockAddress.swift
[1599/1654] Compiling NIOPosix VsockChannelEvents.swift
[1600/1654] Compiling NIOPosix resource_bundle_accessor.swift
[1601/1654] Emitting module NIOPosix
[1602/1654] Compiling NIOPosix SelectorKqueue.swift
[1603/1654] Compiling NIOPosix SelectorUring.swift
[1604/1654] Compiling NIOPosix ServerSocket.swift
[1605/1654] Compiling NIOPosix Socket.swift
[1606/1654] Compiling NIOPosix SocketChannel.swift
[1607/1654] Compiling NIOPosix SocketProtocols.swift
[1608/1654] Compiling NIOPosix System.swift
[1609/1654] Compiling NIOPosix Thread.swift
[1610/1654] Compiling NIOPosix ThreadPosix.swift
[1611/1654] Compiling NIOPosix ThreadWindows.swift
[1612/1654] Compiling NIOPosix BSDSocketAPICommon.swift
[1613/1654] Compiling NIOPosix BSDSocketAPIPosix.swift
[1614/1654] Compiling NIOPosix BSDSocketAPIWindows.swift
[1615/1654] Compiling NIOPosix BaseSocket.swift
[1616/1654] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1617/1654] Compiling NIOPosix BaseSocketChannel.swift
[1618/1654] Compiling NIOPosix Selectable.swift
[1619/1654] Compiling NIOPosix SelectableChannel.swift
[1620/1654] Compiling NIOPosix SelectableEventLoop.swift
[1621/1654] Compiling NIOPosix SelectorEpoll.swift
[1622/1654] Compiling NIOPosix SelectorGeneric.swift
[1623/1654] Compiling NIOPosix GetaddrinfoResolver.swift
[1624/1654] Compiling NIOPosix HappyEyeballs.swift
[1625/1654] Compiling NIOPosix IO.swift
[1626/1654] Compiling NIOPosix IntegerBitPacking.swift
[1627/1654] Compiling NIOPosix IntegerTypes.swift
[1628/1654] Compiling NIOPosix Linux.swift
[1629/1654] Compiling NIOPosix PendingDatagramWritesManager.swift
[1630/1654] Compiling NIOPosix PendingWritesManager.swift
[1631/1654] Compiling NIOPosix PipeChannel.swift
[1632/1654] Compiling NIOPosix PipePair.swift
[1633/1654] Compiling NIOPosix Pool.swift
[1634/1654] Compiling NIOPosix LinuxCPUSet.swift
[1635/1654] Compiling NIOPosix LinuxUring.swift
[1636/1654] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1637/1654] Compiling NIOPosix NIOThreadPool.swift
[1638/1654] Compiling NIOPosix NonBlockingFileIO.swift
[1639/1654] Compiling NIOPosix BaseStreamSocketChannel.swift
[1640/1654] Compiling NIOPosix Bootstrap.swift
[1641/1654] Compiling NIOPosix ControlMessage.swift
[1642/1654] Compiling NIOPosix DatagramVectorReadManager.swift
[1643/1654] Compiling NIOPosix Errors+Any.swift
[1644/1654] Compiling NIOPosix FileDescriptor.swift
[1645/1715] Emitting module NIO
[1646/1715] Compiling NIO Exports.swift
[1647/1715] Compiling _NIOFileSystem IOStrategy.swift
[1648/1715] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1649/1757] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1650/1757] Compiling NIOHTTP1 HTTPDecoder.swift
[1651/1757] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1652/1757] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1653/1757] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1654/1757] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1655/1757] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1656/1757] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1657/1757] Compiling NIOTLS TLSEvents.swift
[1658/1757] Compiling NIOSOCKS ClientStateMachine.swift
[1659/1758] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1662/1758] Emitting module NIOSOCKS
[1663/1758] Compiling NIOSOCKS SOCKSResponse.swift
[1664/1758] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1665/1758] Compiling NIOSOCKS Messages.swift
[1666/1758] Compiling NIOSOCKS Errors.swift
[1667/1758] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1668/1758] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1669/1758] Compiling NIOSOCKS Helpers.swift
[1670/1758] Compiling NIOSOCKS SOCKSRequest.swift
[1673/1758] Compiling NIOHTTP1 HTTPEncoder.swift
[1674/1758] Compiling NIOTLS SNIHandler.swift
[1675/1758] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1676/1758] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1677/1758] Emitting module NIOTLS
[1678/1758] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1679/1759] Compiling NIOSOCKS ServerStateMachine.swift
[1680/1759] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1681/1789] Compiling NIOSSL SSLPKCS12Bundle.swift
[1682/1789] Compiling NIOSSL SSLPrivateKey.swift
[1683/1789] Compiling NIOSSL NIOSSLSecureBytes.swift
[1684/1789] Compiling NIOSSL RNG.swift
[1685/1789] Compiling NIOSSL SafeCompare.swift
[1686/1789] Compiling NIOSSL Zeroization.swift
[1687/1789] Emitting module NIOFoundationCompat
[1688/1789] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1689/1789] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1690/1789] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1691/1789] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1692/1792] Compiling NIOSSL NIOSSLServerHandler.swift
[1693/1792] Compiling NIOSSL ObjectIdentifier.swift
[1694/1814] Compiling NIOTransportServices NIOTSBootstraps.swift
[1695/1814] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1696/1814] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1697/1814] Compiling NIOTransportServices AcceptHandler.swift
[1698/1814] Emitting module _NIOFileSystem
[1699/1814] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1700/1814] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1701/1814] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1702/1814] Compiling NIOTransportServices NIOTSErrors.swift
[1703/1814] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1704/1814] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1707/1814] Compiling NIOSSL SubjectAlternativeName.swift
[1708/1814] Compiling _NIOFileSystem OpenOptions.swift
[1709/1814] Compiling _NIOFileSystem String+FileSystem.swift
[1710/1814] Compiling _NIOFileSystem resource_bundle_accessor.swift
[1711/1814] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1712/1814] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1715/1814] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1716/1814] Compiling NIOTransportServices StateManagedChannel.swift
[1717/1814] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1718/1814] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1719/1814] Compiling NIOTransportServices NIOTSSingletons.swift
[1720/1814] Compiling NIOTransportServices NIOTSEventLoop.swift
[1721/1814] Emitting module NIOHTTP1
[1724/1814] Compiling NIOSSL TLSConfiguration.swift
[1725/1814] Compiling _NIOFileSystem Errno.swift
[1726/1814] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1727/1814] Compiling _NIOFileSystem Mocking.swift
[1728/1814] Compiling _NIOFileSystem Syscall.swift
[1729/1814] Compiling _NIOFileSystem Syscalls.swift
[1730/1814] Compiling _NIOFileSystem SystemFileHandle.swift
[1731/1814] Compiling _NIOFileSystem Utilities.swift
[1732/1880] Emitting module AsyncKit
[1733/1880] Emitting module NIOTransportServices
[1735/1882] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1736/1882] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1744/1882] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1745/1882] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1746/1882] Compiling MultipartKit FormDataEncoder.swift
[1747/1882] Compiling MultipartKit Storage.swift
[1748/1882] Compiling MultipartKit MultipartPart.swift
[1749/1882] Compiling MultipartKit MultipartPartConvertible.swift
[1750/1883] Compiling NIOHPACK IndexedHeaderTable.swift
[1751/1883] Compiling NIOHPACK IntegerCoding.swift
[1752/1884] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1753/1884] Compiling MultipartKit FormDataDecoder.swift
[1754/1884] Compiling MultipartKit MultipartFormData.swift
[1755/1884] Compiling MultipartKit MultipartParser.swift
[1756/1884] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1757/1884] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1760/1884] Emitting module NIOSSL
[1761/1887] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1762/1887] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1763/1887] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1764/1888] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1765/1888] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1766/1982] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1767/1982] Compiling NIOHTTPCompression HTTPCompression.swift
[1768/1982] Compiling NIOHTTPCompression HTTPDecompression.swift
[1769/1982] Emitting module NIOHTTPCompression
[1770/1982] Compiling NIOHPACK HuffmanTables.swift
[1771/1982] Compiling X509 CountryName.swift
[1772/1982] Compiling X509 DNBuilder.swift
[1773/1984] Compiling NIOHPACK HeaderTables.swift
[1774/1984] Compiling NIOHPACK HuffmanCoding.swift
[1775/1984] Compiling X509 CMSOperations.swift
[1776/1984] Compiling X509 CMSSignature.swift
[1777/1984] Emitting module NIOExtras
[1778/1984] Compiling X509 CMSAttribute.swift
[1779/1984] Compiling X509 CMSContentInfo.swift
[1780/1984] Compiling NIOHPACK StaticHeaderTable.swift
[1781/1984] Compiling X509 BasicConstraints.swift
[1782/1984] Compiling X509 ExtendedKeyUsage.swift
[1783/1984] Compiling X509 ExtensionIdentifiers.swift
[1784/1984] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1785/1984] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1786/1984] Compiling NIOWebSocket WebSocketOpcode.swift
[1787/1984] Emitting module NIOWebSocket
[1788/1984] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1789/1984] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1790/1984] Compiling NIOWebSocket WebSocketFrame.swift
[1791/1984] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1792/1984] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1793/1984] Compiling NIOWebSocket SHA1.swift
[1794/1985] Compiling NIOHPACK HPACKErrors.swift
[1795/1985] Compiling NIOHPACK HPACKEncoder.swift
[1796/1985] Emitting module NIOHPACK
[1797/1985] Compiling NIOHPACK HPACKHeader.swift
[1800/1985] Compiling X509 CommonName.swift
[1803/1985] Compiling X509 DomainComponent.swift
[1804/1985] Compiling X509 CMSSignerInfo.swift
[1805/1985] Compiling X509 CMSVersion.swift
[1806/1985] Compiling X509 Curve25519+DER.swift
[1807/1985] Compiling X509 CMSSignedData.swift
[1808/1985] Compiling X509 CMSSignerIdentifier.swift
[1809/1985] Compiling X509 EmailAddress.swift
[1810/1985] Compiling MultipartKit MultipartSerializer.swift
[1813/1985] Compiling X509 CMSEncapsulatedContentInfo.swift
[1814/1985] Compiling MultipartKit Utilities.swift
[1815/1985] Compiling X509 OrganizationalUnitName.swift
[1816/1985] Compiling X509 Digests.swift
[1817/1985] Compiling X509 DistinguishedName.swift
[1818/1985] Compiling X509 CMSIssuerAndSerialNumber.swift
[1847/1985] Emitting module MultipartKit
[1850/1985] Compiling X509 Error.swift
[1851/1985] Compiling X509 AuthorityInformationAccess.swift
[1852/1985] Compiling X509 AuthorityKeyIdentifier.swift
[1853/2050] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1854/2050] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1855/2050] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1856/2050] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1857/2050] Compiling NIOHTTP2 StateMachineResult.swift
[1858/2050] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1859/2050] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1860/2050] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1861/2050] Compiling NIOHTTP2 MaySendFrames.swift
[1862/2050] Compiling NIOHTTP2 SendingDataState.swift
[1863/2050] Compiling NIOFileSystem Exports.swift
[1864/2050] Emitting module NIOFileSystem
[1865/2050] Emitting module _NIOFileSystemFoundationCompat
[1866/2050] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1867/2050] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1868/2050] Compiling NIOHTTP2 DOSHeuristics.swift
[1869/2050] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1870/2050] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1871/2050] Compiling NIOHTTP2 ReceivingDataState.swift
[1872/2050] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1873/2050] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1874/2050] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1875/2050] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1876/2050] Compiling NIOHTTP2 QuiescingState.swift
[1877/2050] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1878/2050] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1879/2050] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1880/2050] Compiling NIOHTTP2 MayReceiveFrames.swift
[1881/2050] Compiling NIOHTTP2 SendingGoawayState.swift
[1882/2050] Compiling NIOHTTP2 SendingHeadersState.swift
[1883/2050] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1884/2050] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1887/2050] Compiling NIOExtras WritePCAPHandler.swift
[1888/2050] Compiling NIOHTTP2 SendingRstStreamState.swift
[1889/2050] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1890/2050] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1891/2050] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1892/2050] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1893/2050] Compiling NIOHTTP2 HasLocalSettings.swift
[1894/2050] Compiling NIOHTTP2 HasRemoteSettings.swift
[1895/2064] Emitting module NIOHTTP2
[1896/2064] Compiling NIOHTTP2 Error+Any.swift
[1897/2064] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1898/2064] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1899/2064] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1900/2064] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1901/2064] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1902/2064] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1903/2064] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1904/2064] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1905/2064] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1906/2074] Compiling WebSocketKit WebSocket+Connect.swift
[1907/2074] Compiling WebSocketKit WebSocketHandler.swift
[1908/2074] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1909/2074] Compiling NIOHTTP2 StreamChannelList.swift
[1910/2074] Compiling NIOHTTP2 StreamMap.swift
[1911/2074] Compiling NIOHTTP2 StreamStateMachine.swift
[1912/2074] Compiling NIOHTTP2 UnsafeTransfer.swift
[1913/2074] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1914/2074] Compiling WebSocketKit WebSocket.swift
[1915/2074] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1916/2074] Compiling WebSocketKit Exports.swift
[1917/2074] Compiling WebSocketKit WebSocket+Concurrency.swift
[1918/2074] Emitting module WebSocketKit
[1919/2074] Compiling WebSocketKit WebSocketClient.swift
[1920/2074] Compiling NIOHTTP2 InboundEventBuffer.swift
[1921/2074] Compiling NIOHTTP2 InboundWindowManager.swift
[1922/2074] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1923/2074] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1924/2074] Compiling NIOHTTP2 HTTP2Frame.swift
[1925/2074] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1926/2074] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1927/2074] Compiling NIOHTTP2 HTTP2PingData.swift
[1928/2074] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1966/2074] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1967/2074] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1968/2074] Compiling NIOHTTP2 HTTP2Error.swift
[1969/2074] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1970/2074] Compiling NIOHTTP2 HTTP2Settings.swift
[1971/2074] Compiling NIOHTTP2 HTTP2Stream.swift
[1975/2074] Compiling NIOHTTP2 HTTP2StreamID.swift
[1987/2074] Compiling X509 OCSPSingleResponse.swift
[1988/2074] Compiling X509 OCSPTBSRequest.swift
[1989/2074] Compiling X509 OCSPVersion.swift
[1990/2074] Compiling X509 PKCS8PrivateKey.swift
[1991/2074] Compiling X509 PromiseAndFuture.swift
[1992/2074] Compiling X509 RDNAttribute.swift
[1993/2074] Compiling X509 RandomNumberGenerator+bytes.swift
[1994/2074] Compiling X509 RelativeDistinguishedName.swift
[1995/2074] Compiling X509 SEC1PrivateKey.swift
[1996/2074] Compiling X509 SecKeyWrapper.swift
[1997/2074] Compiling X509 CSRAttribute.swift
[1998/2074] Compiling X509 CSRAttributes.swift
[1999/2074] Compiling X509 CSRVersion.swift
[2000/2074] Compiling X509 CertificateSigningRequest.swift
[2001/2074] Compiling X509 CertificationRequestInfo.swift
[2002/2074] Compiling X509 ExtensionRequest.swift
[2003/2074] Compiling X509 Certificate.swift
[2004/2074] Compiling X509 CertificatePrivateKey.swift
[2005/2074] Compiling X509 CertificatePublicKey.swift
[2006/2074] Compiling X509 CertificateSerialNumber.swift
[2007/2074] Compiling X509 CertificateVersion.swift
[2010/2074] Compiling X509 NameConstraintsPolicy.swift
[2011/2074] Compiling X509 RFC5280Policy.swift
[2012/2074] Compiling X509 URIConstraints.swift
[2013/2074] Compiling X509 VersionPolicy.swift
[2014/2074] Compiling X509 ServerIdentityPolicy.swift
[2015/2074] Compiling X509 TrustRootLoading.swift
[2016/2074] Compiling X509 UnverifiedChain.swift
[2017/2074] Compiling X509 VerificationDiagnostic.swift
[2056/2074] Compiling X509 Verifier.swift
[2057/2074] Compiling X509 VerifierPolicy.swift
[2058/2074] Compiling X509 AlgorithmIdentifier.swift
[2059/2074] Compiling X509 ECDSASignature.swift
[2060/2074] Compiling X509 RSAPKCS1PublicKey.swift
[2061/2074] Compiling X509 SubjectPublicKeyInfo.swift
[2062/2074] Compiling X509 TBSCertificate.swift
[2063/2074] Compiling X509 Time.swift
[2064/2074] Compiling X509 TimeCalculations.swift
[2065/2074] Compiling X509 Validity.swift
[2074/2082] Emitting module X509
[2075/2195] Compiling JWTKit RSAError.swift
[2076/2195] Compiling JWTKit RSASigner.swift
[2077/2195] Compiling JWTKit Base64URL.swift
[2078/2195] Compiling JWTKit CryptoSigner.swift
[2079/2195] Compiling JWTKit CustomizedJSONCoders.swift
[2080/2195] Compiling JWTKit Utilities.swift
[2081/2195] Compiling JWTKit JWTSerializer.swift
[2082/2201] Emitting module AsyncHTTPClient
[2083/2201] Compiling JWTKit ECDSASigningAlgorithm.swift
[2084/2201] Compiling JWTKit AudienceClaim.swift
[2085/2201] Compiling JWTKit BoolClaim.swift
[2086/2201] Compiling JWTKit ExpirationClaim.swift
[2087/2201] Compiling JWTKit GoogleHostedDomainClaim.swift
[2088/2201] Compiling JWTKit IDClaim.swift
[2089/2201] Compiling JWTKit IssuedAtClaim.swift
[2090/2201] Compiling JWTKit JWTSigner.swift
[2091/2201] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
[2092/2201] Compiling JWTKit UnsecuredNoneSigner.swift
[2093/2201] Compiling JWTKit JWTKeyCollection+RSA.swift
[2094/2201] Compiling JWTKit RSA.swift
[2095/2201] Compiling JWTKit JWTClaim.swift
[2096/2201] Compiling AsyncHTTPClient SSLContextCache.swift
[2097/2201] Compiling AsyncHTTPClient Scheme.swift
[2098/2201] Compiling AsyncHTTPClient Singleton.swift
[2099/2201] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2100/2201] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2101/2201] Compiling AsyncHTTPClient Utils.swift
[2102/2201] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[2103/2201] Compiling JWTKit HMAC.swift
[2104/2201] Compiling JWTKit HMACError.swift
[2105/2201] Compiling JWTKit HMACSigner.swift
[2106/2201] Compiling JWTKit JWTKeyCollection+HMAC.swift
[2107/2201] Compiling JWTKit Insecure.swift
[2108/2201] Compiling AsyncHTTPClient BasicAuth.swift
[2109/2201] Compiling JWTKit JWTHeader+CommonFields.swift
[2110/2201] Compiling JWTKit JWTHeader.swift
[2111/2201] Compiling JWTKit JWTHeaderField.swift
[2112/2201] Compiling JWTKit JWTKeyCollection.swift
[2113/2201] Compiling JWTKit JWTParser.swift
[2114/2201] Compiling JWTKit JWTPayload.swift
[2115/2201] Compiling JWTKit EdDSASigner.swift
[2116/2201] Compiling JWTKit IssuerClaim.swift
[2117/2201] Compiling JWTKit JWK.swift
[2118/2201] Compiling JWTKit JWKIdentifier.swift
[2119/2201] Compiling JWTKit JWKS.swift
[2120/2201] Compiling JWTKit JWKSigner.swift
[2121/2201] Compiling JWTKit JWTAlgorithm.swift
[2122/2201] Compiling JWTKit JWTError.swift
[2123/2201] Compiling JWTKit EdDSAError.swift
[2124/2201] Compiling JWTKit ECDSA.swift
[2125/2201] Compiling JWTKit ECDSACurve.swift
[2126/2201] Compiling JWTKit ECDSACurveType.swift
[2127/2201] Compiling JWTKit ECDSAError.swift
[2128/2201] Compiling JWTKit ECDSAKeyTypes.swift
[2129/2201] Compiling JWTKit ECDSASigner.swift
[2130/2201] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[2131/2201] Compiling JWTKit P256+CurveType.swift
[2132/2201] Compiling JWTKit P384+CurveType.swift
[2133/2201] Compiling JWTKit P521+CurveType.swift
[2134/2201] Compiling JWTKit EdDSA.swift
[2135/2201] Compiling JWTKit EdDSACurve.swift
[2136/2201] Compiling JWTKit JWTMultiValueClaim.swift
[2137/2201] Compiling JWTKit JWTUnixEpochClaim.swift
[2138/2201] Compiling JWTKit LocaleClaim.swift
[2139/2201] Compiling JWTKit NotBeforeClaim.swift
[2140/2201] Compiling JWTKit SubjectClaim.swift
[2141/2201] Compiling JWTKit TenantIDClaim.swift
[2142/2397] Compiling Vapor RequestBody+Concurrency.swift
[2143/2397] Compiling Vapor Responder+Concurrency.swift
[2144/2397] Compiling Vapor ResponseCodable+Concurrency.swift
[2145/2397] Compiling Vapor RoutesBuilder+Concurrency.swift
[2146/2397] Compiling Vapor ViewRenderer+Concurrency.swift
[2147/2397] Compiling Vapor WebSocket+Concurrency.swift
[2148/2397] Compiling Vapor ContainerGetPathExecutor.swift
[2149/2403] Emitting module JWTKit
[2150/2403] Compiling Vapor Application.swift
[2151/2403] Compiling Vapor AuthenticationCache.swift
[2152/2403] Compiling Vapor Authenticator.swift
[2153/2403] Compiling Vapor BasicAuthorization.swift
[2154/2403] Compiling Vapor BearerAuthorization.swift
[2155/2403] Compiling Vapor GuardMiddleware.swift
[2156/2403] Compiling Vapor BootCommand.swift
[2157/2403] Compiling Vapor CommandContext+Application.swift
[2158/2403] Compiling Vapor RoutesCommand.swift
[2159/2403] Compiling Vapor RouteCollection.swift
[2160/2403] Compiling Vapor Routes.swift
[2161/2403] Compiling Vapor RoutesBuilder+Group.swift
[2162/2403] Compiling Vapor RoutesBuilder+Method.swift
[2163/2403] Compiling Vapor RedirectMiddleware.swift
[2164/2403] Compiling Vapor SessionAuthenticatable.swift
[2165/2403] Compiling Vapor Bcrypt.swift
[2166/2403] Compiling Vapor Application+Cache.swift
[2167/2403] Compiling Vapor Cache.swift
[2168/2403] Compiling Vapor CacheExpirationTime.swift
[2169/2403] Compiling Vapor MemoryCache.swift
[2170/2403] Compiling Vapor Request+Cache.swift
[2171/2403] Compiling Vapor Application+Clients.swift
[2172/2403] Compiling Vapor Client.swift
[2173/2403] Compiling Vapor ClientRequest.swift
[2174/2403] Compiling Vapor ClientResponse.swift
[2175/2403] Compiling Vapor Request+Client.swift
[2176/2403] Compiling Vapor AsyncMiddleware.swift
[2177/2403] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2178/2403] Compiling Vapor AsyncSessionDriver.swift
[2179/2403] Compiling Vapor Authentication+Concurrency.swift
[2180/2403] Compiling Vapor Cache+Concurrency.swift
[2181/2403] Compiling Vapor Client+Concurrency.swift
[2182/2403] Compiling Vapor Req+Service.swift
[2183/2403] Compiling Vapor Service.swift
[2184/2403] Compiling Vapor Application+Sessions.swift
[2185/2403] Compiling Vapor MemorySessions.swift
[2186/2403] Compiling Vapor Request+Session.swift
[2187/2403] Compiling Vapor Session.swift
[2188/2403] Compiling Vapor SessionCache.swift
[2189/2403] Compiling Vapor RoutesBuilder+Middleware.swift
[2190/2403] Compiling Vapor RoutesBuilder+WebSocket.swift
[2191/2403] Compiling Vapor RoutesBuilder.swift
[2192/2403] Compiling Vapor OTP.swift
[2193/2403] Compiling Vapor Application+Servers.swift
[2194/2403] Compiling Vapor Server.swift
[2195/2403] Compiling Vapor App+Service.swift
[2196/2403] Compiling Vapor SessionData.swift
[2197/2403] Compiling Vapor SessionDriver.swift
[2198/2403] Compiling Vapor SessionsConfiguration.swift
[2199/2403] Compiling Vapor ServeCommand.swift
[2200/2403] Compiling Vapor AnyResponse+Concurrency.swift
[2201/2403] Compiling Vapor AsyncBasicResponder.swift
[2202/2403] Compiling JWTKit AppleIdentityToken.swift
[2203/2403] Compiling JWTKit FirebaseAuthIdentityToken.swift
[2204/2403] Compiling JWTKit GoogleIdentityToken.swift
[2205/2403] Compiling JWTKit MicrosoftIdentityToken.swift
[2206/2403] Compiling JWTKit ValidationTimePayload.swift
[2207/2403] Compiling JWTKit X5CVerifier.swift
[2230/2403] Compiling Vapor HTTPMediaTypePreference.swift
[2231/2403] Compiling Vapor Responder.swift
[2232/2403] Compiling Vapor Application+HTTP+Server.swift
[2233/2403] Compiling Vapor HTTPServer.swift
[2234/2403] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2235/2403] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2236/2403] Compiling Vapor HTTPServerHandler.swift
[2237/2403] Compiling Vapor HTTPServerRequestDecoder.swift
[2238/2403] Compiling Vapor HTTPServerResponseEncoder.swift
[2239/2403] Compiling Vapor HTTPServerUpgradeHandler.swift
[2240/2403] Compiling Vapor Logger+Report.swift
[2241/2403] Compiling Vapor LoggingSystem+Environment.swift
[2242/2403] Compiling Vapor Application+Middleware.swift
[2243/2403] Compiling Vapor CORSMiddleware.swift
[2244/2403] Compiling Vapor ErrorMiddleware.swift
[2245/2403] Compiling Vapor FileMiddleware.swift
[2246/2403] Compiling Vapor Middleware.swift
[2247/2403] Compiling Vapor MiddlewareConfiguration.swift
[2248/2403] Compiling Vapor ResponseCompressionMiddleware.swift
[2249/2403] Compiling Vapor RouteLoggingMiddleware.swift
[2250/2403] Compiling Vapor TracingMiddleware.swift
[2251/2403] Compiling Vapor File+Multipart.swift
[2295/2424] Compiling Vapor Case.swift
[2296/2424] Compiling Vapor CharacterSet.swift
[2297/2424] Compiling Vapor Count.swift
[2298/2424] Compiling Vapor Custom.swift
[2299/2424] Compiling Vapor Email.swift
[2300/2424] Compiling Vapor Empty.swift
[2301/2424] Compiling Vapor In.swift
[2302/2424] Compiling Vapor Nil.swift
[2303/2424] Compiling Vapor NilIgnoring.swift
[2304/2424] Compiling Vapor Not.swift
[2305/2424] Compiling Vapor Or.swift
[2306/2424] Compiling Vapor Pattern.swift
[2307/2424] Compiling Vapor Range.swift
[2308/2424] Compiling Vapor URL.swift
[2309/2424] Compiling Vapor Valid.swift
[2310/2424] Compiling Vapor Application+Views.swift
[2311/2424] Compiling Vapor PlaintextRenderer.swift
[2312/2424] Compiling Vapor Request+View.swift
[2313/2424] Compiling Vapor View.swift
[2314/2424] Compiling Vapor ViewRenderer.swift
[2315/2424] Compiling Vapor _Deprecations.swift
[2316/2424] Emitting module Vapor
[2317/2424] Compiling Vapor FormDataDecoder+Content.swift
[2318/2424] Compiling Vapor FormDataEncoder+Content.swift
[2319/2424] Compiling Vapor Application+Password.swift
[2320/2424] Compiling Vapor Application+Passwords.swift
[2321/2424] Compiling Vapor AsyncPasswordHasher.swift
[2322/2424] Compiling Vapor BcryptHasher.swift
[2323/2424] Compiling Vapor PasswordHasher.swift
[2324/2424] Compiling Vapor PlaintextHasher.swift
[2325/2424] Compiling Vapor Request+Password.swift
[2326/2424] Compiling Vapor Redirect.swift
[2327/2424] Compiling Vapor Request+Body.swift
[2328/2424] Compiling Vapor Request+BodyStream.swift
[2329/2424] Compiling Vapor Request.swift
[2330/2424] Compiling Vapor Application+Responder.swift
[2331/2424] Compiling Vapor DefaultResponder.swift
[2332/2424] Compiling Vapor Response+Body.swift
[2333/2424] Compiling Vapor Response.swift
[2334/2424] Compiling Vapor ResponseCodable.swift
[2335/2424] Compiling Vapor Application+Routes.swift
[2336/2424] Compiling Vapor Parameters+Require.swift
[2337/2424] Compiling Vapor Request+WebSocket.swift
[2338/2424] Compiling Vapor Route.swift
[2339/2424] Compiling Vapor SessionsMiddleware.swift
[2340/2424] Compiling Vapor URLEncodedFormData.swift
[2341/2424] Compiling Vapor URLEncodedFormDecoder.swift
[2342/2424] Compiling Vapor URLEncodedFormEncoder.swift
[2343/2424] Compiling Vapor URLEncodedFormError.swift
[2344/2424] Compiling Vapor URLEncodedFormParser.swift
[2345/2424] Compiling Vapor URLEncodedFormSerializer.swift
[2346/2424] Compiling Vapor URLQueryFragmentConvertible.swift
[2347/2424] Compiling Vapor AnyResponse.swift
[2348/2424] Compiling Vapor Array+Random.swift
[2349/2424] Compiling Vapor Base32.swift
[2350/2424] Compiling Vapor Base64.swift
[2351/2424] Compiling Vapor BaseN.swift
[2352/2424] Compiling Vapor BasicCodingKey.swift
[2353/2424] Compiling Vapor ByteCount.swift
[2354/2424] Compiling Vapor Bytes+Hex.swift
[2355/2424] Compiling Vapor Bytes+SecureCompare.swift
[2356/2424] Compiling Vapor Collection+Safe.swift
[2357/2424] Compiling Vapor DataProtocol+Copy.swift
[2358/2424] Compiling Vapor DecoderUnwrapper.swift
[2359/2424] Compiling Vapor DirectoryConfiguration.swift
[2360/2424] Compiling Vapor PlaintextDecoder.swift
[2361/2424] Compiling Vapor PlaintextEncoder.swift
[2362/2424] Compiling Vapor URLQueryCoders.swift
[2363/2424] Compiling Vapor URLQueryContainer.swift
[2364/2424] Compiling Vapor Core.swift
[2365/2424] Compiling Vapor Running.swift
[2366/2424] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2367/2424] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2368/2424] Compiling Vapor DotEnvFile+load.swift
[2369/2424] Compiling Vapor Routes+caseInsenstive.swift
[2370/2424] Compiling Vapor Validatable+validate.swift
[2371/2424] Compiling Vapor Environment+Process.swift
[2372/2424] Compiling Vapor Environment+Secret.swift
[2373/2424] Compiling Vapor Environment.swift
[2374/2424] Compiling Vapor Abort.swift
[2375/2424] Compiling Vapor AbortError.swift
[2376/2424] Compiling Vapor DebuggableError.swift
[2377/2424] Compiling Vapor Demangler.swift
[2378/2424] Compiling Vapor ErrorSource.swift
[2379/2424] Compiling Vapor StackTrace.swift
[2380/2424] Compiling Vapor Exports.swift
[2381/2424] Compiling Vapor Application+HTTP.swift
[2382/2424] Compiling Vapor BasicResponder.swift
[2383/2424] Compiling Vapor BodyStream.swift
[2384/2424] Compiling Vapor Application+HTTP+Client.swift
[2385/2424] Compiling Vapor EventLoopHTTPClient.swift
[2386/2424] Compiling Vapor EndpointCache.swift
[2387/2424] Compiling Vapor HTTPMethod+String.swift
[2388/2424] Compiling Vapor HTTPStatus.swift
[2389/2424] Compiling Vapor HTTPCookies.swift
[2390/2424] Compiling Vapor HTTPHeaderCacheControl.swift
[2391/2424] Compiling Vapor HTTPHeaderExpires.swift
[2392/2424] Compiling Vapor HTTPHeaderLastModified.swift
[2393/2424] Compiling Vapor HTTPHeaders+Cache.swift
[2394/2424] Compiling Vapor HTTPHeaders+Connection.swift
[2395/2424] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2396/2424] Compiling Vapor HTTPHeaders+ContentRange.swift
[2397/2424] Compiling Vapor HTTPHeaders+Directive.swift
[2398/2424] Compiling Vapor HTTPHeaders+Forwarded.swift
[2399/2424] Compiling Vapor HTTPHeaders+Link.swift
[2400/2424] Compiling Vapor HTTPHeaders+Name.swift
[2401/2424] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2402/2424] Compiling Vapor HTTPHeaders.swift
[2403/2424] Compiling Vapor HTTPMediaType.swift
[2404/2424] Compiling Vapor DotEnv.swift
[2405/2424] Compiling Vapor Extendable.swift
[2406/2424] Compiling Vapor File.swift
[2407/2424] Compiling Vapor FileIO.swift
[2408/2424] Compiling Vapor LifecycleHandler.swift
[2409/2424] Compiling Vapor OptionalType.swift
[2410/2424] Compiling Vapor RFC1123.swift
[2411/2424] Compiling Vapor SocketAddress+Hostname.swift
[2412/2424] Compiling Vapor Storage.swift
[2413/2424] Compiling Vapor String+IsIPAddress.swift
[2414/2424] Compiling Vapor Thread.swift
[2415/2424] Compiling Vapor URI.swift
[2416/2424] Compiling Vapor RangeResult.swift
[2417/2424] Compiling Vapor Validatable.swift
[2418/2424] Compiling Vapor Validation.swift
[2419/2424] Compiling Vapor ValidationKey.swift
[2420/2424] Compiling Vapor Validations.swift
[2421/2424] Compiling Vapor ValidationsError.swift
[2422/2424] Compiling Vapor Validator.swift
[2423/2424] Compiling Vapor ValidatorResult.swift
[2424/2424] Compiling Vapor And.swift
[2425/2434] Compiling JWT JWT+FirebaseAuth.swift
[2426/2435] Compiling JWT JWT+Google.swift
[2427/2435] Compiling JWT JWT+Microsoft.swift
[2428/2435] Compiling JWT JWKSCache.swift
[2429/2435] Compiling JWT JWTError+Vapor.swift
[2430/2435] Compiling JWT Application+JWT.swift
[2431/2435] Emitting module JWT
[2432/2435] Compiling JWT Exports.swift
[2433/2435] Compiling JWT JWT+Apple.swift
[2434/2435] Compiling JWT JWTAuthenticator.swift
[2435/2435] Compiling JWT Request+JWT.swift
Build complete! (96.81s)
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/jwt-kit.git
[1/9049] Fetching jwt-kit
[635/83386] Fetching jwt-kit, vapor
Fetched https://github.com/vapor/vapor.git from cache (2.39s)
Fetched https://github.com/vapor/jwt-kit.git from cache (2.39s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.1.2 (2.91s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/apple/swift-log.git from cache
[1/6112] Fetching swift-certificates
Fetched https://github.com/apple/swift-log.git from cache (0.76s)
Fetched https://github.com/apple/swift-crypto.git from cache (0.76s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.03s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (2.18s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.56s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.66s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.58s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.47s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.61s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-metrics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.47s)
Fetching https://github.com/apple/swift-nio-extras.git from cache
[1/2605] Fetching websocket-kit
[132/3668] Fetching websocket-kit, swift-service-context
[281/6876] Fetching websocket-kit, swift-service-context, multipart-kit
[1503/11850] Fetching websocket-kit, swift-service-context, multipart-kit, swift-distributed-tracing
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.49s)
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.65s)
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetched https://github.com/vapor/websocket-kit.git from cache (1.72s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.72s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.72s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.73s)
Fetched https://github.com/apple/swift-service-context.git from cache (1.73s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-metrics.git from cache (1.77s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/swift-server/async-http-client.git from cache
[1/20727] Fetching routing-kit
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.69s)
[2/23097] Fetching routing-kit, async-kit
[488/28582] Fetching routing-kit, async-kit, console-kit
Fetched https://github.com/vapor/async-kit.git from cache (1.03s)
Fetched https://github.com/vapor/console-kit.git from cache (1.03s)
Fetched https://github.com/apple/swift-nio.git from cache (1.06s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.04s)
[16168/20727] Fetching routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.32s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.59s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.48s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.71s)
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.79s)
Fetched https://github.com/apple/swift-collections.git from cache (0.80s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (1.30s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.47s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.46s)
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.57s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.18s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.47s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.02s)
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.54s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.54s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.04s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.48s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.61s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.47s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.72s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.49s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.49s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.58s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.61s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.48s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.49s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.48s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.1.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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "jwt-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt-kit.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.101.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "jwt",
  "name" : "jwt",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "JWT",
      "targets" : [
        "JWT"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JWTTests",
      "module_type" : "SwiftTarget",
      "name" : "JWTTests",
      "path" : "Tests/JWTTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "Helpers/ByteBuffer+string.swift",
        "Helpers/isLoggingConfigured.swift",
        "Helpers/withApp.swift",
        "JWTTests.swift",
        "Types/LoginCredentials.swift",
        "Types/LoginResponse.swift",
        "Types/TestUser.swift",
        "Types/UserAuthenticator.swift"
      ],
      "target_dependencies" : [
        "JWT"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JWT",
      "module_type" : "SwiftTarget",
      "name" : "JWT",
      "path" : "Sources/JWT",
      "product_dependencies" : [
        "JWTKit",
        "Vapor"
      ],
      "product_memberships" : [
        "JWT"
      ],
      "sources" : [
        "Application+JWT.swift",
        "Exports.swift",
        "JWKSCache.swift",
        "JWT+Apple.swift",
        "JWT+FirebaseAuth.swift",
        "JWT+Google.swift",
        "JWT+Microsoft.swift",
        "JWTAuthenticator.swift",
        "JWTError+Vapor.swift",
        "Request+JWT.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.