The Swift Package Index logo.Swift Package Index

Build Information

Successful build of fs-app-health-checks, reference main (bb9bd5), with Swift 6.1 for macOS (SPM) on 30 Apr 2026 18:37:16 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.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LLCFreedom-Space/fs-app-health-checks.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LLCFreedom-Space/fs-app-health-checks
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bb9bd5c Refactor psql request (#36)
Cloned https://github.com/LLCFreedom-Space/fs-app-health-checks.git
Revision (git rev-parse @):
bb9bd5c6686aa441a7802a4f45857d9919eae3f6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/LLCFreedom-Space/fs-app-health-checks.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/LLCFreedom-Space/fs-app-health-checks.git
https://github.com/LLCFreedom-Space/fs-app-health-checks.git
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.115.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.5.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "fluent-postgres-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-postgres-driver.git"
    },
    {
      "identity" : "mongokitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.16.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/orlandos-nl/MongoKitten.git"
    },
    {
      "identity" : "redis",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.14.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/redis.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin.git"
    }
  ],
  "manifest_display_name" : "fs-app-health-checks",
  "name" : "fs-app-health-checks",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "HealthChecks",
      "targets" : [
        "HealthChecks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HealthChecksMocks",
      "targets" : [
        "HealthChecksMocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HealthChecksTests",
      "module_type" : "SwiftTarget",
      "name" : "HealthChecksTests",
      "path" : "Tests/HealthChecksTests",
      "product_dependencies" : [
        "VaporTesting"
      ],
      "sources" : [
        "ApplicationHealthChecksTests/ApplicationHealthChecksCheckTests.swift",
        "ApplicationHealthChecksTests/ApplicationHealthChecksUptimeTests.swift",
        "ConsulHealthChecksTests/ConsulHealthChecksCheckTests.swift",
        "ConsulHealthChecksTests/ConsulHealthChecksResponseTimeTests.swift",
        "ConsulHealthChecksTests/ConsulHealthChecksStatusTests.swift",
        "HealthCheckItemTests.swift",
        "HealthChecksTests.swift",
        "MongoHealthChecksTests.swift",
        "MongoRequestTests.swift",
        "PostgresHealthChecksTests.swift",
        "RedisHealthChecksTests.swift"
      ],
      "target_dependencies" : [
        "HealthChecks",
        "HealthChecksMocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HealthChecksMocks",
      "module_type" : "SwiftTarget",
      "name" : "HealthChecksMocks",
      "path" : "Sources/HealthChecksMocks",
      "product_memberships" : [
        "HealthChecksMocks"
      ],
      "sources" : [
        "Mocks/ApplicationHealthChecksMock.swift",
        "Mocks/ConsulHealthChecksMock.swift",
        "Mocks/MockClient.swift",
        "Mocks/MongoHealthChecksMock.swift",
        "Mocks/MongoRequestMock.swift",
        "Mocks/PostgresHealthChecksMock.swift",
        "Mocks/PsqlRequestMock.swift",
        "Mocks/RedisHealthChecksMock.swift",
        "Mocks/RedisRequestMock.swift"
      ],
      "target_dependencies" : [
        "HealthChecks"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HealthChecks",
      "module_type" : "SwiftTarget",
      "name" : "HealthChecks",
      "path" : "Sources/HealthChecks",
      "product_dependencies" : [
        "Vapor",
        "Fluent",
        "FluentPostgresDriver",
        "Redis",
        "MongoKitten"
      ],
      "product_memberships" : [
        "HealthChecks",
        "HealthChecksMocks"
      ],
      "sources" : [
        "ApplicationHealthChecks/ApplicationChecksProtocol.swift",
        "ApplicationHealthChecks/ApplicationHealthChecks.swift",
        "ApplicationHealthChecks/ApplicationHealthChecksProtocol.swift",
        "ChecksProtocol.swift",
        "ConsulHealthChecks/ConsulConfig.swift",
        "ConsulHealthChecks/ConsulHealthChecks.swift",
        "ConsulHealthChecks/ConsulHealthChecksProtocol.swift",
        "Extensions/Application+Extensions.swift",
        "HealthChecks.swift",
        "Models/ComponentName.swift",
        "Models/ComponentType.swift",
        "Models/HealthCheck.swift",
        "Models/HealthCheckItem+Equatable.swift",
        "Models/HealthCheckItem.swift",
        "Models/HealthCheckStatus.swift",
        "Models/MeasurementType.swift",
        "MongoHealthChecks/MongoChecksProtocol.swift",
        "MongoHealthChecks/MongoHealthChecks.swift",
        "MongoHealthChecks/MongoHealthChecksProtocol.swift",
        "MongoHealthChecks/MongoRequest.swift",
        "MongoHealthChecks/MongoRequestSendable.swift",
        "PostgresHealthChecks/PostgresChecksProtocol.swift",
        "PostgresHealthChecks/PostgresHealthChecks.swift",
        "PostgresHealthChecks/PostgresHealthChecksProtocol.swift",
        "PostgresHealthChecks/PsqlRequest.swift",
        "PostgresHealthChecks/PsqlRequestSendable.swift",
        "RedisHealthChecks/RedisChecksProtocol.swift",
        "RedisHealthChecks/RedisHealthChecks.swift",
        "RedisHealthChecks/RedisHealthChecksProtocol.swift",
        "RedisHealthChecks/RedisRequest.swift",
        "RedisHealthChecks/RedisRequestSendable.swift",
        "Utilities/Constants.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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/887] Write sources
[11/887] Copying PrivacyInfo.xcprivacy
[13/887] Write sources
[16/887] Copying PrivacyInfo.xcprivacy
[16/887] Write sources
[19/887] Copying PrivacyInfo.xcprivacy
[20/887] Write sources
[22/887] Copying PrivacyInfo.xcprivacy
[22/887] Write sources
[84/887] Compiling CNIOWindows WSAStartup.c
[84/887] Compiling CNIOWASI CNIOWASI.c
[86/887] Compiling CSystem shims.c
[86/887] Compiling CNIOWindows shim.c
[88/887] Compiling _NumericsShims _NumericsShims.c
[89/887] Write swift-version-2F0A5646E1D333AE.txt
[90/887] Compiling CNIOOpenBSD shim.c
[91/887] Compiling CNIOLinux shim.c
[92/887] Compiling CNIOLinux liburing_shims.c
[93/887] Compiling CNIOPosix event_loop_id.c
[94/893] Compiling CNIOSHA1 c_nio_sha1.c
[95/901] Compiling CVaporBcrypt blf.c
[96/901] Compiling CNIOLLHTTP c_nio_http.c
[97/901] Compiling _AtomicsShims.c
[98/901] Compiling CVaporBcrypt bcrypt.c
[99/969] Compiling CNIOLLHTTP c_nio_llhttp.c
[101/988] Emitting module _NIOBase64
[102/988] Compiling _NIOBase64 Base64.swift
[103/988] Compiling ServiceContextModule ServiceContextKey.swift
[104/988] Compiling RealModule RealFunctions.swift
[105/988] Compiling RealModule Real.swift
[106/989] Emitting module ServiceContextModule
[107/989] Compiling ServiceContextModule ServiceContext.swift
[108/989] Compiling RealModule Float80+Real.swift
[109/989] Compiling RealModule Float16+Real.swift
[110/989] Compiling RealModule RelaxedArithmetic.swift
[111/989] Emitting module _CertificateInternals
[112/989] Compiling _CertificateInternals _TinyArray.swift
[113/989] Compiling RealModule ElementaryFunctions.swift
[114/989] Compiling RealModule Double+Real.swift
[115/989] Compiling RealModule AugmentedArithmetic.swift
[116/989] Compiling InternalCollectionsUtilities Debugging.swift
[117/989] Compiling InternalCollectionsUtilities Descriptions.swift
[118/989] Emitting module RealModule
[119/989] Compiling RealModule Float+Real.swift
[120/1090] Compiling _NIODataStructures _TinyArray.swift
[121/1090] Compiling Instrumentation InstrumentationSystem.swift
[122/1090] Compiling Instrumentation NoOpInstrument.swift
[123/1090] Compiling Crypto ECDSASignature.swift
[124/1090] Compiling Crypto PEMDocument.swift
[125/1090] Compiling Crypto MLKEM_wrapper.swift
[126/1090] Compiling Crypto XWing_boring.swift
[127/1090] Compiling Crypto GeneralizedTime.swift
[128/1090] Compiling Crypto ObjectIdentifier.swift
[129/1090] Compiling Crypto ECDH_boring.swift
[130/1090] Compiling Crypto DH.swift
[131/1090] Emitting module InternalCollectionsUtilities
[132/1090] Compiling Crypto ASN1Identifier.swift
[133/1090] Compiling Crypto ASN1Integer.swift
[134/1090] Compiling Crypto MLKEM.swift
[135/1090] Compiling Crypto XWing.swift
[136/1090] Compiling Crypto ASN1Null.swift
[137/1090] Compiling Crypto ASN1OctetString.swift
[138/1090] Compiling Crypto ASN1Strings.swift
[139/1090] Compiling Crypto ArraySliceBigint.swift
[140/1090] Compiling Crypto KEM-Errors.swift
[141/1090] Compiling Crypto KEM.swift
[142/1091] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[142/1091] Compiling CNIOLLHTTP c_nio_api.c
[144/1091] Emitting module Logging
[145/1091] Compiling Logging Locks.swift
[146/1091] Compiling _NIODataStructures PriorityQueue.swift
[147/1091] Emitting module _NIODataStructures
[148/1091] Compiling _NIODataStructures Heap.swift
[149/1091] Compiling Instrumentation MultiplexInstrument.swift
[150/1091] Emitting module Instrumentation
[151/1091] Compiling Instrumentation Locks.swift
[152/1091] Compiling Instrumentation Instrument.swift
[165/1094] Compiling Logging LogEvent.swift
[166/1094] Compiling Logging MetadataProvider.swift
[167/1094] Compiling Logging LogHandler.swift
[168/1094] Compiling Logging Logging.swift
[169/1094] Compiling ConcurrencyHelpers Lock.swift
[170/1094] Compiling ConcurrencyHelpers LockedValueBox.swift
[171/1094] Emitting module ConcurrencyHelpers
[172/1094] Emitting module SystemPackage
[173/1240] Compiling OrderedCollections OrderedDictionary+Codable.swift
[174/1240] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[175/1240] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[176/1240] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[177/1240] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[178/1240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[179/1240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[180/1240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[181/1247] Compiling OrderedCollections OrderedSet+Insertions.swift
[182/1247] Compiling OrderedCollections OrderedSet+Invariants.swift
[183/1247] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[184/1247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[185/1247] Compiling OrderedCollections OrderedSet+Hashable.swift
[186/1247] Compiling OrderedCollections OrderedSet+Initializers.swift
[190/1247] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[191/1247] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[192/1247] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[194/1247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[195/1247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[196/1247] Compiling CoreMetrics WithMetricsFactory.swift
[197/1247] Compiling CoreMetrics Locks.swift
[198/1247] Compiling CoreMetrics Metrics.swift
[199/1247] Emitting module CoreMetrics
[200/1247] Compiling CoreMetrics MappingMetricsFactory.swift
[201/1247] Compiling HeapModule Heap+UnsafeHandle.swift
[202/1247] Compiling HeapModule _HeapNode.swift
[203/1247] Compiling HeapModule Heap+Invariants.swift
[204/1247] Compiling HeapModule Heap.swift
[205/1247] Emitting module HeapModule
[206/1247] Compiling HeapModule Heap+Descriptions.swift
[207/1247] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[208/1255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[209/1255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[210/1255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[211/1255] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[212/1255] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[213/1255] Compiling OrderedCollections OrderedSet+Sendable.swift
[214/1255] Compiling OrderedCollections OrderedSet+Codable.swift
[215/1255] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[216/1255] Compiling OrderedCollections OrderedSet+Descriptions.swift
[217/1255] Compiling OrderedCollections OrderedSet+Diffing.swift
[218/1255] Compiling OrderedCollections OrderedSet+Equatable.swift
[219/1255] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[220/1261] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[221/1261] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[222/1261] Compiling OrderedCollections OrderedDictionary+Values.swift
[223/1261] Compiling Tracing TracerProtocol.swift
[224/1261] Compiling Tracing TracingTime.swift
[225/1261] Compiling OrderedCollections _Hashtable+Header.swift
[231/1261] Compiling Tracing Tracer.swift
[232/1261] Compiling Tracing TracerProtocol+Legacy.swift
[233/1261] Compiling OrderedCollections OrderedDictionary+Elements.swift
[234/1261] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[235/1261] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[236/1261] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[237/1261] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[238/1261] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[239/1261] Compiling OrderedCollections _HashTable+Bucket.swift
[240/1261] Compiling OrderedCollections _HashTable+BucketIterator.swift
[241/1261] Compiling OrderedCollections _HashTable+Constants.swift
[242/1261] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[243/1261] Compiling OrderedCollections _HashTable+Testing.swift
[244/1261] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[245/1261] Compiling OrderedCollections _HashTable.swift
[247/1339] Compiling Tracing NoOpTracer.swift
[248/1339] Compiling Tracing InstrumentationSystem+Tracing.swift
[249/1339] Compiling Tracing SpanProtocol.swift
[250/1339] Emitting module Tracing
[251/1373] Compiling ContainersPreview Borrow.swift
[252/1373] Compiling ContainersPreview Box.swift
[253/1373] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[254/1373] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[255/1373] Compiling HashTreeCollections TreeSet+Equatable.swift
[256/1373] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[257/1373] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[258/1373] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[259/1373] Compiling ContainersPreview ContainerIterator.swift
[260/1373] Compiling ContainersPreview DynamicContainer.swift
[261/1373] Compiling ContainersPreview MutableContainer.swift
[262/1373] Compiling ContainersPreview PermutableContainer.swift
[263/1373] Compiling ContainersPreview RandomAccessContainer.swift
[264/1373] Compiling ContainersPreview RangeExpression2.swift
[265/1373] Compiling ContainersPreview RangeReplaceableContainer.swift
[266/1373] Compiling ContainersPreview Drain+Map.swift
[267/1373] Compiling ContainersPreview Drain+Reduce.swift
[268/1373] Compiling ContainersPreview Drain.swift
[269/1373] Compiling ContainersPreview Producer+Collect.swift
[270/1373] Compiling ContainersPreview BidirectionalContainer.swift
[271/1373] Compiling ContainersPreview Container+Filter.swift
[272/1373] Compiling ContainersPreview Container+SpanwiseZip.swift
[273/1373] Compiling ContainersPreview Container.swift
[274/1373] Compiling ContainersPreview Producer.swift
[275/1373] Compiling ContainersPreview Producer+Filter.swift
[276/1373] Compiling ContainersPreview Producer+Map.swift
[277/1373] Compiling ContainersPreview Producer+Reduce.swift
[278/1376] Compiling ContainersPreview OutputSpan+Extras.swift
[279/1376] Compiling ContainersPreview TemporaryAllocation.swift
[280/1376] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[281/1376] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[282/1376] Emitting module ContainersPreview
[283/1376] Compiling ContainersPreview Inout.swift
[284/1376] Compiling ContainersPreview InputSpan.swift
[285/1376] Compiling ContainersPreview Shared.swift
[304/1376] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[305/1376] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[306/1376] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[307/1376] Compiling ContainersPreview BorrowingSequence.swift
[308/1376] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[309/1376] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[312/1376] Emitting module UnixSignals
[313/1376] Compiling UnixSignals UnixSignal.swift
[314/1376] Compiling UnixSignals UnixSignalsSequence.swift
[315/1376] Compiling HashTreeCollections _HashNode+Structural merge.swift
[316/1376] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[317/1376] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[318/1376] Compiling HashTreeCollections _HashNode+Structural union.swift
[319/1376] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[320/1376] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[321/1376] Compiling _RopeModule _CharacterRecognizer.swift
[343/1376] Compiling HashTreeCollections TreeSet+Extras.swift
[344/1376] Compiling HashTreeCollections TreeSet+Filter.swift
[345/1376] Compiling HashTreeCollections TreeSet+Hashable.swift
[346/1376] Compiling _MongoKittenCrypto SHA256.swift
[347/1417] Compiling _MongoKittenCrypto SHA1.swift
[348/1417] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[349/1417] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[350/1417] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[351/1417] Compiling HashTreeCollections _AncestorHashSlots.swift
[352/1417] Compiling HashTreeCollections _Bitmap.swift
[353/1417] Compiling HashTreeCollections _Bucket.swift
[354/1417] Compiling HashTreeCollections _Hash.swift
[355/1417] Compiling HashTreeCollections _HashLevel.swift
[356/1417] Compiling HashTreeCollections _HashNode+Builder.swift
[357/1417] Compiling HashTreeCollections _HashNode+Debugging.swift
[358/1417] Compiling HashTreeCollections _HashNode+Initializers.swift
[359/1417] Compiling HashTreeCollections _HashNode+Invariants.swift
[360/1417] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[361/1417] Compiling HashTreeCollections TreeDictionary+Filter.swift
[362/1417] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[363/1417] Compiling HashTreeCollections TreeSet+Sendable.swift
[364/1417] Compiling HashTreeCollections TreeSet+Sequence.swift
[365/1417] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[366/1417] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[367/1417] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[368/1417] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[369/1417] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[370/1417] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[371/1417] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[372/1417] Compiling HashTreeCollections TreeDictionary+Keys.swift
[373/1417] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[374/1417] Compiling HashTreeCollections TreeDictionary+Merge.swift
[375/1417] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[376/1417] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[377/1417] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[378/1417] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[379/1417] Compiling DequeModule UniqueDeque+Append.swift
[380/1417] Compiling DequeModule UniqueDeque+Consumption.swift
[381/1417] Compiling DequeModule UniqueDeque+Container.swift
[382/1417] Compiling DequeModule UniqueDeque+Descriptions.swift
[383/1417] Compiling DequeModule UniqueDeque+Insertions.swift
[384/1417] Compiling DequeModule UniqueDeque+Prepend.swift
[385/1417] Compiling DequeModule UniqueDeque+Removals.swift
[386/1417] Compiling DequeModule UniqueDeque+Replacements.swift
[387/1421] Compiling DequeModule RigidDeque+Consumption.swift
[388/1421] Compiling DequeModule RigidDeque+Container.swift
[389/1421] Compiling DequeModule RigidDeque+Descriptions.swift
[390/1421] Compiling DequeModule RigidDeque+Equatable.swift
[391/1421] Compiling DequeModule RigidDeque+Experimental.swift
[392/1421] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[393/1421] Compiling DequeModule Deque+Extras.swift
[394/1421] Emitting module Crypto
[400/1430] Compiling CNIOExtrasZlib zutil.c
[402/1430] Compiling SwiftASN1 DER.swift
[402/1431] Compiling CNIOExtrasZlib trees.c
[403/1431] Compiling CNIOExtrasZlib inftrees.c
[404/1431] Compiling CNIOExtrasZlib inflate.c
[406/1431] Emitting module _RopeModule
[406/1431] Compiling CNIOExtrasZlib inffast.c
[408/1431] Compiling DequeModule RigidDeque+Insertions.swift
[409/1431] Compiling DequeModule RigidDeque+Prepend.swift
[414/1431] Compiling CNIOExtrasZlib crc32.c
[415/1431] Compiling CNIOExtrasZlib deflate.c
[416/1431] Compiling CNIOExtrasZlib adler32.c
[418/1431] Compiling DequeModule UniqueDeque+Equatable.swift
[419/1431] Compiling DequeModule UniqueDeque+Experimental.swift
[420/1431] Compiling DequeModule UniqueDeque+Hashable.swift
[421/1431] Compiling DequeModule UniqueDeque+Initializers.swift
[422/1431] Compiling DequeModule Deque._UnsafeHandle.swift
[423/1431] Compiling DequeModule Deque.swift
[424/1431] Compiling DequeModule _DequeBuffer.swift
[425/1431] Compiling DequeModule _DequeBufferHeader.swift
[426/1431] Compiling DequeModule RigidDeque+Append.swift
[427/1431] Compiling DequeModule RigidDeque+Removals.swift
[428/1431] Compiling DequeModule RigidDeque+Replacements.swift
[429/1431] Compiling DequeModule RigidDeque+Testing.swift
[430/1431] Compiling DequeModule RigidDeque.swift
[431/1431] Compiling DequeModule Deque+Codable.swift
[432/1431] Compiling DequeModule Deque+Collection.swift
[433/1431] Compiling DequeModule Deque+CustomReflectable.swift
[434/1431] Compiling DequeModule Deque+Descriptions.swift
[435/1431] Compiling DequeModule Deque+Equatable.swift
[448/1439] Emitting module OrderedCollections
[448/1439] Compiling fiat_p256_adx_sqr.S
[450/1439] Compiling DequeModule Deque._Storage.swift
[451/1439] Compiling DequeModule RigidDeque+Hashable.swift
[452/1439] Compiling DequeModule RigidDeque+Initializers.swift
[458/1439] Compiling fiat_p256_adx_mul.S
[459/1439] Compiling fiat_curve25519_adx_square.S
[463/1439] Compiling DequeModule Deque+Hashable.swift
[464/1439] Compiling DequeModule Deque+Testing.swift
[474/1439] Compiling fiat_curve25519_adx_mul.S
[485/1439] Compiling SwiftASN1 Errors.swift
[491/1439] Compiling DequeModule UniqueDeque.swift
[492/1439] Compiling DequeModule _DequeSlot.swift
[493/1439] Compiling DequeModule _UnsafeDequeHandle.swift
[503/1439] Compiling DequeModule _UnsafeDequeSegments.swift
[511/1439] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[512/1439] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[513/1439] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[514/1439] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[515/1439] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[516/1439] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[517/1439] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[518/1439] Compiling HashTreeCollections TreeSet.swift
[518/1439] Compiling CNIODarwin shim.c
[519/1439] Compiling CNIOBoringSSLShims shims.c
[542/1439] Emitting module DequeModule
[543/1439] Compiling _MongoKittenCrypto MD5.swift
[544/1439] Compiling _MongoKittenCrypto PBKDF2.swift
[545/1439] Compiling _MongoKittenCrypto HMAC.swift
[546/1439] Compiling _MongoKittenCrypto Hash.swift
[547/1439] Emitting module _MongoKittenCrypto
[548/1439] Compiling _MongoKittenCrypto Hex.swift
[561/1439] Emitting module SwiftASN1
[574/1439] Emitting module Metrics
[575/1439] Compiling Metrics Metrics.swift
[604/1439] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[652/1439] Compiling Crypto RNG_boring.swift
[653/1439] Compiling Crypto SafeCompare_boring.swift
[654/1439] Compiling Crypto Zeroization_boring.swift
[655/1439] Compiling Crypto _CryptoModuleAnchor.swift
[656/1439] Compiling Crypto PrettyBytes.swift
[657/1439] Compiling Crypto SafeCompare.swift
[658/1439] Compiling Crypto SecureBytes.swift
[659/1439] Compiling Crypto Zeroization.swift
[660/1439] Compiling Crypto resource_bundle_accessor.swift
[661/1439] Emitting module HashTreeCollections
[661/1439] Compiling tls13_server.cc
[662/1439] Compiling tls_record.cc
[662/1439] Compiling tls_method.cc
[665/1439] Compiling RoutingKit Router.swift
[665/1439] Compiling tls13_enc.cc
[667/1439] Compiling RoutingKit TrieRouter.swift
[668/1439] Compiling RoutingKit Parameters.swift
[669/1439] Compiling RoutingKit PathComponent.swift
[670/1439] Emitting module RoutingKit
[671/1439] Compiling RoutingKit AnyRouter.swift
[671/1439] Compiling t1_enc.cc
[672/1439] Compiling tls13_client.cc
[673/1439] Compiling tls13_both.cc
[674/1439] Compiling ssl_x509.cc
[675/1439] Compiling ssl_versions.cc
[676/1439] Compiling ssl_stat.cc
[677/1439] Compiling ssl_transcript.cc
[678/1439] Compiling ssl_session.cc
[679/1439] Compiling ssl_privkey.cc
[680/1439] Compiling ssl_file.cc
[681/1439] Compiling ssl_key_share.cc
[682/1439] Compiling ssl_credential.cc
[683/1439] Compiling ssl_lib.cc
[684/1439] Compiling ssl_cipher.cc
[685/1439] Compiling ssl_buffer.cc
[686/1439] Compiling ssl_cert.cc
[687/1439] Compiling ssl_asn1.cc
[688/1439] Compiling ssl_aead_ctx.cc
[689/1439] Compiling s3_pkt.cc
[690/1439] Compiling s3_lib.cc
[691/1439] Compiling s3_both.cc
[692/1439] Compiling handshake_server.cc
[693/1439] Compiling handshake_client.cc
[694/1439] Compiling handshake.cc
[695/1439] Compiling handoff.cc
[696/1439] Compiling md5-x86_64-linux.S
[697/1439] Compiling encrypted_client_hello.cc
[698/1439] Compiling dtls_record.cc
[699/1439] Compiling md5-x86_64-apple.S
[700/1439] Compiling md5-586-linux.S
[701/1439] Compiling md5-586-apple.S
[702/1439] Compiling chacha20_poly1305_x86_64-linux.S
[703/1439] Compiling extensions.cc
[704/1439] Compiling chacha20_poly1305_armv8-win.S
[705/1439] Compiling chacha20_poly1305_x86_64-apple.S
[706/1439] Compiling chacha20_poly1305_armv8-linux.S
[707/1439] Compiling dtls_method.cc
[708/1439] Compiling chacha-x86_64-linux.S
[709/1439] Compiling chacha-x86_64-apple.S
[710/1439] Compiling chacha-x86-linux.S
[711/1439] Compiling chacha20_poly1305_armv8-apple.S
[712/1439] Compiling chacha-x86-apple.S
[713/1439] Compiling chacha-armv8-win.S
[714/1439] Compiling chacha-armv8-linux.S
[715/1439] Compiling chacha-armv4-linux.S
[716/1439] Compiling chacha-armv8-apple.S
[717/1439] Compiling aes128gcmsiv-x86_64-linux.S
[718/1439] Compiling aes128gcmsiv-x86_64-apple.S
[719/1439] Compiling d1_srtp.cc
[720/1439] Compiling x86_64-mont5-linux.S
[721/1439] Compiling x86_64-mont5-apple.S
[722/1439] Compiling x86_64-mont-apple.S
[723/1439] Compiling x86_64-mont-linux.S
[724/1439] Compiling d1_pkt.cc
[725/1439] Compiling x86-mont-linux.S
[726/1439] Compiling err_data.cc
[727/1439] Compiling x86-mont-apple.S
[728/1439] Compiling vpaes-x86_64-linux.S
[729/1439] Compiling vpaes-x86_64-apple.S
[730/1439] Compiling vpaes-x86-linux.S
[731/1439] Compiling bio_ssl.cc
[732/1439] Compiling vpaes-x86-apple.S
[733/1439] Compiling vpaes-armv8-win.S
[734/1439] Compiling vpaes-armv8-linux.S
[735/1439] Compiling vpaes-armv7-linux.S
[736/1439] Compiling vpaes-armv8-apple.S
[737/1439] Compiling sha512-x86_64-linux.S
[738/1439] Compiling sha512-x86_64-apple.S
[739/1439] Compiling sha512-armv8-win.S
[740/1439] Compiling sha512-armv8-linux.S
[741/1439] Compiling sha512-armv4-linux.S
[742/1439] Compiling d1_lib.cc
[743/1439] Compiling sha512-586-linux.S
[744/1439] Compiling sha512-armv8-apple.S
[745/1439] Compiling sha512-586-apple.S
[746/1439] Compiling sha256-x86_64-apple.S
[746/1439] Compiling sha256-x86_64-linux.S
[748/1439] Compiling sha256-armv8-win.S
[749/1439] Compiling sha256-armv8-linux.S
[750/1439] Compiling sha256-armv8-apple.S
[751/1439] Compiling sha256-586-linux.S
[752/1439] Compiling sha256-586-apple.S
[753/1439] Compiling sha256-armv4-linux.S
[754/1439] Compiling sha1-x86_64-apple.S
[755/1439] Compiling sha1-armv8-win.S
[756/1439] Compiling sha1-x86_64-linux.S
[757/1439] Compiling sha1-armv8-linux.S
[758/1439] Compiling d1_both.cc
[759/1439] Compiling sha1-armv8-apple.S
[760/1439] Compiling sha1-armv4-large-linux.S
[760/1439] Compiling rsaz-avx2-linux.S
[762/1439] Compiling sha1-586-linux.S
[763/1439] Compiling sha1-586-apple.S
[764/1439] Compiling rsaz-avx2-apple.S
[765/1439] Compiling rdrand-x86_64-linux.S
[766/1439] Compiling rdrand-x86_64-apple.S
[767/1439] Compiling p256_beeu-x86_64-asm-linux.S
[768/1439] Compiling p256_beeu-x86_64-asm-apple.S
[769/1439] Compiling p256_beeu-armv8-asm-win.S
[770/1439] Compiling p256_beeu-armv8-asm-linux.S
[771/1439] Compiling p256-x86_64-asm-linux.S
[771/1439] Compiling p256_beeu-armv8-asm-apple.S
[773/1439] Compiling p256-x86_64-asm-apple.S
[774/1439] Compiling p256-armv8-asm-win.S
[775/1439] Compiling p256-armv8-asm-linux.S
[776/1439] Compiling p256-armv8-asm-apple.S
[777/1439] Compiling ghashv8-armv8-win.S
[778/1439] Compiling ghashv8-armv8-linux.S
[779/1439] Compiling ghashv8-armv8-apple.S
[780/1439] Compiling ghashv8-armv7-linux.S
[781/1439] Compiling ghash-x86_64-linux.S
[781/1439] Compiling ghash-x86_64-apple.S
[783/1439] Compiling ghash-x86-linux.S
[784/1439] Compiling ghash-x86-apple.S
[785/1439] Compiling ghash-ssse3-x86_64-linux.S
[786/1439] Compiling ghash-ssse3-x86_64-apple.S
[787/1439] Compiling ghash-ssse3-x86-linux.S
[788/1439] Compiling ghash-ssse3-x86-apple.S
[789/1439] Compiling ghash-neon-armv8-linux.S
[790/1439] Compiling co-586-linux.S
[791/1439] Compiling ghash-neon-armv8-win.S
[792/1439] Compiling ghash-armv4-linux.S
[792/1439] Compiling ghash-neon-armv8-apple.S
[794/1439] Compiling co-586-apple.S
[795/1439] Compiling bn-armv8-win.S
[795/1439] Compiling bsaes-armv7-linux.S
[797/1439] Compiling bn-armv8-linux.S
[798/1439] Compiling bn-armv8-apple.S
[799/1439] Compiling bn-586-linux.S
[800/1439] Compiling armv8-mont-linux.S
[801/1439] Compiling armv8-mont-win.S
[802/1439] Compiling bn-586-apple.S
[803/1439] Compiling armv8-mont-apple.S
[804/1439] Compiling aesv8-gcm-armv8-linux.S
[805/1439] Compiling armv4-mont-linux.S
[805/1439] Compiling aesv8-gcm-armv8-win.S
[807/1439] Compiling aesv8-armv8-win.S
[808/1439] Compiling aesv8-armv8-linux.S
[809/1439] Compiling aesv8-gcm-armv8-apple.S
[810/1439] Compiling aesv8-armv8-apple.S
[811/1439] Compiling aesni-x86_64-linux.S
[812/1439] Compiling aesv8-armv7-linux.S
[812/1439] Compiling aesni-x86_64-apple.S
[814/1439] Compiling aesni-x86-linux.S
[815/1439] Compiling aesni-x86-apple.S
[816/1439] Compiling aesni-gcm-x86_64-linux.S
[817/1439] Compiling aesni-gcm-x86_64-apple.S
[818/1439] Compiling aes-gcm-avx2-x86_64-linux.S
[819/1439] Compiling aes-gcm-avx2-x86_64-apple.S
[820/1439] Compiling aes-gcm-avx10-x86_64-linux.S
[821/1439] Compiling aes-gcm-avx10-x86_64-apple.S
[822/1439] Compiling x_sig.cc
[823/1439] Compiling x_x509a.cc
[824/1439] Compiling x_val.cc
[825/1439] Compiling x_spki.cc
[826/1439] Compiling x_x509.cc
[827/1439] Compiling x_pubkey.cc
[828/1439] Compiling x_req.cc
[829/1439] Compiling x_exten.cc
[830/1439] Compiling x_name.cc
[831/1439] Compiling x_crl.cc
[832/1439] Compiling x509spki.cc
[833/1439] Compiling x_algor.cc
[834/1439] Compiling x_attrib.cc
[835/1439] Compiling x509rset.cc
[836/1439] Compiling x509name.cc
[837/1439] Compiling x_all.cc
[838/1439] Compiling x509cset.cc
[839/1439] Compiling x509_vpm.cc
[840/1439] Compiling x509_v3.cc
[841/1439] Compiling x509_vfy.cc
[842/1439] Compiling x509_txt.cc
[843/1439] Compiling x509_trs.cc
[844/1439] Compiling x509_set.cc
[845/1439] Compiling x509_def.cc
[846/1439] Compiling x509_req.cc
[847/1439] Compiling x509_obj.cc
[848/1439] Compiling x509_ext.cc
[849/1439] Compiling x509_d2.cc
[850/1439] Compiling x509_lu.cc
[851/1439] Compiling x509_cmp.cc
[852/1439] Compiling x509.cc
[853/1439] Compiling x509_att.cc
[854/1439] Compiling v3_prn.cc
[855/1439] Compiling v3_skey.cc
[856/1439] Compiling v3_purp.cc
[857/1439] Compiling v3_ocsp.cc
[858/1439] Compiling v3_pmaps.cc
[859/1439] Compiling v3_pcons.cc
[860/1439] Compiling v3_utl.cc
[861/1439] Compiling v3_ncons.cc
[862/1439] Compiling v3_int.cc
[863/1439] Compiling v3_lib.cc
[864/1439] Compiling v3_ia5.cc
[865/1439] Compiling v3_info.cc
[866/1439] Compiling v3_enum.cc
[867/1439] Compiling v3_extku.cc
[868/1439] Compiling v3_genn.cc
[869/1439] Compiling v3_cpols.cc
[870/1439] Compiling v3_crld.cc
[871/1439] Compiling v3_conf.cc
[872/1439] Compiling v3_bitst.cc
[873/1439] Compiling v3_bcons.cc
[874/1439] Compiling v3_akeya.cc
[875/1439] Compiling v3_alt.cc
[876/1439] Compiling t_x509a.cc
[877/1439] Compiling v3_akey.cc
[878/1439] Compiling t_crl.cc
[879/1439] Compiling t_req.cc
[880/1439] Compiling t_x509.cc
[881/1439] Compiling rsa_pss.cc
[882/1439] Compiling i2d_pr.cc
[883/1439] Compiling policy.cc
[884/1439] Compiling name_print.cc
[885/1439] Compiling by_dir.cc
[886/1439] Compiling by_file.cc
[887/1439] Compiling algorithm.cc
[888/1439] Compiling asn1_gen.cc
[889/1439] Compiling a_verify.cc
[890/1439] Compiling a_digest.cc
[891/1439] Compiling a_sign.cc
[892/1439] Compiling voprf.cc
[893/1439] Compiling thread_none.cc
[894/1439] Compiling thread_win.cc
[895/1439] Compiling thread.cc
[896/1439] Compiling thread_pthread.cc
[897/1439] Compiling stack.cc
[898/1439] Compiling trust_token.cc
[899/1439] Compiling pmbtoken.cc
[900/1439] Compiling slhdsa.cc
[901/1439] Compiling spake2plus.cc
[902/1439] Compiling siphash.cc
[903/1439] Compiling sha256.cc
[904/1439] Compiling sha512.cc
[905/1439] Compiling sha1.cc
[906/1439] Compiling rsa_print.cc
[907/1439] Compiling rsa_extra.cc
[908/1439] Compiling rsa_crypt.cc
[909/1439] Compiling refcount.cc
[910/1439] Compiling rc4.cc
[911/1439] Compiling rsa_asn1.cc
[912/1439] Compiling windows.cc
[913/1439] Compiling urandom.cc
[914/1439] Compiling rand.cc
[915/1439] Compiling trusty.cc
[916/1439] Compiling ios.cc
[917/1439] Compiling passive.cc
[918/1439] Compiling poly1305_arm_asm.S
[919/1439] Compiling getentropy.cc
[920/1439] Compiling forkunsafe.cc
[921/1439] Compiling deterministic.cc
[922/1439] Compiling fork_detect.cc
[923/1439] Compiling poly1305_vec.cc
[924/1439] Compiling poly1305_arm.cc
[925/1439] Compiling poly1305.cc
[926/1439] Compiling pool.cc
[927/1439] Compiling pkcs7.cc
[928/1439] Compiling pkcs8.cc
[929/1439] Compiling pkcs8_x509.cc
[930/1439] Compiling p5_pbev2.cc
[931/1439] Compiling pkcs7_x509.cc
[932/1439] Compiling pem_xaux.cc
[933/1439] Compiling pem_x509.cc
[934/1439] Compiling pem_pk8.cc
[935/1439] Compiling pem_pkey.cc
[936/1439] Compiling pem_oth.cc
[937/1439] Compiling mlkem.cc
[938/1439] Compiling obj_xref.cc
[939/1439] Compiling pem_lib.cc
[940/1439] Compiling pem_info.cc
[941/1439] Compiling pem_all.cc
[942/1439] Compiling mldsa.cc
[943/1439] Compiling obj.cc
[944/1439] Compiling poly_rq_mul.S
[945/1439] Compiling fips_shared_support.cc
[946/1439] Compiling md5.cc
[947/1439] Compiling mem.cc
[948/1439] Compiling md4.cc
[949/1439] Compiling lhash.cc
[950/1439] Compiling kyber.cc
[951/1439] Compiling ex_data.cc
[952/1439] Compiling sign.cc
[953/1439] Compiling scrypt.cc
[954/1439] Compiling pbkdf.cc
[955/1439] Compiling print.cc
[956/1439] Compiling hpke.cc
[957/1439] Compiling hrss.cc
[958/1439] Compiling p_x25519_asn1.cc
[959/1439] Compiling p_x25519.cc
[960/1439] Compiling p_ed25519.cc
[961/1439] Compiling p_rsa_asn1.cc
[962/1439] Compiling p_rsa.cc
[963/1439] Compiling p_hkdf.cc
[964/1439] Compiling p_ec.cc
[965/1439] Compiling p_ed25519_asn1.cc
[966/1439] Compiling p_ec_asn1.cc
[967/1439] Compiling p_dh_asn1.cc
[968/1439] Compiling p_dsa_asn1.cc
[969/1439] Compiling p_dh.cc
[970/1439] Compiling evp_ctx.cc
[971/1439] Compiling err.cc
[972/1439] Compiling evp.cc
[973/1439] Compiling engine.cc
[974/1439] Compiling evp_asn1.cc
[975/1439] Compiling ecdsa_asn1.cc
[976/1439] Compiling ecdh.cc
[977/1439] Compiling hash_to_curve.cc
[978/1439] Compiling ec_derive.cc
[979/1439] Compiling dsa.cc
[980/1439] Compiling ec_asn1.cc
[981/1439] Compiling dsa_asn1.cc
[982/1439] Compiling x25519-asm-arm.S
[983/1439] Compiling digest_extra.cc
[984/1439] Compiling bcm.cc
[985/1439] Compiling params.cc
[986/1439] Compiling des.cc
[987/1439] Compiling dh_asn1.cc
[988/1439] Compiling curve25519_64_adx.cc
[989/1439] Compiling spake25519.cc
[990/1439] Compiling cpu_intel.cc
[991/1439] Compiling crypto.cc
[992/1439] Compiling cpu_arm_linux.cc
[993/1439] Compiling cpu_arm_freebsd.cc
[994/1439] Compiling cpu_aarch64_win.cc
[995/1439] Compiling curve25519.cc
[996/1439] Compiling cpu_aarch64_sysreg.cc
[997/1439] Compiling cpu_aarch64_openbsd.cc
[998/1439] Compiling cpu_aarch64_linux.cc
[999/1439] Compiling cpu_aarch64_fuchsia.cc
[1000/1439] Compiling cpu_aarch64_apple.cc
[1001/1439] Compiling conf.cc
[1002/1439] Compiling get_cipher.cc
[1003/1439] Compiling tls_cbc.cc
[1004/1439] Compiling e_tls.cc
[1005/1439] Compiling e_rc4.cc
[1006/1439] Compiling e_rc2.cc
[1007/1439] Compiling e_null.cc
[1008/1439] Compiling e_des.cc
[1009/1439] Compiling e_chacha20poly1305.cc
[1010/1439] Compiling e_aesgcmsiv.cc
[1011/1439] Compiling derive_key.cc
[1012/1439] Compiling chacha.cc
[1013/1439] Compiling e_aesctrhmac.cc
[1014/1439] Compiling unicode.cc
[1015/1439] Compiling cbs.cc
[1016/1439] Compiling ber.cc
[1017/1439] Compiling cbb.cc
[1018/1439] Compiling asn1_compat.cc
[1019/1439] Compiling buf.cc
[1020/1439] Compiling blake2.cc
[1021/1439] Compiling socket_helper.cc
[1022/1439] Compiling bn_asn1.cc
[1023/1439] Compiling convert.cc
[1024/1439] Compiling socket.cc
[1025/1439] Compiling printf.cc
[1026/1439] Compiling hexdump.cc
[1027/1439] Compiling pair.cc
[1028/1439] Compiling file.cc
[1028/1439] Compiling fd.cc
[1030/1439] Compiling errno.cc
[1031/1439] Compiling connect.cc
[1032/1439] Compiling bio_mem.cc
[1033/1439] Compiling base64.cc
[1034/1439] Compiling bio.cc
[1035/1439] Compiling tasn_typ.cc
[1036/1439] Compiling tasn_fre.cc
[1037/1439] Compiling tasn_enc.cc
[1038/1439] Compiling tasn_utl.cc
[1039/1439] Compiling tasn_new.cc
[1040/1439] Compiling posix_time.cc
[1041/1439] Compiling f_string.cc
[1042/1439] Compiling asn_pack.cc
[1043/1439] Compiling f_int.cc
[1044/1439] Compiling tasn_dec.cc
[1045/1439] Compiling asn1_par.cc
[1046/1439] Compiling asn1_lib.cc
[1047/1439] Compiling a_utctm.cc
[1048/1439] Compiling a_type.cc
[1049/1439] Compiling a_time.cc
[1050/1439] Compiling a_octet.cc
[1051/1439] Compiling a_strnid.cc
[1052/1439] Compiling a_strex.cc
[1053/1439] Compiling a_object.cc
[1054/1439] Compiling a_mbstr.cc
[1055/1439] Compiling a_int.cc
[1056/1439] Compiling a_i2d_fp.cc
[1057/1439] Compiling fiat_p256_adx_sqr.S
[1058/1439] Compiling fiat_p256_adx_mul.S
[1059/1439] Compiling a_dup.cc
[1060/1439] Compiling fiat_curve25519_adx_square.S
[1061/1439] Compiling fiat_curve25519_adx_mul.S
[1062/1439] Compiling a_d2i_fp.cc
[1063/1439] Compiling a_gentm.cc
[1064/1439] Compiling md5-x86_64-linux.S
[1065/1439] Compiling md5-x86_64-apple.S
[1066/1439] Compiling md5-586-linux.S
[1067/1439] Compiling md5-586-apple.S
[1068/1439] Compiling chacha20_poly1305_x86_64-linux.S
[1069/1439] Compiling chacha20_poly1305_armv8-win.S
[1070/1439] Compiling chacha20_poly1305_x86_64-apple.S
[1071/1439] Compiling chacha20_poly1305_armv8-linux.S
[1072/1439] Compiling a_bool.cc
[1073/1439] Compiling chacha-x86_64-apple.S
[1074/1439] Compiling chacha-x86_64-linux.S
[1075/1439] Compiling a_bitstr.cc
[1075/1439] Compiling chacha-x86-linux.S
[1077/1439] Compiling chacha-x86-apple.S
[1077/1439] Compiling chacha20_poly1305_armv8-apple.S
[1079/1439] Compiling chacha-armv8-linux.S
[1080/1439] Compiling chacha-armv8-win.S
[1081/1439] Compiling chacha-armv4-linux.S
[1082/1439] Compiling aes128gcmsiv-x86_64-linux.S
[1083/1439] Compiling aes128gcmsiv-x86_64-apple.S
[1084/1439] Compiling chacha-armv8-apple.S
[1085/1439] Compiling x86_64-mont5-linux.S
[1086/1439] Compiling x86_64-mont5-apple.S
[1087/1439] Compiling x86_64-mont-linux.S
[1088/1439] Compiling x86_64-mont-apple.S
[1089/1439] Compiling x86-mont-linux.S
[1090/1439] Compiling x86-mont-apple.S
[1091/1439] Compiling vpaes-x86_64-linux.S
[1092/1439] Compiling vpaes-x86_64-apple.S
[1093/1439] Compiling vpaes-x86-linux.S
[1094/1439] Compiling vpaes-x86-apple.S
[1095/1439] Compiling vpaes-armv8-win.S
[1096/1439] Compiling vpaes-armv8-linux.S
[1097/1439] Compiling vpaes-armv7-linux.S
[1098/1439] Compiling vpaes-armv8-apple.S
[1099/1439] Compiling sha512-x86_64-linux.S
[1100/1439] Compiling sha512-x86_64-apple.S
[1101/1439] Compiling sha512-armv8-win.S
[1102/1439] Compiling sha512-armv8-linux.S
[1103/1439] Compiling err_data.cc
[1104/1439] Compiling sha512-armv4-linux.S
[1105/1439] Compiling CCryptoBoringSSLShims shims.c
[1106/1439] Compiling sha512-586-linux.S
[1107/1439] Compiling sha512-586-apple.S
[1108/1439] Compiling sha512-armv8-apple.S
[1109/1439] Compiling sha256-x86_64-linux.S
[1110/1439] Compiling sha256-x86_64-apple.S
[1111/1439] Compiling sha256-armv8-win.S
[1112/1439] Compiling sha256-armv8-linux.S
[1113/1439] Compiling sha256-armv4-linux.S
[1114/1439] Compiling sha256-586-linux.S
[1115/1439] Compiling sha256-586-apple.S
[1116/1439] Compiling sha1-x86_64-linux.S
[1117/1439] Compiling sha256-armv8-apple.S
[1118/1439] Compiling sha1-armv8-win.S
[1119/1439] Compiling sha1-x86_64-apple.S
[1120/1439] Compiling sha1-armv8-linux.S
[1121/1439] Compiling sha1-armv4-large-linux.S
[1122/1439] Compiling sha1-586-linux.S
[1122/1439] Compiling sha1-586-apple.S
[1124/1439] Compiling rsaz-avx2-linux.S
[1125/1439] Compiling sha1-armv8-apple.S
[1126/1439] Compiling rdrand-x86_64-linux.S
[1126/1439] Compiling rsaz-avx2-apple.S
[1128/1439] Compiling rdrand-x86_64-apple.S
[1129/1439] Compiling p256_beeu-x86_64-asm-linux.S
[1130/1439] Compiling p256_beeu-armv8-asm-linux.S
[1131/1439] Compiling p256_beeu-armv8-asm-win.S
[1131/1439] Compiling p256_beeu-x86_64-asm-apple.S
[1133/1439] Compiling p256-x86_64-asm-linux.S
[1133/1439] Compiling p256_beeu-armv8-asm-apple.S
[1135/1439] Compiling p256-x86_64-asm-apple.S
[1136/1439] Compiling p256-armv8-asm-win.S
[1137/1439] Compiling p256-armv8-asm-linux.S
[1138/1439] Compiling ghashv8-armv8-linux.S
[1139/1439] Compiling ghashv8-armv8-win.S
[1140/1439] Compiling ghashv8-armv7-linux.S
[1141/1439] Compiling ghash-x86_64-linux.S
[1142/1439] Compiling p256-armv8-asm-apple.S
[1143/1439] Compiling ghashv8-armv8-apple.S
[1144/1439] Compiling ghash-x86_64-apple.S
[1145/1439] Compiling ghash-x86-apple.S
[1146/1439] Compiling ghash-x86-linux.S
[1147/1439] Compiling ghash-ssse3-x86_64-linux.S
[1148/1439] Compiling ghash-ssse3-x86-apple.S
[1149/1439] Compiling ghash-ssse3-x86_64-apple.S
[1150/1439] Compiling ghash-ssse3-x86-linux.S
[1151/1439] Compiling ghash-neon-armv8-win.S
[1152/1439] Compiling ghash-neon-armv8-linux.S
[1153/1439] Compiling ghash-neon-armv8-apple.S
[1153/1439] Compiling co-586-linux.S
[1155/1439] Compiling ghash-armv4-linux.S
[1156/1439] Compiling bn-armv8-linux.S
[1156/1439] Compiling bsaes-armv7-linux.S
[1158/1439] Compiling co-586-apple.S
[1159/1439] Compiling bn-armv8-win.S
[1160/1439] Compiling bn-armv8-apple.S
[1161/1439] Compiling bn-586-linux.S
[1162/1439] Compiling armv8-mont-win.S
[1162/1439] Compiling bn-586-apple.S
[1164/1439] Compiling armv4-mont-linux.S
[1165/1439] Compiling aesv8-gcm-armv8-win.S
[1165/1439] Compiling armv8-mont-linux.S
[1167/1439] Compiling armv8-mont-apple.S
[1168/1439] Compiling aesv8-gcm-armv8-linux.S
[1169/1439] Compiling aesv8-armv8-win.S
[1170/1439] Compiling aesv8-armv8-linux.S
[1171/1439] Compiling aesv8-gcm-armv8-apple.S
[1172/1439] Compiling aesv8-armv7-linux.S
[1173/1439] Compiling aesni-x86_64-linux.S
[1174/1439] Compiling aesv8-armv8-apple.S
[1175/1439] Compiling aesni-x86-linux.S
[1176/1439] Compiling aesni-x86_64-apple.S
[1177/1439] Compiling aesni-gcm-x86_64-linux.S
[1178/1439] Compiling aesni-x86-apple.S
[1179/1439] Compiling aesni-gcm-x86_64-apple.S
[1180/1439] Compiling aes-gcm-avx512-x86_64-linux.S
[1181/1439] Compiling aes-gcm-avx512-x86_64-apple.S
[1182/1439] Compiling aes-gcm-avx2-x86_64-linux.S
[1183/1439] Compiling aes-gcm-avx2-x86_64-apple.S
[1184/1439] Compiling xwing.cc
[1185/1439] Compiling c-nioatomics.c
[1186/1439] Compiling x_spki.cc
[1187/1439] Compiling x_sig.cc
[1188/1439] Compiling x_req.cc
[1189/1439] Compiling x_x509a.cc
[1190/1439] Compiling x_name.cc
[1191/1439] Compiling x_x509.cc
[1192/1439] Compiling x_pubkey.cc
[1193/1439] Compiling x_exten.cc
[1194/1439] Compiling x_crl.cc
[1195/1439] Compiling c-atomics.c
[1196/1439] Compiling x509spki.cc
[1197/1439] Compiling x_attrib.cc
[1198/1439] Compiling x509name.cc
[1199/1439] Compiling x509rset.cc
[1200/1439] Compiling x_algor.cc
[1201/1439] Compiling x509cset.cc
[1202/1439] Compiling x_all.cc
[1203/1446] Compiling x509_vpm.cc
[1204/1446] Compiling x509_v3.cc
[1205/1446] Compiling x509_vfy.cc
[1206/1446] Compiling x509_txt.cc
[1208/1446] Compiling NIOConcurrencyHelpers lock.swift
[1208/1446] Compiling x509_set.cc
[1209/1446] Compiling x509_trs.cc
[1210/1446] Compiling x509_req.cc
[1211/1446] Compiling x509_obj.cc
[1212/1446] Compiling x509_lu.cc
[1214/1446] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[1215/1446] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1216/1446] Compiling NIOConcurrencyHelpers NIOLock.swift
[1217/1446] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1218/1446] Emitting module NIOConcurrencyHelpers
[1219/1446] Compiling NIOConcurrencyHelpers atomics.swift
[1219/1446] Compiling x509_ext.cc
[1220/1446] Compiling x509_def.cc
[1221/1446] Compiling x509_d2.cc
[1222/1446] Compiling x509_cmp.cc
[1223/1446] Compiling x509.cc
[1224/1462] Compiling x509_att.cc
[1225/1473] Compiling v3_skey.cc
[1226/1473] Compiling v3_purp.cc
[1227/1473] Compiling v3_utl.cc
[1228/1473] Compiling v3_prn.cc
[1229/1473] Compiling v3_pmaps.cc
[1230/1473] Compiling v3_pcons.cc
[1231/1473] Compiling v3_ocsp.cc
[1232/1473] Compiling v3_ncons.cc
[1233/1473] Compiling v3_int.cc
[1234/1473] Compiling v3_lib.cc
[1235/1473] Compiling v3_ia5.cc
[1236/1473] Compiling v3_info.cc
[1237/1473] Compiling v3_genn.cc
[1238/1473] Compiling v3_extku.cc
[1239/1473] Compiling v3_enum.cc
[1240/1473] Compiling v3_crld.cc
[1241/1473] Compiling v3_cpols.cc
[1242/1473] Compiling v3_bitst.cc
[1243/1473] Compiling v3_bcons.cc
[1244/1473] Compiling v3_conf.cc
[1245/1473] Compiling v3_alt.cc
[1246/1473] Compiling v3_akeya.cc
[1247/1473] Compiling v3_akey.cc
[1248/1473] Compiling t_x509a.cc
[1249/1473] Compiling i2d_pr.cc
[1250/1473] Compiling t_x509.cc
[1251/1473] Compiling t_req.cc
[1252/1473] Compiling t_crl.cc
[1253/1473] Compiling rsa_pss.cc
[1254/1473] Compiling name_print.cc
[1255/1473] Compiling policy.cc
[1256/1473] Compiling by_file.cc
[1257/1473] Compiling by_dir.cc
[1258/1473] Compiling asn1_gen.cc
[1259/1473] Compiling algorithm.cc
[1260/1473] Compiling voprf.cc
[1261/1473] Compiling trust_token.cc
[1262/1473] Compiling a_verify.cc
[1263/1473] Compiling a_digest.cc
[1264/1473] Compiling a_sign.cc
[1265/1473] Compiling thread_win.cc
[1266/1473] Compiling thread_pthread.cc
[1267/1473] Compiling thread_none.cc
[1268/1473] Compiling pmbtoken.cc
[1269/1473] Compiling thread.cc
[1270/1473] Compiling stack.cc
[1271/1473] Compiling siphash.cc
[1272/1473] Compiling sha512.cc
[1273/1473] Compiling slhdsa.cc
[1274/1473] Compiling spake2plus.cc
[1275/1473] Compiling sha256.cc
[1276/1473] Compiling sha1.cc
[1277/1473] Compiling rsa_print.cc
[1278/1473] Compiling rsa_extra.cc
[1279/1473] Compiling rsa_crypt.cc
[1280/1473] Compiling rc4.cc
[1281/1473] Compiling refcount.cc
[1282/1473] Compiling windows.cc
[1283/1473] Compiling urandom.cc
[1284/1473] Compiling trusty.cc
[1285/1473] Compiling rsa_asn1.cc
[1286/1473] Compiling rand.cc
[1287/1473] Compiling passive.cc
[1288/1473] Compiling poly1305_arm_asm.S
[1289/1473] Compiling ios.cc
[1290/1473] Compiling getentropy.cc
[1291/1473] Compiling forkunsafe.cc
[1292/1473] Compiling deterministic.cc
[1293/1473] Compiling fork_detect.cc
[1294/1473] Compiling poly1305_vec.cc
[1295/1473] Compiling poly1305_arm.cc
[1296/1473] Compiling pool.cc
[1297/1473] Compiling poly1305.cc
[1299/1473] Emitting module ConsoleKitTerminal
[1299/1475] Compiling pkcs8_x509.cc
[1300/1475] Compiling pkcs7.cc
[1301/1475] Compiling p5_pbev2.cc
[1302/1475] Compiling pkcs8.cc
[1303/1475] Compiling pkcs7_x509.cc
[1305/1475] Compiling ConsoleKitTerminal Console+Confirm.swift
[1306/1475] Compiling ConsoleKitTerminal Console+Input.swift
[1307/1475] Compiling ConsoleKitTerminal Console+Center.swift
[1308/1475] Compiling ConsoleKitTerminal Console+Output.swift
[1309/1475] Compiling ConsoleKitTerminal Console+Wait.swift
[1310/1475] Compiling ConsoleKitTerminal ConsoleColor.swift
[1311/1475] Compiling ConsoleKitTerminal ConsoleClear.swift
[1312/1475] Compiling ConsoleKitTerminal Console+Ask.swift
[1313/1475] Compiling ConsoleKitTerminal Console+Choose.swift
[1313/1475] Compiling pem_xaux.cc
[1314/1475] Compiling pem_x509.cc
[1316/1475] Compiling ConsoleKitTerminal ProgressBar.swift
[1317/1475] Compiling ConsoleKitTerminal Console+Clear.swift
[1318/1475] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1319/1475] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1320/1475] Compiling ConsoleKitTerminal CustomActivity.swift
[1321/1475] Compiling ConsoleKitTerminal LoadingBar.swift
[1322/1475] Compiling ConsoleKitTerminal ActivityBar.swift
[1323/1475] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1324/1475] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1325/1475] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1326/1475] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1326/1475] Compiling pem_pk8.cc
[1327/1475] Compiling pem_pkey.cc
[1328/1475] Compiling obj_xref.cc
[1329/1475] Compiling mlkem.cc
[1331/1475] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1332/1475] Compiling ConsoleKitTerminal LoggerFragment.swift
[1332/1475] Compiling pem_oth.cc
[1333/1475] Compiling pem_info.cc
[1334/1475] Compiling mldsa.cc
[1335/1475] Compiling pem_all.cc
[1336/1475] Compiling mem.cc
[1337/1475] Compiling pem_lib.cc
[1338/1475] Compiling poly_rq_mul.S
[1339/1475] Compiling fips_shared_support.cc
[1341/1475] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1342/1475] Compiling ConsoleKitTerminal ConsoleText.swift
[1343/1475] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1344/1475] Compiling ConsoleKitTerminal ANSI.swift
[1345/1475] Compiling ConsoleKitTerminal Console.swift
[1346/1475] Compiling ConsoleKitTerminal Terminal.swift
[1346/1475] Compiling obj.cc
[1347/1475] Compiling lhash.cc
[1348/1475] Compiling fuzzer_mode.cc
[1349/1475] Compiling md5.cc
[1350/1475] Compiling md4.cc
[1351/1475] Compiling kyber.cc
[1352/1475] Compiling ex_data.cc
[1353/1475] Compiling hpke.cc
[1354/1490] Compiling hrss.cc
[1355/1497] Compiling sign.cc
[1356/1497] Compiling scrypt.cc
[1357/1497] Compiling pbkdf.cc
[1358/1497] Compiling print.cc
[1360/1497] Compiling ConsoleKitCommands Argument.swift
[1361/1497] Compiling ConsoleKitCommands CommandSignature.swift
[1362/1497] Compiling ConsoleKitCommands Flag.swift
[1363/1497] Compiling ConsoleKitCommands Option.swift
[1363/1499] Compiling p_x25519_asn1.cc
[1364/1499] Compiling p_x25519.cc
[1366/1499] Emitting module ConsoleKitCommands
[1366/1499] Compiling p_rsa_asn1.cc
[1368/1499] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1369/1499] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1370/1499] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1371/1499] Compiling ConsoleKitCommands AsyncCommand.swift
[1372/1499] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1373/1499] Compiling ConsoleKitCommands AsyncCommands.swift
[1374/1499] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1375/1499] Compiling ConsoleKitCommands AnyCommand.swift
[1375/1499] Compiling p_hkdf.cc
[1376/1499] Compiling p_ed25519_asn1.cc
[1377/1499] Compiling p_rsa.cc
[1378/1499] Compiling p_ed25519.cc
[1380/1499] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1381/1499] Compiling ConsoleKitCommands Utilities.swift
[1381/1499] Compiling p_ec_asn1.cc
[1382/1499] Compiling p_ec.cc
[1383/1499] Compiling p_dsa_asn1.cc
[1384/1499] Compiling p_dh_asn1.cc
[1385/1499] Compiling p_dh.cc
[1386/1499] Compiling err.cc
[1388/1499] Compiling ConsoleKitCommands CommandGroup.swift
[1389/1499] Compiling ConsoleKitCommands CommandInput.swift
[1390/1499] Compiling ConsoleKitCommands Command.swift
[1391/1499] Compiling ConsoleKitCommands CommandContext.swift
[1392/1499] Compiling ConsoleKitCommands CommandError.swift
[1393/1499] Compiling ConsoleKitCommands Commands.swift
[1394/1499] Compiling ConsoleKitCommands Console+Run.swift
[1395/1499] Compiling ConsoleKitCommands ConsoleError.swift
[1396/1499] Compiling ConsoleKitCommands Completion.swift
[1396/1499] Compiling evp.cc
[1397/1499] Compiling evp_ctx.cc
[1398/1499] Compiling engine.cc
[1399/1499] Compiling evp_asn1.cc
[1400/1499] Compiling ecdsa_p1363.cc
[1401/1501] Compiling ecdsa_asn1.cc
[1402/1501] Compiling ecdh.cc
[1403/1501] Compiling ec_derive.cc
[1404/1501] Compiling hash_to_curve.cc
[1406/1501] Emitting module ConsoleKit
[1407/1501] Compiling ConsoleKit Exports.swift
[1407/1501] Compiling dsa.cc
[1408/1501] Compiling dsa_asn1.cc
[1409/1501] Compiling x25519-asm-arm.S
[1410/1501] Compiling ec_asn1.cc
[1411/1501] Compiling digest_extra.cc
[1412/1501] Compiling params.cc
[1413/1501] Compiling des.cc
[1414/1501] Compiling dh_asn1.cc
[1415/1501] Compiling curve25519_64_adx.cc
[1416/1501] Compiling cpu_intel.cc
[1417/1501] Compiling crypto.cc
[1418/1501] Compiling spake25519.cc
[1419/1501] Compiling curve25519.cc
[1420/1501] Compiling cpu_arm_linux.cc
[1421/1501] Compiling cpu_arm_freebsd.cc
[1422/1501] Compiling cpu_aarch64_win.cc
[1423/1501] Compiling cpu_aarch64_openbsd.cc
[1424/1501] Compiling cpu_aarch64_sysreg.cc
[1425/1501] Compiling cpu_aarch64_linux.cc
[1426/1501] Compiling cpu_aarch64_fuchsia.cc
[1427/1501] Compiling cpu_aarch64_apple.cc
[1428/1501] Compiling conf.cc
[1429/1501] Compiling get_cipher.cc
[1430/1501] Compiling tls_cbc.cc
[1431/1501] Compiling e_rc4.cc
[1432/1501] Compiling cms.cc
[1433/1501] Compiling e_tls.cc
[1434/1501] Compiling e_rc2.cc
[1435/1501] Compiling e_null.cc
[1436/1501] Compiling e_des.cc
[1437/1501] Compiling e_chacha20poly1305.cc
[1438/1501] Compiling e_aesgcmsiv.cc
[1439/1501] Compiling derive_key.cc
[1440/1501] Compiling e_aeseax.cc
[1441/1501] Compiling chacha.cc
[1442/1501] Compiling e_aesctrhmac.cc
[1443/1501] Compiling unicode.cc
[1444/1501] Compiling cbs.cc
[1445/1501] Compiling cbb.cc
[1446/1501] Compiling ber.cc
[1447/1501] Compiling sqrt.cc
[1448/1501] Compiling buf.cc
[1449/1501] Compiling div.cc
[1450/1501] Compiling exponentiation.cc
[1451/1501] Compiling asn1_compat.cc
[1452/1501] Compiling blake2.cc
[1453/1501] Compiling printf.cc
[1454/1501] Compiling bn_asn1.cc
[1455/1501] Compiling convert.cc
[1456/1501] Compiling hexdump.cc
[1457/1501] Compiling pair.cc
[1458/1501] Compiling file.cc
[1459/1501] Compiling fd.cc
[1460/1501] Compiling errno.cc
[1461/1501] Compiling bio_mem.cc
[1462/1501] Compiling bio.cc
[1463/1501] Compiling base64.cc
[1464/1501] Compiling tasn_typ.cc
[1465/1501] Compiling tasn_fre.cc
[1466/1501] Compiling tasn_enc.cc
[1467/1501] Compiling tasn_utl.cc
[1468/1501] Compiling tasn_new.cc
[1469/1501] Compiling tasn_dec.cc
[1470/1501] Compiling posix_time.cc
[1471/1501] Compiling bcm.cc
[1472/1501] Compiling f_string.cc
[1473/1501] Compiling f_int.cc
[1474/1501] Compiling asn_pack.cc
[1475/1501] Compiling asn1_par.cc
[1476/1501] Compiling asn1_lib.cc
[1477/1501] Compiling a_utctm.cc
[1478/1501] Compiling a_type.cc
[1479/1501] Compiling a_octet.cc
[1480/1501] Compiling a_time.cc
[1481/1501] Compiling a_strnid.cc
[1482/1501] Compiling a_strex.cc
[1483/1501] Compiling a_object.cc
[1484/1501] Compiling a_mbstr.cc
[1485/1501] Write sources
[1490/1501] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1491/1501] Compiling a_int.cc
[1491/1501] Write sources
[1494/1501] Compiling a_i2d_fp.cc
[1495/1501] Compiling a_dup.cc
[1496/1501] Compiling a_gentm.cc
[1497/1501] Compiling a_d2i_fp.cc
[1498/1515] Compiling aes.cc
[1499/1656] Compiling a_bool.cc
[1500/1656] Compiling a_bitstr.cc
[1502/1656] Compiling AsyncAlgorithms SetAlgebra.swift
[1503/1656] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1504/1667] Compiling AsyncAlgorithms AsyncChannel.swift
[1505/1667] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1506/1667] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1507/1667] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1508/1667] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[1509/1667] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[1510/1667] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1511/1667] Compiling AsyncAlgorithms ChannelStorage.swift
[1514/1668] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[1515/1668] Compiling AsyncAlgorithms AsyncShareSequence.swift
[1516/1668] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1517/1668] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1518/1674] Compiling Atomics Unmanaged extensions.swift
[1519/1674] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1520/1674] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1521/1674] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1522/1674] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1523/1674] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1524/1674] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1525/1674] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1526/1674] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1527/1674] Compiling AsyncAlgorithms _TinyArray.swift
[1528/1674] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1529/1674] Compiling AsyncAlgorithms Locking.swift
[1530/1674] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1531/1674] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1532/1674] Compiling AsyncAlgorithms MergeStateMachine.swift
[1534/1674] Compiling Algorithms Unique.swift
[1535/1674] Compiling Algorithms Windows.swift
[1536/1674] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1537/1674] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1538/1674] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1539/1674] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1540/1674] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[1541/1674] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[1542/1674] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[1543/1674] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[1544/1674] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[1545/1674] Compiling AsyncAlgorithms DebounceStorage.swift
[1546/1674] Compiling AsyncAlgorithms Dictionary.swift
[1547/1674] Compiling AsyncAlgorithms AsyncFlatMapLatestSequence.swift
[1548/1674] Compiling AsyncAlgorithms FlatMapLatestStateMachine.swift
[1549/1674] Compiling AsyncAlgorithms FlatMapLatestStorage.swift
[1550/1674] Compiling AsyncAlgorithms Disconnected.swift
[1551/1674] Emitting module BitCollections
[1557/1674] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[1558/1674] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1559/1674] Compiling AsyncAlgorithms Rethrow.swift
[1560/1674] Compiling AsyncAlgorithms MergeStorage.swift
[1561/1674] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[1562/1674] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[1563/1674] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[1571/1674] Compiling BitCollections BitSet._UnsafeHandle.swift
[1572/1674] Compiling BitCollections BitSet.swift
[1573/1674] Compiling BitCollections Range+Utilities.swift
[1574/1674] Compiling BitCollections Slice+Utilities.swift
[1575/1674] Compiling BitCollections UInt+Tricks.swift
[1576/1674] Compiling BitCollections _Word.swift
[1577/1674] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1578/1674] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1589/1674] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[1590/1674] Compiling CryptoBoringWrapper RandomBytes.swift
[1608/1680] Compiling Collections HashTreeCollections reexports.swift
[1609/1680] Compiling Collections DequeModule reexports.swift
[1610/1680] Compiling Collections HeapModule reexports.swift
[1611/1680] Emitting module Collections
[1612/1680] Compiling Collections OrderedCollections reexports.swift
[1613/1680] Compiling Collections BitCollections reexports.swift
[1617/1680] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1618/1680] Compiling CryptoBoringWrapper EllipticCurve.swift
[1619/1680] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1620/1680] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1621/1680] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1622/1680] Emitting module CryptoBoringWrapper
[1623/1680] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1624/1680] Emitting module Atomics
[1655/1829] Compiling NIOCore AsyncChannelInboundStream.swift
[1656/1829] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1657/1830] Emitting module Algorithms
[1658/1830] Compiling NIOCore EventLoop+SerialExecutor.swift
[1659/1830] Compiling NIOCore EventLoop.swift
[1660/1830] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1661/1830] Compiling NIOCore NIOAsyncWriter.swift
[1662/1830] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1663/1830] Compiling NIOCore BSDSocketAPI.swift
[1664/1830] Compiling NIOCore AddressedEnvelope.swift
[1665/1830] Compiling NIOCore AsyncAwaitSupport.swift
[1666/1830] Compiling NIOCore AsyncChannel.swift
[1667/1830] Compiling NIOCore AsyncChannelHandler.swift
[1670/1830] Emitting module AsyncAlgorithms
[1671/1830] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1672/1830] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1673/1830] Compiling NIOCore ConvenienceOptionSupport.swift
[1674/1830] Compiling NIOCore DeadChannel.swift
[1675/1830] Compiling NIOCore DispatchQueue+WithFuture.swift
[1676/1830] Compiling NIOCore EventLoop+Deprecated.swift
[1677/1830] Compiling NIOCore ByteBuffer-aux.swift
[1678/1830] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1679/1830] Compiling NIOCore ByteBuffer-conversions.swift
[1680/1830] Compiling NIOCore ByteBuffer-core.swift
[1681/1830] Compiling NIOCore ByteBuffer-hex.swift
[1682/1830] Compiling NIOCore ByteBuffer-int.swift
[1683/1830] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1684/1830] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1685/1830] Compiling NIOCore NIOScheduledCallback.swift
[1686/1830] Compiling NIOCore NIOSendable.swift
[1687/1830] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[1688/1830] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[1689/1830] Compiling NIOCore RecvByteBufferAllocator.swift
[1690/1830] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1691/1837] Compiling NIOCore IO.swift
[1692/1837] Compiling NIOCore IOData.swift
[1693/1837] Compiling NIOCore IPProtocol.swift
[1694/1837] Compiling NIOCore IntegerBitPacking.swift
[1695/1837] Compiling NIOCore IntegerTypes.swift
[1696/1837] Compiling NIOCore Interfaces.swift
[1697/1837] Compiling NIOCore Linux.swift
[1707/1837] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[1708/1837] Emitting module CryptoExtras
[1709/1853] Emitting module _ConnectionPoolModule
[1714/1853] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[1715/1853] Compiling NIOCore MarkedCircularBuffer.swift
[1716/1853] Compiling NIOCore MulticastChannel.swift
[1717/1853] Compiling NIOCore NIOAny.swift
[1718/1853] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1719/1853] Compiling NIOCore NIOCoreSendableMetatype.swift
[1720/1853] Compiling NIOCore NIODecodedAsyncSequence.swift
[1721/1853] Compiling NIOCore NIOLoopBound.swift
[1722/1853] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1723/1853] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1724/1853] Compiling NIOCore EventLoopFuture.swift
[1725/1853] Compiling NIOCore FileDescriptor.swift
[1726/1853] Compiling NIOCore FileHandle.swift
[1727/1853] Compiling NIOCore FileRegion.swift
[1728/1853] Compiling NIOCore GlobalSingletons.swift
[1729/1853] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[1730/1853] Compiling _ConnectionPoolModule PoolStateMachine.swift
[1745/1853] Compiling NIOCore Codec.swift
[1759/1853] Compiling CryptoExtras ThreadWindows.swift
[1760/1853] Compiling CryptoExtras DLEQ.swift
[1761/1853] Compiling CryptoExtras Prover.swift
[1762/1853] Compiling CryptoExtras Verifier.swift
[1763/1853] Compiling CryptoExtras ZKPToolbox.swift
[1764/1853] Compiling CryptoExtras resource_bundle_accessor.swift
[1768/1853] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1769/1853] Compiling NIOCore ByteBuffer-multi-int.swift
[1770/1853] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1771/1853] Compiling NIOCore ByteBuffer-views.swift
[1772/1853] Compiling NIOCore Channel.swift
[1773/1853] Compiling NIOCore ChannelHandler.swift
[1774/1853] Compiling NIOCore ChannelHandlers.swift
[1775/1853] Compiling NIOCore ChannelInvoker.swift
[1776/1853] Compiling NIOCore ChannelOption.swift
[1777/1853] Compiling NIOCore ChannelPipeline.swift
[1778/1853] Compiling NIOCore CircularBuffer.swift
[1786/1853] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1787/1853] Compiling ServiceLifecycle ServiceRunnerError.swift
[1788/1853] Compiling ServiceLifecycle GracefulShutdown.swift
[1789/1853] Compiling ServiceLifecycle Service.swift
[1790/1853] Compiling ServiceLifecycle ClosureService.swift
[1791/1853] Compiling ServiceLifecycle CancellationWaiter.swift
[1792/1853] Emitting module ServiceLifecycle
[1793/1853] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1794/1853] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1795/1853] Compiling ServiceLifecycle ServiceGroup.swift
[1815/1853] Compiling NIOCore UniversalBootstrapSupport.swift
[1816/1853] Compiling NIOCore Utilities.swift
[1824/1855] Emitting module _CryptoExtras
[1825/1855] Compiling _CryptoExtras Exports.swift
[1834/1954] Compiling X509 CMSOperations.swift
[1835/1954] Compiling X509 CMSSignature.swift
[1836/1954] Compiling X509 CMSSignedData.swift
[1837/1954] Compiling X509 CMSSignerIdentifier.swift
[1838/1954] Compiling X509 CMSSignerInfo.swift
[1839/1954] Compiling X509 CMSVersion.swift
[1840/1954] Compiling X509 Curve25519+DER.swift
[1841/1954] Compiling X509 SubjectKeyIdentifier.swift
[1842/1954] Compiling X509 Extension.swift
[1843/1954] Compiling X509 Extensions.swift
[1844/1954] Compiling X509 ExtensionsBuilder.swift
[1845/1954] Compiling X509 GeneralName.swift
[1846/1954] Compiling X509 Lock.swift
[1847/1954] Compiling X509 LockedValueBox.swift
[1848/1954] Compiling X509 CertificatePublicKey.swift
[1849/1954] Compiling X509 CertificateSerialNumber.swift
[1850/1954] Compiling X509 CertificateVersion.swift
[1851/1954] Compiling X509 CMSAttribute.swift
[1852/1954] Compiling X509 CMSContentInfo.swift
[1853/1954] Compiling X509 CMSEncapsulatedContentInfo.swift
[1854/1954] Compiling X509 CMSIssuerAndSerialNumber.swift
[1855/1954] Compiling X509 CustomPrivateKey.swift
[1856/1954] Compiling X509 Digests.swift
[1857/1954] Compiling X509 DistinguishedName.swift
[1858/1954] Compiling X509 CommonName.swift
[1859/1954] Compiling X509 CountryName.swift
[1860/1954] Compiling X509 DNBuilder.swift
[1861/1954] Compiling X509 DomainComponent.swift
[1862/1954] Compiling X509 EmailAddress.swift
[1863/1954] Compiling X509 LocalityName.swift
[1864/1954] Compiling X509 OrganizationName.swift
[1865/1954] Compiling X509 OrganizationalUnitName.swift
[1866/1954] Compiling X509 AllOfPolicies.swift
[1867/1954] Compiling X509 AnyPolicy.swift
[1868/1954] Compiling X509 CertificateStore.swift
[1869/1954] Compiling X509 CustomCertificateStore.swift
[1870/1954] Compiling X509 OneOfPolicies.swift
[1871/1954] Compiling X509 PolicyBuilder.swift
[1872/1954] Compiling X509 BasicConstraintsPolicy.swift
[1873/1954] Compiling X509 DNSNames.swift
[1874/1954] Compiling X509 DirectoryNames.swift
[1875/1954] Compiling X509 ExpiryPolicy.swift
[1876/1954] Compiling X509 IPConstraints.swift
[1877/1964] Emitting module NIOCore
[1885/1964] Compiling X509 BasicOCSPResponse.swift
[1886/1964] Compiling X509 DirectoryString.swift
[1887/1964] Compiling X509 OCSPCertID.swift
[1888/1964] Compiling X509 OCSPCertStatus.swift
[1900/1964] Compiling X509 CSRAttribute.swift
[1901/1964] Compiling X509 CSRAttributes.swift
[1902/1964] Compiling X509 CSRVersion.swift
[1903/1964] Compiling X509 CertificateSigningRequest.swift
[1904/1964] Compiling X509 CertificationRequestInfo.swift
[1905/1964] Compiling X509 ExtensionRequest.swift
[1906/1964] Compiling X509 Certificate.swift
[1907/1964] Compiling X509 CertificatePrivateKey.swift
[1911/1964] Compiling X509 OCSPExtensionID.swift
[1912/1964] Compiling X509 OCSPNonce.swift
[1913/1964] Compiling X509 OCSPPolicy.swift
[1914/1964] Compiling X509 OCSPRequest.swift
[1915/1964] Compiling X509 OCSPResponse.swift
[1916/1964] Compiling X509 OCSPResponseBytes.swift
[1917/1964] Compiling X509 OCSPResponseData.swift
[1918/1964] Compiling X509 OCSPResponseStatus.swift
[1919/1964] Compiling X509 OCSPSignature.swift
[1920/1964] Compiling X509 OCSPSingleRequest.swift
[1921/1964] Compiling X509 OCSPSingleResponse.swift
[1922/1972] Compiling X509 OCSPTBSRequest.swift
[1923/1972] Compiling X509 OCSPVersion.swift
[1924/1972] Compiling X509 PKCS8PrivateKey.swift
[1925/1972] Compiling X509 PromiseAndFuture.swift
[1926/1972] Compiling X509 RDNAttribute.swift
[1927/1972] Compiling X509 RandomNumberGenerator+bytes.swift
[1928/1972] Compiling X509 RelativeDistinguishedName.swift
[1929/1972] Compiling X509 SEC1PrivateKey.swift
[1930/1972] Compiling X509 SecKeyWrapper.swift
[1931/1972] Compiling X509 Signature.swift
[1932/1972] Compiling X509 SignatureAlgorithm.swift
[1933/1972] Compiling X509 StateOrProvinceName.swift
[1934/1972] Compiling X509 StreetAddress.swift
[1935/1972] Compiling X509 Error.swift
[1936/1972] Compiling X509 AuthorityInformationAccess.swift
[1937/1972] Compiling X509 AuthorityKeyIdentifier.swift
[1938/1972] Compiling X509 BasicConstraints.swift
[1939/1972] Compiling X509 ExtendedKeyUsage.swift
[1940/1972] Compiling X509 ExtensionIdentifiers.swift
[1941/1972] Compiling X509 KeyUsage.swift
[1942/1972] Compiling X509 NameConstraints.swift
[1943/1972] Compiling X509 SubjectAlternativeName.swift
[1944/2152] Compiling SQLKit SQLColumnDefinition.swift
[1945/2152] Compiling SQLKit SQLCommonTableExpression.swift
[1946/2152] Compiling SQLKit SQLConflictAction.swift
[1947/2152] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1948/2152] Compiling SQLKit SQLDropBehaviour.swift
[1949/2152] Compiling SQLKit SQLEnumDataType.swift
[1950/2152] Compiling SQLKit SQLExcludedColumn.swift
[1951/2152] Compiling SQLKit SQLForeignKey.swift
[1952/2152] Compiling SQLKit SQLJoin.swift
[1953/2152] Compiling SQLKit SQLJoinMethod.swift
[1954/2152] Compiling NIOFoundationEssentialsCompat ByteBuffer-foundation.swift
[1955/2152] Compiling NIOFoundationEssentialsCompat Codable+ByteBuffer.swift
[1956/2152] Emitting module NIOFoundationEssentialsCompat
[1957/2152] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1958/2152] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1959/2152] Compiling SQLKit SQLDatabase.swift
[1960/2155] Compiling X509 VerifierPolicy.swift
[1961/2155] Compiling X509 AlgorithmIdentifier.swift
[1962/2155] Compiling X509 ECDSASignature.swift
[1963/2155] Compiling X509 RSAPKCS1PublicKey.swift
[1964/2155] Compiling X509 SubjectPublicKeyInfo.swift
[1965/2155] Compiling X509 TBSCertificate.swift
[1966/2155] Compiling X509 Time.swift
[1967/2155] Compiling X509 TimeCalculations.swift
[1968/2155] Compiling X509 Validity.swift
[1969/2155] Compiling X509 X509SendableMetatype.swift
[1970/2155] Compiling SQLKit SQLColumn.swift
[1971/2155] Compiling SQLKit SQLConstraint.swift
[1972/2155] Compiling SQLKit SQLDataType.swift
[1973/2155] Compiling SQLKit SQLDirection.swift
[1974/2155] Compiling SQLKit SQLDistinct.swift
[1975/2155] Compiling SQLKit SQLForeignKeyAction.swift
[1976/2155] Compiling SQLKit SQLNestedSubpathExpression.swift
[1977/2155] Compiling SQLKit SQLQualifiedTable.swift
[1978/2155] Compiling SQLKit SQLQueryString.swift
[1979/2155] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1980/2155] Compiling SQLKit SQLColumnAssignment.swift
[1981/2155] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1990/2165] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1991/2165] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1992/2165] Compiling SQLKit SQLDropTriggerBuilder.swift
[1993/2165] Compiling SQLKit SQLInsertBuilder.swift
[1994/2165] Compiling SQLKit SQLUnion.swift
[1995/2165] Compiling SQLKit SQLUpdate.swift
[1996/2165] Compiling SQLKit SQLExpression.swift
[1997/2165] Compiling SQLKit SQLSerializer.swift
[1998/2165] Compiling SQLKit SQLStatement.swift
[1999/2165] Compiling SQLKit SQLBinaryExpression.swift
[2000/2165] Compiling SQLKit SQLBinaryOperator.swift
[2001/2165] Compiling SQLKit SQLBind.swift
[2002/2165] Compiling SQLKit SQLFunction.swift
[2003/2165] Compiling SQLKit SQLGroupExpression.swift
[2004/2165] Emitting module BSON
[2005/2165] Compiling SQLKit SQLSelectBuilder.swift
[2006/2165] Compiling SQLKit SQLSubqueryBuilder.swift
[2007/2165] Compiling SQLKit SQLUnionBuilder.swift
[2008/2165] Compiling SQLKit SQLUpdateBuilder.swift
[2009/2165] Compiling SQLKit SQLPredicateGroupBuilder.swift
[2010/2165] Compiling SQLKit SQLRawBuilder.swift
[2011/2165] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[2012/2165] Compiling SQLKit SQLAlterEnumBuilder.swift
[2013/2165] Compiling SQLKit SQLAlterTableBuilder.swift
[2014/2165] Compiling SQLKit SQLConflictUpdateBuilder.swift
[2015/2165] Compiling SQLKit SQLCreateEnumBuilder.swift
[2016/2165] Compiling SQLKit SQLCreateIndexBuilder.swift
[2017/2165] Compiling SQLKit SQLCreateTableBuilder.swift
[2018/2165] Compiling SQLKit SQLCreateTriggerBuilder.swift
[2019/2165] Compiling SQLKit SQLDeleteBuilder.swift
[2020/2165] Compiling SQLKit SQLDropEnumBuilder.swift
[2021/2165] Compiling SQLKit SQLDropIndexBuilder.swift
[2022/2165] Compiling SQLKit SQLDropTableBuilder.swift
[2023/2165] Compiling NIOEmbedded AsyncTestingChannel.swift
[2024/2165] Emitting module NIOEmbedded
[2025/2165] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[2026/2165] Compiling NIOEmbedded Embedded.swift
[2027/2165] Compiling SQLKit SQLQueryBuilder.swift
[2028/2165] Compiling SQLKit SQLQueryFetcher.swift
[2029/2165] Compiling SQLKit SQLReturningBuilder.swift
[2030/2165] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[2033/2165] Compiling SQLKit SQLLockingClause.swift
[2034/2165] Compiling SQLKit SQLOrderBy.swift
[2035/2165] Compiling SQLKit SQLReturning.swift
[2036/2165] Compiling SQLKit SQLSubquery.swift
[2037/2165] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[2038/2165] Compiling SQLKit SQLAlterEnum.swift
[2039/2165] Compiling SQLKit SQLAlterTable.swift
[2040/2165] Compiling SQLKit SQLCreateEnum.swift
[2041/2165] Compiling SQLKit SQLCreateIndex.swift
[2042/2165] Compiling SQLKit SQLCreateTable.swift
[2043/2165] Compiling SQLKit SQLCreateTrigger.swift
[2044/2165] Compiling SQLKit SQLDelete.swift
[2045/2165] Compiling SQLKit SQLDropEnum.swift
[2046/2165] Compiling SQLKit SQLDropIndex.swift
[2047/2165] Compiling SQLKit SQLDropTable.swift
[2048/2165] Compiling SQLKit SQLDropTrigger.swift
[2049/2165] Compiling SQLKit SQLInsert.swift
[2050/2165] Compiling SQLKit SQLSelect.swift
[2062/2165] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[2063/2165] Compiling SQLKit SQLCommonUnionBuilder.swift
[2064/2165] Compiling SQLKit SQLJoinBuilder.swift
[2065/2165] Compiling SQLKit SQLPartialResultBuilder.swift
[2066/2165] Compiling SQLKit SQLPredicateBuilder.swift
[2074/2165] Compiling BSON RegularExpression.swift
[2075/2165] Compiling BSON Timestamp.swift
[2076/2165] Compiling BSON TypeIdentifier.swift
[2077/2165] Compiling SQLKit SQLError.swift
[2078/2165] Compiling SQLKit SQLExpressions+Deprecated.swift
[2079/2165] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[2080/2165] Compiling SQLKit Exports.swift
[2081/2165] Compiling SQLKit SQLAlias.swift
[2082/2165] Compiling SQLKit SQLBetween.swift
[2097/2170] Emitting module X509
[2115/2170] Emitting module SQLKit
[2120/2170] Compiling NIOPosix Utilities.swift
[2121/2170] Compiling NIOPosix VsockAddress.swift
[2122/2170] Compiling NIOPosix VsockChannelEvents.swift
[2123/2170] Compiling NIOPosix Windows.swift
[2124/2170] Compiling NIOPosix resource_bundle_accessor.swift
[2136/2170] Compiling SQLKit SQLIdentifier.swift
[2137/2170] Compiling SQLKit SQLList.swift
[2138/2170] Compiling SQLKit SQLLiteral.swift
[2139/2170] Compiling SQLKit SQLRaw.swift
[2140/2170] Compiling SQLKit SQLCodingUtilities.swift
[2141/2170] Compiling SQLKit SQLQueryEncoder.swift
[2142/2170] Compiling SQLKit SQLRow.swift
[2143/2170] Compiling SQLKit SQLRowDecoder.swift
[2144/2170] Compiling SQLKit SomeCodingKey.swift
[2145/2170] Compiling SQLKit StringHandling.swift
[2158/2170] Emitting module NIOPosix
[2171/2231] Emitting module NIO
[2172/2231] Compiling NIO Exports.swift
[2173/2367] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[2174/2367] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[2175/2368] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[2176/2368] Emitting module NIOFoundationCompat
[2177/2368] Compiling NIOFoundationCompat Exports.swift
[2178/2368] Compiling NIOSOCKS ClientStateMachine.swift
[2179/2368] Compiling NIOSOCKS Messages.swift
[2180/2368] Compiling NIOSOCKS Helpers.swift
[2181/2368] Compiling NIOSOCKS SOCKSRequest.swift
[2182/2368] Compiling NIOSOCKS SOCKSResponse.swift
[2183/2368] Compiling NIOTLS TLSEvents.swift
[2184/2368] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[2185/2368] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[2186/2368] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[2187/2368] Emitting module NIOTLS
[2188/2368] Compiling NIOTLS SNIHandler.swift
[2189/2368] Compiling NIOSOCKS Errors.swift
[2190/2368] Compiling FluentKit Children+Concurrency.swift
[2191/2368] Compiling FluentKit Database+Concurrency.swift
[2192/2368] Emitting module NIOSOCKS
[2193/2368] Compiling FluentKit AsyncMigration.swift
[2194/2368] Compiling FluentKit AsyncModelMiddleware.swift
[2195/2368] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[2196/2368] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[2197/2369] Emitting module _NIOFileSystem
[2198/2373] Compiling DNSProtocol MessageOptions.swift
[2199/2373] Compiling DNSProtocol SRVRecord.swift
[2200/2373] Compiling DNSProtocol PTRRecord.swift
[2201/2426] Compiling NIOSOCKS ServerStateMachine.swift
[2202/2426] Compiling DNSProtocol Errors.swift
[2203/2426] Compiling DNSProtocol DNSEncoder.swift
[2204/2426] Compiling DNSProtocol ByteBuffer+DNS.swift
[2205/2426] Emitting module DNSProtocol
[2206/2426] Compiling DNSProtocol Message.swift
[2207/2426] Compiling NIOSSL TLSConfiguration.swift
[2208/2426] Compiling NIOSSL NIOSSLServerHandler.swift
[2209/2426] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[2210/2426] Compiling NIOSSL NIOSSLHandler.swift
[2211/2426] Compiling NIOSSL ObjectIdentifier.swift
[2212/2426] Compiling NIOSSL PosixPort.swift
[2213/2426] Compiling NIOSSL SSLCallbacks.swift
[2214/2426] Compiling NIOSSL SSLConnection.swift
[2215/2426] Compiling NIOSSL SSLContext.swift
[2216/2426] Compiling NIOSSL SSLErrors.swift
[2217/2426] Compiling NIOSSL SafeCompare.swift
[2218/2426] Compiling NIOSSL Zeroization.swift
[2221/2428] Compiling NIOSSL SSLCertificate.swift
[2222/2428] Compiling NIOSSL SSLCertificateExtensions.swift
[2223/2428] Compiling NIOSSL SSLCertificateName.swift
[2225/2428] Compiling NIOSSL AndroidCABundle.swift
[2226/2428] Compiling NIOSSL ByteBufferBIO.swift
[2227/2428] Compiling NIOSSL CustomPrivateKey.swift
[2228/2428] Compiling NIOSSL IdentityVerification.swift
[2229/2428] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[2230/2428] Compiling NIOSSL SSLPublicKey.swift
[2231/2428] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[2232/2428] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[2233/2428] Compiling NIOSSL SubjectAlternativeName.swift
[2234/2428] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[2235/2428] Compiling _NIOFileSystem OpenOptions.swift
[2236/2428] Compiling _NIOFileSystem String+FileSystem.swift
[2237/2428] Compiling _NIOFileSystem resource_bundle_accessor.swift
[2238/2428] Emitting module NIOTransportServices
[2239/2430] Compiling NIOSSL NIOSSLSecureBytes.swift
[2240/2430] Compiling NIOSSL RNG.swift
[2241/2430] Compiling FluentKit QueryBuilder+Set.swift
[2242/2430] Compiling FluentKit QueryBuilder+Sort.swift
[2243/2430] Compiling FluentKit QueryBuilder.swift
[2244/2430] Compiling FluentKit DatabaseQuery+Action.swift
[2245/2430] Compiling FluentKit DatabaseQuery+Aggregate.swift
[2246/2430] Compiling FluentKit DatabaseQuery+Field.swift
[2252/2430] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2253/2430] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2254/2430] Compiling NIOSSL SSLPrivateKey.swift
[2265/2430] Emitting module NIOHTTP1
[2274/2430] Compiling NIOSSL NIOSSLClientHandler.swift
[2280/2496] Emitting module AsyncKit
[2281/2496] Emitting module FluentKit
[2282/2505] Compiling NIOHPACK IndexedHeaderTable.swift
[2293/2506] Compiling NIOExtras QuiescingHelper.swift
[2294/2506] Compiling NIOExtras RequestResponseHandler.swift
[2295/2506] Compiling NIOExtras NIORequestIdentifiable.swift
[2296/2506] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[2297/2506] Compiling NIOExtras LengthFieldPrepender.swift
[2298/2506] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[2299/2506] Compiling NIOExtras RequestResponseHandlers+State.swift
[2300/2506] Compiling NIOExtras RequestResponseWithIDHandler.swift
[2301/2506] Compiling NIOExtras FixedLengthFrameDecoder.swift
[2302/2506] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[2303/2506] Compiling NIOExtras LineBasedFrameDecoder.swift
[2304/2506] Compiling NIOExtras PCAPRingBuffer.swift
[2305/2506] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[2306/2506] Compiling NIOHTTPCompression HTTPDecompression.swift
[2307/2506] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[2308/2506] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2309/2506] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2310/2506] Compiling NIOHTTPCompression HTTPCompression.swift
[2311/2506] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2312/2506] Emitting module NIOHTTPCompression
[2314/2506] Compiling NIOExtras JSONRPCFraming.swift
[2315/2506] Compiling NIOExtras NIOExtrasError.swift
[2316/2506] Compiling NIOExtras NIOLengthFieldBitLength.swift
[2317/2518] Compiling NIOHPACK IntegerCoding.swift
[2318/2518] Compiling NIOHPACK HuffmanTables.swift
[2319/2518] Compiling NIOHPACK HeaderTables.swift
[2320/2518] Compiling NIOHPACK HuffmanCoding.swift
[2333/2519] Compiling NIOHPACK StaticHeaderTable.swift
[2334/2519] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2335/2519] Compiling NIOWebSocket WebSocketOpcode.swift
[2336/2519] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2337/2519] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2338/2519] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[2339/2519] Compiling NIOWebSocket SHA1.swift
[2340/2519] Emitting module NIOWebSocket
[2341/2519] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[2342/2519] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[2343/2519] Compiling NIOWebSocket WebSocketFrame.swift
[2345/2520] Compiling FluentKit QueryBuilder+Aggregate.swift
[2346/2520] Compiling FluentKit QueryBuilder+EagerLoad.swift
[2347/2520] Compiling FluentKit QueryBuilder+Filter.swift
[2348/2520] Compiling FluentKit QueryBuilder+Group.swift
[2349/2520] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[2350/2520] Compiling FluentKit QueryBuilder+Join.swift
[2351/2520] Compiling FluentKit QueryBuilder+Paginate.swift
[2352/2520] Compiling FluentKit QueryBuilder+Range.swift
[2366/2520] Compiling NIOExtras DebugInboundEventsHandler.swift
[2367/2520] Compiling NIOExtras DebugOutboundEventsHandler.swift
[2368/2520] Emitting module NIOExtras
[2377/2520] Emitting module MultipartKit
[2384/2520] Compiling NIOHPACK HPACKErrors.swift
[2385/2520] Compiling NIOHPACK HPACKEncoder.swift
[2388/2520] Emitting module NIOHPACK
[2389/2520] Compiling NIOHPACK HPACKHeader.swift
[2390/2520] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2391/2584] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2392/2584] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2393/2584] Compiling NIOHTTP2 HTTP2Error.swift
[2394/2584] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2395/2584] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2396/2584] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2397/2584] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2398/2584] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2399/2584] Compiling NIOHTTP2 InboundEventBuffer.swift
[2400/2587] Compiling NIOHTTP2 SendingGoawayState.swift
[2401/2587] Compiling NIOHTTP2 SendingHeadersState.swift
[2402/2587] Compiling NIOHTTP2 HasLocalSettings.swift
[2403/2587] Compiling NIOHTTP2 HasRemoteSettings.swift
[2404/2587] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2405/2587] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2406/2587] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2407/2587] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2408/2587] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2409/2587] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2410/2587] Emitting module NIOSSL
[2411/2587] Compiling DNSClient ConfigParser.swift
[2412/2587] Compiling DNSClient DNSDecoder.swift
[2413/2587] Compiling DNSClient Errors.swift
[2414/2587] Compiling DNSClient DNSEncoder.swift
[2415/2587] Compiling DNSClient PTR.swift
[2416/2587] Compiling DNSClient DNSClient+Connect.swift
[2417/2587] Emitting module DNSClient
[2418/2587] Compiling DNSClient Client.swift
[2419/2587] Compiling DNSClient MulticastDNSClient.swift
[2420/2587] Compiling DNSClient DNSClient+Query.swift
[2421/2587] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2422/2587] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2423/2587] Compiling NIOHTTP2 MayReceiveFrames.swift
[2424/2587] Compiling NIOHTTP2 ReceivingDataState.swift
[2425/2587] Compiling NIOHTTP2 SendingRstStreamState.swift
[2428/2587] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2429/2587] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2430/2587] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2433/2592] Compiling NIOHTTP2 MaySendFrames.swift
[2434/2592] Compiling NIOHTTP2 SendingDataState.swift
[2441/2592] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2462/2592] Compiling FluentKit DatabaseQuery+Sort.swift
[2463/2592] Compiling FluentKit DatabaseQuery+Value.swift
[2464/2592] Compiling FluentKit DatabaseQuery.swift
[2465/2592] Compiling FluentKit QueryHistory.swift
[2466/2592] Compiling FluentKit DatabaseSchema.swift
[2467/2592] Compiling FluentKit SchemaBuilder.swift
[2468/2592] Compiling FluentKit OptionalType.swift
[2469/2592] Compiling FluentKit RandomGeneratable.swift
[2470/2592] Compiling FluentKit SomeCodingKey.swift
[2471/2592] Emitting module NIOFileSystem
[2472/2592] Compiling NIOFileSystem Exports.swift
[2473/2592] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2474/2592] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2475/2592] Emitting module _NIOFileSystemFoundationCompat
[2476/2592] Compiling NIOSSL UniversalBootstrapSupport.swift
[2477/2592] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2478/2592] Compiling NIOSSL resource_bundle_accessor.swift
[2486/2599] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2487/2599] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2488/2599] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2489/2599] Compiling NIOHTTP2 GlitchesMonitor.swift
[2490/2599] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2491/2599] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2492/2599] Compiling NIOHTTP2 StreamChannelList.swift
[2493/2599] Compiling NIOHTTP2 StreamMap.swift
[2494/2599] Compiling NIOHTTP2 StreamStateMachine.swift
[2495/2599] Compiling NIOHTTP2 Timer.swift
[2496/2599] Compiling NIOHTTP2 UnsafeTransfer.swift
[2497/2599] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2498/2599] Compiling FluentKit DatabaseEnum.swift
[2499/2599] Compiling FluentKit EnumBuilder.swift
[2500/2599] Compiling FluentKit EnumMetadata.swift
[2501/2599] Compiling FluentKit EnumProperty.swift
[2502/2599] Compiling FluentKit OptionalEnumProperty.swift
[2503/2599] Compiling FluentKit Exports.swift
[2504/2599] Compiling FluentKit FluentError.swift
[2505/2599] Compiling FluentKit ModelMiddleware.swift
[2506/2599] Compiling NIOHTTP2 DOSHeuristics.swift
[2507/2599] Compiling NIOHTTP2 HTTP2Stream.swift
[2508/2599] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2509/2599] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2510/2599] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2511/2599] Compiling NIOHTTP2 HTTP2StreamID.swift
[2512/2599] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2513/2599] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2514/2599] Compiling NIOHTTP2 Error+Any.swift
[2515/2599] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2516/2599] Compiling FluentKit ID.swift
[2517/2599] Compiling FluentKit OptionalBoolean.swift
[2518/2599] Compiling FluentKit OptionalChild.swift
[2519/2599] Compiling FluentKit OptionalField.swift
[2520/2599] Compiling FluentKit OptionalParent.swift
[2521/2599] Compiling FluentKit Parent.swift
[2522/2599] Compiling FluentKit Property.swift
[2523/2599] Compiling FluentKit Relation.swift
[2524/2599] Compiling FluentKit Siblings.swift
[2525/2599] Compiling FluentKit Timestamp.swift
[2526/2599] Compiling NIOExtras WritePCAPHandler.swift
[2527/2781] Compiling WebSocketKit Exports.swift
[2528/2781] Compiling WebSocketKit WebSocketHandler.swift
[2529/2781] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2530/2781] Emitting module WebSocketKit
[2531/2781] Compiling WebSocketKit WebSocket+Concurrency.swift
[2532/2781] Compiling PostgresNIO RowDescription.swift
[2533/2781] Compiling PostgresNIO NotificationListener.swift
[2534/2781] Compiling PostgresNIO PSQLPreparedStatement.swift
[2535/2781] Compiling PostgresNIO PSQLRowStream.swift
[2536/2781] Compiling PostgresNIO PostgresData+Float.swift
[2537/2781] Compiling PostgresNIO PostgresData+Int.swift
[2538/2781] Compiling PostgresNIO PSQLError.swift
[2539/2781] Compiling PostgresNIO PSQLEventsHandler.swift
[2540/2782] Compiling WebSocketKit WebSocket+Connect.swift
[2541/2782] Compiling PostgresNIO PostgresData+Decimal.swift
[2542/2782] Compiling PostgresNIO PostgresData+Double.swift
[2543/2782] Compiling WebSocketKit WebSocket.swift
[2544/2782] Compiling WebSocketKit WebSocketClient.swift
[2545/2782] Emitting module NIOHTTP2
[2546/2782] Compiling PostgresNIO PostgresConnection.swift
[2547/2782] Compiling PostgresNIO PostgresDatabase+PreparedQuery.swift
[2548/2782] Compiling PostgresNIO PostgresData+Array.swift
[2549/2782] Compiling PostgresNIO PostgresData+Bool.swift
[2550/2782] Emitting module MongoCore
[2551/2782] Compiling PostgresNIO PostgresConnection+Configuration.swift
[2552/2782] Compiling PostgresNIO PostgresConnection+CopyFrom.swift
[2553/2782] Compiling PostgresNIO PostgresData+Bytes.swift
[2554/2782] Compiling PostgresNIO PostgresData+Date.swift
[2555/2782] Compiling MongoCore Tansaction.swift
[2556/2782] Compiling FluentSQL SQLList+Deprecated.swift
[2557/2782] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[2558/2782] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[2559/2782] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[2560/2782] Compiling FluentSQL Exports.swift
[2561/2782] Compiling FluentSQL SQLDatabase+Model.swift
[2562/2782] Compiling FluentSQL DatabaseSchema+SQL.swift
[2565/2782] Compiling FluentSQL SQLQueryConverter.swift
[2566/2782] Emitting module FluentSQL
[2567/2802] Compiling PostgresNIO PostgresMessageEncoder.swift
[2568/2802] Compiling PostgresNIO PostgresMessage+0.swift
[2569/2802] Compiling PostgresNIO PostgresMessage+BackendKeyData.swift
[2570/2802] Compiling PostgresNIO PostgresMessage+DataRow.swift
[2571/2802] Compiling PostgresNIO Array+PostgresCodable.swift
[2572/2802] Compiling PostgresNIO Bool+PostgresCodable.swift
[2573/2802] Compiling PostgresNIO Bytes+PostgresCodable.swift
[2574/2802] Compiling PostgresNIO Date+PostgresCodable.swift
[2575/2802] Compiling PostgresNIO Decimal+PostgresCodable.swift
[2576/2802] Compiling PostgresNIO Float+PostgresCodable.swift
[2577/2802] Compiling PostgresNIO Int+PostgresCodable.swift
[2578/2802] Compiling PostgresNIO JSON+PostgresCodable.swift
[2579/2802] Compiling PostgresNIO Range+PostgresCodable.swift
[2580/2802] Compiling PostgresNIO RawRepresentable+PostgresCodable.swift
[2581/2802] Compiling PostgresNIO PostgresMessage+Describe.swift
[2582/2802] Compiling PostgresNIO PostgresMessage+Execute.swift
[2583/2802] Compiling PostgresNIO PostgresMessage+ParameterDescription.swift
[2584/2802] Compiling PostgresNIO PostgresMessage+ParameterStatus.swift
[2585/2802] Compiling PostgresNIO PostgresMessage+Parse.swift
[2586/2802] Compiling PostgresNIO PostgresMessage+Password.swift
[2587/2802] Compiling PostgresNIO PostgresMessage+ReadyForQuery.swift
[2588/2802] Compiling PostgresNIO PostgresMessage+SASLResponse.swift
[2589/2802] Compiling PostgresNIO PostgresMessage+SSLRequest.swift
[2590/2802] Compiling PostgresNIO PostgresMessage+SimpleQuery.swift
[2591/2802] Compiling PostgresNIO PostgresMessage+Startup.swift
[2592/2802] Compiling PostgresNIO PostgresMessage+Sync.swift
[2593/2802] Compiling PostgresNIO PostgresMessage+Terminate.swift
[2594/2802] Compiling PostgresNIO PostgresMessageDecoder.swift
[2607/2814] Compiling PostgresNIO PostgresConnection+Configuration+Deprecated.swift
[2608/2814] Compiling PostgresNIO PostgresData+UInt.swift
[2609/2814] Compiling PostgresNIO PostgresMessage+Authentication.swift
[2610/2814] Compiling PostgresNIO PostgresMessage+Bind.swift
[2611/2814] Compiling PostgresNIO PostgresMessage+Close.swift
[2612/2814] Compiling PostgresNIO PostgresMessage+CommandComplete.swift
[2619/2814] Compiling FluentSQL SQLSchemaConverter.swift
[2620/2814] Compiling MongoClient MongoSingleConnectionPool.swift
[2621/2814] Compiling MongoClient MongoCursorResponse.swift
[2622/2814] Compiling MongoClient IsMaster.swift
[2623/2814] Compiling MongoClient KillCursors.swift
[2624/2816] Compiling MongoClient ConnectionPool.swift
[2625/2816] Compiling MongoClient Cursor.swift
[2626/2816] Compiling MongoClient Helpers.swift
[2627/2816] Compiling MongoClient GetMore.swift
[2628/2816] Compiling MongoClient Error.swift
[2629/2816] Compiling MongoClient Exports.swift
[2630/2816] Compiling MongoClient Authenticate+ChallengeResponse.swift
[2631/2816] Compiling MongoClient Authenticate+SASL.swift
[2632/2816] Compiling MongoClient Authenticate.swift
[2633/2816] Compiling MongoClient Channel+Connection.swift
[2634/2816] Compiling MongoClient Connection.swift
[2635/2816] Compiling MongoClient ConnectionContext.swift
[2636/2816] Compiling MongoClient Cluster.swift
[2637/2816] Compiling PostgresNIO AnyErrorContinuation.swift
[2638/2816] Compiling PostgresNIO ByteBuffer+PSQL.swift
[2639/2816] Compiling PostgresNIO Logging+PSQL.swift
[2640/2816] Compiling PostgresNIO Authentication.swift
[2641/2816] Compiling PostgresNIO BackendKeyData.swift
[2642/2816] Compiling PostgresNIO CopyInMessage.swift
[2643/2816] Compiling PostgresNIO DataRow.swift
[2644/2816] Compiling PostgresNIO ErrorResponse.swift
[2645/2816] Compiling PostgresNIO NotificationResponse.swift
[2646/2816] Compiling PostgresNIO ParameterDescription.swift
[2647/2816] Compiling PostgresNIO ParameterStatus.swift
[2648/2816] Compiling PostgresNIO ReadyForQuery.swift
[2659/2816] Compiling PostgresNIO String+PostgresCodable.swift
[2660/2816] Compiling PostgresNIO UUID+PostgresCodable.swift
[2661/2816] Compiling MongoClient OK.swift
[2662/2816] Compiling MongoClient SASL.swift
[2663/2816] Compiling PostgresNIO Postgres+PSQLCompat.swift
[2670/2816] Compiling PostgresNIO PreparedStatement.swift
[2671/2816] Compiling PostgresNIO VariadicGenerics.swift
[2672/2816] Compiling PostgresNIO ConnectionFactory.swift
[2673/2816] Compiling PostgresNIO PostgresClient.swift
[2674/2816] Compiling PostgresNIO PostgresCodable.swift
[2675/2816] Compiling PostgresNIO PostgresColumns.swift
[2676/2816] Compiling PostgresNIO PostgresFrontendMessageEncoder.swift
[2678/2816] Compiling PostgresNIO PostgresBackendMessageDecoder.swift
[2679/2816] Compiling PostgresNIO PostgresCell.swift
[2680/2816] Compiling PostgresNIO PostgresChannelHandler.swift
[2681/2816] Compiling PostgresNIO PostgresNotificationSequence.swift
[2682/2816] Compiling PostgresNIO PostgresQuery.swift
[2683/2816] Compiling PostgresNIO PostgresRowSequence.swift
[2684/2816] Compiling PostgresNIO PostgresTransactionError.swift
[2689/2819] Emitting module RediStack
[2692/2819] Emitting module MongoClient
[2698/2819] Compiling MongoClient Connection+Execute.swift
[2712/2819] Compiling RediStack RedisLogging.swift
[2727/2819] Emitting module PostgresNIO
[2728/2819] Compiling PostgresNIO PostgresData+JSON.swift
[2729/2819] Compiling PostgresNIO PostgresData+JSONB.swift
[2730/2819] Compiling PostgresNIO PostgresData+Numeric.swift
[2731/2819] Compiling PostgresNIO PostgresData+Optional.swift
[2732/2819] Compiling PostgresNIO PostgresData+RawRepresentable.swift
[2733/2819] Compiling PostgresNIO PostgresData+Set.swift
[2734/2819] Compiling PostgresNIO PostgresData+String.swift
[2735/2819] Compiling PostgresNIO PostgresData+UUID.swift
[2736/2819] Compiling PostgresNIO PostgresData.swift
[2737/2819] Compiling PostgresNIO PostgresDataConvertible.swift
[2738/2819] Compiling PostgresNIO PostgresDataType.swift
[2739/2819] Compiling PostgresNIO PostgresRow.swift
[2740/2819] Compiling PostgresNIO PostgresMessage+Error.swift
[2741/2819] Compiling PostgresNIO PostgresMessage+Identifier.swift
[2742/2819] Compiling PostgresNIO PostgresMessage+NotificationResponse.swift
[2743/2819] Compiling PostgresNIO PostgresMessage+RowDescription.swift
[2744/2819] Compiling PostgresNIO PostgresMessageType.swift
[2745/2819] Compiling PostgresNIO AuthenticationStateMachine.swift
[2746/2819] Compiling PostgresNIO CloseStateMachine.swift
[2747/2819] Compiling PostgresNIO ConnectionStateMachine.swift
[2748/2819] Compiling PostgresNIO ExtendedQueryStateMachine.swift
[2749/2819] Compiling PostgresNIO ListenStateMachine.swift
[2750/2819] Compiling PostgresNIO PreparedStatementStateMachine.swift
[2751/2819] Compiling PostgresNIO RowStreamStateMachine.swift
[2763/2838] Compiling RediStack RedisMetrics.swift
[2766/2838] Compiling RediStack _Deprecations.swift
[2767/2903] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[2768/2903] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2769/2903] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2770/2903] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2771/2903] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2772/2903] Compiling AsyncHTTPClient HTTP1Connection.swift
[2773/2903] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2774/2903] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2775/2903] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2776/2903] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2777/2903] Compiling AsyncHTTPClient FoundationExtensions.swift
[2778/2903] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2781/2903] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2782/2903] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2783/2903] Compiling AsyncHTTPClient HTTP2Connection.swift
[2784/2903] Compiling PostgresNIO PostgresDatabase+Query.swift
[2785/2903] Compiling PostgresNIO PostgresDatabase+SimpleQuery.swift
[2786/2903] Compiling PostgresNIO PostgresDatabase.swift
[2787/2903] Compiling PostgresNIO PostgresRequest.swift
[2788/2903] Compiling PostgresNIO Exports.swift
[2789/2903] Compiling PostgresNIO NIOUtils.swift
[2790/2903] Compiling PostgresNIO PostgresError+Code.swift
[2791/2903] Compiling PostgresNIO PostgresError.swift
[2792/2903] Compiling PostgresNIO PostgresJSONDecoder.swift
[2793/2903] Compiling PostgresNIO PostgresJSONEncoder.swift
[2794/2903] Compiling PostgresNIO SASLAuthentication+SCRAM-SHA256.swift
[2795/2903] Compiling PostgresNIO SASLAuthenticationManager.swift
[2800/2905] Compiling AsyncHTTPClient DeconstructedURL.swift
[2802/2905] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2803/2905] Compiling AsyncHTTPClient ConnectionTarget.swift
[2805/2905] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2814/2905] Emitting module MongoKittenCore
[2833/2905] Compiling MongoKittenCore QueryBuilder.swift
[2834/2905] Compiling MongoKittenCore Sorting.swift
[2835/2905] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2836/2905] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2837/2905] Compiling AsyncHTTPClient RequestOptions.swift
[2838/2905] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2841/2947] Compiling MongoKitten AsyncSequence.swift
[2842/2947] Compiling MongoKitten BSON2JSON.swift
[2843/2947] Compiling MongoKitten CLI+Helpers.swift
[2844/2947] Compiling MongoKitten ChangeStream.swift
[2845/2947] Compiling MongoKitten Collection+Count.swift
[2846/2947] Compiling MongoKitten Collection+Delete.swift
[2847/2947] Compiling MongoKitten GridFSFileWriter.swift
[2848/2947] Compiling MongoKitten GridFSReader.swift
[2849/2954] Emitting module AsyncHTTPClient
[2850/2954] Emitting module MongoKitten
[2851/2957] Compiling MongoKitten GridFSChunk.swift
[2852/2957] Compiling MongoKitten GridFSError.swift
[2853/2957] Compiling MongoKitten GridFSFile.swift
[2854/2957] Compiling MongoKitten Collection+Distinct.swift
[2855/2957] Compiling MongoKitten Collection+Find.swift
[2856/2957] Compiling MongoKitten Collection+FindAndModify.swift
[2857/2957] Compiling AsyncHTTPClient SSLContextCache.swift
[2858/2957] Compiling AsyncHTTPClient Scheme.swift
[2859/2957] Compiling AsyncHTTPClient Singleton.swift
[2860/2957] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2861/2957] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2862/2957] Compiling AsyncHTTPClient TracingSupport.swift
[2863/2957] Compiling AsyncHTTPClient Utils.swift
[2864/2957] Compiling MongoKitten Error.swift
[2865/2957] Compiling MongoKitten Exports.swift
[2866/2957] Compiling MongoKitten GridFSBucket.swift
[2867/2957] Compiling MongoKitten Aggregate.swift
[2868/2957] Compiling MongoKitten AggregateBuilder.swift
[2869/2957] Compiling MongoKitten AggregateStage.swift
[2870/2957] Compiling MongoKitten Cursor.swift
[2871/2957] Compiling MongoKitten Date+ISO8601Format.swift
[2872/2957] Compiling MongoKitten Diagnostics+BuildInfo.swift
[2875/2957] Compiling MongoKitten IndexBuilder.swift
[2876/2957] Compiling MongoKitten Collection+Indexes.swift
[2877/2957] Compiling MongoKitten Collection+Insert.swift
[2878/2957] Compiling MongoKitten Collection+Update.swift
[2885/2957] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2886/2957] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2887/2957] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2888/2957] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2889/2957] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2890/2957] Compiling AsyncHTTPClient RequestBodyLength.swift
[2891/2957] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2896/2957] Compiling PostgresKit PostgresDatabase+SQL.swift
[2897/2957] Compiling PostgresKit PostgresDialect.swift
[2898/2957] Compiling PostgresKit PostgresConnectionSource.swift
[2899/2957] Compiling PostgresKit PostgresRow+SQL.swift
[2902/2957] Compiling PostgresKit PostgresDataTranslation.swift
[2905/2957] Emitting module PostgresKit
[2906/2958] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2907/2958] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2908/2958] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2909/2958] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2910/2958] Compiling AsyncHTTPClient Transaction.swift
[2911/2958] Compiling AsyncHTTPClient Base64.swift
[2912/2958] Compiling AsyncHTTPClient BasicAuth.swift
[2913/2958] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2914/2958] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2915/2958] Compiling AsyncHTTPClient ConnectionPool.swift
[2916/2958] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2917/2958] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2918/2958] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2919/2958] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2920/2958] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2921/2958] Compiling AsyncHTTPClient TLSConfiguration.swift
[2922/2958] Compiling AsyncHTTPClient RedirectState.swift
[2923/2958] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2924/2958] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[2925/2958] Compiling AsyncHTTPClient RequestBag.swift
[2926/2958] Compiling AsyncHTTPClient RequestValidation.swift
[2927/2958] Compiling MongoKitten MongoCollection.swift
[2928/2958] Compiling MongoKitten MongoDatabase.swift
[2929/2958] Compiling MongoKitten MongoTransactionDatabase.swift
[2945/2958] Compiling AsyncHTTPClient HTTPClient.swift
[2946/2958] Compiling AsyncHTTPClient HTTPClientConfiguration+SwiftConfiguration.swift
[2947/2958] Compiling AsyncHTTPClient HTTPHandler.swift
[2948/2958] Compiling AsyncHTTPClient LRUCache.swift
[2949/2958] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2950/2958] Compiling AsyncHTTPClient NWErrorHandler.swift
[2958/2958] Compiling PostgresKit SQLPostgresConfiguration.swift
[2959/3166] Compiling FluentPostgresDriver PostgresRow+Database.swift
[2960/3166] Compiling FluentPostgresDriver PostgresError+Database.swift
[2961/3166] Compiling FluentPostgresDriver PostgresConverterDelegate.swift
[2962/3166] Compiling FluentPostgresDriver FluentPostgresDriver.swift
[2963/3166] Compiling FluentPostgresDriver Exports.swift
[2964/3166] Compiling FluentPostgresDriver FluentPostgresConfiguration+Deprecated.swift
[2965/3166] Compiling FluentPostgresDriver FluentPostgresConfiguration.swift
[2966/3166] Emitting module FluentPostgresDriver
[2967/3166] Compiling FluentPostgresDriver DatabaseID+PostgreSQL.swift
[2968/3166] Compiling FluentPostgresDriver FluentPostgresDatabase.swift
[2969/3166] Compiling Vapor PlaintextDecoder.swift
[2970/3166] Compiling Vapor PlaintextEncoder.swift
[2971/3166] Compiling Vapor URLQueryCoders.swift
[2972/3166] Compiling Vapor URLQueryContainer.swift
[2973/3166] Compiling Vapor Core.swift
[2974/3166] Compiling Vapor Running.swift
[2975/3166] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2976/3166] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2977/3166] Compiling Vapor DotEnvFile+load.swift
[2978/3166] Compiling Vapor Routes+caseInsenstive.swift
[2979/3166] Compiling Vapor Validatable+validate.swift
[2980/3166] Compiling Vapor Environment+Process.swift
[2981/3166] Compiling Vapor Environment+Secret.swift
[2982/3166] Compiling Vapor Environment.swift
[2983/3166] Compiling Vapor Abort.swift
[2984/3166] Compiling Vapor AbortError.swift
[2985/3166] Compiling Vapor DebuggableError.swift
[2986/3166] Compiling Vapor Demangler.swift
[2987/3166] Compiling Vapor ErrorSource.swift
[2988/3166] Compiling Vapor StackTrace.swift
[2989/3166] Compiling Vapor Exports.swift
[2990/3166] Compiling Vapor Application+HTTP.swift
[2991/3187] Compiling Vapor ServeCommand.swift
[2992/3187] Compiling Vapor AnyResponse+Concurrency.swift
[2993/3187] Compiling Vapor AsyncBasicResponder.swift
[2994/3187] Compiling Vapor AsyncMiddleware.swift
[2995/3187] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2996/3187] Compiling Vapor AsyncSessionDriver.swift
[2997/3187] Compiling Vapor Authentication+Concurrency.swift
[2998/3187] Compiling Vapor Cache+Concurrency.swift
[2999/3187] Compiling Vapor Client+Concurrency.swift
[3000/3187] Compiling Vapor RequestBody+Concurrency.swift
[3001/3187] Compiling Vapor Responder+Concurrency.swift
[3002/3187] Compiling Vapor ResponseCodable+Concurrency.swift
[3003/3187] Compiling Vapor RoutesBuilder+Concurrency.swift
[3004/3187] Compiling Vapor ViewRenderer+Concurrency.swift
[3005/3187] Compiling Vapor WebSocket+Concurrency.swift
[3006/3187] Compiling Vapor ContainerGetPathExecutor.swift
[3007/3187] Compiling Vapor Content.swift
[3008/3187] Compiling Vapor ContentCoders.swift
[3009/3187] Compiling Vapor ContentConfiguration.swift
[3010/3187] Compiling Vapor ContentContainer.swift
[3011/3187] Compiling Vapor JSONCoder+Custom.swift
[3012/3187] Compiling Vapor JSONCoders+Content.swift
[3013/3187] Compiling Vapor HTTPMediaTypePreference.swift
[3014/3187] Compiling Vapor Responder.swift
[3015/3187] Compiling Vapor Application+HTTP+Server.swift
[3016/3187] Compiling Vapor HTTPServer.swift
[3017/3187] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[3018/3187] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[3019/3187] Compiling Vapor HTTPServerHandler.swift
[3020/3187] Compiling Vapor HTTPServerRequestDecoder.swift
[3021/3187] Compiling Vapor HTTPServerResponseEncoder.swift
[3022/3187] Compiling Vapor HTTPServerUpgradeHandler.swift
[3023/3187] Compiling Vapor Logger+Report.swift
[3024/3187] Compiling Vapor LoggingSystem+Environment.swift
[3025/3187] Compiling Vapor Application+Middleware.swift
[3026/3187] Compiling Vapor CORSMiddleware.swift
[3027/3187] Compiling Vapor ErrorMiddleware.swift
[3028/3187] Compiling Vapor FileMiddleware.swift
[3029/3187] Compiling Vapor Middleware.swift
[3030/3187] Compiling Vapor MiddlewareConfiguration.swift
[3031/3187] Compiling Vapor ResponseCompressionMiddleware.swift
[3032/3187] Compiling Vapor RouteLoggingMiddleware.swift
[3033/3187] Compiling Vapor TracingMiddleware.swift
[3034/3187] Compiling Vapor File+Multipart.swift
[3035/3187] Compiling Vapor Case.swift
[3036/3187] Compiling Vapor CharacterSet.swift
[3037/3187] Compiling Vapor Count.swift
[3038/3187] Compiling Vapor Custom.swift
[3039/3187] Compiling Vapor Email.swift
[3040/3187] Compiling Vapor Empty.swift
[3041/3187] Compiling Vapor In.swift
[3042/3187] Compiling Vapor Nil.swift
[3043/3187] Compiling Vapor NilIgnoring.swift
[3044/3187] Compiling Vapor Not.swift
[3045/3187] Compiling Vapor Or.swift
[3046/3187] Compiling Vapor Pattern.swift
[3047/3187] Compiling Vapor Range.swift
[3048/3187] Compiling Vapor URL.swift
[3049/3187] Compiling Vapor Valid.swift
[3050/3187] Compiling Vapor Application+Views.swift
[3051/3187] Compiling Vapor PlaintextRenderer.swift
[3052/3187] Compiling Vapor Request+View.swift
[3053/3187] Compiling Vapor View.swift
[3054/3187] Compiling Vapor ViewRenderer.swift
[3055/3187] Compiling Vapor _Deprecations.swift
[3056/3187] Emitting module Vapor
[3057/3187] Compiling Vapor Application.swift
[3058/3187] Compiling Vapor AuthenticationCache.swift
[3059/3187] Compiling Vapor Authenticator.swift
[3060/3187] Compiling Vapor BasicAuthorization.swift
[3061/3187] Compiling Vapor BearerAuthorization.swift
[3062/3187] Compiling Vapor GuardMiddleware.swift
[3063/3187] Compiling Vapor RedirectMiddleware.swift
[3064/3187] Compiling Vapor SessionAuthenticatable.swift
[3065/3187] Compiling Vapor Bcrypt.swift
[3066/3187] Compiling Vapor Application+Cache.swift
[3067/3187] Compiling Vapor Cache.swift
[3068/3187] Compiling Vapor CacheExpirationTime.swift
[3069/3187] Compiling Vapor MemoryCache.swift
[3070/3187] Compiling Vapor Request+Cache.swift
[3071/3187] Compiling Vapor Application+Clients.swift
[3072/3187] Compiling Vapor Client.swift
[3073/3187] Compiling Vapor ClientRequest.swift
[3074/3187] Compiling Vapor ClientResponse.swift
[3075/3187] Compiling Vapor Request+Client.swift
[3076/3187] Compiling Vapor BootCommand.swift
[3077/3187] Compiling Vapor CommandContext+Application.swift
[3078/3187] Compiling Vapor RoutesCommand.swift
[3079/3187] Compiling Vapor SessionsMiddleware.swift
[3080/3187] Compiling Vapor URLEncodedFormData.swift
[3081/3187] Compiling Vapor URLEncodedFormDecoder.swift
[3082/3187] Compiling Vapor URLEncodedFormEncoder.swift
[3083/3187] Compiling Vapor URLEncodedFormError.swift
[3084/3187] Compiling Vapor URLEncodedFormParser.swift
[3085/3187] Compiling Vapor URLEncodedFormSerializer.swift
[3086/3187] Compiling Vapor URLQueryFragmentConvertible.swift
[3087/3187] Compiling Vapor AnyResponse.swift
[3088/3187] Compiling Vapor Array+Random.swift
[3089/3187] Compiling Vapor Base32.swift
[3090/3187] Compiling Vapor Base64.swift
[3091/3187] Compiling Vapor BaseN.swift
[3092/3187] Compiling Vapor BasicCodingKey.swift
[3093/3187] Compiling Vapor ByteCount.swift
[3094/3187] Compiling Vapor Bytes+Hex.swift
[3095/3187] Compiling Vapor Bytes+SecureCompare.swift
[3096/3187] Compiling Vapor Collection+Safe.swift
[3097/3187] Compiling Vapor DataProtocol+Copy.swift
[3098/3187] Compiling Vapor DecoderUnwrapper.swift
[3099/3187] Compiling Vapor DirectoryConfiguration.swift
[3100/3187] Compiling Vapor DotEnv.swift
[3101/3187] Compiling Vapor Extendable.swift
[3102/3187] Compiling Vapor File.swift
[3103/3187] Compiling Vapor FileIO.swift
[3104/3187] Compiling Vapor LifecycleHandler.swift
[3105/3187] Compiling Vapor OptionalType.swift
[3106/3187] Compiling Vapor RFC1123.swift
[3107/3187] Compiling Vapor SocketAddress+Hostname.swift
[3108/3187] Compiling Vapor Storage.swift
[3109/3187] Compiling Vapor String+IsIPAddress.swift
[3110/3187] Compiling Vapor Thread.swift
[3111/3187] Compiling Vapor URI.swift
[3112/3187] Compiling Vapor VaporSendableMetadataType.swift
[3113/3187] Compiling Vapor RangeResult.swift
[3114/3187] Compiling Vapor Validatable.swift
[3115/3187] Compiling Vapor Validation.swift
[3116/3187] Compiling Vapor ValidationKey.swift
[3117/3187] Compiling Vapor Validations.swift
[3118/3187] Compiling Vapor ValidationsError.swift
[3119/3187] Compiling Vapor Validator.swift
[3120/3187] Compiling Vapor ValidatorResult.swift
[3121/3187] Compiling Vapor And.swift
[3122/3187] Compiling Vapor RouteCollection.swift
[3123/3187] Compiling Vapor Routes.swift
[3124/3187] Compiling Vapor RoutesBuilder+Group.swift
[3125/3187] Compiling Vapor RoutesBuilder+Method.swift
[3126/3187] Compiling Vapor RoutesBuilder+Middleware.swift
[3127/3187] Compiling Vapor RoutesBuilder+WebSocket.swift
[3128/3187] Compiling Vapor RoutesBuilder.swift
[3129/3187] Compiling Vapor OTP.swift
[3130/3187] Compiling Vapor ValidatedCertificateChain.swift
[3131/3187] Compiling Vapor Application+Servers.swift
[3132/3187] Compiling Vapor Server.swift
[3133/3187] Compiling Vapor App+Service.swift
[3134/3187] Compiling Vapor Req+Service.swift
[3135/3187] Compiling Vapor Service.swift
[3136/3187] Compiling Vapor Application+Sessions.swift
[3137/3187] Compiling Vapor MemorySessions.swift
[3138/3187] Compiling Vapor Request+Session.swift
[3139/3187] Compiling Vapor Session.swift
[3140/3187] Compiling Vapor SessionCache.swift
[3141/3187] Compiling Vapor SessionData.swift
[3142/3187] Compiling Vapor SessionDriver.swift
[3143/3187] Compiling Vapor SessionsConfiguration.swift
[3144/3187] Compiling Vapor FormDataDecoder+Content.swift
[3145/3187] Compiling Vapor FormDataEncoder+Content.swift
[3146/3187] Compiling Vapor Application+Password.swift
[3147/3187] Compiling Vapor Application+Passwords.swift
[3148/3187] Compiling Vapor AsyncPasswordHasher.swift
[3149/3187] Compiling Vapor BcryptHasher.swift
[3150/3187] Compiling Vapor PasswordHasher.swift
[3151/3187] Compiling Vapor PlaintextHasher.swift
[3152/3187] Compiling Vapor Request+Password.swift
[3153/3187] Compiling Vapor Redirect.swift
[3154/3187] Compiling Vapor Request+Body.swift
[3155/3187] Compiling Vapor Request+BodyStream.swift
[3156/3187] Compiling Vapor Request.swift
[3157/3187] Compiling Vapor Application+Responder.swift
[3158/3187] Compiling Vapor DefaultResponder.swift
[3159/3187] Compiling Vapor Response+Body.swift
[3160/3187] Compiling Vapor Response.swift
[3161/3187] Compiling Vapor ResponseCodable.swift
[3162/3187] Compiling Vapor Application+Routes.swift
[3163/3187] Compiling Vapor Parameters+Require.swift
[3164/3187] Compiling Vapor Request+WebSocket.swift
[3165/3187] Compiling Vapor Route.swift
[3166/3187] Compiling Vapor BasicResponder.swift
[3167/3187] Compiling Vapor BodyStream.swift
[3168/3187] Compiling Vapor Application+HTTP+Client.swift
[3169/3187] Compiling Vapor EventLoopHTTPClient.swift
[3170/3187] Compiling Vapor EndpointCache.swift
[3171/3187] Compiling Vapor HTTPMethod+String.swift
[3172/3187] Compiling Vapor HTTPStatus.swift
[3173/3187] Compiling Vapor HTTPCookies.swift
[3174/3187] Compiling Vapor HTTPHeaderCacheControl.swift
[3175/3187] Compiling Vapor HTTPHeaderExpires.swift
[3176/3187] Compiling Vapor HTTPHeaderLastModified.swift
[3177/3187] Compiling Vapor HTTPHeaders+Cache.swift
[3178/3187] Compiling Vapor HTTPHeaders+Connection.swift
[3179/3187] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[3180/3187] Compiling Vapor HTTPHeaders+ContentRange.swift
[3181/3187] Compiling Vapor HTTPHeaders+Directive.swift
[3182/3187] Compiling Vapor HTTPHeaders+Forwarded.swift
[3183/3187] Compiling Vapor HTTPHeaders+Link.swift
[3184/3187] Compiling Vapor HTTPHeaders+Name.swift
[3185/3187] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[3186/3187] Compiling Vapor HTTPHeaders.swift
[3187/3187] Compiling Vapor HTTPMediaType.swift
[3188/3216] Compiling Fluent Pagination+Concurrency.swift
[3189/3216] Compiling Fluent Sessions+Concurrency.swift
[3190/3217] Compiling Redis RedisID.swift
[3191/3217] Compiling Fluent ModelAuthenticatable.swift
[3192/3218] Compiling Fluent FluentProvider+Concurrency.swift
[3193/3218] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[3194/3218] Compiling Fluent PageLimit.swift
[3195/3218] Compiling Fluent Fluent+History.swift
[3196/3218] Compiling Fluent Fluent+Paginate.swift
[3197/3218] Compiling Redis Application+Redis.swift
[3198/3218] Compiling Redis Application.Redis+PubSub.swift
[3199/3218] Compiling Fluent FluentProvider.swift
[3200/3218] Compiling Fluent MigrateCommand.swift
[3201/3218] Compiling Fluent ModelCredentialsAuthenticatable.swift
[3202/3218] Compiling Redis RedisConfiguration.swift
[3203/3218] Compiling Redis RedisClient+Codable.swift
[3204/3218] Compiling Redis RedisClient+Concurrency.swift
[3205/3218] Compiling Redis Redis+Sessions.swift
[3206/3218] Compiling Redis Application.Redis+configuration.swift
[3207/3218] Compiling Redis Exports.swift
[3210/3218] Emitting module Redis
[3213/3218] Compiling Redis RedisStorage.swift
[3214/3218] Compiling Fluent ModelTokenAuthenticatable.swift
[3217/3218] Emitting module Fluent
[3218/3218] Compiling Redis Request+Redis.swift
[3219/3248] Emitting module HealthChecks
[3220/3251] Compiling HealthChecks PostgresHealthChecksProtocol.swift
[3221/3251] Compiling HealthChecks PsqlRequest.swift
[3222/3251] Compiling HealthChecks PsqlRequestSendable.swift
[3223/3251] Compiling HealthChecks MongoRequestSendable.swift
[3224/3251] Compiling HealthChecks PostgresChecksProtocol.swift
[3225/3251] Compiling HealthChecks PostgresHealthChecks.swift
[3226/3251] Compiling HealthChecks HealthChecks.swift
[3227/3251] Compiling HealthChecks ComponentName.swift
[3228/3251] Compiling HealthChecks ComponentType.swift
[3229/3251] Compiling HealthChecks HealthCheckStatus.swift
[3230/3251] Compiling HealthChecks MeasurementType.swift
[3231/3251] Compiling HealthChecks MongoChecksProtocol.swift
[3232/3251] Compiling HealthChecks ConsulConfig.swift
[3233/3251] Compiling HealthChecks ConsulHealthChecks.swift
[3234/3251] Compiling HealthChecks ConsulHealthChecksProtocol.swift
[3235/3251] Compiling HealthChecks Application+Extensions.swift
[3236/3251] Compiling HealthChecks ApplicationChecksProtocol.swift
[3237/3251] Compiling HealthChecks ApplicationHealthChecks.swift
[3238/3251] Compiling HealthChecks ApplicationHealthChecksProtocol.swift
[3239/3251] Compiling HealthChecks ChecksProtocol.swift
[3240/3251] Compiling HealthChecks RedisChecksProtocol.swift
[3241/3251] Compiling HealthChecks RedisHealthChecks.swift
[3242/3251] Compiling HealthChecks RedisHealthChecksProtocol.swift
[3243/3251] Compiling HealthChecks MongoHealthChecks.swift
/Users/admin/builder/spi-builder-workspace/Sources/HealthChecks/MongoHealthChecks/MongoRequest.swift:54:46: warning: immutable value 'connectionCount' was never used; consider replacing with '_' or removing it
52 |             //            app.logger.debug("✅ HealthCheckMongoCluster connection.")
53 |             return "connecting"
54 |         case .connected(connectionCount: let connectionCount):
   |                                              `- warning: immutable value 'connectionCount' was never used; consider replacing with '_' or removing it
55 |             //            app.logger.debug("✅ HealthCheckMongoCluster connection and connectionCount: \(connectionCount).")
56 |             return "connected"
[3244/3251] Compiling HealthChecks MongoHealthChecksProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/HealthChecks/MongoHealthChecks/MongoRequest.swift:54:46: warning: immutable value 'connectionCount' was never used; consider replacing with '_' or removing it
52 |             //            app.logger.debug("✅ HealthCheckMongoCluster connection.")
53 |             return "connecting"
54 |         case .connected(connectionCount: let connectionCount):
   |                                              `- warning: immutable value 'connectionCount' was never used; consider replacing with '_' or removing it
55 |             //            app.logger.debug("✅ HealthCheckMongoCluster connection and connectionCount: \(connectionCount).")
56 |             return "connected"
[3245/3251] Compiling HealthChecks MongoRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/HealthChecks/MongoHealthChecks/MongoRequest.swift:54:46: warning: immutable value 'connectionCount' was never used; consider replacing with '_' or removing it
52 |             //            app.logger.debug("✅ HealthCheckMongoCluster connection.")
53 |             return "connecting"
54 |         case .connected(connectionCount: let connectionCount):
   |                                              `- warning: immutable value 'connectionCount' was never used; consider replacing with '_' or removing it
55 |             //            app.logger.debug("✅ HealthCheckMongoCluster connection and connectionCount: \(connectionCount).")
56 |             return "connected"
[3246/3251] Compiling HealthChecks HealthCheck.swift
[3247/3251] Compiling HealthChecks HealthCheckItem+Equatable.swift
[3248/3251] Compiling HealthChecks HealthCheckItem.swift
[3249/3251] Compiling HealthChecks RedisRequest.swift
[3250/3251] Compiling HealthChecks RedisRequestSendable.swift
[3251/3251] Compiling HealthChecks Constants.swift
[3252/3261] Compiling HealthChecksMocks MongoRequestMock.swift
[3253/3261] Compiling HealthChecksMocks MongoHealthChecksMock.swift
[3254/3261] Compiling HealthChecksMocks RedisRequestMock.swift
[3255/3261] Compiling HealthChecksMocks RedisHealthChecksMock.swift
[3256/3261] Compiling HealthChecksMocks PsqlRequestMock.swift
[3257/3261] Compiling HealthChecksMocks ApplicationHealthChecksMock.swift
[3258/3261] Compiling HealthChecksMocks ConsulHealthChecksMock.swift
[3259/3261] Compiling HealthChecksMocks MockClient.swift
[3260/3261] Emitting module HealthChecksMocks
[3261/3261] Compiling HealthChecksMocks PostgresHealthChecksMock.swift
Build complete! (142.96s)
Fetching https://github.com/apple/swift-docc-plugin.git
Fetching https://github.com/orlandos-nl/MongoKitten.git
Fetching https://github.com/vapor/redis.git
Fetching https://github.com/vapor/fluent-postgres-driver.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/fluent.git
[1/2287] Fetching swift-docc-plugin
[207/5009] Fetching swift-docc-plugin, fluent-postgres-driver
[208/19482] Fetching swift-docc-plugin, fluent-postgres-driver, mongokitten
[1317/32988] Fetching swift-docc-plugin, fluent-postgres-driver, mongokitten, fluent
[4146/36813] Fetching swift-docc-plugin, fluent-postgres-driver, mongokitten, fluent, redis
[10539/114233] Fetching swift-docc-plugin, fluent-postgres-driver, mongokitten, fluent, redis, vapor
Fetched https://github.com/apple/swift-docc-plugin.git from cache (1.45s)
Fetched https://github.com/orlandos-nl/MongoKitten.git from cache (1.46s)
Fetched https://github.com/vapor/redis.git from cache (1.46s)
[27436/93648] Fetching fluent-postgres-driver, fluent, vapor
Fetched https://github.com/vapor/fluent-postgres-driver.git from cache (3.54s)
Fetched https://github.com/vapor/fluent.git from cache (3.54s)
Fetched https://github.com/vapor/vapor.git from cache (3.54s)
Computing version for https://github.com/vapor/redis.git
Computed https://github.com/vapor/redis.git at 4.14.0 (4.09s)
Fetching https://github.com/swift-server/RediStack.git
[1/4803] Fetching redistack
Fetched https://github.com/swift-server/RediStack.git from cache (1.07s)
Computing version for https://github.com/orlandos-nl/MongoKitten.git
Computed https://github.com/orlandos-nl/MongoKitten.git at 7.16.1 (1.70s)
Fetching https://github.com/orlandos-nl/DNSClient.git
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/orlandos-nl/BSON.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-metrics.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
[1/6030] Fetching bson
[2/7749] Fetching bson, dnsclient
[131/13543] Fetching bson, dnsclient, swift-distributed-tracing
Fetched https://github.com/orlandos-nl/DNSClient.git from cache (0.98s)
[4699/11824] Fetching bson, swift-distributed-tracing
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/orlandos-nl/BSON.git from cache (2.72s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.72s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.73s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.76s)
Fetched https://github.com/apple/swift-metrics.git from cache (2.76s)
Fetched https://github.com/apple/swift-nio.git from cache (2.85s)
Fetched https://github.com/apple/swift-log.git from cache (3.75s)
Computing version for https://github.com/swift-server/RediStack.git
Computed https://github.com/swift-server/RediStack.git at 1.6.3 (5.28s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.47s)
Computing version for https://github.com/orlandos-nl/DNSClient.git
Computed https://github.com/orlandos-nl/DNSClient.git at 2.7.0 (0.47s)
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.65s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.28.0 (1.16s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.13.0 (0.47s)
Fetching https://github.com/vapor/fluent-kit.git
[1/13935] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (1.32s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.56.0 (1.82s)
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-service-context.git
[1/1287] Fetching swift-service-context
[195/4038] Fetching swift-service-context, swift-service-lifecycle
[333/10282] Fetching swift-service-context, swift-service-lifecycle, sql-kit
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.13s)
Fetched https://github.com/vapor/sql-kit.git from cache (1.13s)
Fetched https://github.com/apple/swift-service-context.git from cache (1.13s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (1.63s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.11.0 (0.50s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/6245] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.43s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (1.98s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.53s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (2.03s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.36.0 (0.47s)
Computing version for https://github.com/orlandos-nl/BSON.git
Computed https://github.com/orlandos-nl/BSON.git at 8.2.2 (0.48s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.49s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.5.0 (2.96s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.96s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.63s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.64s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.121.4 (0.53s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
[1/3664] Fetching multipart-kit
[441/6322] Fetching multipart-kit, websocket-kit
[1473/13588] Fetching multipart-kit, websocket-kit, swift-certificates
Fetched https://github.com/apple/swift-algorithms.git from cache (0.78s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.85s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.86s)
[1391/10930] Fetching multipart-kit, swift-certificates
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/vapor/console-kit.git
[8295/32339] Fetching multipart-kit, swift-certificates, routing-kit
Fetched https://github.com/apple/swift-certificates.git from cache (1.48s)
Fetching https://github.com/vapor/async-kit.git
[1530/31765] Fetching multipart-kit, routing-kit, console-kit
Fetched https://github.com/vapor/multipart-kit.git from cache (2.00s)
[20742/28101] Fetching routing-kit, console-kit
Fetching https://github.com/swift-server/async-http-client.git from cache
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.02s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.03s)
[23552/30597] Fetching routing-kit, console-kit, async-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.39s)
[2643/9188] Fetching console-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.92s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.56s)
[3480/6692] Fetching console-kit
Fetched https://github.com/vapor/console-kit.git from cache (2.22s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.18s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.84s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.92s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.3 (1.45s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.37.0 (0.50s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.2 (0.48s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.48s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.16.0 (0.49s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.99.0 (0.68s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (1.00s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.19.1 (3.61s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.22.0 (0.48s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.51s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.10.1 (0.49s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (0.60s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.50s)
Computing version for https://github.com/vapor/fluent-postgres-driver.git
Computed https://github.com/vapor/fluent-postgres-driver.git at 2.12.0 (0.49s)
Fetching https://github.com/vapor/postgres-kit.git
[1/5468] Fetching postgres-kit
Fetched https://github.com/vapor/postgres-kit.git from cache (1.07s)
Computing version for https://github.com/vapor/postgres-kit.git
Computed https://github.com/vapor/postgres-kit.git at 2.15.1 (1.57s)
Fetching https://github.com/vapor/postgres-nio.git
[1/14170] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (1.43s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.33.0 (1.97s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.34.0 (0.58s)
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.62s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.76s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.28s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.7.0 (0.50s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.5.0 (1.15s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.43.0 (0.52s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.33.1 (0.50s)
Creating working copy for https://github.com/orlandos-nl/MongoKitten.git
Working copy of https://github.com/orlandos-nl/MongoKitten.git resolved at 7.16.1
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.56.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.28.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.121.4
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.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.16.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.6.4
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.99.0
Creating working copy for https://github.com/swift-server/RediStack.git
Working copy of https://github.com/swift-server/RediStack.git resolved at 1.6.3
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.4.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.10.1
Creating working copy for https://github.com/vapor/fluent-postgres-driver.git
Working copy of https://github.com/vapor/fluent-postgres-driver.git resolved at 2.12.0
Creating working copy for https://github.com/orlandos-nl/BSON.git
Working copy of https://github.com/orlandos-nl/BSON.git resolved at 8.2.2
Creating working copy for https://github.com/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.33.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.19.1
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.5.1
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.43.0
Creating working copy for https://github.com/vapor/postgres-kit.git
Working copy of https://github.com/vapor/postgres-kit.git resolved at 2.15.1
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.34.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.22.0
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.36.0
Creating working copy for https://github.com/vapor/redis.git
Working copy of https://github.com/vapor/redis.git resolved at 4.14.0
Creating working copy for https://github.com/orlandos-nl/DNSClient.git
Working copy of https://github.com/orlandos-nl/DNSClient.git resolved at 2.7.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.7.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.12.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.37.0
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.13.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.3
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.3.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.11.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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.7.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.5.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.33.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.115.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.5.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "fluent-postgres-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-postgres-driver.git"
    },
    {
      "identity" : "mongokitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.16.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/orlandos-nl/MongoKitten.git"
    },
    {
      "identity" : "redis",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.14.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/redis.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin.git"
    }
  ],
  "manifest_display_name" : "fs-app-health-checks",
  "name" : "fs-app-health-checks",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "HealthChecks",
      "targets" : [
        "HealthChecks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HealthChecksMocks",
      "targets" : [
        "HealthChecksMocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HealthChecksTests",
      "module_type" : "SwiftTarget",
      "name" : "HealthChecksTests",
      "path" : "Tests/HealthChecksTests",
      "product_dependencies" : [
        "VaporTesting"
      ],
      "sources" : [
        "ApplicationHealthChecksTests/ApplicationHealthChecksCheckTests.swift",
        "ApplicationHealthChecksTests/ApplicationHealthChecksUptimeTests.swift",
        "ConsulHealthChecksTests/ConsulHealthChecksCheckTests.swift",
        "ConsulHealthChecksTests/ConsulHealthChecksResponseTimeTests.swift",
        "ConsulHealthChecksTests/ConsulHealthChecksStatusTests.swift",
        "HealthCheckItemTests.swift",
        "HealthChecksTests.swift",
        "MongoHealthChecksTests.swift",
        "MongoRequestTests.swift",
        "PostgresHealthChecksTests.swift",
        "RedisHealthChecksTests.swift"
      ],
      "target_dependencies" : [
        "HealthChecks",
        "HealthChecksMocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HealthChecksMocks",
      "module_type" : "SwiftTarget",
      "name" : "HealthChecksMocks",
      "path" : "Sources/HealthChecksMocks",
      "product_memberships" : [
        "HealthChecksMocks"
      ],
      "sources" : [
        "Mocks/ApplicationHealthChecksMock.swift",
        "Mocks/ConsulHealthChecksMock.swift",
        "Mocks/MockClient.swift",
        "Mocks/MongoHealthChecksMock.swift",
        "Mocks/MongoRequestMock.swift",
        "Mocks/PostgresHealthChecksMock.swift",
        "Mocks/PsqlRequestMock.swift",
        "Mocks/RedisHealthChecksMock.swift",
        "Mocks/RedisRequestMock.swift"
      ],
      "target_dependencies" : [
        "HealthChecks"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HealthChecks",
      "module_type" : "SwiftTarget",
      "name" : "HealthChecks",
      "path" : "Sources/HealthChecks",
      "product_dependencies" : [
        "Vapor",
        "Fluent",
        "FluentPostgresDriver",
        "Redis",
        "MongoKitten"
      ],
      "product_memberships" : [
        "HealthChecks",
        "HealthChecksMocks"
      ],
      "sources" : [
        "ApplicationHealthChecks/ApplicationChecksProtocol.swift",
        "ApplicationHealthChecks/ApplicationHealthChecks.swift",
        "ApplicationHealthChecks/ApplicationHealthChecksProtocol.swift",
        "ChecksProtocol.swift",
        "ConsulHealthChecks/ConsulConfig.swift",
        "ConsulHealthChecks/ConsulHealthChecks.swift",
        "ConsulHealthChecks/ConsulHealthChecksProtocol.swift",
        "Extensions/Application+Extensions.swift",
        "HealthChecks.swift",
        "Models/ComponentName.swift",
        "Models/ComponentType.swift",
        "Models/HealthCheck.swift",
        "Models/HealthCheckItem+Equatable.swift",
        "Models/HealthCheckItem.swift",
        "Models/HealthCheckStatus.swift",
        "Models/MeasurementType.swift",
        "MongoHealthChecks/MongoChecksProtocol.swift",
        "MongoHealthChecks/MongoHealthChecks.swift",
        "MongoHealthChecks/MongoHealthChecksProtocol.swift",
        "MongoHealthChecks/MongoRequest.swift",
        "MongoHealthChecks/MongoRequestSendable.swift",
        "PostgresHealthChecks/PostgresChecksProtocol.swift",
        "PostgresHealthChecks/PostgresHealthChecks.swift",
        "PostgresHealthChecks/PostgresHealthChecksProtocol.swift",
        "PostgresHealthChecks/PsqlRequest.swift",
        "PostgresHealthChecks/PsqlRequestSendable.swift",
        "RedisHealthChecks/RedisChecksProtocol.swift",
        "RedisHealthChecks/RedisHealthChecks.swift",
        "RedisHealthChecks/RedisHealthChecksProtocol.swift",
        "RedisHealthChecks/RedisRequest.swift",
        "RedisHealthChecks/RedisRequestSendable.swift",
        "Utilities/Constants.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.