Build Information
Successful build of fs-app-health-checks, reference 2.2.0 (bb9bd5), with Swift 6.1 for macOS (SPM) on 29 Apr 2026 23:16:35 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 .statsBuild 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: 2.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LLCFreedom-Space/fs-app-health-checks
* tag 2.2.0 -> FETCH_HEAD
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 2.2.0
========================================
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
[3/887] Copying PrivacyInfo.xcprivacy
[3/887] Write sources
[10/887] Copying PrivacyInfo.xcprivacy
[13/887] Write sources
[16/887] Copying PrivacyInfo.xcprivacy
[16/887] Write sources
[84/887] Compiling CNIOWindows WSAStartup.c
[85/887] Compiling CSystem shims.c
[85/887] Compiling CNIOWASI CNIOWASI.c
[85/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
[91/887] Compiling CNIOLinux liburing_shims.c
[93/887] Compiling _AtomicsShims.c
[94/887] Compiling CNIOPosix event_loop_id.c
[95/899] Compiling CNIOSHA1 c_nio_sha1.c
[96/901] Compiling CVaporBcrypt blf.c
[97/901] Compiling CNIOLLHTTP c_nio_http.c
[98/901] Compiling CVaporBcrypt bcrypt.c
[99/969] Compiling CNIOLLHTTP c_nio_llhttp.c
[101/988] Compiling _NIOBase64 Base64.swift
[102/988] Emitting module _NIOBase64
[103/988] Compiling RealModule Real.swift
[104/988] Compiling RealModule Float80+Real.swift
[105/988] Compiling RealModule RealFunctions.swift
[106/989] Compiling RealModule Float16+Real.swift
[107/989] Compiling RealModule Float+Real.swift
[108/989] Compiling _NIODataStructures PriorityQueue.swift
[109/989] Compiling _NIODataStructures _TinyArray.swift
[110/989] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[111/989] Compiling InternalCollectionsUtilities Integer rank.swift
[112/989] Compiling RealModule ElementaryFunctions.swift
[113/989] Compiling RealModule AugmentedArithmetic.swift
[114/989] Emitting module RealModule
[115/989] Compiling RealModule Double+Real.swift
[116/989] Emitting module _CertificateInternals
[117/989] Compiling _CertificateInternals _TinyArray.swift
[118/989] Compiling ServiceContextModule ServiceContext.swift
[119/989] Emitting module ServiceContextModule
[120/989] Compiling ServiceContextModule ServiceContextKey.swift
[121/989] Compiling RealModule RelaxedArithmetic.swift
[122/1090] Compiling Instrumentation NoOpInstrument.swift
[123/1090] Compiling Crypto Signature.swift
[124/1090] Compiling Crypto CryptoKitErrors_boring.swift
[125/1090] Compiling Crypto SubjectPublicKeyInfo.swift
[126/1090] Compiling Crypto CryptoError_boring.swift
[127/1090] Compiling Crypto CryptoKitErrors.swift
[128/1090] Compiling Crypto Digest_boring.swift
[129/1090] Compiling Crypto HashFunctions.swift
[130/1090] Compiling Crypto HashFunctions_SHA2.swift
[131/1090] Compiling Crypto EdDSA_boring.swift
[132/1090] Compiling Crypto MLDSA_boring.swift
[133/1090] Compiling Crypto Ed25519.swift
[134/1090] Compiling Crypto MLDSA.swift
[135/1090] Compiling Crypto Digest.swift
[136/1090] Compiling Crypto Digests.swift
[137/1090] Compiling Crypto MLDSA_wrapper.swift
[138/1090] Compiling Crypto ECDSA.swift
[139/1091] Emitting module InternalCollectionsUtilities
[140/1091] Compiling Crypto PKCS8PrivateKey.swift
[141/1091] Compiling Crypto SEC1PrivateKey.swift
[142/1091] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[142/1091] Compiling CNIOLLHTTP c_nio_api.c
[144/1091] Compiling Crypto HPKE-AEAD.swift
[145/1091] Compiling Crypto HPKE-Ciphersuite.swift
[146/1091] Compiling Crypto HPKE-KDF.swift
[147/1091] Compiling Crypto HPKE-KexKeyDerivation.swift
[148/1091] Compiling Crypto HPKE-LabeledExtract.swift
[149/1091] Compiling Crypto HPKE-Utils.swift
[150/1094] Compiling Instrumentation InstrumentationSystem.swift
[151/1094] Compiling Instrumentation Instrument.swift
[152/1094] Emitting module Instrumentation
[153/1094] Compiling Instrumentation Locks.swift
[154/1094] Compiling Instrumentation MultiplexInstrument.swift
[155/1094] Emitting module _NIODataStructures
[156/1094] Compiling _NIODataStructures Heap.swift
[157/1095] Compiling ConcurrencyHelpers LockedValueBox.swift
[158/1095] Emitting module ConcurrencyHelpers
[159/1095] Compiling ConcurrencyHelpers Lock.swift
[160/1166] Compiling _RopeModule BigString+Append.swift
[161/1166] Compiling _RopeModule BigString+Initializers.swift
[162/1166] Compiling _RopeModule BigString+Insert.swift
[163/1166] Compiling _RopeModule BigString+Managing Breaks.swift
[164/1166] Compiling _RopeModule BigString+RemoveSubrange.swift
[165/1166] Compiling _RopeModule BigString+ReplaceSubrange.swift
[166/1166] Compiling _RopeModule BigString+Split.swift
[167/1166] Compiling _RopeModule Range+BigString.swift
[168/1173] Compiling _RopeModule BigString+Builder.swift
[169/1173] Compiling _RopeModule BigString+Contents.swift
[170/1173] Compiling _RopeModule BigString+Debugging.swift
[171/1173] Compiling _RopeModule BigString+Index.swift
[172/1173] Compiling _RopeModule BigString+Ingester.swift
[173/1173] Compiling _RopeModule BigString+Invariants.swift
[174/1173] Compiling _RopeModule BigString+Metrics.swift
[175/1173] Compiling _RopeModule BigString+Summary.swift
[176/1173] Compiling _RopeModule BigString.swift
[177/1173] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[178/1173] Compiling _RopeModule BigString+Chunk+Breaks.swift
[179/1173] Compiling _RopeModule BigString+Chunk+Character.swift
[180/1173] Compiling _RopeModule BigString+Chunk+Counts.swift
[181/1173] Compiling _RopeModule BigString+Chunk+Description.swift
[182/1173] Compiling _RopeModule BigString+Chunk+Index.swift
[183/1173] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[184/1237] Compiling OrderedCollections OrderedSet+Hashable.swift
[185/1237] Compiling OrderedCollections OrderedSet+Initializers.swift
[186/1237] Compiling OrderedCollections OrderedSet+Insertions.swift
[187/1237] Emitting module SystemPackage
[188/1237] Compiling Logging MetadataProvider.swift
[189/1244] Compiling Logging LogHandler.swift
[190/1244] Compiling Logging Locks.swift
[191/1244] Compiling Logging LogEvent.swift
[192/1244] Emitting module Logging
[193/1244] Compiling Logging Logging.swift
[194/1244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[195/1244] Compiling OrderedCollections _Hashtable+Header.swift
[196/1244] Compiling OrderedCollections OrderedDictionary+Codable.swift
[197/1247] Compiling OrderedCollections _HashTable.swift
[198/1247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[199/1247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[200/1247] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[201/1247] Compiling OrderedCollections _HashTable+Testing.swift
[202/1247] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[203/1247] Compiling OrderedCollections _HashTable+Bucket.swift
[204/1247] Compiling OrderedCollections _HashTable+BucketIterator.swift
[205/1247] Compiling OrderedCollections _HashTable+Constants.swift
[206/1247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[207/1247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[208/1247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[209/1247] Compiling OrderedCollections OrderedSet+Invariants.swift
[210/1247] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[211/1247] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[212/1247] Compiling HeapModule Heap.swift
[213/1247] Compiling HeapModule Heap+UnsafeHandle.swift
[214/1247] Compiling HeapModule _HeapNode.swift
[215/1247] Compiling HeapModule Heap+Invariants.swift
[216/1247] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[217/1247] Emitting module HeapModule
[218/1247] Compiling HeapModule Heap+Descriptions.swift
[219/1247] Compiling CoreMetrics Locks.swift
[220/1247] Compiling CoreMetrics WithMetricsFactory.swift
[221/1247] Emitting module CoreMetrics
[222/1247] Compiling CoreMetrics Metrics.swift
[223/1247] Compiling CoreMetrics MappingMetricsFactory.swift
[224/1247] Compiling Tracing TracingTime.swift
[225/1247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[226/1247] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[227/1247] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[228/1253] Compiling OrderedCollections OrderedSet+Codable.swift
[229/1253] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[230/1253] Compiling OrderedCollections OrderedSet+Descriptions.swift
[231/1253] Compiling OrderedCollections OrderedSet+Diffing.swift
[232/1253] Compiling OrderedCollections OrderedSet+Equatable.swift
[233/1253] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[234/1253] Compiling OrderedCollections OrderedDictionary+Elements.swift
[235/1253] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[236/1253] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[237/1253] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[238/1253] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[239/1253] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[240/1253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[241/1253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[242/1253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[243/1253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[244/1253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[245/1253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[246/1339] Compiling Tracing TracerProtocol+Legacy.swift
[247/1339] Compiling Tracing TracerProtocol.swift
[248/1339] Compiling Tracing Tracer.swift
[249/1339] Compiling Tracing InstrumentationSystem+Tracing.swift
[250/1339] Compiling Tracing NoOpTracer.swift
[251/1339] Emitting module Tracing
[252/1339] Compiling Tracing SpanProtocol.swift
[253/1373] Compiling ContainersPreview OutputSpan+Extras.swift
[254/1373] Compiling ContainersPreview TemporaryAllocation.swift
[255/1373] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[256/1373] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[257/1376] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[258/1376] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[259/1376] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[260/1376] Compiling ContainersPreview BorrowingSequence.swift
[261/1376] Compiling ContainersPreview Producer+Filter.swift
[262/1376] Compiling ContainersPreview Producer+Map.swift
[263/1376] Compiling ContainersPreview Producer+Reduce.swift
[264/1376] Compiling ContainersPreview Drain+Reduce.swift
[265/1376] Compiling ContainersPreview Drain.swift
[266/1376] Compiling ContainersPreview Producer+Collect.swift
[267/1376] Compiling ContainersPreview Producer.swift
[268/1376] Compiling ContainersPreview Borrow.swift
[269/1376] Compiling ContainersPreview Box.swift
[270/1376] Compiling ContainersPreview RandomAccessContainer.swift
[271/1376] Compiling ContainersPreview RangeExpression2.swift
[272/1376] Compiling ContainersPreview RangeReplaceableContainer.swift
[273/1376] Compiling ContainersPreview Drain+Map.swift
[274/1376] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[275/1376] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[276/1376] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[277/1376] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[278/1376] Compiling ContainersPreview ContainerIterator.swift
[279/1376] Compiling ContainersPreview DynamicContainer.swift
[280/1376] Compiling ContainersPreview MutableContainer.swift
[281/1376] Compiling ContainersPreview PermutableContainer.swift
[282/1376] Compiling ContainersPreview BidirectionalContainer.swift
[283/1376] Compiling ContainersPreview Container+Filter.swift
[284/1376] Compiling ContainersPreview Container+SpanwiseZip.swift
[285/1376] Compiling ContainersPreview Container.swift
[306/1376] Compiling ContainersPreview Inout.swift
[307/1376] Compiling ContainersPreview InputSpan.swift
[308/1376] Compiling ContainersPreview Shared.swift
[309/1376] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[310/1376] Emitting module ContainersPreview
[311/1376] Compiling HashTreeCollections TreeSet+Collection.swift
[312/1376] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[313/1376] Compiling HashTreeCollections TreeSet+Debugging.swift
[314/1376] Compiling HashTreeCollections TreeSet+Descriptions.swift
[315/1376] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[316/1376] Compiling HashTreeCollections TreeDictionary+Filter.swift
[317/1376] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[318/1376] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[319/1376] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[320/1376] Compiling HashTreeCollections _HashNode+Structural filter.swift
[321/1376] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[322/1376] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[323/1376] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[324/1376] Compiling HashTreeCollections TreeDictionary+Values.swift
[325/1376] Compiling HashTreeCollections TreeDictionary.swift
[326/1376] Compiling HashTreeCollections TreeSet+Codable.swift
[327/1376] Compiling HashTreeCollections TreeDictionary+Keys.swift
[328/1376] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[329/1376] Compiling HashTreeCollections TreeDictionary+Merge.swift
[330/1376] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[331/1376] Compiling HashTreeCollections _RawHashNode.swift
[332/1376] Compiling HashTreeCollections _UnmanagedHashNode.swift
[333/1376] Compiling HashTreeCollections _UnsafePath.swift
[334/1376] Compiling HashTreeCollections TreeDictionary+Codable.swift
[335/1376] Compiling HashTreeCollections TreeDictionary+Collection.swift
[336/1376] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[337/1376] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[338/1376] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[339/1376] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[340/1376] Compiling _RopeModule _CharacterRecognizer.swift
[349/1376] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[350/1376] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[351/1376] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[360/1376] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[361/1376] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[362/1376] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[363/1376] Compiling HashTreeCollections _HashNode+Lookups.swift
[364/1376] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[365/1376] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[366/1376] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[367/1376] Compiling HashTreeCollections _HashNode+Storage.swift
[368/1376] Emitting module _MongoKittenCrypto
[369/1376] Emitting module Metrics
[383/1376] Compiling UnixSignals UnixSignal.swift
[384/1376] Emitting module UnixSignals
[385/1376] Compiling UnixSignals UnixSignalsSequence.swift
[386/1376] Compiling _MongoKittenCrypto SHA256.swift
[387/1417] Compiling DequeModule RigidDeque+Consumption.swift
[388/1417] Compiling DequeModule RigidDeque+Container.swift
[389/1417] Compiling DequeModule RigidDeque+Descriptions.swift
[390/1417] Compiling DequeModule RigidDeque+Equatable.swift
[391/1417] Compiling DequeModule RigidDeque+Experimental.swift
[392/1417] Compiling DequeModule UniqueDeque+Insertions.swift
[393/1417] Compiling DequeModule UniqueDeque+Prepend.swift
[394/1417] Compiling DequeModule UniqueDeque+Removals.swift
[395/1417] Compiling DequeModule UniqueDeque+Replacements.swift
[396/1421] Compiling _MongoKittenCrypto SHA1.swift
[396/1421] Compiling CNIOExtrasZlib zutil.c
[403/1421] Compiling CNIOExtrasZlib trees.c
[404/1421] Compiling CNIOExtrasZlib inftrees.c
[406/1421] Emitting module _RopeModule
[406/1421] Compiling CNIOExtrasZlib inffast.c
[407/1421] Compiling CNIOExtrasZlib inflate.c
[408/1421] Compiling CNIOExtrasZlib crc32.c
[409/1421] Compiling CNIOExtrasZlib deflate.c
[435/1429] Compiling CNIOExtrasZlib adler32.c
[437/1429] Emitting module OrderedCollections
[437/1429] Compiling fiat_p256_adx_sqr.S
[438/1429] Compiling fiat_p256_adx_mul.S
[439/1429] Compiling fiat_curve25519_adx_square.S
[440/1429] Compiling fiat_curve25519_adx_mul.S
[442/1429] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[443/1429] Compiling DequeModule Deque+Extras.swift
[444/1429] Compiling DequeModule Deque+Hashable.swift
[445/1429] Compiling DequeModule Deque+Testing.swift
[446/1429] Compiling DequeModule Deque._Storage.swift
[447/1429] Compiling DequeModule UniqueDeque.swift
[448/1429] Compiling DequeModule _DequeSlot.swift
[449/1429] Compiling DequeModule _UnsafeDequeHandle.swift
[453/1429] Compiling DequeModule Deque._UnsafeHandle.swift
[454/1429] Compiling DequeModule Deque.swift
[455/1429] Compiling DequeModule _DequeBuffer.swift
[456/1429] Compiling DequeModule _DequeBufferHeader.swift
[457/1429] Compiling DequeModule RigidDeque+Append.swift
[458/1429] Compiling DequeModule _UnsafeDequeSegments.swift
[472/1429] Compiling DequeModule UniqueDeque+Append.swift
[473/1429] Compiling DequeModule UniqueDeque+Consumption.swift
[474/1429] Compiling DequeModule UniqueDeque+Container.swift
[475/1429] Compiling DequeModule UniqueDeque+Descriptions.swift
[476/1429] Compiling DequeModule UniqueDeque+Equatable.swift
[477/1429] Compiling DequeModule UniqueDeque+Experimental.swift
[478/1429] Compiling DequeModule UniqueDeque+Hashable.swift
[479/1429] Compiling DequeModule UniqueDeque+Initializers.swift
[480/1429] Compiling DequeModule RigidDeque+Removals.swift
[481/1429] Compiling DequeModule RigidDeque+Replacements.swift
[482/1429] Compiling DequeModule RigidDeque+Testing.swift
[483/1429] Compiling DequeModule RigidDeque.swift
[489/1429] Compiling DequeModule Deque+Codable.swift
[490/1429] Compiling DequeModule Deque+Collection.swift
[491/1429] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[492/1429] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[493/1429] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[494/1429] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[495/1429] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[496/1429] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[497/1429] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[498/1429] Compiling HashTreeCollections TreeSet.swift
[499/1430] Compiling DequeModule RigidDeque+Hashable.swift
[500/1430] Compiling DequeModule RigidDeque+Initializers.swift
[501/1430] Compiling DequeModule RigidDeque+Insertions.swift
[502/1430] Compiling DequeModule RigidDeque+Prepend.swift
[505/1430] Compiling DequeModule Deque+CustomReflectable.swift
[506/1430] Compiling DequeModule Deque+Descriptions.swift
[507/1430] Compiling DequeModule Deque+Equatable.swift
[507/1430] Compiling CNIODarwin shim.c
[536/1430] Compiling SwiftASN1 Errors.swift
[536/1430] Compiling CNIOBoringSSLShims shims.c
[538/1430] Emitting module SwiftASN1
[543/1430] Compiling _MongoKittenCrypto MD5.swift
[544/1430] Compiling _MongoKittenCrypto PBKDF2.swift
[545/1430] Compiling _MongoKittenCrypto Hash.swift
[546/1430] Compiling _MongoKittenCrypto Hex.swift
[547/1430] Compiling _MongoKittenCrypto HMAC.swift
[548/1430] Compiling Metrics Metrics.swift
[549/1430] Compiling SwiftASN1 DER.swift
[574/1430] Emitting module Crypto
[611/1439] Compiling Crypto Ed25519Keys.swift
[651/1439] Emitting module DequeModule
[651/1439] Compiling tls_record.cc
[652/1439] Compiling tls_method.cc
[654/1439] Emitting module HashTreeCollections
[654/1439] Compiling tls13_server.cc
[656/1439] Compiling Crypto RNG_boring.swift
[657/1439] Compiling Crypto SafeCompare_boring.swift
[658/1439] Compiling Crypto Zeroization_boring.swift
[659/1439] Compiling Crypto _CryptoModuleAnchor.swift
[660/1439] Compiling Crypto PrettyBytes.swift
[661/1439] Compiling Crypto SafeCompare.swift
[662/1439] Compiling Crypto SecureBytes.swift
[663/1439] Compiling Crypto Zeroization.swift
[664/1439] Compiling Crypto resource_bundle_accessor.swift
[664/1439] Compiling tls13_client.cc
[665/1439] Compiling tls13_enc.cc
[666/1439] Compiling tls13_both.cc
[667/1439] Compiling t1_enc.cc
[669/1439] Compiling RoutingKit Router.swift
[670/1439] Compiling RoutingKit Parameters.swift
[671/1439] Compiling RoutingKit PathComponent.swift
[672/1439] Compiling RoutingKit AnyRouter.swift
[673/1439] Emitting module RoutingKit
[674/1439] Compiling RoutingKit TrieRouter.swift
[674/1439] Compiling ssl_versions.cc
[675/1439] Compiling ssl_transcript.cc
[676/1439] Compiling ssl_x509.cc
[677/1439] Compiling ssl_stat.cc
[678/1439] Compiling ssl_session.cc
[679/1439] Compiling ssl_privkey.cc
[680/1439] Compiling ssl_key_share.cc
[681/1439] Compiling ssl_file.cc
[682/1439] Compiling ssl_lib.cc
[683/1439] Compiling ssl_credential.cc
[684/1439] Compiling ssl_cipher.cc
[685/1439] Compiling ssl_buffer.cc
[686/1439] Compiling ssl_asn1.cc
[687/1439] Compiling ssl_cert.cc
[688/1439] Compiling ssl_aead_ctx.cc
[689/1439] Compiling s3_lib.cc
[690/1439] Compiling s3_pkt.cc
[691/1439] Compiling s3_both.cc
[692/1439] Compiling handshake.cc
[693/1439] Compiling handshake_server.cc
[694/1439] Compiling handshake_client.cc
[695/1439] Compiling handoff.cc
[696/1439] Compiling md5-x86_64-linux.S
[697/1439] Compiling encrypted_client_hello.cc
[698/1439] Compiling md5-x86_64-apple.S
[699/1439] Compiling md5-586-linux.S
[700/1439] Compiling md5-586-apple.S
[701/1439] Compiling extensions.cc
[702/1439] Compiling chacha20_poly1305_x86_64-linux.S
[703/1439] Compiling chacha20_poly1305_x86_64-apple.S
[704/1439] Compiling chacha20_poly1305_armv8-win.S
[705/1439] Compiling chacha20_poly1305_armv8-linux.S
[706/1439] Compiling chacha-x86_64-linux.S
[707/1439] Compiling chacha20_poly1305_armv8-apple.S
[708/1439] Compiling dtls_record.cc
[709/1439] Compiling chacha-x86_64-apple.S
[710/1439] Compiling chacha-x86-linux.S
[711/1439] Compiling chacha-x86-apple.S
[712/1439] Compiling d1_srtp.cc
[713/1439] Compiling dtls_method.cc
[714/1439] Compiling chacha-armv8-win.S
[715/1439] Compiling err_data.cc
[716/1439] Compiling chacha-armv8-linux.S
[717/1439] Compiling d1_pkt.cc
[718/1439] Compiling chacha-armv4-linux.S
[719/1439] Compiling chacha-armv8-apple.S
[720/1439] Compiling aes128gcmsiv-x86_64-linux.S
[721/1439] Compiling aes128gcmsiv-x86_64-apple.S
[722/1439] Compiling x86_64-mont5-linux.S
[723/1439] Compiling x86_64-mont5-apple.S
[724/1439] Compiling x86_64-mont-linux.S
[725/1439] Compiling x86_64-mont-apple.S
[726/1439] Compiling x86-mont-apple.S
[727/1439] Compiling vpaes-x86_64-linux.S
[728/1439] Compiling x86-mont-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-apple.S
[738/1439] Compiling sha512-armv8-win.S
[739/1439] Compiling sha512-x86_64-linux.S
[740/1439] Compiling sha512-armv8-linux.S
[741/1439] Compiling sha512-armv8-apple.S
[742/1439] Compiling sha512-armv4-linux.S
[743/1439] Compiling sha512-586-linux.S
[744/1439] Compiling sha512-586-apple.S
[745/1439] Compiling sha256-x86_64-linux.S
[746/1439] Compiling sha256-x86_64-apple.S
[747/1439] Compiling sha256-armv8-win.S
[748/1439] Compiling sha256-armv8-linux.S
[749/1439] Compiling sha256-armv4-linux.S
[750/1439] Compiling sha256-586-linux.S
[751/1439] Compiling sha256-586-apple.S
[752/1439] Compiling sha1-x86_64-linux.S
[753/1439] Compiling sha256-armv8-apple.S
[754/1439] Compiling sha1-x86_64-apple.S
[755/1439] Compiling sha1-armv8-win.S
[756/1439] Compiling d1_lib.cc
[757/1439] Compiling sha1-armv8-linux.S
[758/1439] Compiling sha1-armv4-large-linux.S
[759/1439] Compiling sha1-586-linux.S
[759/1439] Compiling rsaz-avx2-linux.S
[761/1439] Compiling rsaz-avx2-apple.S
[762/1439] Compiling sha1-armv8-apple.S
[762/1439] Compiling sha1-586-apple.S
[764/1439] Compiling rdrand-x86_64-linux.S
[765/1439] Compiling rdrand-x86_64-apple.S
[766/1439] Compiling p256_beeu-x86_64-asm-linux.S
[767/1439] Compiling d1_both.cc
[768/1439] Compiling p256_beeu-x86_64-asm-apple.S
[769/1439] Compiling p256_beeu-armv8-asm-linux.S
[770/1439] Compiling p256_beeu-armv8-asm-win.S
[771/1439] Compiling p256-x86_64-asm-linux.S
[772/1439] Compiling p256-x86_64-asm-apple.S
[772/1439] Compiling p256-armv8-asm-win.S
[774/1439] Compiling p256-armv8-asm-linux.S
[775/1439] Compiling p256_beeu-armv8-asm-apple.S
[776/1439] Compiling ghashv8-armv8-win.S
[777/1439] Compiling p256-armv8-asm-apple.S
[778/1439] Compiling ghashv8-armv8-linux.S
[779/1439] Compiling ghashv8-armv7-linux.S
[780/1439] Compiling ghashv8-armv8-apple.S
[781/1439] Compiling ghash-x86-apple.S
[782/1439] Compiling ghash-ssse3-x86_64-linux.S
[782/1439] Compiling ghash-x86_64-linux.S
[783/1439] Compiling ghash-x86-linux.S
[784/1439] Compiling ghash-x86_64-apple.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 ghash-neon-armv8-win.S
[791/1439] Compiling ghash-armv4-linux.S
[792/1439] Compiling bn-armv8-win.S
[793/1439] Compiling co-586-linux.S
[793/1439] Compiling co-586-apple.S
[794/1439] Compiling bsaes-armv7-linux.S
[796/1439] Compiling ghash-neon-armv8-apple.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 bn-586-apple.S
[801/1439] Compiling armv8-mont-linux.S
[802/1439] Compiling armv8-mont-win.S
[803/1439] Compiling armv4-mont-linux.S
[804/1439] Compiling aesv8-gcm-armv8-win.S
[805/1439] Compiling aesv8-gcm-armv8-linux.S
[806/1439] Compiling armv8-mont-apple.S
[807/1439] Compiling aesv8-armv8-win.S
[808/1439] Compiling aesv8-gcm-armv8-apple.S
[809/1439] Compiling aesv8-armv8-linux.S
[810/1439] Compiling aesv8-armv7-linux.S
[811/1439] Compiling aesni-x86_64-linux.S
[812/1439] Compiling aesni-x86_64-apple.S
[813/1439] Compiling aesni-x86-linux.S
[813/1439] Compiling aesv8-armv8-apple.S
[815/1439] Compiling aesni-gcm-x86_64-linux.S
[816/1439] Compiling aesni-gcm-x86_64-apple.S
[817/1439] Compiling aesni-x86-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_val.cc
[823/1439] Compiling x_x509a.cc
[823/1439] Compiling x_sig.cc
[825/1439] Compiling x_spki.cc
[826/1439] Compiling x_x509.cc
[827/1439] Compiling x_req.cc
[828/1439] Compiling x_pubkey.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 x509name.cc
[836/1439] Compiling x509rset.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_req.cc
[846/1439] Compiling x509_obj.cc
[847/1439] Compiling x509_lu.cc
[848/1439] Compiling x509_def.cc
[849/1439] Compiling x509_ext.cc
[850/1439] Compiling x509_d2.cc
[851/1439] Compiling x509_cmp.cc
[852/1439] Compiling x509_att.cc
[853/1439] Compiling x509.cc
[854/1439] Compiling v3_prn.cc
[855/1439] Compiling v3_ocsp.cc
[856/1439] Compiling v3_skey.cc
[857/1439] Compiling v3_pcons.cc
[858/1439] Compiling v3_pmaps.cc
[859/1439] Compiling v3_purp.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_info.cc
[865/1439] Compiling v3_ia5.cc
[866/1439] Compiling v3_enum.cc
[867/1439] Compiling v3_genn.cc
[867/1439] Compiling v3_extku.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_akey.cc
[875/1439] Compiling v3_alt.cc
[876/1439] Compiling t_x509a.cc
[877/1439] Compiling v3_akeya.cc
[878/1439] Compiling t_x509.cc
[879/1439] Compiling t_crl.cc
[880/1439] Compiling t_req.cc
[881/1439] Compiling rsa_pss.cc
[882/1439] Compiling i2d_pr.cc
[883/1439] Compiling name_print.cc
[884/1439] Compiling policy.cc
[885/1439] Compiling by_file.cc
[886/1439] Compiling a_verify.cc
[887/1439] Compiling by_dir.cc
[888/1439] Compiling algorithm.cc
[889/1439] Compiling asn1_gen.cc
[890/1439] Compiling a_digest.cc
[891/1439] Compiling a_sign.cc
[892/1439] Compiling voprf.cc
[893/1439] Compiling trust_token.cc
[894/1439] Compiling thread.cc
[894/1439] Compiling thread_win.cc
[896/1439] Compiling thread_none.cc
[897/1439] Compiling thread_pthread.cc
[898/1439] Compiling stack.cc
[899/1439] Compiling pmbtoken.cc
[900/1439] Compiling slhdsa.cc
[901/1439] Compiling spake2plus.cc
[902/1439] Compiling siphash.cc
[903/1439] Compiling sha512.cc
[904/1439] Compiling sha1.cc
[905/1439] Compiling sha256.cc
[906/1439] Compiling rsa_extra.cc
[907/1439] Compiling rsa_print.cc
[908/1439] Compiling rsa_crypt.cc
[909/1439] Compiling refcount.cc
[910/1439] Compiling rsa_asn1.cc
[911/1439] Compiling rc4.cc
[912/1439] Compiling urandom.cc
[913/1439] Compiling windows.cc
[914/1439] Compiling trusty.cc
[915/1439] Compiling rand.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 pkcs8.cc
[928/1439] Compiling pkcs7.cc
[929/1439] Compiling p5_pbev2.cc
[930/1439] Compiling pkcs8_x509.cc
[931/1439] Compiling pkcs7_x509.cc
[932/1439] Compiling pem_xaux.cc
[933/1439] Compiling pem_x509.cc
[934/1439] Compiling pem_pkey.cc
[935/1439] Compiling pem_pk8.cc
[936/1439] Compiling pem_oth.cc
[937/1439] Compiling mlkem.cc
[938/1439] Compiling obj_xref.cc
[939/1439] Compiling pem_info.cc
[940/1439] Compiling pem_lib.cc
[941/1439] Compiling mldsa.cc
[942/1439] Compiling pem_all.cc
[943/1439] Compiling obj.cc
[944/1439] Compiling poly_rq_mul.S
[945/1439] Compiling fips_shared_support.cc
[946/1439] Compiling mem.cc
[947/1439] Compiling md5.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 print.cc
[955/1439] Compiling hrss.cc
[956/1439] Compiling hpke.cc
[957/1439] Compiling pbkdf.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_ec.cc
[964/1439] Compiling p_hkdf.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 evp.cc
[972/1439] Compiling engine.cc
[973/1439] Compiling err.cc
[974/1439] Compiling evp_asn1.cc
[975/1439] Compiling ecdh.cc
[976/1439] Compiling ecdsa_asn1.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 bcm.cc
[982/1439] Compiling x25519-asm-arm.S
[983/1439] Compiling dsa_asn1.cc
[984/1439] Compiling digest_extra.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 cpu_arm_linux.cc
[991/1439] Compiling crypto.cc
[993/1439] Compiling cpu_aarch64_win.cc
[994/1439] Compiling cpu_arm_freebsd.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 tls_cbc.cc
[1002/1439] Compiling get_cipher.cc
[1003/1439] Compiling conf.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 e_aesctrhmac.cc
[1013/1439] Compiling chacha.cc
[1014/1439] Compiling unicode.cc
[1015/1439] Compiling cbs.cc
[1016/1439] Compiling ber.cc
[1017/1439] Compiling cbb.cc
[1018/1439] Compiling buf.cc
[1019/1439] Compiling asn1_compat.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 pair.cc
[1027/1439] Compiling hexdump.cc
[1028/1439] Compiling file.cc
[1029/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 f_int.cc
[1043/1439] Compiling asn_pack.cc
[1044/1439] Compiling tasn_dec.cc
[1045/1439] Compiling asn1_par.cc
[1046/1439] Compiling a_utctm.cc
[1047/1439] Compiling asn1_lib.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 fiat_p256_adx_sqr.S
[1057/1439] Compiling a_i2d_fp.cc
[1058/1439] Compiling a_dup.cc
[1059/1439] Compiling fiat_p256_adx_mul.S
[1060/1439] Compiling fiat_curve25519_adx_square.S
[1061/1439] Compiling a_d2i_fp.cc
[1062/1439] Compiling fiat_curve25519_adx_mul.S
[1063/1439] Compiling md5-x86_64-linux.S
[1064/1439] Compiling md5-x86_64-apple.S
[1065/1439] Compiling md5-586-linux.S
[1066/1439] Compiling a_gentm.cc
[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_bitstr.cc
[1073/1439] Compiling a_bool.cc
[1074/1439] Compiling chacha-x86_64-linux.S
[1075/1439] Compiling chacha-x86-linux.S
[1076/1439] Compiling chacha-x86_64-apple.S
[1077/1439] Compiling chacha20_poly1305_armv8-apple.S
[1078/1439] Compiling chacha-x86-apple.S
[1079/1439] Compiling chacha-armv8-linux.S
[1079/1439] Compiling chacha-armv8-win.S
[1081/1439] Compiling aes128gcmsiv-x86_64-linux.S
[1082/1439] Compiling chacha-armv4-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-apple.S
[1087/1439] Compiling x86_64-mont-linux.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-armv8-apple.S
[1098/1439] Compiling vpaes-armv7-linux.S
[1099/1439] Compiling sha512-x86_64-apple.S
[1099/1439] Compiling sha512-x86_64-linux.S
[1101/1439] Compiling CCryptoBoringSSLShims shims.c
[1102/1439] Compiling sha512-armv8-linux.S
[1103/1439] Compiling sha512-armv8-win.S
[1104/1439] Compiling sha512-586-linux.S
[1104/1439] Compiling sha512-armv4-linux.S
[1106/1439] Compiling sha512-586-apple.S
[1107/1439] Compiling sha256-x86_64-linux.S
[1108/1439] Compiling sha512-armv8-apple.S
[1109/1439] Compiling sha256-x86_64-apple.S
[1110/1439] Compiling err_data.cc
[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 sha1-armv8-win.S
[1115/1439] Compiling sha256-armv8-apple.S
[1117/1439] Compiling sha1-x86_64-apple.S
[1118/1439] Compiling sha256-586-apple.S
[1118/1439] Compiling sha1-x86_64-linux.S
[1120/1439] Compiling sha1-armv8-linux.S
[1121/1439] Compiling sha1-armv4-large-linux.S
[1122/1439] Compiling rdrand-x86_64-linux.S
[1122/1439] Compiling sha1-586-linux.S
[1124/1439] Compiling sha1-586-apple.S
[1125/1439] Compiling rsaz-avx2-apple.S
[1125/1439] Compiling rsaz-avx2-linux.S
[1127/1439] Compiling sha1-armv8-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-win.S
[1131/1439] Compiling p256_beeu-x86_64-asm-apple.S
[1131/1439] Compiling p256-x86_64-asm-linux.S
[1133/1439] Compiling p256-x86_64-asm-apple.S
[1133/1439] Compiling p256_beeu-armv8-asm-linux.S
[1135/1439] Compiling p256_beeu-armv8-asm-apple.S
[1136/1439] Compiling p256-armv8-asm-win.S
[1137/1439] Compiling p256-armv8-asm-linux.S
[1138/1439] Compiling ghashv8-armv8-win.S
[1139/1439] Compiling ghashv8-armv8-linux.S
[1139/1439] Compiling ghashv8-armv7-linux.S
[1141/1439] Compiling ghash-x86_64-linux.S
[1142/1439] Compiling ghashv8-armv8-apple.S
[1143/1439] Compiling p256-armv8-asm-apple.S
[1144/1439] Compiling ghash-x86_64-apple.S
[1145/1439] Compiling ghash-x86-linux.S
[1146/1439] Compiling ghash-x86-apple.S
[1147/1439] Compiling ghash-ssse3-x86-linux.S
[1148/1439] Compiling ghash-ssse3-x86_64-linux.S
[1149/1439] Compiling ghash-ssse3-x86_64-apple.S
[1150/1439] Compiling ghash-ssse3-x86-apple.S
[1151/1439] Compiling ghash-neon-armv8-win.S
[1152/1439] Compiling ghash-neon-armv8-linux.S
[1153/1439] Compiling ghash-armv4-linux.S
[1154/1439] Compiling ghash-neon-armv8-apple.S
[1155/1439] Compiling co-586-linux.S
[1156/1439] Compiling co-586-apple.S
[1157/1439] Compiling bsaes-armv7-linux.S
[1158/1439] Compiling bn-armv8-win.S
[1159/1439] Compiling bn-armv8-linux.S
[1160/1439] Compiling bn-armv8-apple.S
[1161/1439] Compiling bn-586-linux.S
[1162/1439] Compiling bn-586-apple.S
[1163/1439] Compiling armv8-mont-win.S
[1164/1439] Compiling armv8-mont-linux.S
[1165/1439] Compiling armv4-mont-linux.S
[1166/1439] Compiling aesv8-gcm-armv8-win.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-armv8-apple.S
[1172/1439] Compiling aesv8-gcm-armv8-apple.S
[1173/1439] Compiling aesni-x86_64-linux.S
[1174/1439] Compiling aesv8-armv7-linux.S
[1175/1439] Compiling aesni-x86_64-apple.S
[1176/1439] Compiling aesni-x86-linux.S
[1177/1439] Compiling aesni-x86-apple.S
[1178/1439] Compiling aesni-gcm-x86_64-apple.S
[1179/1439] Compiling aesni-gcm-x86_64-linux.S
[1180/1439] Compiling aes-gcm-avx512-x86_64-apple.S
[1181/1439] Compiling aes-gcm-avx2-x86_64-linux.S
[1182/1439] Compiling aes-gcm-avx512-x86_64-linux.S
[1183/1439] Compiling aes-gcm-avx2-x86_64-apple.S
[1184/1439] Compiling xwing.cc
[1185/1439] Compiling x_spki.cc
[1186/1439] Compiling x_x509a.cc
[1186/1439] Compiling x_sig.cc
[1188/1439] Compiling x_req.cc
[1189/1439] Compiling x_name.cc
[1190/1439] Compiling x_x509.cc
[1191/1439] Compiling x_pubkey.cc
[1192/1439] Compiling c-nioatomics.c
[1193/1439] Compiling x_exten.cc
[1194/1439] Compiling c-atomics.c
[1195/1439] Compiling x509spki.cc
[1196/1439] Compiling x_attrib.cc
[1197/1439] Compiling x_crl.cc
[1198/1439] Compiling x_all.cc
[1199/1439] Compiling x509rset.cc
[1200/1439] Compiling x509name.cc
[1201/1439] Compiling x_algor.cc
[1202/1439] Compiling x509cset.cc
[1203/1446] Compiling x509_vpm.cc
[1204/1446] Compiling x509_vfy.cc
[1206/1446] Compiling NIOConcurrencyHelpers lock.swift
[1206/1446] Compiling x509_v3.cc
[1207/1446] Compiling x509_txt.cc
[1208/1446] Compiling x509_set.cc
[1209/1446] Compiling x509_obj.cc
[1210/1446] Compiling x509_trs.cc
[1211/1446] Compiling x509_req.cc
[1213/1446] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[1214/1446] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1215/1446] Compiling NIOConcurrencyHelpers NIOLock.swift
[1216/1446] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1217/1446] Emitting module NIOConcurrencyHelpers
[1218/1446] Compiling NIOConcurrencyHelpers atomics.swift
[1218/1446] Compiling x509_lu.cc
[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/1473] Compiling x509.cc
[1224/1473] Compiling x509_att.cc
[1225/1473] Compiling v3_skey.cc
[1226/1473] Compiling v3_prn.cc
[1227/1473] Compiling v3_purp.cc
[1228/1473] Compiling v3_utl.cc
[1229/1473] Compiling v3_pmaps.cc
[1230/1473] Compiling v3_pcons.cc
[1231/1473] Compiling v3_ocsp.cc
[1232/1473] Compiling v3_int.cc
[1233/1473] Compiling v3_ncons.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_bitst.cc
[1242/1473] Compiling v3_cpols.cc
[1243/1473] Compiling v3_conf.cc
[1244/1473] Compiling v3_bcons.cc
[1245/1473] Compiling v3_alt.cc
[1246/1473] Compiling v3_akeya.cc
[1247/1473] Compiling v3_akey.cc
[1248/1473] Compiling i2d_pr.cc
[1249/1473] Compiling t_x509a.cc
[1250/1473] Compiling t_x509.cc
[1251/1473] Compiling t_crl.cc
[1252/1473] Compiling t_req.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 a_digest.cc
[1262/1473] Compiling a_verify.cc
[1263/1473] Compiling trust_token.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 thread.cc
[1269/1473] Compiling stack.cc
[1270/1473] Compiling pmbtoken.cc
[1271/1473] Compiling siphash.cc
[1272/1473] Compiling slhdsa.cc
[1273/1473] Compiling spake2plus.cc
[1274/1473] Compiling sha512.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 refcount.cc
[1281/1473] Compiling rc4.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 poly1305.cc
[1297/1473] Compiling pool.cc
[1298/1473] Compiling pkcs7.cc
[1299/1473] Compiling pkcs8_x509.cc
[1300/1473] Compiling pkcs8.cc
[1301/1473] Compiling p5_pbev2.cc
[1302/1473] Compiling pkcs7_x509.cc
[1303/1473] Compiling pem_xaux.cc
[1304/1473] Compiling pem_x509.cc
[1306/1473] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1307/1473] Compiling ConsoleKitTerminal CustomActivity.swift
[1308/1473] Compiling ConsoleKitTerminal LoadingBar.swift
[1309/1473] Compiling ConsoleKitTerminal ProgressBar.swift
[1310/1473] Compiling ConsoleKitTerminal Console+Clear.swift
[1311/1473] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1312/1475] Compiling ConsoleKitTerminal ActivityBar.swift
[1313/1475] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1314/1475] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1315/1475] Emitting module ConsoleKitTerminal
[1316/1475] Compiling ConsoleKitTerminal ConsoleClear.swift
[1317/1475] Compiling ConsoleKitTerminal Console+Ask.swift
[1318/1475] Compiling ConsoleKitTerminal Console+Choose.swift
[1318/1475] Compiling pem_pk8.cc
[1320/1475] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1321/1475] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1322/1475] Compiling ConsoleKitTerminal Console+Confirm.swift
[1323/1475] Compiling ConsoleKitTerminal Console+Input.swift
[1324/1475] Compiling ConsoleKitTerminal Console+Center.swift
[1324/1475] Compiling pem_pkey.cc
[1325/1475] Compiling mlkem.cc
[1326/1475] Compiling pem_oth.cc
[1327/1475] Compiling mldsa.cc
[1328/1475] Compiling pem_lib.cc
[1329/1475] Compiling obj_xref.cc
[1330/1475] Compiling pem_info.cc
[1331/1475] Compiling poly_rq_mul.S
[1332/1475] Compiling pem_all.cc
[1333/1475] Compiling obj.cc
[1334/1475] Compiling fips_shared_support.cc
[1335/1475] Compiling mem.cc
[1337/1475] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1338/1475] Compiling ConsoleKitTerminal ConsoleText.swift
[1339/1475] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1340/1475] Compiling ConsoleKitTerminal Console+Output.swift
[1341/1475] Compiling ConsoleKitTerminal Console+Wait.swift
[1342/1475] Compiling ConsoleKitTerminal ConsoleColor.swift
[1343/1475] Compiling ConsoleKitTerminal ANSI.swift
[1344/1475] Compiling ConsoleKitTerminal Console.swift
[1345/1475] Compiling ConsoleKitTerminal Terminal.swift
[1346/1475] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1347/1475] Compiling ConsoleKitTerminal LoggerFragment.swift
[1347/1475] Compiling lhash.cc
[1348/1475] Compiling md5.cc
[1349/1475] Compiling md4.cc
[1350/1475] Compiling fuzzer_mode.cc
[1351/1475] Compiling kyber.cc
[1352/1475] Compiling ex_data.cc
[1353/1495] Compiling hrss.cc
[1354/1497] Compiling hpke.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
[1365/1499] Emitting module ConsoleKitCommands
[1366/1499] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1367/1499] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1367/1499] Compiling p_x25519.cc
[1369/1499] Compiling ConsoleKitCommands CommandGroup.swift
[1370/1499] Compiling ConsoleKitCommands CommandInput.swift
[1371/1499] Compiling ConsoleKitCommands Commands.swift
[1372/1499] Compiling ConsoleKitCommands Console+Run.swift
[1373/1499] Compiling ConsoleKitCommands Command.swift
[1374/1499] Compiling ConsoleKitCommands CommandContext.swift
[1375/1499] Compiling ConsoleKitCommands CommandError.swift
[1375/1499] Compiling p_rsa_asn1.cc
[1376/1499] Compiling p_hkdf.cc
[1378/1499] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1379/1499] Compiling ConsoleKitCommands Utilities.swift
[1379/1499] Compiling p_rsa.cc
[1380/1499] Compiling p_ed25519_asn1.cc
[1381/1499] Compiling p_ed25519.cc
[1382/1499] Compiling p_ec_asn1.cc
[1383/1499] Compiling p_ec.cc
[1384/1499] Compiling p_dsa_asn1.cc
[1385/1499] Compiling err.cc
[1387/1499] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1388/1499] Compiling ConsoleKitCommands AsyncCommand.swift
[1389/1499] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1390/1499] Compiling ConsoleKitCommands AsyncCommands.swift
[1391/1499] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1392/1499] Compiling ConsoleKitCommands AnyCommand.swift
[1393/1499] Compiling ConsoleKitCommands ConsoleError.swift
[1394/1499] Compiling ConsoleKitCommands Completion.swift
[1394/1499] Compiling p_dh.cc
[1395/1499] Compiling p_dh_asn1.cc
[1396/1499] Compiling evp_ctx.cc
[1397/1499] Compiling evp.cc
[1398/1499] Compiling evp_asn1.cc
[1399/1499] Compiling engine.cc
[1400/1501] Compiling ecdsa_p1363.cc
[1401/1501] Compiling ecdh.cc
[1402/1501] Compiling ec_derive.cc
[1404/1501] Emitting module ConsoleKit
[1405/1501] Compiling ConsoleKit Exports.swift
[1405/1501] Compiling hash_to_curve.cc
[1406/1501] Compiling ecdsa_asn1.cc
[1407/1501] Compiling dsa.cc
[1408/1501] Compiling ec_asn1.cc
[1409/1501] Compiling x25519-asm-arm.S
[1410/1501] Compiling dsa_asn1.cc
[1411/1501] Compiling digest_extra.cc
[1412/1501] Compiling curve25519_64_adx.cc
[1413/1501] Compiling params.cc
[1414/1501] Compiling des.cc
[1415/1501] Compiling dh_asn1.cc
[1416/1501] Compiling spake25519.cc
[1417/1501] Compiling cpu_intel.cc
[1418/1501] Compiling crypto.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_sysreg.cc
[1424/1501] Compiling cpu_aarch64_openbsd.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 e_tls.cc
[1433/1501] Compiling e_rc2.cc
[1434/1501] Compiling e_null.cc
[1435/1501] Compiling e_des.cc
[1436/1501] Compiling cms.cc
[1437/1501] Compiling e_chacha20poly1305.cc
[1438/1501] Compiling e_aesgcmsiv.cc
[1439/1501] Compiling e_aeseax.cc
[1440/1501] Compiling e_aesctrhmac.cc
[1441/1501] Compiling derive_key.cc
[1442/1501] Compiling chacha.cc
[1443/1501] Compiling unicode.cc
[1444/1501] Compiling cbb.cc
[1445/1501] Compiling cbs.cc
[1446/1501] Compiling ber.cc
[1447/1501] Compiling sqrt.cc
[1448/1501] Compiling buf.cc
[1449/1501] Compiling exponentiation.cc
[1450/1501] Compiling div.cc
[1451/1501] Compiling asn1_compat.cc
[1452/1501] Compiling blake2.cc
[1453/1501] Compiling bn_asn1.cc
[1454/1501] Compiling convert.cc
[1455/1501] Compiling printf.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 base64.cc
[1463/1501] Compiling bio.cc
[1464/1501] Compiling tasn_typ.cc
[1465/1501] Compiling tasn_fre.cc
[1466/1501] Compiling tasn_new.cc
[1467/1501] Compiling tasn_utl.cc
[1468/1501] Compiling tasn_enc.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 a_utctm.cc
[1477/1501] Compiling asn1_lib.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_mbstr.cc
[1484/1501] Compiling a_int.cc
[1484/1501] Write sources
[1487/1501] Compiling a_object.cc
[1488/1501] Write sources
[1490/1501] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1491/1501] Write sources
[1494/1501] Compiling a_i2d_fp.cc
[1495/1501] Compiling a_dup.cc
[1496/1501] Compiling a_d2i_fp.cc
[1497/1501] Compiling a_gentm.cc
[1498/1528] Compiling aes.cc
[1499/1562] Compiling a_bool.cc
[1500/1656] Compiling a_bitstr.cc
[1502/1656] Compiling Algorithms Indexed.swift
[1503/1656] Compiling Algorithms Intersperse.swift
[1504/1656] Compiling Algorithms Permutations.swift
[1505/1656] Compiling Algorithms Product.swift
[1506/1656] Compiling Algorithms Compacted.swift
[1507/1656] Compiling Algorithms Cycle.swift
[1508/1656] Compiling Algorithms Chunked.swift
[1509/1656] Compiling Algorithms Combinations.swift
[1510/1657] Compiling Algorithms Suffix.swift
[1511/1657] Compiling Algorithms Trim.swift
[1512/1668] Compiling Atomics Unmanaged extensions.swift
[1513/1668] Compiling Algorithms Joined.swift
[1514/1668] Compiling Algorithms Keyed.swift
[1515/1668] Compiling Algorithms MinMax.swift
[1516/1668] Compiling Algorithms Partition.swift
[1519/1668] Compiling Algorithms EitherSequence.swift
[1520/1668] Compiling Algorithms FirstNonNil.swift
[1521/1668] Compiling Algorithms FlattenCollection.swift
[1522/1668] Compiling Algorithms Grouped.swift
[1525/1674] Compiling Algorithms AdjacentPairs.swift
[1526/1674] Compiling Algorithms Chain.swift
[1530/1674] Compiling Algorithms Unique.swift
[1531/1674] Compiling Algorithms Windows.swift
[1532/1674] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1533/1674] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1534/1674] Compiling AsyncAlgorithms ChannelStorage.swift
[1535/1674] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1536/1674] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1537/1674] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1538/1674] Compiling BitCollections BitSet+Invariants.swift
[1539/1674] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1540/1674] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1541/1674] Compiling AsyncAlgorithms DebounceStorage.swift
[1542/1674] Compiling AsyncAlgorithms Dictionary.swift
[1543/1674] Compiling AsyncAlgorithms AsyncFlatMapLatestSequence.swift
[1544/1674] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1545/1674] Compiling AsyncAlgorithms FlatMapLatestStorage.swift
[1546/1674] Compiling AsyncAlgorithms Disconnected.swift
[1547/1674] Compiling AsyncAlgorithms MergeStorage.swift
[1548/1674] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[1549/1674] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[1550/1674] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1551/1674] Compiling AsyncAlgorithms Rethrow.swift
[1552/1674] Compiling AsyncAlgorithms SetAlgebra.swift
[1553/1674] Compiling AsyncAlgorithms _TinyArray.swift
[1554/1674] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1555/1674] Compiling AsyncAlgorithms Locking.swift
[1556/1674] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1557/1674] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1558/1674] Compiling AsyncAlgorithms MergeStateMachine.swift
[1561/1674] Compiling Algorithms Split.swift
[1562/1674] Compiling Algorithms Stride.swift
[1566/1674] Compiling Algorithms RandomSample.swift
[1567/1674] Compiling Algorithms Reductions.swift
[1568/1674] Compiling Algorithms Rotate.swift
[1569/1674] Emitting module BitCollections
[1579/1674] Compiling BitCollections BitSet._UnsafeHandle.swift
[1580/1674] Compiling BitCollections BitSet.swift
[1581/1674] Compiling BitCollections Range+Utilities.swift
[1582/1674] Compiling BitCollections Slice+Utilities.swift
[1583/1674] Compiling BitCollections UInt+Tricks.swift
[1584/1674] Compiling BitCollections _Word.swift
[1624/1685] Compiling Collections OrderedCollections reexports.swift
[1631/1685] Compiling Collections HeapModule reexports.swift
[1632/1685] Compiling Collections BitCollections reexports.swift
[1633/1685] Compiling Collections DequeModule reexports.swift
[1634/1685] Compiling Collections HashTreeCollections reexports.swift
[1635/1685] Emitting module Collections
[1645/1685] Emitting module Atomics
[1646/1685] Emitting module AsyncAlgorithms
[1647/1685] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[1648/1685] Compiling CryptoBoringWrapper RandomBytes.swift
[1649/1685] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1650/1685] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1651/1685] Compiling CryptoBoringWrapper EllipticCurve.swift
[1652/1685] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1653/1685] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1654/1685] Emitting module CryptoBoringWrapper
[1655/1685] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1668/1829] Compiling CryptoExtras OPRFServer.swift
[1669/1829] Compiling CryptoExtras VOPRF+API.swift
[1670/1829] Compiling CryptoExtras RFC8410AlgorithmIdentifier.swift
[1671/1829] Compiling CryptoExtras ECToolbox_boring.swift
[1672/1829] Compiling CryptoExtras ECToolbox.swift
[1673/1829] Emitting module Algorithms
[1674/1829] Compiling CryptoExtras VOPRFClient.swift
[1675/1829] Compiling CryptoExtras VOPRFServer.swift
[1676/1829] Compiling CryptoExtras BoringSSLPassphraseCallbackManager.swift
[1677/1829] Compiling CryptoExtras RSA+BlindSigning.swift
[1678/1829] Compiling CryptoExtras RSA.swift
[1679/1829] Compiling CryptoExtras RSA_boring.swift
[1680/1829] Compiling CryptoExtras Reexport.swift
[1681/1829] Compiling CryptoExtras PBKDF2.swift
[1682/1829] Compiling CryptoExtras Scrypt_boring.swift
[1683/1829] Compiling CryptoExtras Scrypt.swift
[1684/1829] Compiling CryptoExtras OPRF.swift
[1685/1829] Compiling CryptoExtras OPRFClient.swift
[1686/1839] Compiling ServiceLifecycle ServiceRunnerError.swift
[1689/1839] Compiling CryptoExtras HashToField.swift
[1690/1839] Compiling CryptoExtras KDF.swift
[1691/1839] Compiling CryptoExtras PBKDF2_boring.swift
[1692/1839] Compiling CryptoExtras PBKDF2_commoncrypto.swift
[1693/1839] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1708/1846] Emitting module CryptoExtras
[1709/1852] Compiling CryptoExtras BoringSSLSHA512256HashFunction.swift
[1710/1852] Compiling CryptoExtras SHA512256.swift
[1725/1853] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1726/1853] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[1727/1853] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[1728/1853] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[1729/1853] Compiling CryptoExtras PKCS8PrivateKey.swift
[1730/1853] Compiling CryptoExtras AES_CBC.swift
[1731/1853] Compiling CryptoExtras ObjectIdentifier.swift
[1732/1853] Compiling CryptoExtras PKCS8DERRepresentation.swift
[1733/1853] Compiling CryptoExtras AES_CFB.swift
[1734/1853] Compiling CryptoExtras AES_CTR.swift
[1735/1853] Compiling CryptoExtras SHA512256Digest.swift
[1736/1853] Compiling CryptoExtras Curve25519+PEM.swift
[1737/1853] Emitting module _ConnectionPoolModule
[1738/1853] Compiling _ConnectionPoolModule PoolStateMachine.swift
[1739/1853] Compiling CryptoExtras BoringSSLHelpers.swift
[1740/1853] Compiling CryptoExtras CryptoKitErrors_boring.swift
[1741/1853] Compiling CryptoExtras Data+Extensions.swift
[1742/1853] Compiling CryptoExtras DigestType.swift
[1743/1853] Compiling CryptoExtras Error.swift
[1744/1853] Compiling CryptoExtras I2OSP.swift
[1745/1853] Compiling CryptoExtras IntegerEncoding.swift
[1746/1853] Compiling CryptoExtras PEMDocument.swift
[1747/1853] Compiling CryptoExtras PrettyBytes.swift
[1748/1853] Compiling CryptoExtras SubjectPublicKeyInfo.swift
[1749/1853] Compiling CryptoExtras ThreadOps.swift
[1750/1853] Compiling CryptoExtras ThreadPosix.swift
[1751/1853] Compiling CryptoExtras ThreadSpecific.swift
[1753/1853] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1754/1853] Compiling ServiceLifecycle Service.swift
[1755/1853] Compiling ServiceLifecycle ClosureService.swift
[1756/1853] Compiling ServiceLifecycle CancellationWaiter.swift
[1757/1853] Compiling ServiceLifecycle GracefulShutdown.swift
[1758/1853] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1759/1853] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1760/1853] Emitting module ServiceLifecycle
[1761/1853] Compiling ServiceLifecycle ServiceGroup.swift
[1762/1853] Compiling CryptoExtras ThreadWindows.swift
[1763/1853] Compiling CryptoExtras DLEQ.swift
[1764/1853] Compiling CryptoExtras Prover.swift
[1765/1853] Compiling CryptoExtras Verifier.swift
[1766/1853] Compiling CryptoExtras ZKPToolbox.swift
[1767/1853] Compiling CryptoExtras resource_bundle_accessor.swift
[1771/1853] Compiling CryptoExtras AES_GCM_SIV.swift
[1772/1853] Compiling CryptoExtras Block Function.swift
[1773/1853] Compiling CryptoExtras AES_CFB_boring.swift
[1774/1853] Compiling CryptoExtras AES_CTR_boring.swift
[1782/1853] Compiling CryptoExtras ARCPresentation.swift
[1783/1853] Compiling CryptoExtras ARCRequest.swift
[1784/1853] Compiling CryptoExtras ARCResponse.swift
[1785/1853] Compiling CryptoExtras ARCServer.swift
[1786/1853] Compiling CryptoExtras ChaCha20CTR_boring.swift
[1787/1853] Compiling CryptoExtras ChaCha20CTR.swift
[1788/1853] Compiling CryptoExtras BoringSSLSHA512256Context.swift
[1803/1853] Compiling CryptoExtras AES_GCM_SIV_boring.swift
[1804/1853] Compiling CryptoExtras CMAC.swift
[1805/1853] Compiling CryptoExtras ARC+API.swift
[1806/1853] Compiling CryptoExtras ARC.swift
[1807/1853] Compiling CryptoExtras ARCCredential.swift
[1808/1853] Compiling CryptoExtras ARCEncoding.swift
[1809/1853] Compiling CryptoExtras ARCPrecredential.swift
[1810/1853] Compiling CryptoExtras Zeroization_boring.swift
[1822/1853] Compiling NIOCore UniversalBootstrapSupport.swift
[1823/1853] Compiling NIOCore Utilities.swift
[1824/1855] Compiling _CryptoExtras Exports.swift
[1825/1855] Emitting module _CryptoExtras
[1848/1954] Compiling X509 CustomPrivateKey.swift
[1849/1954] Compiling X509 Digests.swift
[1850/1954] Compiling X509 DistinguishedName.swift
[1851/1954] Compiling X509 CommonName.swift
[1852/1954] Compiling X509 CountryName.swift
[1853/1954] Compiling X509 DNBuilder.swift
[1854/1954] Compiling X509 DomainComponent.swift
[1855/1954] Compiling X509 EmailAddress.swift
[1856/1954] Compiling X509 LocalityName.swift
[1857/1954] Compiling X509 OrganizationName.swift
[1858/1954] Compiling X509 OrganizationalUnitName.swift
[1859/1964] Compiling X509 OneOfPolicies.swift
[1860/1964] Compiling X509 PolicyBuilder.swift
[1861/1964] Compiling X509 BasicConstraintsPolicy.swift
[1862/1964] Compiling X509 DNSNames.swift
[1863/1964] Compiling X509 DirectoryNames.swift
[1864/1964] Compiling X509 ExpiryPolicy.swift
[1865/1964] Compiling X509 IPConstraints.swift
[1866/1964] Emitting module NIOCore
[1867/1964] Compiling X509 CMSAttribute.swift
[1868/1964] Compiling X509 CMSContentInfo.swift
[1869/1964] Compiling X509 CMSEncapsulatedContentInfo.swift
[1870/1964] Compiling X509 CMSIssuerAndSerialNumber.swift
[1871/1964] Compiling X509 CMSOperations.swift
[1872/1964] Compiling X509 CMSSignature.swift
[1873/1964] Compiling X509 CMSSignedData.swift
[1874/1964] Compiling X509 CMSSignerIdentifier.swift
[1875/1964] Compiling X509 CMSSignerInfo.swift
[1876/1964] Compiling X509 CMSVersion.swift
[1877/1964] Compiling X509 Curve25519+DER.swift
[1878/1964] Compiling X509 OCSPExtensionID.swift
[1879/1964] Compiling X509 OCSPNonce.swift
[1880/1964] Compiling X509 OCSPPolicy.swift
[1881/1964] Compiling X509 OCSPRequest.swift
[1882/1964] Compiling X509 OCSPResponse.swift
[1883/1964] Compiling X509 OCSPResponseBytes.swift
[1884/1964] Compiling X509 OCSPResponseData.swift
[1885/1964] Compiling X509 OCSPResponseStatus.swift
[1886/1964] Compiling X509 OCSPSignature.swift
[1887/1964] Compiling X509 OCSPSingleRequest.swift
[1888/1964] Compiling X509 OCSPSingleResponse.swift
[1889/1964] Compiling X509 AllOfPolicies.swift
[1890/1964] Compiling X509 AnyPolicy.swift
[1891/1964] Compiling X509 CertificateStore.swift
[1892/1964] Compiling X509 CustomCertificateStore.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
[1908/1964] Compiling X509 CertificatePublicKey.swift
[1909/1964] Compiling X509 CertificateSerialNumber.swift
[1910/1964] Compiling X509 CertificateVersion.swift
[1911/1964] Compiling X509 VerifierPolicy.swift
[1912/1964] Compiling X509 AlgorithmIdentifier.swift
[1913/1964] Compiling X509 ECDSASignature.swift
[1914/1964] Compiling X509 RSAPKCS1PublicKey.swift
[1915/1964] Compiling X509 SubjectPublicKeyInfo.swift
[1916/1964] Compiling X509 TBSCertificate.swift
[1917/1964] Compiling X509 Time.swift
[1918/1964] Compiling X509 TimeCalculations.swift
[1919/1964] Compiling X509 Validity.swift
[1920/1964] Compiling X509 X509SendableMetatype.swift
[1921/2047] Compiling X509 OCSPTBSRequest.swift
[1922/2047] Compiling X509 OCSPVersion.swift
[1923/2047] Compiling X509 PKCS8PrivateKey.swift
[1924/2047] Compiling X509 PromiseAndFuture.swift
[1925/2047] Compiling X509 RDNAttribute.swift
[1926/2047] Compiling X509 RandomNumberGenerator+bytes.swift
[1927/2047] Compiling X509 RelativeDistinguishedName.swift
[1928/2047] Compiling X509 SEC1PrivateKey.swift
[1929/2047] Compiling X509 SecKeyWrapper.swift
[1930/2047] Compiling X509 Signature.swift
[1931/2047] Compiling X509 SignatureAlgorithm.swift
[1932/2047] Compiling X509 StateOrProvinceName.swift
[1933/2047] Compiling X509 StreetAddress.swift
[1934/2047] Compiling X509 Error.swift
[1935/2047] Compiling X509 AuthorityInformationAccess.swift
[1936/2047] Compiling X509 AuthorityKeyIdentifier.swift
[1937/2047] Compiling X509 BasicConstraints.swift
[1938/2047] Compiling X509 ExtendedKeyUsage.swift
[1939/2047] Compiling X509 ExtensionIdentifiers.swift
[1940/2047] Compiling X509 KeyUsage.swift
[1941/2047] Compiling X509 NameConstraints.swift
[1942/2047] Compiling X509 SubjectAlternativeName.swift
[1943/2152] Compiling NIOFoundationEssentialsCompat Codable+ByteBuffer.swift
[1944/2152] Emitting module NIOFoundationEssentialsCompat
[1945/2152] Compiling NIOFoundationEssentialsCompat ByteBuffer-foundation.swift
[1946/2152] Compiling SQLKit SQLColumnDefinition.swift
[1947/2152] Compiling SQLKit SQLCommonTableExpression.swift
[1948/2152] Compiling SQLKit SQLConflictAction.swift
[1949/2152] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1950/2152] Compiling SQLKit SQLDropBehaviour.swift
[1951/2152] Compiling SQLKit SQLEnumDataType.swift
[1952/2152] Compiling SQLKit SQLExcludedColumn.swift
[1953/2152] Compiling SQLKit SQLForeignKey.swift
[1954/2152] Compiling SQLKit SQLJoin.swift
[1955/2152] Compiling SQLKit SQLJoinMethod.swift
[1956/2152] Compiling SQLKit SQLLockingClause.swift
[1957/2152] Compiling SQLKit SQLOrderBy.swift
[1958/2152] Compiling SQLKit SQLReturning.swift
[1959/2152] Compiling SQLKit SQLSubquery.swift
[1960/2152] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1961/2152] Compiling SQLKit SQLAlterEnum.swift
[1962/2152] Compiling SQLKit SQLAlterTable.swift
[1963/2152] Compiling SQLKit SQLCreateEnum.swift
[1964/2152] Compiling SQLKit SQLCreateIndex.swift
[1965/2152] Compiling SQLKit SQLCreateTable.swift
[1966/2152] Compiling SQLKit SQLCreateTrigger.swift
[1967/2152] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1968/2152] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1969/2152] Compiling SQLKit SQLDatabase.swift
[1970/2155] Compiling SQLKit SQLUnion.swift
[1971/2155] Compiling SQLKit SQLUpdate.swift
[1972/2155] Compiling SQLKit SQLExpression.swift
[1973/2155] Compiling SQLKit SQLSerializer.swift
[1974/2155] Compiling SQLKit SQLStatement.swift
[1975/2155] Compiling SQLKit SQLBinaryExpression.swift
[1976/2155] Compiling SQLKit SQLBinaryOperator.swift
[1977/2155] Compiling SQLKit SQLBind.swift
[1978/2155] Compiling SQLKit SQLFunction.swift
[1979/2155] Compiling SQLKit SQLGroupExpression.swift
[1980/2155] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1981/2155] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1982/2155] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1983/2155] Compiling SQLKit SQLCommonUnionBuilder.swift
[1984/2165] Compiling SQLKit SQLColumn.swift
[1985/2165] Compiling SQLKit SQLConstraint.swift
[1986/2165] Compiling SQLKit SQLDataType.swift
[1987/2165] Compiling SQLKit SQLDirection.swift
[1988/2165] Compiling SQLKit SQLDistinct.swift
[1989/2165] Compiling SQLKit SQLForeignKeyAction.swift
[1990/2165] Compiling SQLKit SQLNestedSubpathExpression.swift
[1991/2165] Compiling SQLKit SQLQualifiedTable.swift
[1992/2165] Compiling SQLKit SQLQueryString.swift
[1993/2165] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1994/2165] Compiling SQLKit SQLColumnAssignment.swift
[1995/2165] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[2004/2165] Compiling SQLKit SQLQueryFetcher.swift
[2005/2165] Compiling SQLKit SQLReturningBuilder.swift
[2006/2165] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[2007/2165] Compiling SQLKit SQLJoinBuilder.swift
[2008/2165] Compiling SQLKit SQLPartialResultBuilder.swift
[2009/2165] Compiling SQLKit SQLPredicateBuilder.swift
[2010/2165] Compiling SQLKit SQLQueryBuilder.swift
[2011/2165] Compiling SQLKit SQLAlterEnumBuilder.swift
[2012/2165] Compiling SQLKit SQLAlterTableBuilder.swift
[2013/2165] Compiling SQLKit SQLConflictUpdateBuilder.swift
[2014/2165] Compiling SQLKit SQLCreateEnumBuilder.swift
[2015/2165] Compiling SQLKit SQLCreateIndexBuilder.swift
[2016/2165] Compiling SQLKit SQLCreateTableBuilder.swift
[2017/2165] Compiling SQLKit SQLCreateTriggerBuilder.swift
[2018/2165] Compiling SQLKit SQLDeleteBuilder.swift
[2019/2165] Compiling SQLKit SQLDropEnumBuilder.swift
[2020/2165] Compiling SQLKit SQLDropIndexBuilder.swift
[2021/2165] Compiling SQLKit SQLDropTableBuilder.swift
[2022/2165] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[2023/2165] Compiling NIOEmbedded AsyncTestingChannel.swift
[2024/2165] Compiling NIOEmbedded Embedded.swift
[2025/2165] Emitting module NIOEmbedded
[2039/2165] Compiling SQLKit SQLDelete.swift
[2040/2165] Compiling SQLKit SQLDropEnum.swift
[2041/2165] Compiling SQLKit SQLDropIndex.swift
[2042/2165] Compiling SQLKit SQLDropTable.swift
[2043/2165] Compiling SQLKit SQLDropTrigger.swift
[2044/2165] Compiling SQLKit SQLInsert.swift
[2045/2165] Compiling SQLKit SQLSelect.swift
[2046/2165] Compiling SQLKit SQLSelectBuilder.swift
[2047/2165] Compiling SQLKit SQLSubqueryBuilder.swift
[2048/2165] Compiling SQLKit SQLUnionBuilder.swift
[2049/2165] Compiling SQLKit SQLUpdateBuilder.swift
[2050/2165] Compiling SQLKit SQLDropTriggerBuilder.swift
[2051/2165] Compiling SQLKit SQLInsertBuilder.swift
[2052/2165] Compiling SQLKit SQLPredicateGroupBuilder.swift
[2053/2165] Compiling SQLKit SQLRawBuilder.swift
[2054/2165] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[2073/2165] Compiling BSON RegularExpression.swift
[2074/2165] Compiling BSON Timestamp.swift
[2075/2165] Compiling BSON TypeIdentifier.swift
[2076/2165] Compiling SQLKit SQLError.swift
[2077/2165] Compiling SQLKit SQLExpressions+Deprecated.swift
[2078/2165] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[2079/2165] Compiling SQLKit Exports.swift
[2080/2165] Compiling SQLKit SQLAlias.swift
[2081/2165] Compiling SQLKit SQLBetween.swift
[2108/2170] Emitting module X509
[2114/2170] Emitting module SQLKit
[2115/2170] Emitting module BSON
[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
[2170/2170] Emitting module NIOPosix
[2171/2231] Compiling NIO Exports.swift
[2172/2231] Emitting module NIO
[2173/2231] Compiling _NIOFileSystem Array+FileSystem.swift
[2174/2231] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[2175/2231] Compiling _NIOFileSystem BufferedReader.swift
[2176/2369] Compiling FluentKit DatabaseQuery+Field.swift
[2177/2369] Compiling FluentKit DatabaseQuery+Filter.swift
[2178/2369] Compiling FluentKit DatabaseQuery+Join.swift
[2179/2369] Compiling FluentKit DatabaseQuery+Action.swift
[2180/2369] Compiling FluentKit DatabaseQuery+Aggregate.swift
[2181/2369] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[2182/2369] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[2183/2369] Emitting module NIOFoundationCompat
[2184/2369] Compiling NIOFoundationCompat Exports.swift
[2185/2369] Compiling DNSProtocol PTRRecord.swift
[2186/2369] Compiling NIOSOCKS SOCKSResponse.swift
[2187/2369] Compiling NIOSOCKS ClientStateMachine.swift
[2188/2369] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[2189/2370] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[2190/2371] Compiling NIOTLS TLSEvents.swift
[2191/2371] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[2192/2371] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[2193/2371] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[2194/2371] Emitting module NIOTLS
[2195/2371] Compiling NIOTLS SNIHandler.swift
[2196/2371] Compiling NIOSOCKS Messages.swift
[2197/2371] Compiling NIOSOCKS Helpers.swift
[2198/2371] Compiling FluentKit QueryBuilder.swift
[2200/2371] Compiling NIOSOCKS Errors.swift
[2201/2371] Compiling FluentKit QueryBuilder+Set.swift
[2202/2371] Compiling FluentKit QueryBuilder+Sort.swift
[2203/2371] Emitting module NIOSOCKS
[2204/2371] Compiling NIOSOCKS SOCKSRequest.swift
[2205/2371] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[2206/2371] Compiling FluentKit DatabaseEnum.swift
[2207/2371] Compiling FluentKit EnumBuilder.swift
[2208/2402] Emitting module _NIOFileSystem
[2209/2428] Compiling DNSProtocol SRVRecord.swift
[2210/2428] Compiling NIOSOCKS ServerStateMachine.swift
[2211/2428] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[2212/2428] Compiling NIOTransportServices NIOTSEventLoop.swift
[2213/2428] Compiling NIOTransportServices StateManagedChannel.swift
[2214/2428] Compiling NIOSSL NIOSSLClientHandler.swift
[2215/2428] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[2216/2428] Compiling NIOSSL NIOSSLHandler.swift
[2217/2428] Compiling DNSProtocol DNSEncoder.swift
[2218/2428] Compiling DNSProtocol ByteBuffer+DNS.swift
[2219/2428] Compiling DNSProtocol MessageOptions.swift
[2220/2428] Compiling DNSProtocol Errors.swift
[2221/2428] Emitting module DNSProtocol
[2222/2428] Compiling DNSProtocol Message.swift
[2223/2428] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[2224/2428] Compiling NIOTransportServices StateManagedListenerChannel.swift
[2225/2428] Compiling NIOTransportServices NIOTSListenerChannel.swift
[2226/2428] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[2227/2428] Compiling NIOTransportServices NIOTSSingletons.swift
[2228/2428] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[2229/2428] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[2230/2428] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[2231/2428] Compiling _NIOFileSystem OpenOptions.swift
[2232/2428] Compiling _NIOFileSystem String+FileSystem.swift
[2233/2428] Compiling _NIOFileSystem resource_bundle_accessor.swift
[2234/2428] Compiling NIOSSL SSLPublicKey.swift
[2235/2428] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[2236/2428] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[2237/2428] Compiling NIOSSL SSLInit.swift
[2238/2428] Compiling NIOSSL SSLPKCS12Bundle.swift
[2239/2428] Compiling NIOSSL SSLPrivateKey.swift
[2240/2428] Compiling FluentKit Model.swift
[2241/2428] Compiling FluentKit ModelAlias.swift
[2242/2428] Compiling FluentKit Schema.swift
[2243/2428] Compiling FluentKit FieldOperators.swift
[2244/2428] Compiling FluentKit Operators.swift
[2245/2428] Compiling FluentKit ValueOperators+Array.swift
[2246/2428] Emitting module NIOTransportServices
[2247/2430] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[2248/2430] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[2249/2430] Compiling NIOTransportServices NIOTSErrors.swift
[2250/2430] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[2257/2430] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[2258/2430] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[2259/2430] Compiling NIOTransportServices NIOTSChannelOptions.swift
[2260/2430] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[2261/2430] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[2262/2430] Compiling NIOTransportServices NIOTSBootstraps.swift
[2263/2430] Compiling NIOTransportServices AcceptHandler.swift
[2264/2430] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[2267/2430] Emitting module NIOHTTP1
[2274/2496] Compiling MultipartKit Storage.swift
[2275/2496] Compiling MultipartKit MultipartFormData.swift
[2276/2496] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2277/2496] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2278/2496] Emitting module FluentKit
[2279/2505] Emitting module AsyncKit
[2280/2505] Compiling NIOWebSocket WebSocketOpcode.swift
[2281/2506] Compiling NIOHPACK IndexedHeaderTable.swift
[2282/2506] Compiling NIOHPACK IntegerCoding.swift
[2283/2507] Compiling FluentKit ModelResponder.swift
[2284/2507] Compiling FluentKit Migration.swift
[2285/2507] Compiling FluentKit MigrationLog.swift
[2286/2507] Compiling FluentKit Migrations.swift
[2287/2507] Compiling FluentKit Migrator.swift
[2288/2507] Compiling FluentKit AnyModel.swift
[2289/2507] Compiling FluentKit EagerLoad.swift
[2290/2507] Compiling FluentKit Fields+Codable.swift
[2291/2507] Compiling FluentKit Fields.swift
[2292/2507] Compiling FluentKit MirrorBypass.swift
[2293/2507] Compiling FluentKit TimestampFormat.swift
[2294/2507] Compiling FluentKit QueryBuilder+Aggregate.swift
[2295/2507] Compiling FluentKit QueryBuilder+EagerLoad.swift
[2296/2507] Compiling FluentKit QueryBuilder+Filter.swift
[2297/2507] Compiling FluentKit QueryBuilder+Group.swift
[2298/2507] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[2299/2507] Compiling FluentKit QueryBuilder+Join.swift
[2300/2507] Compiling FluentKit QueryBuilder+Paginate.swift
[2301/2507] Compiling FluentKit QueryBuilder+Range.swift
[2302/2507] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[2303/2507] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[2304/2507] Compiling MultipartKit FormDataDecoder.swift
[2305/2507] Compiling MultipartKit FormDataEncoder.swift
[2306/2507] Compiling MultipartKit FormDataDecoder.Decoder.swift
[2307/2507] Compiling MultipartKit FormDataEncoder.Encoder.swift
[2308/2507] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[2309/2507] Compiling MultipartKit BasicCodingKey.swift
[2310/2507] Compiling MultipartKit MultipartError.swift
[2311/2507] Compiling MultipartKit Exports.swift
[2312/2507] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[2313/2507] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[2314/2507] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[2315/2507] Emitting module NIOSSL
[2316/2510] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2317/2510] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2318/2520] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2319/2520] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[2320/2520] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2321/2520] Compiling NIOHTTPCompression HTTPDecompression.swift
[2322/2520] Compiling NIOHTTPCompression HTTPCompression.swift
[2323/2520] Emitting module NIOHTTPCompression
[2324/2520] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2325/2520] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2326/2520] Compiling MultipartKit MultipartPart.swift
[2327/2520] Compiling MultipartKit MultipartPartConvertible.swift
[2333/2520] Compiling MultipartKit MultipartParser.swift
[2334/2521] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2335/2521] Compiling NIOWebSocket SHA1.swift
[2336/2521] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[2337/2521] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[2338/2521] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[2339/2521] Emitting module NIOWebSocket
[2340/2521] Compiling NIOWebSocket WebSocketFrame.swift
[2341/2521] Compiling NIOHPACK StaticHeaderTable.swift
[2343/2521] Compiling NIOSSL UniversalBootstrapSupport.swift
[2344/2521] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2345/2521] Compiling NIOSSL resource_bundle_accessor.swift
[2363/2521] Compiling FluentKit AsyncModelMiddleware.swift
[2364/2521] Compiling FluentKit Children+Concurrency.swift
[2365/2521] Compiling FluentKit Database+Concurrency.swift
[2366/2521] Compiling FluentKit EnumBuilder+Concurrency.swift
[2367/2521] Compiling FluentKit Model+Concurrency.swift
[2368/2521] Compiling FluentKit ModelResponder+Concurrency.swift
[2369/2521] Compiling FluentKit OptionalChild+Concurrency.swift
[2370/2521] Compiling FluentKit OptionalParent+Concurrency.swift
[2371/2521] Compiling FluentKit Parent+Concurrency.swift
[2372/2521] Compiling NIOHPACK HuffmanCoding.swift
[2373/2521] Compiling NIOHPACK HeaderTables.swift
[2376/2521] Compiling NIOHPACK HuffmanTables.swift
[2377/2521] Compiling NIOHPACK HPACKEncoder.swift
[2378/2521] Emitting module NIOHPACK
[2379/2521] Compiling NIOHPACK HPACKHeader.swift
[2380/2521] Compiling NIOHPACK HPACKErrors.swift
[2391/2521] Emitting module NIOExtras
[2412/2521] Emitting module MultipartKit
[2417/2587] Compiling DNSClient ConfigParser.swift
[2418/2587] Compiling DNSClient PTR.swift
[2419/2587] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2420/2587] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2421/2587] Compiling NIOHTTP2 HTTP2PingData.swift
[2422/2587] Compiling NIOHTTP2 SendingDataState.swift
[2423/2587] Compiling NIOHTTP2 SendingGoawayState.swift
[2424/2587] Compiling NIOHTTP2 SendingHeadersState.swift
[2425/2587] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2426/2587] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2427/2587] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2428/2587] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2429/2587] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2430/2587] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2431/2587] Compiling NIOHTTP2 MayReceiveFrames.swift
[2432/2587] Compiling NIOHTTP2 ReceivingDataState.swift
[2433/2587] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2434/2587] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2435/2587] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2436/2587] Compiling NIOHTTP2 SendingRstStreamState.swift
[2437/2587] Compiling DNSClient DNSEncoder.swift
[2438/2587] Compiling DNSClient Errors.swift
[2439/2587] Compiling DNSClient MulticastDNSClient.swift
[2444/2587] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2445/2587] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2446/2587] Compiling NIOHTTP2 HasLocalSettings.swift
[2447/2587] Compiling NIOHTTP2 HasRemoteSettings.swift
[2448/2587] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2449/2587] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2450/2587] Compiling NIOHTTP2 MaySendFrames.swift
[2451/2587] Compiling DNSClient DNSDecoder.swift
[2452/2587] Emitting module DNSClient
[2453/2587] Compiling DNSClient DNSClient+Connect.swift
[2454/2587] Compiling DNSClient Client.swift
[2455/2587] Compiling DNSClient DNSClient+Query.swift
[2464/2592] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2465/2592] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2477/2592] Emitting module NIOFileSystem
[2478/2592] Compiling NIOFileSystem Exports.swift
[2479/2592] Compiling FluentKit DatabaseQuery+Sort.swift
[2480/2592] Compiling FluentKit DatabaseQuery+Value.swift
[2481/2592] Compiling FluentKit DatabaseQuery.swift
[2482/2592] Compiling FluentKit QueryHistory.swift
[2483/2592] Compiling FluentKit DatabaseSchema.swift
[2484/2592] Compiling FluentKit SchemaBuilder.swift
[2485/2592] Compiling FluentKit OptionalType.swift
[2486/2592] Compiling FluentKit RandomGeneratable.swift
[2487/2592] Compiling FluentKit SomeCodingKey.swift
[2488/2592] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2489/2592] Emitting module _NIOFileSystemFoundationCompat
[2490/2592] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2497/2592] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2498/2592] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2499/2592] Compiling NIOHTTP2 GlitchesMonitor.swift
[2500/2592] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2501/2592] Compiling FluentKit OptionalParent.swift
[2502/2592] Compiling FluentKit Parent.swift
[2503/2592] Compiling FluentKit Property.swift
[2504/2592] Compiling FluentKit Relation.swift
[2505/2592] Compiling FluentKit Siblings.swift
[2506/2592] Compiling FluentKit Timestamp.swift
[2507/2592] Compiling NIOHTTP2 HTTP2Stream.swift
[2508/2592] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2509/2592] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2510/2592] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2511/2592] Compiling NIOHTTP2 HTTP2StreamID.swift
[2512/2592] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2513/2592] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2514/2592] Compiling NIOHTTP2 Error+Any.swift
[2515/2592] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2516/2592] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2517/2592] Compiling NIOExtras WritePCAPHandler.swift
[2518/2774] Compiling WebSocketKit WebSocketHandler.swift
[2519/2774] Compiling PostgresNIO PostgresData+JSON.swift
[2520/2774] Compiling PostgresNIO PostgresData+JSONB.swift
[2521/2774] Compiling PostgresNIO PostgresConnection.swift
[2522/2774] Compiling PostgresNIO PostgresDatabase+PreparedQuery.swift
[2523/2774] Compiling PostgresNIO PostgresData+Decimal.swift
[2524/2774] Compiling PostgresNIO PostgresData+Double.swift
[2525/2774] Compiling PostgresNIO PostgresData+Float.swift
[2526/2774] Compiling PostgresNIO PostgresData+Int.swift
[2527/2774] Compiling PostgresNIO PostgresData+Numeric.swift
[2528/2774] Compiling PostgresNIO PostgresData+Optional.swift
[2529/2774] Compiling PostgresNIO PostgresData+RawRepresentable.swift
[2530/2774] Compiling PostgresNIO PostgresData+Set.swift
[2531/2774] Compiling PostgresNIO PostgresData+Array.swift
[2532/2774] Compiling PostgresNIO PostgresData+Bool.swift
[2533/2775] Compiling WebSocketKit WebSocket+Connect.swift
[2534/2775] Compiling WebSocketKit WebSocket.swift
[2535/2775] Compiling WebSocketKit Exports.swift
[2536/2775] Compiling WebSocketKit WebSocket+Concurrency.swift
[2537/2775] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2538/2775] Emitting module WebSocketKit
[2539/2775] Compiling WebSocketKit WebSocketClient.swift
[2540/2775] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[2541/2775] Compiling FluentSQL SQLList+Deprecated.swift
[2542/2775] Compiling FluentSQL SQLDatabase+Model.swift
[2543/2775] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[2544/2775] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[2545/2775] Compiling FluentSQL DatabaseSchema+SQL.swift
[2546/2775] Compiling FluentSQL SQLQueryConverter.swift
[2547/2775] Compiling PostgresNIO PostgresConnection+Configuration.swift
[2548/2775] Compiling PostgresNIO PostgresConnection+CopyFrom.swift
[2549/2775] Compiling FluentSQL Exports.swift
[2550/2775] Emitting module FluentSQL
[2551/2776] Emitting module MongoCore
[2554/2776] Compiling PostgresNIO PostgresData+Bytes.swift
[2555/2776] Compiling PostgresNIO PostgresData+Date.swift
[2556/2776] Compiling MongoCore Tansaction.swift
[2557/2776] Compiling PostgresNIO PostgresBackendMessageDecoder.swift
[2558/2776] Compiling PostgresNIO PostgresCell.swift
[2559/2776] Compiling PostgresNIO PostgresChannelHandler.swift
[2560/2776] Compiling PostgresNIO PostgresCodable.swift
[2561/2776] Compiling PostgresNIO Array+PostgresCodable.swift
[2562/2776] Compiling PostgresNIO Bool+PostgresCodable.swift
[2563/2776] Compiling PostgresNIO Bytes+PostgresCodable.swift
[2564/2776] Compiling PostgresNIO PostgresMessage+Password.swift
[2565/2776] Compiling PostgresNIO PostgresMessage+ReadyForQuery.swift
[2566/2776] Compiling PostgresNIO PostgresMessage+SASLResponse.swift
[2567/2776] Compiling PostgresNIO PostgresMessage+SSLRequest.swift
[2568/2776] Compiling PostgresNIO PostgresMessage+SimpleQuery.swift
[2569/2776] Compiling PostgresNIO PostgresMessage+Startup.swift
[2570/2776] Compiling PostgresNIO PostgresMessage+Sync.swift
[2571/2776] Compiling PostgresNIO PostgresMessage+Terminate.swift
[2572/2776] Compiling PostgresNIO PostgresMessageDecoder.swift
[2573/2776] Compiling PostgresNIO PostgresMessageEncoder.swift
[2574/2776] Compiling PostgresNIO PostgresMessage+0.swift
[2575/2776] Compiling PostgresNIO PostgresMessage+BackendKeyData.swift
[2576/2776] Compiling PostgresNIO PostgresMessage+DataRow.swift
[2577/2776] Compiling PostgresNIO RowDescription.swift
[2578/2776] Compiling PostgresNIO NotificationListener.swift
[2579/2776] Compiling PostgresNIO PSQLError.swift
[2580/2776] Compiling PostgresNIO PSQLEventsHandler.swift
[2581/2776] Compiling PostgresNIO PSQLPreparedStatement.swift
[2582/2776] Compiling PostgresNIO PSQLRowStream.swift
[2583/2776] Compiling PostgresNIO PSQLTask.swift
[2584/2776] Compiling PostgresNIO PostgresBackendMessage.swift
[2585/2802] Compiling PostgresNIO PostgresConnection+Configuration+Deprecated.swift
[2586/2802] Compiling PostgresNIO PostgresData+UInt.swift
[2587/2802] Compiling PostgresNIO PostgresMessage+Authentication.swift
[2588/2802] Compiling PostgresNIO PostgresMessage+Bind.swift
[2589/2802] Compiling PostgresNIO PostgresMessage+Close.swift
[2590/2802] Compiling PostgresNIO PostgresMessage+CommandComplete.swift
[2591/2802] Compiling PostgresNIO PostgresMessage+Describe.swift
[2592/2802] Compiling PostgresNIO PostgresMessage+Execute.swift
[2593/2802] Compiling PostgresNIO PostgresMessage+ParameterDescription.swift
[2594/2802] Compiling PostgresNIO PostgresMessage+ParameterStatus.swift
[2595/2802] Compiling PostgresNIO PostgresMessage+Parse.swift
[2597/2814] Compiling FluentSQL SQLSchemaConverter.swift
[2598/2814] Compiling MongoClient Cluster.swift
[2599/2814] Compiling MongoClient Connection+Execute.swift
[2600/2814] Compiling MongoClient Authenticate+ChallengeResponse.swift
[2601/2814] Compiling MongoClient Authenticate+SASL.swift
[2602/2814] Compiling MongoClient MongoSingleConnectionPool.swift
[2603/2814] Compiling MongoClient MongoCursorResponse.swift
[2604/2814] Compiling MongoClient IsMaster.swift
[2605/2814] Emitting module MongoClient
[2606/2814] Compiling MongoClient Error.swift
[2607/2814] Compiling MongoClient Exports.swift
[2608/2814] Compiling MongoClient Helpers.swift
[2609/2814] Compiling MongoClient GetMore.swift
[2610/2816] Compiling PostgresNIO AnyErrorContinuation.swift
[2611/2816] Compiling PostgresNIO ByteBuffer+PSQL.swift
[2612/2816] Compiling PostgresNIO Logging+PSQL.swift
[2613/2816] Compiling PostgresNIO Authentication.swift
[2614/2816] Compiling PostgresNIO BackendKeyData.swift
[2615/2816] Compiling PostgresNIO CopyInMessage.swift
[2616/2816] Compiling PostgresNIO DataRow.swift
[2617/2816] Compiling PostgresNIO ErrorResponse.swift
[2618/2816] Compiling PostgresNIO NotificationResponse.swift
[2619/2816] Compiling PostgresNIO ParameterDescription.swift
[2620/2816] Compiling PostgresNIO ParameterStatus.swift
[2621/2816] Compiling PostgresNIO ReadyForQuery.swift
[2625/2816] Compiling MongoClient KillCursors.swift
[2633/2816] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2634/2816] Compiling NIOHTTP2 StreamChannelList.swift
[2635/2816] Compiling NIOHTTP2 StreamMap.swift
[2636/2816] Compiling NIOHTTP2 StreamStateMachine.swift
[2637/2816] Compiling NIOHTTP2 Timer.swift
[2638/2816] Compiling NIOHTTP2 UnsafeTransfer.swift
[2639/2816] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2643/2819] Compiling MongoClient OK.swift
[2644/2819] Compiling MongoClient SASL.swift
[2645/2819] Emitting module RediStack
[2646/2819] Emitting module PostgresNIO
[2648/2819] Compiling MongoClient Connection.swift
[2649/2819] Compiling MongoClient ConnectionContext.swift
[2652/2819] Compiling MongoClient Authenticate.swift
[2653/2819] Compiling MongoClient Channel+Connection.swift
[2654/2819] Compiling MongoClient ConnectionPool.swift
[2655/2819] Compiling MongoClient Cursor.swift
[2660/2819] Compiling PostgresNIO PostgresData.swift
[2661/2819] Compiling PostgresNIO PostgresDataConvertible.swift
[2662/2819] Compiling PostgresNIO PostgresDataType.swift
[2663/2819] Compiling PostgresNIO PostgresRow.swift
[2668/2819] Emitting module NIOHTTP2
[2702/2819] Compiling RediStack RedisLogging.swift
[2703/2819] Compiling RediStack RedisMetrics.swift
[2704/2819] Compiling RediStack _Deprecations.swift
[2737/2819] Compiling PostgresNIO PostgresMessage+Error.swift
[2738/2819] Compiling PostgresNIO PostgresMessage+Identifier.swift
[2739/2819] Compiling PostgresNIO PostgresMessage+NotificationResponse.swift
[2740/2819] Compiling PostgresNIO PostgresMessage+RowDescription.swift
[2741/2819] Compiling PostgresNIO PostgresMessageType.swift
[2742/2819] Compiling PostgresNIO AuthenticationStateMachine.swift
[2743/2819] Compiling PostgresNIO CloseStateMachine.swift
[2744/2819] Compiling PostgresNIO ConnectionStateMachine.swift
[2745/2819] Compiling PostgresNIO ExtendedQueryStateMachine.swift
[2746/2819] Compiling PostgresNIO ListenStateMachine.swift
[2747/2819] Compiling PostgresNIO PreparedStatementStateMachine.swift
[2748/2819] Compiling PostgresNIO RowStreamStateMachine.swift
[2759/2830] Compiling PostgresNIO String+PostgresCodable.swift
[2760/2830] Compiling PostgresNIO UUID+PostgresCodable.swift
[2761/2830] Compiling PostgresNIO PostgresColumns.swift
[2762/2830] Compiling PostgresNIO PostgresFrontendMessageEncoder.swift
[2763/2830] Compiling PostgresNIO PostgresNotificationSequence.swift
[2764/2830] Compiling PostgresNIO PostgresQuery.swift
[2765/2830] Compiling PostgresNIO PostgresRowSequence.swift
[2766/2830] Compiling PostgresNIO PostgresTransactionError.swift
[2767/2830] Compiling PostgresNIO PreparedStatement.swift
[2768/2830] Compiling PostgresNIO VariadicGenerics.swift
[2769/2830] Compiling PostgresNIO ConnectionFactory.swift
[2770/2830] Compiling PostgresNIO PostgresClient.swift
[2771/2830] Compiling PostgresNIO PostgresClientMetrics.swift
[2772/2830] Compiling PostgresNIO Postgres+PSQLCompat.swift
[2773/2903] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2774/2903] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2775/2903] Compiling AsyncHTTPClient ConnectionPool.swift
[2776/2903] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2777/2903] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2778/2903] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2779/2903] Compiling AsyncHTTPClient Transaction.swift
[2780/2903] Compiling AsyncHTTPClient Base64.swift
[2781/2903] Compiling AsyncHTTPClient BasicAuth.swift
[2782/2903] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2783/2903] Compiling AsyncHTTPClient TLSEventsHandler.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
[2796/2903] Compiling AsyncHTTPClient RequestOptions.swift
[2797/2903] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2798/2903] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2799/2903] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2800/2903] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2801/2903] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2802/2903] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2803/2903] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2804/2903] Compiling AsyncHTTPClient ConnectionTarget.swift
[2805/2903] Compiling AsyncHTTPClient DeconstructedURL.swift
[2806/2903] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2807/2903] Compiling AsyncHTTPClient FoundationExtensions.swift
[2808/2903] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2809/2903] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2810/2903] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2811/2903] Compiling AsyncHTTPClient HTTPClient.swift
[2812/2903] Compiling AsyncHTTPClient HTTPClientConfiguration+SwiftConfiguration.swift
[2813/2903] Compiling AsyncHTTPClient HTTPHandler.swift
[2814/2903] Compiling AsyncHTTPClient LRUCache.swift
[2815/2903] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2816/2903] Compiling AsyncHTTPClient NWErrorHandler.swift
[2817/2903] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2818/2903] Compiling AsyncHTTPClient TLSConfiguration.swift
[2819/2903] Compiling AsyncHTTPClient RedirectState.swift
[2826/2905] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2827/2905] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2830/2905] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2831/2905] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[2832/2905] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2833/2905] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2834/2905] Emitting module MongoKittenCore
[2835/2905] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2836/2905] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2837/2905] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2838/2905] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2839/2919] Compiling MongoKittenCore QueryBuilder.swift
[2840/2919] Compiling MongoKittenCore Sorting.swift
[2841/2919] Compiling PostgresKit PostgresConnectionSource.swift
[2842/2919] Compiling PostgresKit PostgresRow+SQL.swift
[2843/2948] Emitting module AsyncHTTPClient
[2844/2955] Compiling PostgresKit SQLPostgresConfiguration.swift
[2845/2955] Emitting module MongoKitten
[2846/2958] Compiling MongoKitten Diagnostics+BuildInfo.swift
[2847/2958] Compiling MongoKitten GridFSFileWriter.swift
[2848/2958] Compiling MongoKitten GridFSReader.swift
[2849/2958] Compiling MongoKitten IndexBuilder.swift
[2850/2958] Compiling MongoKitten Error.swift
[2851/2958] Compiling MongoKitten Exports.swift
[2852/2958] Compiling MongoKitten GridFSBucket.swift
[2853/2958] Compiling MongoKitten AsyncSequence.swift
[2854/2958] Compiling MongoKitten BSON2JSON.swift
[2855/2958] Compiling MongoKitten CLI+Helpers.swift
[2856/2958] Compiling MongoKitten Aggregate.swift
[2857/2958] Compiling MongoKitten AggregateBuilder.swift
[2858/2958] Compiling MongoKitten AggregateStage.swift
[2859/2958] Compiling MongoKitten Cursor.swift
[2860/2958] Compiling MongoKitten Date+ISO8601Format.swift
[2861/2958] Compiling AsyncHTTPClient SSLContextCache.swift
[2862/2958] Compiling AsyncHTTPClient Scheme.swift
[2863/2958] Compiling AsyncHTTPClient Singleton.swift
[2864/2958] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2865/2958] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2866/2958] Compiling AsyncHTTPClient TracingSupport.swift
[2867/2958] Compiling AsyncHTTPClient Utils.swift
[2871/2958] Compiling PostgresKit PostgresDialect.swift
[2872/2958] Compiling PostgresKit PostgresDatabase+SQL.swift
[2879/2958] Emitting module PostgresKit
[2882/2958] Compiling PostgresKit PostgresDataTranslation.swift
[2889/2958] Compiling MongoKitten ChangeStream.swift
[2890/2958] Compiling MongoKitten Collection+Count.swift
[2891/2958] Compiling MongoKitten Collection+Delete.swift
[2895/2958] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2896/2958] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[2897/2958] Compiling AsyncHTTPClient RequestBag.swift
[2898/2958] Compiling AsyncHTTPClient RequestValidation.swift
[2899/2958] Compiling MongoKitten Collection+Distinct.swift
[2900/2958] Compiling MongoKitten Collection+Find.swift
[2901/2958] Compiling MongoKitten Collection+FindAndModify.swift
[2908/2958] Compiling MongoKitten GridFSChunk.swift
[2909/2958] Compiling MongoKitten GridFSError.swift
[2910/2958] Compiling MongoKitten GridFSFile.swift
[2911/2958] Compiling MongoKitten Collection+Indexes.swift
[2912/2958] Compiling MongoKitten Collection+Insert.swift
[2913/2958] Compiling MongoKitten Collection+Update.swift
[2926/2958] Compiling MongoKitten MongoCollection.swift
[2927/2958] Compiling MongoKitten MongoDatabase.swift
[2928/2958] Compiling MongoKitten MongoTransactionDatabase.swift
[2929/2958] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2930/2958] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2931/2958] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2932/2958] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2933/2958] Compiling AsyncHTTPClient RequestBodyLength.swift
[2934/2958] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2956/2968] Compiling FluentPostgresDriver PostgresRow+Database.swift
[2960/2968] Emitting module FluentPostgresDriver
[2961/2968] Compiling FluentPostgresDriver PostgresConverterDelegate.swift
[2962/2968] Compiling FluentPostgresDriver FluentPostgresConfiguration+Deprecated.swift
[2963/2968] Compiling FluentPostgresDriver FluentPostgresDriver.swift
[2964/2968] Compiling FluentPostgresDriver DatabaseID+PostgreSQL.swift
[2965/2968] Compiling FluentPostgresDriver PostgresError+Database.swift
[2966/2968] Compiling FluentPostgresDriver FluentPostgresDatabase.swift
[2967/2968] Compiling FluentPostgresDriver FluentPostgresConfiguration.swift
[2968/2968] Compiling FluentPostgresDriver Exports.swift
[2969/3166] Compiling Vapor ServeCommand.swift
[2970/3166] Compiling Vapor AnyResponse+Concurrency.swift
[2971/3166] Compiling Vapor AsyncBasicResponder.swift
[2972/3166] Compiling Vapor AsyncMiddleware.swift
[2973/3166] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2974/3166] Compiling Vapor AsyncSessionDriver.swift
[2975/3166] Compiling Vapor Authentication+Concurrency.swift
[2976/3166] Compiling Vapor Cache+Concurrency.swift
[2977/3166] Compiling Vapor Client+Concurrency.swift
[2978/3166] Compiling Vapor RequestBody+Concurrency.swift
[2979/3166] Compiling Vapor Responder+Concurrency.swift
[2980/3166] Compiling Vapor ResponseCodable+Concurrency.swift
[2981/3166] Compiling Vapor RoutesBuilder+Concurrency.swift
[2982/3166] Compiling Vapor ViewRenderer+Concurrency.swift
[2983/3166] Compiling Vapor WebSocket+Concurrency.swift
[2984/3166] Compiling Vapor ContainerGetPathExecutor.swift
[2985/3166] Compiling Vapor Content.swift
[2986/3166] Compiling Vapor ContentCoders.swift
[2987/3166] Compiling Vapor ContentConfiguration.swift
[2988/3166] Compiling Vapor ContentContainer.swift
[2989/3166] Compiling Vapor JSONCoder+Custom.swift
[2990/3166] Compiling Vapor JSONCoders+Content.swift
[2991/3187] Compiling Vapor Application.swift
[2992/3187] Compiling Vapor AuthenticationCache.swift
[2993/3187] Compiling Vapor Authenticator.swift
[2994/3187] Compiling Vapor BasicAuthorization.swift
[2995/3187] Compiling Vapor BearerAuthorization.swift
[2996/3187] Compiling Vapor GuardMiddleware.swift
[2997/3187] Compiling Vapor RedirectMiddleware.swift
[2998/3187] Compiling Vapor SessionAuthenticatable.swift
[2999/3187] Compiling Vapor Bcrypt.swift
[3000/3187] Compiling Vapor Application+Cache.swift
[3001/3187] Compiling Vapor Cache.swift
[3002/3187] Compiling Vapor CacheExpirationTime.swift
[3003/3187] Compiling Vapor MemoryCache.swift
[3004/3187] Compiling Vapor Request+Cache.swift
[3005/3187] Compiling Vapor Application+Clients.swift
[3006/3187] Compiling Vapor Client.swift
[3007/3187] Compiling Vapor ClientRequest.swift
[3008/3187] Compiling Vapor ClientResponse.swift
[3009/3187] Compiling Vapor Request+Client.swift
[3010/3187] Compiling Vapor BootCommand.swift
[3011/3187] Compiling Vapor CommandContext+Application.swift
[3012/3187] Compiling Vapor RoutesCommand.swift
[3013/3187] Compiling Vapor Case.swift
[3014/3187] Compiling Vapor CharacterSet.swift
[3015/3187] Compiling Vapor Count.swift
[3016/3187] Compiling Vapor Custom.swift
[3017/3187] Compiling Vapor Email.swift
[3018/3187] Compiling Vapor Empty.swift
[3019/3187] Compiling Vapor In.swift
[3020/3187] Compiling Vapor Nil.swift
[3021/3187] Compiling Vapor NilIgnoring.swift
[3022/3187] Compiling Vapor Not.swift
[3023/3187] Compiling Vapor Or.swift
[3024/3187] Compiling Vapor Pattern.swift
[3025/3187] Compiling Vapor Range.swift
[3026/3187] Compiling Vapor URL.swift
[3027/3187] Compiling Vapor Valid.swift
[3028/3187] Compiling Vapor Application+Views.swift
[3029/3187] Compiling Vapor PlaintextRenderer.swift
[3030/3187] Compiling Vapor Request+View.swift
[3031/3187] Compiling Vapor View.swift
[3032/3187] Compiling Vapor ViewRenderer.swift
[3033/3187] Compiling Vapor _Deprecations.swift
[3034/3187] Compiling Vapor SessionsMiddleware.swift
[3035/3187] Compiling Vapor URLEncodedFormData.swift
[3036/3187] Compiling Vapor URLEncodedFormDecoder.swift
[3037/3187] Compiling Vapor URLEncodedFormEncoder.swift
[3038/3187] Compiling Vapor URLEncodedFormError.swift
[3039/3187] Compiling Vapor URLEncodedFormParser.swift
[3040/3187] Compiling Vapor URLEncodedFormSerializer.swift
[3041/3187] Compiling Vapor URLQueryFragmentConvertible.swift
[3042/3187] Compiling Vapor AnyResponse.swift
[3043/3187] Compiling Vapor Array+Random.swift
[3044/3187] Compiling Vapor Base32.swift
[3045/3187] Compiling Vapor Base64.swift
[3046/3187] Compiling Vapor BaseN.swift
[3047/3187] Compiling Vapor BasicCodingKey.swift
[3048/3187] Compiling Vapor ByteCount.swift
[3049/3187] Compiling Vapor Bytes+Hex.swift
[3050/3187] Compiling Vapor Bytes+SecureCompare.swift
[3051/3187] Compiling Vapor Collection+Safe.swift
[3052/3187] Compiling Vapor DataProtocol+Copy.swift
[3053/3187] Compiling Vapor DecoderUnwrapper.swift
[3054/3187] Compiling Vapor DirectoryConfiguration.swift
[3055/3187] Compiling Vapor DotEnv.swift
[3056/3187] Compiling Vapor Extendable.swift
[3057/3187] Compiling Vapor File.swift
[3058/3187] Compiling Vapor FileIO.swift
[3059/3187] Compiling Vapor LifecycleHandler.swift
[3060/3187] Compiling Vapor OptionalType.swift
[3061/3187] Compiling Vapor RFC1123.swift
[3062/3187] Compiling Vapor SocketAddress+Hostname.swift
[3063/3187] Compiling Vapor Storage.swift
[3064/3187] Compiling Vapor String+IsIPAddress.swift
[3065/3187] Compiling Vapor Thread.swift
[3066/3187] Compiling Vapor URI.swift
[3067/3187] Compiling Vapor VaporSendableMetadataType.swift
[3068/3187] Compiling Vapor RangeResult.swift
[3069/3187] Compiling Vapor Validatable.swift
[3070/3187] Compiling Vapor Validation.swift
[3071/3187] Compiling Vapor ValidationKey.swift
[3072/3187] Compiling Vapor Validations.swift
[3073/3187] Compiling Vapor ValidationsError.swift
[3074/3187] Compiling Vapor Validator.swift
[3075/3187] Compiling Vapor ValidatorResult.swift
[3076/3187] Compiling Vapor And.swift
[3077/3187] Emitting module Vapor
[3078/3187] Compiling Vapor HTTPMediaTypePreference.swift
[3079/3187] Compiling Vapor Responder.swift
[3080/3187] Compiling Vapor Application+HTTP+Server.swift
[3081/3187] Compiling Vapor HTTPServer.swift
[3082/3187] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[3083/3187] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[3084/3187] Compiling Vapor HTTPServerHandler.swift
[3085/3187] Compiling Vapor HTTPServerRequestDecoder.swift
[3086/3187] Compiling Vapor HTTPServerResponseEncoder.swift
[3087/3187] Compiling Vapor HTTPServerUpgradeHandler.swift
[3088/3187] Compiling Vapor Logger+Report.swift
[3089/3187] Compiling Vapor LoggingSystem+Environment.swift
[3090/3187] Compiling Vapor Application+Middleware.swift
[3091/3187] Compiling Vapor CORSMiddleware.swift
[3092/3187] Compiling Vapor ErrorMiddleware.swift
[3093/3187] Compiling Vapor FileMiddleware.swift
[3094/3187] Compiling Vapor Middleware.swift
[3095/3187] Compiling Vapor MiddlewareConfiguration.swift
[3096/3187] Compiling Vapor ResponseCompressionMiddleware.swift
[3097/3187] Compiling Vapor RouteLoggingMiddleware.swift
[3098/3187] Compiling Vapor TracingMiddleware.swift
[3099/3187] Compiling Vapor File+Multipart.swift
[3100/3187] Compiling Vapor RouteCollection.swift
[3101/3187] Compiling Vapor Routes.swift
[3102/3187] Compiling Vapor RoutesBuilder+Group.swift
[3103/3187] Compiling Vapor RoutesBuilder+Method.swift
[3104/3187] Compiling Vapor RoutesBuilder+Middleware.swift
[3105/3187] Compiling Vapor RoutesBuilder+WebSocket.swift
[3106/3187] Compiling Vapor RoutesBuilder.swift
[3107/3187] Compiling Vapor OTP.swift
[3108/3187] Compiling Vapor ValidatedCertificateChain.swift
[3109/3187] Compiling Vapor Application+Servers.swift
[3110/3187] Compiling Vapor Server.swift
[3111/3187] Compiling Vapor App+Service.swift
[3112/3187] Compiling Vapor Req+Service.swift
[3113/3187] Compiling Vapor Service.swift
[3114/3187] Compiling Vapor Application+Sessions.swift
[3115/3187] Compiling Vapor MemorySessions.swift
[3116/3187] Compiling Vapor Request+Session.swift
[3117/3187] Compiling Vapor Session.swift
[3118/3187] Compiling Vapor SessionCache.swift
[3119/3187] Compiling Vapor SessionData.swift
[3120/3187] Compiling Vapor SessionDriver.swift
[3121/3187] Compiling Vapor SessionsConfiguration.swift
[3122/3187] Compiling Vapor PlaintextDecoder.swift
[3123/3187] Compiling Vapor PlaintextEncoder.swift
[3124/3187] Compiling Vapor URLQueryCoders.swift
[3125/3187] Compiling Vapor URLQueryContainer.swift
[3126/3187] Compiling Vapor Core.swift
[3127/3187] Compiling Vapor Running.swift
[3128/3187] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[3129/3187] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[3130/3187] Compiling Vapor DotEnvFile+load.swift
[3131/3187] Compiling Vapor Routes+caseInsenstive.swift
[3132/3187] Compiling Vapor Validatable+validate.swift
[3133/3187] Compiling Vapor Environment+Process.swift
[3134/3187] Compiling Vapor Environment+Secret.swift
[3135/3187] Compiling Vapor Environment.swift
[3136/3187] Compiling Vapor Abort.swift
[3137/3187] Compiling Vapor AbortError.swift
[3138/3187] Compiling Vapor DebuggableError.swift
[3139/3187] Compiling Vapor Demangler.swift
[3140/3187] Compiling Vapor ErrorSource.swift
[3141/3187] Compiling Vapor StackTrace.swift
[3142/3187] Compiling Vapor Exports.swift
[3143/3187] Compiling Vapor Application+HTTP.swift
[3144/3187] Compiling Vapor BasicResponder.swift
[3145/3187] Compiling Vapor BodyStream.swift
[3146/3187] Compiling Vapor Application+HTTP+Client.swift
[3147/3187] Compiling Vapor EventLoopHTTPClient.swift
[3148/3187] Compiling Vapor EndpointCache.swift
[3149/3187] Compiling Vapor HTTPMethod+String.swift
[3150/3187] Compiling Vapor HTTPStatus.swift
[3151/3187] Compiling Vapor HTTPCookies.swift
[3152/3187] Compiling Vapor HTTPHeaderCacheControl.swift
[3153/3187] Compiling Vapor HTTPHeaderExpires.swift
[3154/3187] Compiling Vapor HTTPHeaderLastModified.swift
[3155/3187] Compiling Vapor HTTPHeaders+Cache.swift
[3156/3187] Compiling Vapor HTTPHeaders+Connection.swift
[3157/3187] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[3158/3187] Compiling Vapor HTTPHeaders+ContentRange.swift
[3159/3187] Compiling Vapor HTTPHeaders+Directive.swift
[3160/3187] Compiling Vapor HTTPHeaders+Forwarded.swift
[3161/3187] Compiling Vapor HTTPHeaders+Link.swift
[3162/3187] Compiling Vapor HTTPHeaders+Name.swift
[3163/3187] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[3164/3187] Compiling Vapor HTTPHeaders.swift
[3165/3187] Compiling Vapor HTTPMediaType.swift
[3166/3187] Compiling Vapor FormDataDecoder+Content.swift
[3167/3187] Compiling Vapor FormDataEncoder+Content.swift
[3168/3187] Compiling Vapor Application+Password.swift
[3169/3187] Compiling Vapor Application+Passwords.swift
[3170/3187] Compiling Vapor AsyncPasswordHasher.swift
[3171/3187] Compiling Vapor BcryptHasher.swift
[3172/3187] Compiling Vapor PasswordHasher.swift
[3173/3187] Compiling Vapor PlaintextHasher.swift
[3174/3187] Compiling Vapor Request+Password.swift
[3175/3187] Compiling Vapor Redirect.swift
[3176/3187] Compiling Vapor Request+Body.swift
[3177/3187] Compiling Vapor Request+BodyStream.swift
[3178/3187] Compiling Vapor Request.swift
[3179/3187] Compiling Vapor Application+Responder.swift
[3180/3187] Compiling Vapor DefaultResponder.swift
[3181/3187] Compiling Vapor Response+Body.swift
[3182/3187] Compiling Vapor Response.swift
[3183/3187] Compiling Vapor ResponseCodable.swift
[3184/3187] Compiling Vapor Application+Routes.swift
[3185/3187] Compiling Vapor Parameters+Require.swift
[3186/3187] Compiling Vapor Request+WebSocket.swift
[3187/3187] Compiling Vapor Route.swift
[3188/3216] Compiling Fluent ModelTokenAuthenticatable.swift
[3189/3217] Compiling Fluent ModelAuthenticatable.swift
[3190/3217] Compiling Fluent ModelCredentialsAuthenticatable.swift
[3191/3217] Compiling Redis RedisID.swift
[3192/3217] Compiling Redis RedisClient+Concurrency.swift
[3193/3217] Compiling Redis RedisConfiguration.swift
[3194/3218] Compiling Redis Redis+Sessions.swift
[3195/3218] Compiling Redis RedisClient+Codable.swift
[3196/3218] Compiling Fluent Fluent+History.swift
[3197/3218] Compiling Fluent Fluent+Paginate.swift
[3198/3218] Compiling Fluent Exports.swift
[3199/3218] Compiling Fluent Fluent+Cache.swift
[3200/3218] Compiling Fluent Pagination+Concurrency.swift
[3201/3218] Compiling Fluent Sessions+Concurrency.swift
[3202/3218] Emitting module Redis
[3203/3218] Compiling Redis RedisStorage.swift
[3204/3218] Compiling Fluent FluentProvider.swift
[3205/3218] Compiling Fluent MigrateCommand.swift
[3212/3218] Compiling Fluent Fluent+Pagination.swift
[3213/3218] Compiling Fluent Fluent+Sessions.swift
[3214/3218] Compiling Fluent FluentProvider+Concurrency.swift
[3215/3218] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[3216/3218] Emitting module Fluent
[3217/3218] Compiling Fluent PageLimit.swift
[3218/3218] Compiling Redis Request+Redis.swift
[3219/3248] Emitting module HealthChecks
[3220/3251] Compiling HealthChecks ApplicationChecksProtocol.swift
[3221/3251] Compiling HealthChecks ApplicationHealthChecks.swift
[3222/3251] Compiling HealthChecks ApplicationHealthChecksProtocol.swift
[3223/3251] Compiling HealthChecks ChecksProtocol.swift
[3224/3251] Compiling HealthChecks MongoRequestSendable.swift
[3225/3251] Compiling HealthChecks PostgresChecksProtocol.swift
[3226/3251] Compiling HealthChecks PostgresHealthChecks.swift
[3227/3251] Compiling HealthChecks RedisChecksProtocol.swift
[3228/3251] Compiling HealthChecks RedisHealthChecks.swift
[3229/3251] Compiling HealthChecks RedisHealthChecksProtocol.swift
[3230/3251] Compiling HealthChecks HealthChecks.swift
[3231/3251] Compiling HealthChecks ComponentName.swift
[3232/3251] Compiling HealthChecks ComponentType.swift
[3233/3251] Compiling HealthChecks PostgresHealthChecksProtocol.swift
[3234/3251] Compiling HealthChecks PsqlRequest.swift
[3235/3251] Compiling HealthChecks PsqlRequestSendable.swift
[3236/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"
[3237/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"
[3238/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"
[3239/3251] Compiling HealthChecks ConsulConfig.swift
[3240/3251] Compiling HealthChecks ConsulHealthChecks.swift
[3241/3251] Compiling HealthChecks ConsulHealthChecksProtocol.swift
[3242/3251] Compiling HealthChecks Application+Extensions.swift
[3243/3251] Compiling HealthChecks HealthCheckStatus.swift
[3244/3251] Compiling HealthChecks MeasurementType.swift
[3245/3251] Compiling HealthChecks MongoChecksProtocol.swift
[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 RedisRequestMock.swift
[3253/3261] Compiling HealthChecksMocks PsqlRequestMock.swift
[3254/3261] Compiling HealthChecksMocks PostgresHealthChecksMock.swift
[3255/3261] Compiling HealthChecksMocks MongoRequestMock.swift
[3256/3261] Compiling HealthChecksMocks MongoHealthChecksMock.swift
[3257/3261] Compiling HealthChecksMocks MockClient.swift
[3258/3261] Compiling HealthChecksMocks ConsulHealthChecksMock.swift
[3259/3261] Compiling HealthChecksMocks ApplicationHealthChecksMock.swift
[3260/3261] Emitting module HealthChecksMocks
[3261/3261] Compiling HealthChecksMocks RedisHealthChecksMock.swift
Build complete! (152.25s)
Fetching https://github.com/vapor/vapor.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/apple/swift-docc-plugin.git
Fetching https://github.com/vapor/fluent.git
[1/2287] Fetching swift-docc-plugin
[70/6112] Fetching swift-docc-plugin, redis
[498/8834] Fetching swift-docc-plugin, redis, fluent-postgres-driver
[798/23307] Fetching swift-docc-plugin, redis, fluent-postgres-driver, mongokitten
[1173/36813] Fetching swift-docc-plugin, redis, fluent-postgres-driver, mongokitten, fluent
[15542/114233] Fetching swift-docc-plugin, redis, fluent-postgres-driver, mongokitten, fluent, vapor
Fetched https://github.com/vapor/redis.git from cache (1.45s)
Fetched https://github.com/orlandos-nl/MongoKitten.git from cache (1.45s)
[37870/95935] Fetching swift-docc-plugin, fluent-postgres-driver, fluent, vapor
Fetched https://github.com/vapor/fluent-postgres-driver.git from cache (2.32s)
Fetched https://github.com/vapor/fluent.git from cache (2.32s)
Fetched https://github.com/apple/swift-docc-plugin.git from cache (2.32s)
Fetched https://github.com/vapor/vapor.git from cache (2.32s)
Computing version for https://github.com/vapor/redis.git
Computed https://github.com/vapor/redis.git at 4.14.0 (2.85s)
Fetching https://github.com/swift-server/RediStack.git
[1/4803] Fetching redistack
Fetched https://github.com/swift-server/RediStack.git from cache (1.03s)
Computing version for https://github.com/orlandos-nl/MongoKitten.git
Computed https://github.com/orlandos-nl/MongoKitten.git at 7.16.1 (1.56s)
Fetching https://github.com/orlandos-nl/DNSClient.git
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/orlandos-nl/BSON.git
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-metrics.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
[1/6030] Fetching bson
[363/7749] Fetching bson, dnsclient
[398/13529] Fetching bson, dnsclient, swift-distributed-tracing
Fetched https://github.com/apple/swift-metrics.git from cache (1.07s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.12s)
Fetched https://github.com/orlandos-nl/BSON.git from cache (1.12s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.13s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.14s)
Fetched https://github.com/apple/swift-log.git from cache (1.06s)
Fetched https://github.com/orlandos-nl/DNSClient.git from cache (2.28s)
Fetched https://github.com/apple/swift-nio.git from cache (2.38s)
Computing version for https://github.com/swift-server/RediStack.git
Computed https://github.com/swift-server/RediStack.git at 1.6.3 (2.92s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.67s)
Computing version for https://github.com/orlandos-nl/DNSClient.git
Computed https://github.com/orlandos-nl/DNSClient.git at 2.7.0 (0.50s)
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.69s)
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.21s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.13.0 (0.48s)
Fetching https://github.com/vapor/fluent-kit.git
[1/13935] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (1.34s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.56.0 (1.85s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/apple/swift-service-context.git
[1/1287] Fetching swift-service-context
[169/7531] Fetching swift-service-context, sql-kit
[294/10282] Fetching swift-service-context, sql-kit, swift-service-lifecycle
Fetched https://github.com/vapor/sql-kit.git from cache (1.07s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.07s)
Fetched https://github.com/apple/swift-service-context.git from cache (1.07s)
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.57s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.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.01s)
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.57s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.60s)
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.11s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.36.0 (0.48s)
Computing version for https://github.com/orlandos-nl/BSON.git
Computed https://github.com/orlandos-nl/BSON.git at 8.2.2 (0.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.50s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.5.0 (3.03s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.92s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.60s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.62s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.121.4 (0.50s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
[1/2658] Fetching websocket-kit
[639/9924] Fetching websocket-kit, swift-certificates
[845/13588] Fetching websocket-kit, swift-certificates, multipart-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.84s)
Fetching https://github.com/vapor/routing-kit.git
[548/10930] Fetching swift-certificates, multipart-kit
Fetched https://github.com/apple/swift-certificates.git from cache (1.20s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.21s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/vapor/console-kit.git
[733/3664] Fetching multipart-kit
[844/25073] Fetching multipart-kit, routing-kit
[10704/31744] Fetching multipart-kit, routing-kit, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.98s)
Fetching https://github.com/vapor/async-kit.git
[22472/25073] Fetching multipart-kit, routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.53s)
Fetching https://github.com/swift-server/async-http-client.git from cache
[1210/3664] Fetching multipart-kit
Fetched https://github.com/apple/swift-crypto.git from cache (1.55s)
[1650/6160] Fetching multipart-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.96s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.20s)
[1649/3664] Fetching multipart-kit
Fetched https://github.com/vapor/multipart-kit.git from cache (14.38s)
Fetched https://github.com/apple/swift-algorithms.git from cache (14.39s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (14.40s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (14.40s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (15.01s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (1.14s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.3 (1.63s)
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/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.19.0 (2.49s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.16.0 (0.47s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.99.0 (0.65s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.98s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.22.0 (1.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.61s)
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 (2.51s)
Computing version for https://github.com/vapor/postgres-kit.git
Computed https://github.com/vapor/postgres-kit.git at 2.15.1 (3.19s)
Fetching https://github.com/vapor/postgres-nio.git
[1/14156] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (1.42s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.32.2 (1.94s)
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.54s)
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.67s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.74s)
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.26s)
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.49s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.5.0 (1.13s)
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.50s)
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/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/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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.33.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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.10.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/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/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/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/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/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/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.32.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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.19.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.36.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/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/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/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.99.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/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/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/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-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/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/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/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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.7.0
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.56.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/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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/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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.121.4
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/vapor/redis.git
Working copy of https://github.com/vapor/redis.git resolved at 4.14.0
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.