Build Information
Successful build of ProxLock, reference master (4ffb77), with Swift 6.1 for macOS (SPM) on 31 Mar 2026 08:03:40 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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ProxLock/Backend.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ProxLock/Backend
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 4ffb77f Improve Speed via Caching (#18)
Cloned https://github.com/ProxLock/Backend.git
Revision (git rev-parse @):
4ffb77fde07f318e756be37db9a714ecda0420ca
SUCCESS checkout https://github.com/ProxLock/Backend.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ProxLock/Backend.git
https://github.com/ProxLock/Backend.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.9.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent.git"
},
{
"identity" : "fluent-postgres-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "2.8.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-postgres-driver.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.65.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "jwt",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/jwt.git"
},
{
"identity" : "vapordevicecheck",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mcrich23/vapordevicecheck.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto"
},
{
"identity" : "google-cloud-kit",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/mcrich23/google-cloud-kit.git"
},
{
"identity" : "queues",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/queues.git"
}
],
"manifest_display_name" : "ProxLock",
"name" : "ProxLock",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ProxLock",
"targets" : [
"ProxLock"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "ProxLock",
"module_type" : "SwiftTarget",
"name" : "ProxLock",
"path" : "Sources/ProxLock",
"product_dependencies" : [
"Fluent",
"FluentPostgresDriver",
"Vapor",
"NIOCore",
"NIOPosix",
"JWT",
"VaporDeviceCheck",
"Crypto",
"GoogleCloudKit",
"Queues"
],
"product_memberships" : [
"ProxLock"
],
"sources" : [
"Cache.swift",
"Constants.swift",
"Controllers/APIKeyController.swift",
"Controllers/ProjectController.swift",
"Controllers/RequestProxyController.swift",
"Controllers/UserAccessKeyController.swift",
"Controllers/UserController.swift",
"Controllers/Validation/DeviceCheckKeyController.swift",
"Controllers/Validation/PlayIntegrityConfigController.swift",
"DTOs/APIKeyDTO.swift",
"DTOs/ProjectDTO.swift",
"DTOs/UserDTO.swift",
"DTOs/UserUsageHistoryDTO.swift",
"DTOs/Validation/DeviceCheckKeyDTO.swift",
"DTOs/Validation/PlayIntegrityConfigDTO.swift",
"Enterprise-Exclusive/Cache+UsageHistory.swift",
"Enterprise-Exclusive/Controllers/RequestProxyController+Billing.swift",
"Enterprise-Exclusive/Migrations/DailyUserUsageHistoryMigrations.swift",
"Enterprise-Exclusive/Migrations/MonthlyUserUsageHistoryMigrations.swift",
"Enterprise-Exclusive/Models/DailyUserUsageHistory.swift",
"Enterprise-Exclusive/Models/MonthlyUserUsageHistory.swift",
"Enterprise-Exclusive/Models/User+Billing.swift",
"Enterprise-Exclusive/Webhooks/ClerkSubscriptionsWebhook.swift",
"Enterprise-Exclusive/Webhooks/ClerkWebhookManager.swift",
"KeySplitter.swift",
"Middleware/Authenticator.swift",
"Middleware/CorsMiddleware.swift",
"Middleware/DeviceValidationMiddleware.swift",
"Middleware/RateLimitMiddleware.swift",
"Migrations/APIKeyMigrations.swift",
"Migrations/DataLinkingMigrationController.swift",
"Migrations/MigrationStandardMigration.swift",
"Migrations/ProjectMigrations.swift",
"Migrations/UserAccessKeys.swift",
"Migrations/UserMigrations.swift",
"Migrations/Validation/DeviceCheckKeyMigrations.swift",
"Migrations/Validation/PlayIntegrityConfigMigration.swift",
"Models/APIKey.swift",
"Models/Project.swift",
"Models/User.swift",
"Models/Validation/DeviceCheckKey.swift",
"Models/Validation/PlayIntegrityConfig.swift",
"configure.swift",
"entrypoint.swift",
"routes.swift"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/886] Write sources
[7/886] Write ProxLock-entitlement.plist
[8/886] Copying PrivacyInfo.xcprivacy
[8/886] Write sources
[8/886] Copying PrivacyInfo.xcprivacy
[8/886] Write sources
[14/886] Copying PrivacyInfo.xcprivacy
[14/886] Write sources
[18/886] Copying PrivacyInfo.xcprivacy
[22/886] Write sources
[81/886] Compiling CSystem shims.c
[81/886] Compiling CNIOWindows WSAStartup.c
[81/886] Compiling CNIOWindows shim.c
[82/886] Compiling CNIOWASI CNIOWASI.c
[85/886] Compiling _NumericsShims _NumericsShims.c
[86/886] Write swift-version-2F0A5646E1D333AE.txt
[87/886] Compiling CNIOLinux shim.c
[88/886] Compiling CNIOOpenBSD shim.c
[88/886] Compiling CNIOLinux liburing_shims.c
[90/886] Compiling CNIOPosix event_loop_id.c
[91/886] Compiling _AtomicsShims.c
[92/894] Compiling CNIOSHA1 c_nio_sha1.c
[93/894] Compiling CNIOLLHTTP c_nio_http.c
[94/894] Compiling CVaporBcrypt bcrypt.c
[95/922] Compiling CVaporBcrypt blf.c
[96/978] Compiling CNIOLLHTTP c_nio_llhttp.c
[98/1052] Emitting module _CertificateInternals
[99/1052] Compiling _CertificateInternals _TinyArray.swift
[100/1052] Compiling Crypto ASN1.swift
[101/1052] Compiling Crypto ASN1Any.swift
[102/1053] Emitting module _NIOBase64
[103/1053] Compiling _NIOBase64 Base64.swift
[104/1053] Compiling ServiceContextModule ServiceContext.swift
[105/1053] Compiling ServiceContextModule ServiceContextKey.swift
[106/1053] Emitting module ServiceContextModule
[107/1053] Compiling RealModule Float80+Real.swift
[108/1054] Compiling RealModule RealFunctions.swift
[109/1054] Compiling RealModule Real.swift
[110/1054] Compiling RealModule Float+Real.swift
[111/1054] Compiling RealModule AugmentedArithmetic.swift
[112/1054] Compiling RealModule Double+Real.swift
[113/1054] Compiling RealModule ElementaryFunctions.swift
[114/1054] Compiling Crypto ASN1Boolean.swift
[115/1054] Compiling Crypto ASN1Identifier.swift
[116/1054] Emitting module RealModule
[117/1054] Compiling RealModule Float16+Real.swift
[117/1057] Compiling CNIOLLHTTP c_nio_api.c
[119/1057] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[120/1057] Compiling RealModule RelaxedArithmetic.swift
[121/1060] Compiling _NIODataStructures _TinyArray.swift
[122/1060] Compiling _NIODataStructures PriorityQueue.swift
[123/1066] Compiling Crypto Cipher.swift
[124/1066] Compiling Crypto Nonces.swift
[125/1066] Compiling ConcurrencyHelpers LockedValueBox.swift
[126/1066] Compiling Instrumentation NoOpInstrument.swift
[127/1066] Compiling Instrumentation InstrumentationSystem.swift
[128/1066] Compiling Crypto ASN1Integer.swift
[129/1066] Compiling Crypto ASN1Null.swift
[130/1066] Compiling Crypto ASN1BitString.swift
[131/1066] Compiling Crypto HPKE-KexKeyDerivation.swift
[132/1066] Emitting module InternalCollectionsUtilities
[133/1066] Compiling Crypto ChaChaPoly_boring.swift
[134/1066] Compiling Crypto ChaChaPoly.swift
[135/1066] Compiling Crypto ASN1OctetString.swift
[136/1066] Compiling Crypto ASN1Strings.swift
[137/1066] Compiling Crypto ArraySliceBigint.swift
[138/1066] Compiling Crypto GeneralizedTime.swift
[141/1066] Compiling Crypto AES-GCM.swift
[142/1066] Compiling Crypto AES-GCM_boring.swift
[142/1066] Compiling CNIOExtrasZlib trees.c
[144/1066] Compiling Logging LogHandler.swift
[145/1066] Compiling Logging MetadataProvider.swift
[146/1066] Compiling _NIODataStructures Heap.swift
[147/1066] Emitting module _NIODataStructures
[148/1066] Emitting module ConcurrencyHelpers
[149/1066] Compiling ConcurrencyHelpers Lock.swift
[149/1066] Compiling CNIOExtrasZlib zutil.c
[151/1066] Emitting module SystemPackage
[152/1141] Compiling Instrumentation MultiplexInstrument.swift
[153/1141] Emitting module Instrumentation
[154/1141] Compiling Instrumentation Instrument.swift
[155/1141] Compiling Instrumentation Locks.swift
[156/1141] Compiling _RopeModule BigString+Builder.swift
[157/1141] Compiling _RopeModule BigString+Contents.swift
[158/1141] Compiling _RopeModule BigString+Debugging.swift
[159/1141] Compiling _RopeModule BigString+Index.swift
[160/1141] Compiling _RopeModule BigString+Ingester.swift
[161/1141] Compiling _RopeModule BigString+Invariants.swift
[162/1141] Compiling _RopeModule BigString+Metrics.swift
[163/1141] Compiling _RopeModule BigString+Summary.swift
[164/1211] Compiling Logging Logging.swift
[165/1211] Emitting module Logging
[166/1211] Compiling Logging Locks.swift
[167/1211] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[168/1211] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[169/1211] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[170/1211] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[171/1211] Compiling OrderedCollections OrderedSet+Codable.swift
[172/1211] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[173/1211] Compiling OrderedCollections _HashTable.swift
[174/1211] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[175/1211] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[176/1211] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[177/1211] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[178/1211] Compiling OrderedCollections OrderedDictionary+Values.swift
[179/1300] Emitting module CoreMetrics
[180/1300] Compiling CoreMetrics Locks.swift
[181/1300] Compiling CoreMetrics Metrics.swift
[182/1300] Compiling HashTreeCollections _HashNode+Lookups.swift
[183/1300] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[184/1300] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[185/1300] Compiling HashTreeCollections _HashNodeHeader.swift
[186/1300] Compiling HashTreeCollections _HashSlot.swift
[187/1300] Compiling HashTreeCollections _HashStack.swift
[188/1300] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[189/1300] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[190/1300] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[191/1300] Compiling HashTreeCollections _HashTreeIterator.swift
[192/1300] Compiling HashTreeCollections _HashTreeStatistics.swift
[193/1300] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[194/1300] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[195/1300] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[196/1300] Compiling HashTreeCollections _HashNode.swift
[197/1306] Compiling HashTreeCollections TreeSet+Sequence.swift
[198/1306] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[199/1306] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[200/1306] Compiling HashTreeCollections TreeDictionary+Values.swift
[201/1306] Compiling HashTreeCollections TreeDictionary.swift
[202/1306] Compiling HashTreeCollections TreeSet+Codable.swift
[203/1312] Compiling HeapModule _HeapNode.swift
[204/1312] Compiling HeapModule Heap.swift
[205/1312] Compiling Tracing TracingTime.swift
[206/1312] Compiling HeapModule Heap+Invariants.swift
[207/1312] Emitting module HeapModule
[208/1312] Compiling HeapModule Heap+UnsafeHandle.swift
[209/1312] Compiling HeapModule Heap+Descriptions.swift
[210/1312] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[211/1312] Compiling HashTreeCollections TreeSet+Equatable.swift
[212/1312] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[213/1312] Compiling HashTreeCollections TreeSet+Extras.swift
[214/1312] Compiling HashTreeCollections TreeSet+Filter.swift
[215/1312] Compiling HashTreeCollections TreeSet+Hashable.swift
[216/1312] Compiling HashTreeCollections TreeSet+Sendable.swift
[217/1312] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[218/1312] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[219/1312] Compiling HashTreeCollections TreeDictionary+Keys.swift
[220/1312] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[221/1312] Compiling HashTreeCollections TreeDictionary+Merge.swift
[222/1312] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[223/1314] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[224/1314] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[225/1314] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[226/1314] Compiling Tracing TracerProtocol.swift
[227/1328] Compiling Tracing TracerProtocol+Legacy.swift
[228/1328] Compiling Tracing Tracer.swift
[229/1348] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[230/1348] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[231/1348] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[232/1348] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[233/1351] Compiling ContainersPreview Drain.swift
[234/1351] Compiling ContainersPreview Producer+Collect.swift
[235/1351] Compiling ContainersPreview Inout.swift
[236/1351] Compiling ContainersPreview InputSpan.swift
[237/1351] Compiling ContainersPreview Shared.swift
[238/1351] Compiling HashTreeCollections TreeDictionary+Filter.swift
[239/1351] Compiling ContainersPreview OutputSpan+Extras.swift
[240/1351] Compiling ContainersPreview TemporaryAllocation.swift
[241/1351] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[242/1351] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[243/1351] Compiling ContainersPreview RandomAccessContainer.swift
[244/1351] Compiling ContainersPreview RangeExpression2.swift
[245/1351] Compiling ContainersPreview RangeReplaceableContainer.swift
[246/1351] Compiling ContainersPreview Drain+Map.swift
[247/1351] Compiling ContainersPreview Drain+Reduce.swift
[250/1351] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[251/1351] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[252/1351] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[253/1351] Compiling ContainersPreview BorrowingSequence.swift
[254/1351] Compiling ContainersPreview Producer.swift
[255/1351] Compiling ContainersPreview Borrow.swift
[256/1351] Compiling ContainersPreview Box.swift
[257/1351] Emitting module ContainersPreview
[258/1351] Compiling ContainersPreview Producer+Filter.swift
[259/1351] Compiling ContainersPreview Producer+Map.swift
[260/1351] Compiling ContainersPreview Producer+Reduce.swift
[261/1351] Compiling ContainersPreview BidirectionalContainer.swift
[262/1351] Compiling ContainersPreview Container+Filter.swift
[263/1351] Compiling ContainersPreview Container+SpanwiseZip.swift
[264/1351] Compiling ContainersPreview Container.swift
[265/1351] Compiling ContainersPreview ContainerIterator.swift
[266/1351] Compiling ContainersPreview DynamicContainer.swift
[267/1351] Compiling ContainersPreview MutableContainer.swift
[268/1351] Compiling ContainersPreview PermutableContainer.swift
[269/1351] Compiling Tracing SpanProtocol.swift
[270/1351] Emitting module Tracing
[271/1351] Compiling Tracing NoOpTracer.swift
[272/1351] Compiling Tracing InstrumentationSystem+Tracing.swift
[275/1351] Compiling CNIOExtrasZlib inftrees.c
[294/1351] Compiling CNIOExtrasZlib inflate.c
[296/1351] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[297/1351] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[298/1351] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[299/1351] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[300/1351] Compiling HashTreeCollections _AncestorHashSlots.swift
[301/1351] Compiling HashTreeCollections _Bitmap.swift
[302/1351] Compiling HashTreeCollections _Bucket.swift
[302/1351] Compiling CNIOExtrasZlib inffast.c
[304/1351] Compiling HashTreeCollections _Hash.swift
[305/1351] Compiling HashTreeCollections _HashLevel.swift
[306/1351] Compiling HashTreeCollections _HashNode+Builder.swift
[307/1351] Compiling HashTreeCollections _HashNode+Debugging.swift
[308/1351] Compiling HashTreeCollections _HashNode+Initializers.swift
[309/1351] Compiling HashTreeCollections _HashNode+Invariants.swift
[310/1351] Compiling _RopeModule _CharacterRecognizer.swift
[311/1351] Compiling UnixSignals UnixSignal.swift
[312/1351] Emitting module UnixSignals
[313/1351] Compiling UnixSignals UnixSignalsSequence.swift
[313/1351] Compiling CNIOExtrasZlib deflate.c
[314/1392] Compiling CNIOExtrasZlib crc32.c
[315/1392] Compiling CNIOExtrasZlib adler32.c
[324/1392] Compiling OrderedCollections OrderedSet+SubSequence.swift
[333/1392] Compiling DequeModule UniqueDeque+Experimental.swift
[334/1392] Compiling DequeModule UniqueDeque+Hashable.swift
[335/1392] Compiling DequeModule UniqueDeque+Initializers.swift
[336/1392] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[337/1392] Compiling DequeModule Deque+Extras.swift
[338/1392] Compiling DequeModule Deque+Hashable.swift
[339/1392] Compiling DequeModule Deque+Testing.swift
[340/1392] Compiling DequeModule Deque._Storage.swift
[341/1392] Compiling DequeModule UniqueDeque+Prepend.swift
[342/1392] Compiling DequeModule UniqueDeque+Removals.swift
[343/1392] Compiling DequeModule UniqueDeque+Replacements.swift
[344/1392] Compiling DequeModule RigidDeque+Hashable.swift
[345/1392] Compiling DequeModule RigidDeque+Initializers.swift
[346/1392] Compiling DequeModule RigidDeque+Insertions.swift
[347/1392] Compiling DequeModule RigidDeque+Prepend.swift
[348/1392] Compiling DequeModule UniqueDeque+Equatable.swift
[349/1392] Compiling OrderedCollections OrderedSet+Testing.swift
[350/1392] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[351/1392] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[352/1392] Compiling OrderedCollections OrderedSet.swift
[353/1392] Compiling OrderedCollections _UnsafeBitset.swift
[354/1392] Compiling HashTreeCollections _UnsafePath.swift
[355/1392] Compiling HashTreeCollections TreeDictionary+Codable.swift
[356/1392] Compiling HashTreeCollections TreeDictionary+Collection.swift
[357/1392] Compiling DequeModule UniqueDeque+Container.swift
[358/1392] Compiling DequeModule UniqueDeque+Descriptions.swift
[359/1392] Compiling DequeModule RigidDeque+Consumption.swift
[360/1392] Compiling DequeModule RigidDeque+Container.swift
[361/1392] Compiling DequeModule RigidDeque+Descriptions.swift
[362/1392] Compiling DequeModule RigidDeque+Equatable.swift
[363/1392] Compiling DequeModule RigidDeque+Experimental.swift
[364/1392] Compiling DequeModule UniqueDeque+Insertions.swift
[365/1392] Compiling DequeModule RigidDeque+Removals.swift
[366/1392] Compiling DequeModule RigidDeque+Replacements.swift
[367/1392] Compiling DequeModule RigidDeque+Testing.swift
[368/1392] Compiling DequeModule RigidDeque.swift
[369/1396] Compiling DequeModule Deque._UnsafeHandle.swift
[370/1396] Compiling DequeModule Deque.swift
[371/1396] Compiling DequeModule _DequeBuffer.swift
[372/1396] Compiling DequeModule _DequeBufferHeader.swift
[373/1396] Compiling DequeModule RigidDeque+Append.swift
[374/1396] Compiling DequeModule Deque+Codable.swift
[375/1396] Compiling DequeModule Deque+Collection.swift
[376/1396] Compiling DequeModule Deque+CustomReflectable.swift
[385/1396] Compiling DequeModule Deque+Descriptions.swift
[386/1396] Compiling DequeModule Deque+Equatable.swift
[396/1396] Emitting module Crypto
[414/1404] Compiling DequeModule _UnsafeDequeSegments.swift
[427/1404] Compiling DequeModule UniqueDeque.swift
[428/1404] Compiling DequeModule _DequeSlot.swift
[429/1404] Compiling DequeModule _UnsafeDequeHandle.swift
[435/1404] Compiling Crypto RNG_boring.swift
[436/1404] Compiling Crypto SafeCompare_boring.swift
[437/1404] Compiling Crypto Zeroization_boring.swift
[438/1404] Compiling Crypto PrettyBytes.swift
[469/1412] Compiling DequeModule UniqueDeque+Append.swift
[470/1412] Compiling DequeModule UniqueDeque+Consumption.swift
[472/1412] Compiling CNIODarwin shim.c
[473/1412] Compiling fiat_p256_adx_sqr.S
[474/1412] Compiling fiat_p256_adx_mul.S
[476/1412] Emitting module _RopeModule
[476/1412] Compiling fiat_curve25519_adx_square.S
[477/1412] Compiling fiat_curve25519_adx_mul.S
[479/1412] Compiling SwiftASN1 DER.swift
[492/1413] Emitting module OrderedCollections
[492/1413] Compiling CNIOBoringSSLShims shims.c
[494/1413] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[495/1413] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[496/1413] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[497/1413] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[498/1413] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[499/1413] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[500/1413] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[501/1413] Compiling HashTreeCollections TreeSet.swift
[511/1413] Compiling SwiftASN1 Errors.swift
[516/1413] Emitting module DequeModule
[535/1413] Emitting module HashTreeCollections
[545/1413] Compiling RoutingKit Router.swift
[546/1413] Compiling RoutingKit TrieRouter.swift
[555/1413] Emitting module Metrics
[556/1413] Compiling Metrics Metrics.swift
[625/1413] Emitting module SwiftASN1
[627/1413] Compiling tls_method.cc
[628/1413] Compiling tls_record.cc
[628/1413] Compiling tls13_enc.cc
[628/1413] Compiling tls13_server.cc
[640/1413] Compiling RoutingKit PathComponent.swift
[641/1413] Compiling RoutingKit AnyRouter.swift
[642/1413] Compiling RoutingKit Parameters.swift
[643/1413] Emitting module RoutingKit
[643/1413] Compiling tls13_client.cc
[644/1413] Compiling tls13_both.cc
[645/1413] Compiling t1_enc.cc
[646/1413] Compiling ssl_transcript.cc
[647/1413] Compiling ssl_stat.cc
[648/1413] Compiling ssl_versions.cc
[649/1413] Compiling ssl_x509.cc
[650/1413] Compiling ssl_session.cc
[651/1413] Compiling ssl_privkey.cc
[652/1413] Compiling ssl_key_share.cc
[653/1413] Compiling ssl_lib.cc
[654/1413] Compiling ssl_file.cc
[655/1413] Compiling ssl_buffer.cc
[656/1413] Compiling ssl_cipher.cc
[657/1413] Compiling ssl_credential.cc
[658/1413] Compiling ssl_cert.cc
[659/1413] Compiling ssl_aead_ctx.cc
[660/1413] Compiling s3_pkt.cc
[661/1413] Compiling ssl_asn1.cc
[662/1413] Compiling s3_lib.cc
[663/1413] Compiling s3_both.cc
[664/1413] Compiling handshake_server.cc
[665/1413] Compiling handshake.cc
[666/1413] Compiling handshake_client.cc
[667/1413] Compiling handoff.cc
[668/1413] Compiling dtls_method.cc
[669/1413] Compiling md5-x86_64-linux.S
[670/1413] Compiling dtls_record.cc
[671/1413] Compiling encrypted_client_hello.cc
[672/1413] Compiling md5-x86_64-apple.S
[673/1413] Compiling md5-586-linux.S
[674/1413] Compiling md5-586-apple.S
[675/1413] Compiling extensions.cc
[676/1413] Compiling chacha20_poly1305_x86_64-linux.S
[677/1413] Compiling chacha20_poly1305_x86_64-apple.S
[678/1413] Compiling chacha20_poly1305_armv8-win.S
[679/1413] Compiling chacha20_poly1305_armv8-linux.S
[680/1413] Compiling chacha-x86_64-linux.S
[681/1413] Compiling chacha20_poly1305_armv8-apple.S
[682/1413] Compiling chacha-x86_64-apple.S
[683/1413] Compiling chacha-x86-linux.S
[684/1413] Compiling chacha-x86-apple.S
[685/1413] Compiling chacha-armv8-win.S
[686/1413] Compiling chacha-armv8-linux.S
[687/1413] Compiling chacha-armv4-linux.S
[688/1413] Compiling chacha-armv8-apple.S
[689/1413] Compiling aes128gcmsiv-x86_64-linux.S
[690/1413] Compiling aes128gcmsiv-x86_64-apple.S
[691/1413] Compiling x86_64-mont5-linux.S
[692/1413] Compiling x86_64-mont5-apple.S
[693/1413] Compiling x86_64-mont-linux.S
[694/1413] Compiling x86_64-mont-apple.S
[695/1413] Compiling x86-mont-linux.S
[696/1413] Compiling err_data.cc
[697/1413] Compiling vpaes-x86_64-linux.S
[698/1413] Compiling x86-mont-apple.S
[699/1413] Compiling vpaes-x86_64-apple.S
[700/1413] Compiling d1_srtp.cc
[701/1413] Compiling vpaes-x86-linux.S
[702/1413] Compiling vpaes-x86-apple.S
[703/1413] Compiling vpaes-armv8-win.S
[704/1413] Compiling vpaes-armv8-linux.S
[705/1413] Compiling d1_pkt.cc
[706/1413] Compiling vpaes-armv8-apple.S
[707/1413] Compiling vpaes-armv7-linux.S
[708/1413] Compiling sha512-x86_64-linux.S
[709/1413] Compiling sha512-x86_64-apple.S
[710/1413] Compiling sha512-armv8-win.S
[711/1413] Compiling sha512-armv8-linux.S
[712/1413] Compiling sha512-armv8-apple.S
[713/1413] Compiling sha512-armv4-linux.S
[714/1413] Compiling sha512-586-linux.S
[715/1413] Compiling sha512-586-apple.S
[715/1413] Compiling sha256-x86_64-linux.S
[717/1413] Compiling bio_ssl.cc
[718/1413] Compiling sha256-x86_64-apple.S
[719/1413] Compiling sha256-armv8-win.S
[720/1413] Compiling sha256-armv8-linux.S
[721/1413] Compiling sha256-armv4-linux.S
[722/1413] Compiling sha256-armv8-apple.S
[723/1413] Compiling sha256-586-apple.S
[724/1413] Compiling sha1-x86_64-linux.S
[724/1413] Compiling sha256-586-linux.S
[726/1413] Compiling sha1-armv8-win.S
[727/1413] Compiling sha1-x86_64-apple.S
[728/1413] Compiling sha1-armv8-linux.S
[729/1413] Compiling sha1-armv4-large-linux.S
[730/1413] Compiling sha1-armv8-apple.S
[731/1413] Compiling rsaz-avx2-linux.S
[732/1413] Compiling sha1-586-linux.S
[733/1413] Compiling sha1-586-apple.S
[734/1413] Compiling rsaz-avx2-apple.S
[735/1413] Compiling rdrand-x86_64-linux.S
[736/1413] Compiling rdrand-x86_64-apple.S
[737/1413] Compiling p256_beeu-x86_64-asm-apple.S
[738/1413] Compiling p256_beeu-x86_64-asm-linux.S
[739/1413] Compiling p256_beeu-armv8-asm-win.S
[740/1413] Compiling d1_lib.cc
[741/1413] Compiling p256_beeu-armv8-asm-apple.S
[742/1413] Compiling p256_beeu-armv8-asm-linux.S
[742/1413] Compiling p256-x86_64-asm-linux.S
[744/1413] Compiling p256-armv8-asm-win.S
[745/1413] Compiling p256-x86_64-asm-apple.S
[746/1413] Compiling p256-armv8-asm-linux.S
[747/1413] Compiling p256-armv8-asm-apple.S
[748/1413] Compiling ghashv8-armv8-linux.S
[749/1413] Compiling ghashv8-armv7-linux.S
[750/1413] Compiling ghashv8-armv8-apple.S
[751/1413] Compiling ghashv8-armv8-win.S
[752/1413] Compiling ghash-x86_64-linux.S
[753/1413] Compiling d1_both.cc
[754/1413] Compiling ghash-x86-linux.S
[755/1413] Compiling ghash-x86_64-apple.S
[756/1413] Compiling ghash-x86-apple.S
[757/1413] Compiling ghash-neon-armv8-win.S
[758/1413] Compiling ghash-neon-armv8-linux.S
[759/1413] Compiling ghash-ssse3-x86-linux.S
[759/1413] Compiling ghash-ssse3-x86-apple.S
[761/1413] Compiling ghash-ssse3-x86_64-apple.S
[761/1413] Compiling ghash-ssse3-x86_64-linux.S
[763/1413] Compiling ghash-armv4-linux.S
[764/1413] Compiling ghash-neon-armv8-apple.S
[765/1413] Compiling co-586-linux.S
[766/1413] Compiling co-586-apple.S
[767/1413] Compiling bn-armv8-linux.S
[768/1413] Compiling bn-armv8-apple.S
[769/1413] Compiling bn-586-apple.S
[770/1413] Compiling bn-armv8-win.S
[770/1413] Compiling bsaes-armv7-linux.S
[772/1413] Compiling bn-586-linux.S
[773/1413] Compiling armv8-mont-win.S
[774/1413] Compiling armv8-mont-linux.S
[775/1413] Compiling armv8-mont-apple.S
[776/1413] Compiling armv4-mont-linux.S
[777/1413] Compiling aesv8-gcm-armv8-linux.S
[778/1413] Compiling aesv8-gcm-armv8-win.S
[778/1413] Compiling aesv8-armv8-win.S
[780/1413] Compiling aesv8-armv8-linux.S
[781/1413] Compiling aesv8-armv8-apple.S
[782/1413] Compiling aesv8-gcm-armv8-apple.S
[783/1413] Compiling aesv8-armv7-linux.S
[784/1413] Compiling aesni-x86_64-linux.S
[785/1413] Compiling aesni-x86_64-apple.S
[786/1413] Compiling aesni-x86-linux.S
[787/1413] Compiling aesni-x86-apple.S
[787/1413] Compiling aesni-gcm-x86_64-linux.S
[787/1413] Compiling aesni-gcm-x86_64-apple.S
[790/1413] Compiling aes-gcm-avx2-x86_64-linux.S
[790/1413] Compiling aes-gcm-avx2-x86_64-apple.S
[792/1413] Compiling aes-gcm-avx10-x86_64-apple.S
[793/1413] Compiling aes-gcm-avx10-x86_64-linux.S
[794/1413] Compiling x_x509a.cc
[795/1413] Compiling x_val.cc
[796/1413] Compiling x_x509.cc
[797/1413] Compiling x_sig.cc
[798/1413] Compiling x_spki.cc
[799/1413] Compiling x_req.cc
[800/1413] Compiling x_exten.cc
[801/1413] Compiling x_pubkey.cc
[801/1413] Compiling x_name.cc
[803/1413] Compiling x_crl.cc
[804/1413] Compiling x_attrib.cc
[805/1413] Compiling x_algor.cc
[806/1413] Compiling x509spki.cc
[807/1413] Compiling x_all.cc
[808/1413] Compiling x509rset.cc
[809/1413] Compiling x509name.cc
[810/1413] Compiling x509cset.cc
[811/1413] Compiling x509_v3.cc
[812/1413] Compiling x509_vpm.cc
[813/1413] Compiling x509_vfy.cc
[814/1413] Compiling x509_txt.cc
[815/1413] Compiling x509_trs.cc
[816/1413] Compiling x509_set.cc
[817/1413] Compiling x509_req.cc
[818/1413] Compiling x509_obj.cc
[819/1413] Compiling x509_def.cc
[820/1413] Compiling x509_d2.cc
[821/1413] Compiling x509_ext.cc
[822/1413] Compiling x509_lu.cc
[823/1413] Compiling x509_cmp.cc
[824/1413] Compiling x509_att.cc
[825/1413] Compiling x509.cc
[826/1413] Compiling v3_skey.cc
[827/1413] Compiling v3_purp.cc
[828/1413] Compiling v3_prn.cc
[829/1413] Compiling v3_utl.cc
[830/1413] Compiling v3_pmaps.cc
[830/1413] Compiling v3_ocsp.cc
[832/1413] Compiling v3_pcons.cc
[833/1413] Compiling v3_ncons.cc
[834/1413] Compiling v3_lib.cc
[835/1413] Compiling v3_int.cc
[836/1413] Compiling v3_ia5.cc
[837/1413] Compiling v3_info.cc
[838/1413] Compiling v3_genn.cc
[839/1413] Compiling v3_extku.cc
[840/1413] Compiling v3_enum.cc
[841/1413] Compiling v3_cpols.cc
[842/1413] Compiling v3_crld.cc
[843/1413] Compiling v3_conf.cc
[844/1413] Compiling v3_bcons.cc
[844/1413] Compiling v3_bitst.cc
[846/1413] Compiling v3_akeya.cc
[847/1413] Compiling v3_alt.cc
[848/1413] Compiling t_x509a.cc
[849/1413] Compiling v3_akey.cc
[850/1413] Compiling t_x509.cc
[851/1413] Compiling t_crl.cc
[852/1413] Compiling rsa_pss.cc
[853/1413] Compiling t_req.cc
[854/1413] Compiling i2d_pr.cc
[855/1413] Compiling name_print.cc
[856/1413] Compiling policy.cc
[857/1413] Compiling by_file.cc
[858/1413] Compiling algorithm.cc
[859/1413] Compiling by_dir.cc
[860/1413] Compiling asn1_gen.cc
[861/1413] Compiling a_verify.cc
[862/1413] Compiling a_sign.cc
[862/1413] Compiling a_digest.cc
[864/1413] Compiling voprf.cc
[865/1413] Compiling thread_win.cc
[866/1413] Compiling thread.cc
[867/1413] Compiling thread_pthread.cc
[868/1413] Compiling thread_none.cc
[869/1413] Compiling trust_token.cc
[870/1413] Compiling stack.cc
[871/1413] Compiling pmbtoken.cc
[872/1413] Compiling slhdsa.cc
[873/1413] Compiling spake2plus.cc
[874/1413] Compiling siphash.cc
[875/1413] Compiling sha512.cc
[876/1413] Compiling sha256.cc
[877/1413] Compiling sha1.cc
[878/1413] Compiling rsa_print.cc
[879/1413] Compiling rsa_extra.cc
[880/1413] Compiling rsa_crypt.cc
[881/1413] Compiling refcount.cc
[882/1413] Compiling rc4.cc
[883/1413] Compiling rsa_asn1.cc
[884/1413] Compiling windows.cc
[885/1413] Compiling urandom.cc
[886/1413] Compiling trusty.cc
[887/1413] Compiling ios.cc
[888/1413] Compiling rand.cc
[889/1413] Compiling passive.cc
[890/1413] Compiling poly1305_arm_asm.S
[891/1413] Compiling getentropy.cc
[892/1413] Compiling forkunsafe.cc
[893/1413] Compiling fork_detect.cc
[894/1413] Compiling deterministic.cc
[895/1413] Compiling poly1305_vec.cc
[896/1413] Compiling poly1305_arm.cc
[897/1413] Compiling poly1305.cc
[898/1413] Compiling pool.cc
[899/1413] Compiling pkcs8.cc
[900/1413] Compiling pkcs7.cc
[901/1413] Compiling pkcs8_x509.cc
[902/1413] Compiling p5_pbev2.cc
[903/1413] Compiling pkcs7_x509.cc
[904/1413] Compiling pem_xaux.cc
[905/1413] Compiling pem_x509.cc
[906/1413] Compiling pem_pkey.cc
[907/1413] Compiling pem_pk8.cc
[908/1413] Compiling pem_oth.cc
[909/1413] Compiling mlkem.cc
[910/1413] Compiling obj_xref.cc
[911/1413] Compiling mldsa.cc
[912/1413] Compiling pem_lib.cc
[913/1413] Compiling pem_info.cc
[914/1413] Compiling pem_all.cc
[915/1413] Compiling poly_rq_mul.S
[916/1413] Compiling fips_shared_support.cc
[917/1413] Compiling mem.cc
[918/1413] Compiling md5.cc
[919/1413] Compiling obj.cc
[920/1413] Compiling md4.cc
[921/1413] Compiling lhash.cc
[922/1413] Compiling kyber.cc
[923/1413] Compiling ex_data.cc
[924/1413] Compiling sign.cc
[925/1413] Compiling scrypt.cc
[926/1413] Compiling pbkdf.cc
[927/1413] Compiling print.cc
[928/1413] Compiling hpke.cc
[929/1413] Compiling hrss.cc
[930/1413] Compiling p_x25519_asn1.cc
[931/1413] Compiling p_x25519.cc
[932/1413] Compiling p_ed25519.cc
[933/1413] Compiling p_rsa_asn1.cc
[934/1413] Compiling p_ec.cc
[935/1413] Compiling p_hkdf.cc
[936/1413] Compiling p_rsa.cc
[937/1413] Compiling p_ed25519_asn1.cc
[938/1413] Compiling p_ec_asn1.cc
[939/1413] Compiling p_dh_asn1.cc
[940/1413] Compiling p_dh.cc
[941/1413] Compiling p_dsa_asn1.cc
[942/1413] Compiling evp_ctx.cc
[943/1413] Compiling err.cc
[944/1413] Compiling engine.cc
[945/1413] Compiling evp.cc
[946/1413] Compiling evp_asn1.cc
[947/1413] Compiling ecdsa_asn1.cc
[948/1413] Compiling ecdh.cc
[949/1413] Compiling hash_to_curve.cc
[950/1413] Compiling ec_derive.cc
[951/1413] Compiling dsa.cc
[952/1413] Compiling dsa_asn1.cc
[953/1413] Compiling ec_asn1.cc
[954/1413] Compiling digest_extra.cc
[955/1413] Compiling params.cc
[956/1413] Compiling bcm.cc
[957/1413] Compiling x25519-asm-arm.S
[958/1413] Compiling des.cc
[959/1413] Compiling dh_asn1.cc
[960/1413] Compiling curve25519_64_adx.cc
[961/1413] Compiling spake25519.cc
[962/1413] Compiling crypto.cc
[963/1413] Compiling cpu_intel.cc
[964/1413] Compiling cpu_arm_linux.cc
[965/1413] Compiling cpu_arm_freebsd.cc
[966/1413] Compiling cpu_aarch64_win.cc
[967/1413] Compiling curve25519.cc
[968/1413] Compiling cpu_aarch64_sysreg.cc
[969/1413] Compiling cpu_aarch64_openbsd.cc
[970/1413] Compiling cpu_aarch64_linux.cc
[971/1413] Compiling cpu_aarch64_fuchsia.cc
[972/1413] Compiling cpu_aarch64_apple.cc
[973/1413] Compiling conf.cc
[974/1413] Compiling tls_cbc.cc
[974/1413] Compiling get_cipher.cc
[976/1413] Compiling e_rc4.cc
[977/1413] Compiling e_tls.cc
[978/1413] Compiling e_rc2.cc
[979/1413] Compiling e_null.cc
[980/1413] Compiling e_des.cc
[981/1413] Compiling e_chacha20poly1305.cc
[982/1413] Compiling e_aesgcmsiv.cc
[983/1413] Compiling derive_key.cc
[984/1413] Compiling chacha.cc
[985/1413] Compiling e_aesctrhmac.cc
[986/1413] Compiling unicode.cc
[987/1413] Compiling cbs.cc
[988/1413] Compiling ber.cc
[989/1413] Compiling cbb.cc
[990/1413] Compiling asn1_compat.cc
[991/1413] Compiling buf.cc
[992/1413] Compiling blake2.cc
[993/1413] Compiling socket_helper.cc
[994/1413] Compiling bn_asn1.cc
[995/1413] Compiling socket.cc
[996/1413] Compiling convert.cc
[997/1413] Compiling printf.cc
[998/1413] Compiling hexdump.cc
[998/1413] Compiling pair.cc
[1000/1413] Compiling file.cc
[1001/1413] Compiling fd.cc
[1002/1413] Compiling errno.cc
[1003/1413] Compiling connect.cc
[1004/1413] Compiling bio_mem.cc
[1005/1413] Compiling base64.cc
[1006/1413] Compiling bio.cc
[1007/1413] Compiling tasn_typ.cc
[1008/1413] Compiling tasn_fre.cc
[1009/1413] Compiling tasn_utl.cc
[1010/1413] Compiling tasn_enc.cc
[1011/1413] Compiling tasn_new.cc
[1012/1413] Compiling posix_time.cc
[1013/1413] Compiling f_string.cc
[1014/1413] Compiling f_int.cc
[1015/1413] Compiling asn_pack.cc
[1016/1413] Compiling tasn_dec.cc
[1017/1413] Compiling asn1_par.cc
[1018/1413] Compiling asn1_lib.cc
[1019/1413] Compiling a_utctm.cc
[1020/1413] Compiling a_type.cc
[1021/1413] Compiling a_time.cc
[1022/1413] Compiling a_octet.cc
[1023/1413] Compiling a_strnid.cc
[1024/1413] Compiling a_strex.cc
[1025/1413] Compiling a_object.cc
[1026/1413] Compiling a_mbstr.cc
[1027/1413] Compiling a_int.cc
[1028/1413] Compiling a_i2d_fp.cc
[1029/1413] Compiling fiat_p256_adx_sqr.S
[1030/1413] Compiling fiat_p256_adx_mul.S
[1031/1413] Compiling a_d2i_fp.cc
[1032/1413] Compiling a_dup.cc
[1033/1413] Compiling fiat_curve25519_adx_square.S
[1034/1413] Compiling fiat_curve25519_adx_mul.S
[1035/1413] Compiling md5-x86_64-apple.S
[1035/1413] Compiling md5-x86_64-linux.S
[1037/1413] Compiling md5-586-linux.S
[1038/1413] Compiling a_gentm.cc
[1039/1413] Compiling md5-586-apple.S
[1040/1413] Compiling chacha20_poly1305_x86_64-linux.S
[1041/1413] Compiling chacha20_poly1305_x86_64-apple.S
[1042/1413] Compiling a_bool.cc
[1043/1413] Compiling a_bitstr.cc
[1044/1413] Compiling chacha20_poly1305_armv8-linux.S
[1045/1413] Compiling chacha20_poly1305_armv8-win.S
[1046/1413] Compiling chacha-x86_64-linux.S
[1047/1413] Compiling chacha20_poly1305_armv8-apple.S
[1048/1413] Compiling chacha-x86_64-apple.S
[1049/1413] Compiling chacha-x86-linux.S
[1050/1413] Compiling chacha-armv8-win.S
[1051/1413] Compiling chacha-x86-apple.S
[1052/1413] Compiling chacha-armv8-linux.S
[1053/1413] Compiling chacha-armv4-linux.S
[1054/1413] Compiling aes128gcmsiv-x86_64-linux.S
[1055/1413] Compiling aes128gcmsiv-x86_64-apple.S
[1056/1413] Compiling x86_64-mont5-linux.S
[1057/1413] Compiling chacha-armv8-apple.S
[1058/1413] Compiling x86_64-mont5-apple.S
[1059/1413] Compiling x86_64-mont-linux.S
[1060/1413] Compiling x86_64-mont-apple.S
[1061/1413] Compiling x86-mont-linux.S
[1062/1413] Compiling x86-mont-apple.S
[1063/1413] Compiling vpaes-x86_64-linux.S
[1064/1413] Compiling vpaes-x86_64-apple.S
[1065/1413] Compiling vpaes-x86-linux.S
[1066/1413] Compiling CCryptoBoringSSLShims shims.c
[1067/1413] Compiling vpaes-x86-apple.S
[1068/1413] Compiling vpaes-armv8-linux.S
[1068/1413] Compiling vpaes-armv8-win.S
[1070/1413] Compiling vpaes-armv8-apple.S
[1071/1413] Compiling err_data.cc
[1072/1413] Compiling vpaes-armv7-linux.S
[1073/1413] Compiling sha512-x86_64-linux.S
[1074/1413] Compiling sha512-x86_64-apple.S
[1075/1413] Compiling sha512-armv8-win.S
[1076/1413] Compiling sha512-armv8-linux.S
[1077/1413] Compiling sha512-armv4-linux.S
[1078/1413] Compiling sha512-armv8-apple.S
[1079/1413] Compiling sha512-586-linux.S
[1080/1413] Compiling sha256-x86_64-linux.S
[1081/1413] Compiling sha512-586-apple.S
[1082/1413] Compiling sha256-x86_64-apple.S
[1083/1413] Compiling sha256-armv8-win.S
[1084/1413] Compiling sha256-armv8-linux.S
[1085/1413] Compiling sha256-armv4-linux.S
[1086/1413] Compiling sha256-armv8-apple.S
[1087/1413] Compiling sha256-586-linux.S
[1088/1413] Compiling sha1-x86_64-linux.S
[1089/1413] Compiling sha1-x86_64-apple.S
[1090/1413] Compiling sha256-586-apple.S
[1091/1413] Compiling sha1-armv8-win.S
[1092/1413] Compiling sha1-armv8-linux.S
[1093/1413] Compiling sha1-armv8-apple.S
[1094/1413] Compiling sha1-armv4-large-linux.S
[1095/1413] Compiling sha1-586-linux.S
[1096/1413] Compiling sha1-586-apple.S
[1097/1413] Compiling rsaz-avx2-apple.S
[1098/1413] Compiling rsaz-avx2-linux.S
[1099/1413] Compiling rdrand-x86_64-linux.S
[1100/1413] Compiling rdrand-x86_64-apple.S
[1101/1413] Compiling p256_beeu-armv8-asm-win.S
[1102/1413] Compiling p256_beeu-x86_64-asm-linux.S
[1103/1413] Compiling p256_beeu-x86_64-asm-apple.S
[1104/1413] Compiling p256_beeu-armv8-asm-linux.S
[1105/1413] Compiling p256-x86_64-asm-linux.S
[1106/1413] Compiling p256-x86_64-asm-apple.S
[1107/1413] Compiling p256_beeu-armv8-asm-apple.S
[1108/1413] Compiling p256-armv8-asm-win.S
[1109/1413] Compiling ghashv8-armv8-win.S
[1110/1413] Compiling p256-armv8-asm-linux.S
[1111/1413] Compiling p256-armv8-asm-apple.S
[1112/1413] Compiling ghashv8-armv7-linux.S
[1113/1413] Compiling ghashv8-armv8-linux.S
[1114/1413] Compiling ghash-x86_64-linux.S
[1115/1413] Compiling ghashv8-armv8-apple.S
[1116/1413] Compiling ghash-x86_64-apple.S
[1117/1413] Compiling ghash-x86-linux.S
[1118/1413] Compiling ghash-x86-apple.S
[1119/1413] Compiling ghash-ssse3-x86_64-linux.S
[1120/1413] Compiling ghash-ssse3-x86_64-apple.S
[1120/1413] Compiling ghash-ssse3-x86-apple.S
[1122/1413] Compiling ghash-ssse3-x86-linux.S
[1123/1413] Compiling ghash-neon-armv8-linux.S
[1124/1413] Compiling ghash-neon-armv8-win.S
[1125/1413] Compiling ghash-armv4-linux.S
[1126/1413] Compiling ghash-neon-armv8-apple.S
[1127/1413] Compiling co-586-apple.S
[1127/1413] Compiling bn-armv8-win.S
[1129/1413] Compiling bn-armv8-apple.S
[1129/1413] Compiling co-586-linux.S
[1131/1413] Compiling bn-armv8-linux.S
[1132/1413] Compiling bsaes-armv7-linux.S
[1133/1413] Compiling bn-586-apple.S
[1133/1413] Compiling bn-586-linux.S
[1135/1413] Compiling armv8-mont-linux.S
[1135/1413] Compiling armv8-mont-win.S
[1137/1413] Compiling armv4-mont-linux.S
[1137/1413] Compiling aesv8-gcm-armv8-linux.S
[1139/1413] Compiling aesv8-gcm-armv8-win.S
[1140/1413] Compiling armv8-mont-apple.S
[1141/1413] Compiling aesv8-armv8-win.S
[1142/1413] Compiling aesv8-gcm-armv8-apple.S
[1143/1413] Compiling aesni-x86_64-apple.S
[1144/1413] Compiling aesv8-armv7-linux.S
[1144/1413] Compiling aesv8-armv8-apple.S
[1144/1413] Compiling aesni-x86_64-linux.S
[1144/1413] Compiling aesv8-armv8-linux.S
[1148/1413] Compiling aesni-x86-linux.S
[1149/1413] Compiling aesni-x86-apple.S
[1150/1413] Compiling aesni-gcm-x86_64-linux.S
[1151/1413] Compiling aesni-gcm-x86_64-apple.S
[1151/1413] Compiling aes-gcm-avx2-x86_64-apple.S
[1153/1413] Compiling aes-gcm-avx512-x86_64-linux.S
[1153/1413] Compiling aes-gcm-avx512-x86_64-apple.S
[1154/1413] Compiling aes-gcm-avx2-x86_64-linux.S
[1156/1413] Compiling c-nioatomics.c
[1157/1413] Compiling xwing.cc
[1158/1413] Compiling x_sig.cc
[1159/1413] Compiling x_req.cc
[1160/1413] Compiling x_spki.cc
[1161/1413] Compiling x_x509a.cc
[1162/1413] Compiling x_name.cc
[1163/1413] Compiling x_x509.cc
[1164/1413] Compiling x_pubkey.cc
[1165/1413] Compiling c-atomics.c
[1166/1413] Compiling x_exten.cc
[1167/1413] Compiling x_crl.cc
[1168/1420] Compiling x509spki.cc
[1169/1420] Compiling x_attrib.cc
[1170/1420] Compiling x509rset.cc
[1171/1420] Compiling x_all.cc
[1172/1420] Compiling x509name.cc
[1173/1420] Compiling x_algor.cc
[1174/1420] Compiling x509cset.cc
[1175/1420] Compiling x509_vpm.cc
[1177/1420] Compiling NIOConcurrencyHelpers lock.swift
[1178/1420] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[1179/1420] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1180/1420] Compiling NIOConcurrencyHelpers NIOLock.swift
[1181/1420] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1182/1420] Emitting module NIOConcurrencyHelpers
[1183/1420] Compiling NIOConcurrencyHelpers atomics.swift
[1183/1420] Compiling x509_txt.cc
[1184/1420] Compiling x509_vfy.cc
[1185/1420] Compiling x509_v3.cc
[1186/1420] Compiling x509_trs.cc
[1187/1420] Compiling x509_set.cc
[1188/1420] Compiling x509_obj.cc
[1189/1420] Compiling x509_lu.cc
[1190/1420] Compiling x509_req.cc
[1191/1420] Compiling x509_ext.cc
[1192/1447] Compiling x509_def.cc
[1193/1447] Compiling x509_att.cc
[1194/1447] Compiling x509_d2.cc
[1196/1447] Emitting module ConsoleKitTerminal
[1196/1449] Compiling x509_cmp.cc
[1197/1449] Compiling x509.cc
[1198/1449] Compiling v3_skey.cc
[1199/1449] Compiling v3_purp.cc
[1201/1449] Compiling ConsoleKitTerminal Console+Confirm.swift
[1202/1449] Compiling ConsoleKitTerminal Console+Input.swift
[1203/1449] Compiling ConsoleKitTerminal Console+Center.swift
[1204/1449] Compiling ConsoleKitTerminal Console+Output.swift
[1205/1449] Compiling ConsoleKitTerminal Console+Wait.swift
[1206/1449] Compiling ConsoleKitTerminal ConsoleColor.swift
[1207/1449] Compiling ConsoleKitTerminal ConsoleClear.swift
[1208/1449] Compiling ConsoleKitTerminal Console+Ask.swift
[1209/1449] Compiling ConsoleKitTerminal Console+Choose.swift
[1210/1449] Compiling ConsoleKitTerminal ProgressBar.swift
[1211/1449] Compiling ConsoleKitTerminal Console+Clear.swift
[1212/1449] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1213/1449] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1214/1449] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1215/1449] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1216/1449] Compiling ConsoleKitTerminal CustomActivity.swift
[1217/1449] Compiling ConsoleKitTerminal LoadingBar.swift
[1217/1449] Compiling v3_utl.cc
[1218/1449] Compiling v3_prn.cc
[1220/1449] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1221/1449] Compiling ConsoleKitTerminal ConsoleText.swift
[1222/1449] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1223/1449] Compiling ConsoleKitTerminal ActivityBar.swift
[1224/1449] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1225/1449] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1226/1449] Compiling ConsoleKitTerminal ANSI.swift
[1227/1449] Compiling ConsoleKitTerminal Console.swift
[1228/1449] Compiling ConsoleKitTerminal Terminal.swift
[1228/1449] Compiling v3_pmaps.cc
[1229/1449] Compiling v3_pcons.cc
[1230/1449] Compiling v3_ocsp.cc
[1232/1449] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1233/1449] Compiling ConsoleKitTerminal LoggerFragment.swift
[1233/1449] Compiling v3_ncons.cc
[1234/1449] Compiling v3_lib.cc
[1235/1449] Compiling v3_int.cc
[1236/1449] Compiling v3_info.cc
[1237/1449] Compiling v3_ia5.cc
[1238/1449] Compiling v3_genn.cc
[1239/1471] Compiling v3_extku.cc
[1240/1471] Compiling v3_enum.cc
[1241/1471] Compiling v3_crld.cc
[1243/1471] Compiling ConsoleKitCommands Flag.swift
[1244/1471] Compiling ConsoleKitCommands Option.swift
[1244/1473] Compiling v3_cpols.cc
[1245/1473] Compiling v3_bitst.cc
[1246/1473] Compiling v3_bcons.cc
[1247/1473] Compiling v3_akeya.cc
[1248/1473] Compiling v3_conf.cc
[1250/1473] Emitting module ConsoleKitCommands
[1251/1473] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1252/1473] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1252/1473] Compiling v3_alt.cc
[1254/1473] Compiling ConsoleKitCommands AsyncCommands.swift
[1255/1473] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1256/1473] Compiling ConsoleKitCommands AnyCommand.swift
[1257/1473] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1258/1473] Compiling ConsoleKitCommands Utilities.swift
[1258/1473] Compiling v3_akey.cc
[1259/1473] Compiling t_x509a.cc
[1260/1473] Compiling t_x509.cc
[1261/1473] Compiling i2d_pr.cc
[1262/1473] Compiling t_req.cc
[1263/1473] Compiling t_crl.cc
[1264/1473] Compiling name_print.cc
[1265/1473] Compiling rsa_pss.cc
[1266/1473] Compiling policy.cc
[1268/1473] Compiling ConsoleKitCommands Argument.swift
[1269/1473] Compiling ConsoleKitCommands CommandSignature.swift
[1270/1473] Compiling ConsoleKitCommands Commands.swift
[1271/1473] Compiling ConsoleKitCommands Console+Run.swift
[1272/1473] Compiling ConsoleKitCommands CommandGroup.swift
[1273/1473] Compiling ConsoleKitCommands CommandInput.swift
[1274/1473] Compiling ConsoleKitCommands Command.swift
[1275/1473] Compiling ConsoleKitCommands CommandContext.swift
[1276/1473] Compiling ConsoleKitCommands CommandError.swift
[1277/1473] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1278/1473] Compiling ConsoleKitCommands AsyncCommand.swift
[1279/1473] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1280/1473] Compiling ConsoleKitCommands ConsoleError.swift
[1281/1473] Compiling ConsoleKitCommands Completion.swift
[1281/1473] Compiling by_file.cc
[1282/1473] Compiling by_dir.cc
[1283/1473] Compiling algorithm.cc
[1284/1473] Compiling asn1_gen.cc
[1285/1473] Compiling a_verify.cc
[1286/1473] Compiling a_sign.cc
[1287/1473] Compiling voprf.cc
[1288/1473] Compiling trust_token.cc
[1289/1473] Compiling a_digest.cc
[1290/1475] Compiling pmbtoken.cc
[1291/1475] Compiling thread_win.cc
[1293/1475] Emitting module ConsoleKit
[1294/1475] Compiling ConsoleKit Exports.swift
[1294/1475] Compiling thread_none.cc
[1295/1475] Compiling thread.cc
[1296/1475] Compiling thread_pthread.cc
[1297/1475] Compiling stack.cc
[1298/1475] Compiling siphash.cc
[1299/1475] Compiling slhdsa.cc
[1300/1475] Compiling sha512.cc
[1301/1475] Compiling spake2plus.cc
[1302/1475] Compiling sha256.cc
[1303/1475] Compiling sha1.cc
[1304/1475] Compiling rsa_extra.cc
[1305/1475] Compiling rsa_print.cc
[1306/1475] Compiling rsa_crypt.cc
[1307/1475] Compiling refcount.cc
[1308/1475] Compiling rc4.cc
[1309/1475] Compiling urandom.cc
[1310/1475] Compiling windows.cc
[1311/1475] Compiling trusty.cc
[1312/1475] Compiling rand.cc
[1313/1475] Compiling poly1305_arm_asm.S
[1314/1475] Compiling rsa_asn1.cc
[1315/1475] Compiling ios.cc
[1316/1475] Compiling passive.cc
[1317/1475] Compiling getentropy.cc
[1318/1475] Compiling forkunsafe.cc
[1319/1475] Compiling fork_detect.cc
[1320/1475] Compiling deterministic.cc
[1321/1475] Compiling poly1305_vec.cc
[1322/1475] Compiling poly1305_arm.cc
[1323/1475] Compiling pool.cc
[1324/1475] Compiling poly1305.cc
[1325/1475] Compiling pkcs8.cc
[1326/1475] Compiling pkcs8_x509.cc
[1327/1475] Compiling pkcs7.cc
[1328/1475] Compiling p5_pbev2.cc
[1329/1475] Compiling pkcs7_x509.cc
[1330/1475] Compiling pem_xaux.cc
[1331/1475] Compiling pem_x509.cc
[1332/1475] Compiling pem_pkey.cc
[1333/1475] Compiling pem_pk8.cc
[1334/1475] Compiling pem_oth.cc
[1335/1475] Compiling mlkem.cc
[1336/1475] Compiling obj_xref.cc
[1337/1475] Compiling mldsa.cc
[1338/1475] Compiling pem_info.cc
[1339/1475] Compiling pem_lib.cc
[1340/1475] Compiling poly_rq_mul.S
[1341/1475] Compiling pem_all.cc
[1342/1475] Compiling fips_shared_support.cc
[1343/1475] Compiling mem.cc
[1344/1475] Compiling obj.cc
[1345/1475] Compiling md5.cc
[1346/1475] Compiling md4.cc
[1347/1475] Compiling lhash.cc
[1348/1475] Compiling fuzzer_mode.cc
[1349/1475] Compiling kyber.cc
[1350/1475] Compiling ex_data.cc
[1351/1475] Compiling hrss.cc
[1352/1475] Compiling hpke.cc
[1353/1475] Compiling sign.cc
[1354/1475] Compiling scrypt.cc
[1355/1475] Compiling print.cc
[1356/1475] Compiling pbkdf.cc
[1357/1475] Compiling p_x25519_asn1.cc
[1358/1475] Compiling p_x25519.cc
[1359/1475] Compiling p_rsa_asn1.cc
[1360/1475] Compiling p_hkdf.cc
[1361/1475] Compiling p_ed25519.cc
[1362/1475] Compiling p_ed25519_asn1.cc
[1363/1475] Compiling p_rsa.cc
[1364/1475] Compiling p_ec_asn1.cc
[1365/1475] Compiling p_ec.cc
[1366/1475] Compiling p_dh_asn1.cc
[1367/1475] Compiling p_dsa_asn1.cc
[1368/1475] Compiling p_dh.cc
[1369/1475] Compiling err.cc
[1370/1475] Compiling engine.cc
[1371/1475] Compiling ecdsa_p1363.cc
[1372/1475] Compiling evp_ctx.cc
[1373/1475] Compiling evp.cc
[1374/1475] Compiling evp_asn1.cc
[1375/1475] Compiling ecdh.cc
[1376/1475] Compiling ec_derive.cc
[1377/1475] Compiling ecdsa_asn1.cc
[1378/1475] Compiling hash_to_curve.cc
[1379/1475] Compiling dsa.cc
[1380/1475] Compiling dsa_asn1.cc
[1381/1475] Compiling ec_asn1.cc
[1382/1475] Compiling x25519-asm-arm.S
[1382/1475] Compiling digest_extra.cc
[1384/1475] Compiling params.cc
[1385/1475] Compiling des.cc
[1386/1475] Compiling dh_asn1.cc
[1387/1475] Compiling curve25519_64_adx.cc
[1388/1475] Compiling spake25519.cc
[1389/1475] Compiling cpu_intel.cc
[1390/1475] Compiling crypto.cc
[1391/1475] Compiling cpu_arm_linux.cc
[1392/1475] Compiling curve25519.cc
[1393/1475] Compiling cpu_arm_freebsd.cc
[1394/1475] Compiling cpu_aarch64_win.cc
[1395/1475] Compiling cpu_aarch64_sysreg.cc
[1396/1475] Compiling cpu_aarch64_openbsd.cc
[1397/1475] Compiling cpu_aarch64_linux.cc
[1398/1475] Compiling cpu_aarch64_fuchsia.cc
[1399/1475] Compiling cpu_aarch64_apple.cc
[1400/1475] Compiling conf.cc
[1401/1475] Compiling tls_cbc.cc
[1402/1475] Compiling get_cipher.cc
[1403/1475] Compiling e_rc4.cc
[1404/1475] Compiling e_tls.cc
[1405/1475] Compiling cms.cc
[1406/1475] Compiling e_rc2.cc
[1407/1475] Compiling e_null.cc
[1408/1475] Compiling e_des.cc
[1409/1475] Compiling e_chacha20poly1305.cc
[1410/1475] Compiling e_aesgcmsiv.cc
[1411/1475] Compiling e_aeseax.cc
[1412/1475] Compiling derive_key.cc
[1413/1475] Compiling e_aesctrhmac.cc
[1414/1475] Compiling chacha.cc
[1415/1475] Compiling unicode.cc
[1416/1475] Compiling cbs.cc
[1417/1475] Compiling cbb.cc
[1418/1475] Compiling ber.cc
[1419/1475] Compiling buf.cc
[1420/1475] Compiling sqrt.cc
[1421/1475] Compiling asn1_compat.cc
[1422/1475] Compiling exponentiation.cc
[1423/1475] Compiling div.cc
[1424/1475] Compiling blake2.cc
[1425/1475] Compiling printf.cc
[1426/1475] Compiling hexdump.cc
[1427/1475] Compiling convert.cc
[1428/1475] Compiling pair.cc
[1429/1475] Compiling bn_asn1.cc
[1430/1475] Compiling file.cc
[1431/1475] Compiling fd.cc
[1432/1475] Compiling errno.cc
[1433/1475] Compiling bio_mem.cc
[1434/1475] Compiling bio.cc
[1435/1475] Compiling base64.cc
[1436/1475] Compiling tasn_fre.cc
[1437/1475] Compiling tasn_typ.cc
[1438/1475] Compiling tasn_enc.cc
[1439/1475] Compiling tasn_utl.cc
[1440/1475] Compiling tasn_new.cc
[1441/1475] Compiling tasn_dec.cc
[1442/1475] Compiling posix_time.cc
[1443/1475] Compiling f_string.cc
[1444/1475] Compiling f_int.cc
[1445/1475] Compiling asn1_par.cc
[1446/1475] Compiling asn_pack.cc
[1447/1475] Compiling asn1_lib.cc
[1448/1475] Compiling a_utctm.cc
[1449/1475] Compiling a_type.cc
[1450/1475] Compiling a_time.cc
[1451/1475] Compiling a_octet.cc
[1452/1475] Compiling a_strnid.cc
[1453/1475] Compiling bcm.cc
[1454/1475] Compiling a_strex.cc
[1455/1475] Compiling a_mbstr.cc
[1456/1475] Compiling a_object.cc
[1457/1475] Write sources
[1459/1475] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1460/1475] Compiling a_i2d_fp.cc
[1461/1475] Write sources
[1465/1475] Compiling a_d2i_fp.cc
[1465/1475] Compiling a_dup.cc
[1467/1475] Compiling a_int.cc
[1468/1475] Compiling a_gentm.cc
[1469/1475] Compiling aes.cc
[1470/1508] Compiling a_bool.cc
[1471/1557] Compiling a_bitstr.cc
[1473/1639] Compiling Algorithms MinMax.swift
[1474/1639] Compiling Algorithms AdjacentPairs.swift
[1475/1639] Compiling Algorithms EitherSequence.swift
[1476/1639] Compiling Algorithms FirstNonNil.swift
[1477/1639] Compiling Algorithms Joined.swift
[1478/1639] Compiling Algorithms Keyed.swift
[1479/1640] Compiling Algorithms FlattenCollection.swift
[1480/1640] Compiling Algorithms Combinations.swift
[1481/1640] Compiling Atomics Unmanaged extensions.swift
[1482/1640] Compiling Algorithms Compacted.swift
[1483/1640] Compiling Algorithms Cycle.swift
[1484/1640] Compiling Algorithms RandomSample.swift
[1485/1640] Compiling Algorithms Reductions.swift
[1486/1640] Compiling Algorithms Rotate.swift
[1487/1640] Compiling Algorithms Grouped.swift
[1488/1646] Compiling Algorithms Trim.swift
[1489/1646] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1490/1646] Compiling AsyncAlgorithms AsyncChannel.swift
[1491/1646] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1492/1646] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1493/1646] Compiling AsyncAlgorithms ChannelStorage.swift
[1494/1646] Compiling AsyncAlgorithms _TinyArray.swift
[1495/1646] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1496/1646] Compiling AsyncAlgorithms Locking.swift
[1497/1646] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1498/1646] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1499/1646] Compiling AsyncAlgorithms MergeStateMachine.swift
[1500/1646] Compiling AsyncAlgorithms DebounceStorage.swift
[1501/1646] Compiling AsyncAlgorithms Dictionary.swift
[1502/1646] Compiling AsyncAlgorithms AsyncFlatMapLatestSequence.swift
[1503/1646] Compiling AsyncAlgorithms FlatMapLatestStateMachine.swift
[1504/1646] Compiling AsyncAlgorithms FlatMapLatestStorage.swift
[1505/1646] Compiling AsyncAlgorithms Disconnected.swift
[1506/1646] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1507/1646] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1508/1646] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1509/1646] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1510/1646] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1511/1646] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1512/1646] Compiling AsyncAlgorithms MergeStorage.swift
[1513/1646] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[1514/1646] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[1515/1646] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1516/1646] Compiling AsyncAlgorithms Rethrow.swift
[1517/1646] Compiling AsyncAlgorithms SetAlgebra.swift
[1518/1646] Compiling Algorithms Split.swift
[1519/1646] Compiling Algorithms Stride.swift
[1524/1646] Compiling Algorithms Indexed.swift
[1525/1646] Compiling Algorithms Intersperse.swift
[1530/1646] Emitting module BitCollections
[1531/1646] Compiling Algorithms Chain.swift
[1532/1646] Compiling Algorithms Chunked.swift
[1533/1646] Compiling Algorithms Partition.swift
[1534/1646] Compiling Algorithms Permutations.swift
[1535/1646] Compiling Algorithms Product.swift
[1536/1646] Compiling Algorithms Suffix.swift
[1549/1651] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1550/1651] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1551/1651] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1552/1651] Compiling AsyncAlgorithms ZipStateMachine.swift
[1553/1651] Compiling AsyncAlgorithms ZipStorage.swift
[1554/1651] Compiling BitCollections _Word.swift
[1581/1659] Compiling Collections HeapModule reexports.swift
[1582/1659] Compiling Collections OrderedCollections reexports.swift
[1583/1659] Emitting module Collections
[1584/1659] Compiling Collections HashTreeCollections reexports.swift
[1585/1659] Compiling Collections DequeModule reexports.swift
[1586/1659] Compiling Collections BitCollections reexports.swift
[1593/1659] Compiling Algorithms Unique.swift
[1594/1659] Compiling Algorithms Windows.swift
[1595/1659] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[1596/1659] Compiling CryptoBoringWrapper RandomBytes.swift
[1597/1659] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1600/1659] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1602/1659] Compiling CryptoBoringWrapper EllipticCurve.swift
[1605/1659] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1607/1659] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1609/1659] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1611/1659] Emitting module CryptoBoringWrapper
[1621/1659] Emitting module AsyncAlgorithms
[1626/1659] Emitting module Atomics
[1627/1795] Compiling NIOCore ChannelInvoker.swift
[1628/1795] Compiling NIOCore ChannelOption.swift
[1629/1795] Compiling NIOCore ChannelPipeline.swift
[1630/1795] Compiling NIOCore CircularBuffer.swift
[1631/1795] Compiling NIOCore Codec.swift
[1632/1795] Compiling NIOCore ConvenienceOptionSupport.swift
[1633/1795] Compiling NIOCore DeadChannel.swift
[1634/1795] Compiling NIOCore DispatchQueue+WithFuture.swift
[1635/1795] Compiling NIOCore EventLoop+Deprecated.swift
[1636/1795] Compiling NIOCore EventLoop+SerialExecutor.swift
[1637/1795] Compiling NIOCore EventLoop.swift
[1638/1795] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1639/1795] Compiling NIOCore NIOCoreSendableMetatype.swift
[1640/1795] Compiling NIOCore NIODecodedAsyncSequence.swift
[1641/1795] Compiling NIOCore NIOLoopBound.swift
[1642/1795] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1643/1795] Compiling NIOCore NIOScheduledCallback.swift
[1644/1795] Compiling NIOCore Linux.swift
[1645/1795] Compiling NIOCore MarkedCircularBuffer.swift
[1646/1795] Compiling NIOCore MulticastChannel.swift
[1647/1795] Compiling NIOCore NIOAny.swift
[1648/1795] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1650/1801] Emitting module Algorithms
[1651/1801] Compiling NIOCore GlobalSingletons.swift
[1652/1801] Compiling NIOCore IO.swift
[1653/1801] Compiling NIOCore IOData.swift
[1654/1801] Compiling NIOCore IPProtocol.swift
[1655/1801] Compiling NIOCore IntegerBitPacking.swift
[1656/1801] Compiling NIOCore IntegerTypes.swift
[1657/1801] Compiling NIOCore Interfaces.swift
[1663/1811] Emitting module _CryptoExtras
[1664/1811] Compiling _CryptoExtras Prover.swift
[1665/1811] Compiling _CryptoExtras Verifier.swift
[1666/1811] Compiling _CryptoExtras ZKPToolbox.swift
[1667/1811] Compiling _CryptoExtras resource_bundle_accessor.swift
[1668/1811] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[1669/1811] Compiling NIOCore RecvByteBufferAllocator.swift
[1670/1811] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1676/1811] Compiling _CryptoExtras ThreadWindows.swift
[1677/1811] Compiling _CryptoExtras DLEQ.swift
[1691/1818] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1692/1818] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1710/1819] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1711/1819] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1712/1819] Compiling NIOCore EventLoopFuture.swift
[1713/1819] Compiling NIOCore FileDescriptor.swift
[1714/1819] Compiling NIOCore FileHandle.swift
[1715/1819] Compiling NIOCore FileRegion.swift
[1717/1819] Compiling NIOCore ByteBuffer-multi-int.swift
[1718/1819] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1719/1819] Compiling NIOCore ByteBuffer-views.swift
[1720/1819] Compiling NIOCore Channel.swift
[1721/1819] Compiling NIOCore ChannelHandler.swift
[1722/1819] Compiling NIOCore ChannelHandlers.swift
[1724/1819] Compiling NIOCore AsyncChannelInboundStream.swift
[1725/1819] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1728/1819] Compiling NIOCore NIOAsyncWriter.swift
[1729/1819] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1730/1819] Compiling NIOCore BSDSocketAPI.swift
[1731/1819] Compiling NIOCore ByteBuffer-aux.swift
[1732/1819] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1733/1819] Compiling NIOCore ByteBuffer-conversions.swift
[1734/1819] Compiling NIOCore ByteBuffer-core.swift
[1735/1819] Compiling NIOCore ByteBuffer-hex.swift
[1736/1819] Compiling NIOCore ByteBuffer-int.swift
[1737/1819] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1738/1819] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1753/1819] Compiling ServiceLifecycle ServiceRunnerError.swift
[1754/1819] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1755/1819] Compiling ServiceLifecycle Service.swift
[1756/1819] Compiling ServiceLifecycle GracefulShutdown.swift
[1757/1819] Compiling ServiceLifecycle ClosureService.swift
[1758/1819] Compiling ServiceLifecycle CancellationWaiter.swift
[1759/1819] Emitting module ServiceLifecycle
[1760/1819] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1761/1819] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1762/1819] Compiling ServiceLifecycle ServiceGroup.swift
[1763/1819] Compiling NIOCore AddressedEnvelope.swift
[1764/1819] Compiling NIOCore AsyncAwaitSupport.swift
[1765/1819] Compiling NIOCore AsyncChannel.swift
[1766/1819] Compiling NIOCore AsyncChannelHandler.swift
[1767/1819] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[1774/1819] Emitting module _ConnectionPoolModule
[1777/1819] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[1778/1819] Compiling NIOCore SocketAddresses.swift
[1779/1819] Compiling NIOCore SocketOptionProvider.swift
[1780/1819] Compiling NIOCore SystemCallHelpers.swift
[1781/1819] Compiling NIOCore TimeAmount+Duration.swift
[1782/1819] Compiling NIOCore TypeAssistedChannelHandler.swift
[1783/1819] Compiling NIOCore UniversalBootstrapSupport.swift
[1784/1819] Compiling NIOCore Utilities.swift
[1785/1918] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[1786/1918] Compiling _ConnectionPoolModule PoolStateMachine.swift
[1787/1918] Compiling X509 CustomPrivateKey.swift
[1788/1918] Compiling X509 Digests.swift
[1789/1918] Compiling X509 DistinguishedName.swift
[1790/1918] Compiling X509 CommonName.swift
[1791/1918] Compiling X509 CountryName.swift
[1792/1918] Compiling X509 DNBuilder.swift
[1793/1918] Compiling X509 DomainComponent.swift
[1794/1918] Compiling X509 OCSPTBSRequest.swift
[1795/1918] Compiling X509 OCSPVersion.swift
[1796/1918] Compiling X509 PKCS8PrivateKey.swift
[1797/1918] Compiling X509 PromiseAndFuture.swift
[1798/1918] Compiling X509 RDNAttribute.swift
[1799/1918] Compiling X509 RandomNumberGenerator+bytes.swift
[1800/1918] Compiling X509 RelativeDistinguishedName.swift
[1801/1918] Compiling X509 SEC1PrivateKey.swift
[1802/1918] Compiling X509 SecKeyWrapper.swift
[1803/1918] Compiling X509 Signature.swift
[1804/1918] Compiling X509 SignatureAlgorithm.swift
[1805/1918] Compiling X509 SubjectKeyIdentifier.swift
[1806/1918] Compiling X509 Extension.swift
[1807/1918] Compiling X509 Extensions.swift
[1808/1918] Compiling X509 ExtensionsBuilder.swift
[1813/1918] Compiling X509 GeneralName.swift
[1814/1918] Compiling X509 Lock.swift
[1815/1918] Compiling X509 LockedValueBox.swift
[1816/1918] Compiling X509 BasicOCSPResponse.swift
[1817/1918] Compiling X509 DirectoryString.swift
[1818/1918] Compiling X509 OCSPCertID.swift
[1819/1918] Compiling X509 OCSPCertStatus.swift
[1831/1928] Compiling X509 CSRAttribute.swift
[1832/1928] Compiling X509 CSRAttributes.swift
[1833/1928] Compiling X509 CSRVersion.swift
[1834/1928] Compiling X509 CertificateSigningRequest.swift
[1835/1928] Compiling X509 CertificationRequestInfo.swift
[1836/1928] Compiling X509 ExtensionRequest.swift
[1837/1928] Compiling X509 Certificate.swift
[1838/1928] Compiling X509 CertificatePrivateKey.swift
[1839/1928] Compiling X509 CertificatePublicKey.swift
[1840/1928] Compiling X509 CertificateSerialNumber.swift
[1841/1928] Compiling X509 CertificateVersion.swift
[1856/1928] Compiling X509 EmailAddress.swift
[1857/1928] Compiling X509 LocalityName.swift
[1858/1928] Compiling X509 OrganizationName.swift
[1859/1928] Compiling X509 OrganizationalUnitName.swift
[1860/1928] Compiling X509 CMSAttribute.swift
[1861/1928] Compiling X509 CMSContentInfo.swift
[1862/1928] Compiling X509 CMSEncapsulatedContentInfo.swift
[1863/1928] Compiling X509 CMSIssuerAndSerialNumber.swift
[1864/1928] Compiling X509 CMSOperations.swift
[1865/1928] Compiling X509 CMSSignature.swift
[1866/1928] Compiling X509 CMSSignedData.swift
[1867/1928] Compiling X509 CMSSignerIdentifier.swift
[1868/1928] Compiling X509 CMSSignerInfo.swift
[1869/1928] Compiling X509 CMSVersion.swift
[1870/1928] Compiling X509 Curve25519+DER.swift
[1871/1928] Compiling X509 AllOfPolicies.swift
[1872/1928] Compiling X509 AnyPolicy.swift
[1873/1928] Compiling X509 CertificateStore.swift
[1874/1928] Compiling X509 CustomCertificateStore.swift
[1875/1928] Compiling X509 OneOfPolicies.swift
[1876/1928] Compiling X509 PolicyBuilder.swift
[1877/1928] Compiling X509 BasicConstraintsPolicy.swift
[1878/1928] Compiling X509 DNSNames.swift
[1879/1928] Compiling X509 DirectoryNames.swift
[1880/1928] Compiling X509 ExpiryPolicy.swift
[1881/1928] Compiling X509 IPConstraints.swift
[1882/1928] Compiling X509 StateOrProvinceName.swift
[1883/1928] Compiling X509 StreetAddress.swift
[1884/1928] Compiling X509 Error.swift
[1885/1928] Compiling X509 AuthorityInformationAccess.swift
[1886/1928] Compiling X509 AuthorityKeyIdentifier.swift
[1887/1928] Compiling X509 BasicConstraints.swift
[1888/1928] Compiling X509 ExtendedKeyUsage.swift
[1889/1928] Compiling X509 ExtensionIdentifiers.swift
[1890/1928] Compiling X509 KeyUsage.swift
[1891/1928] Compiling X509 NameConstraints.swift
[1892/1928] Compiling X509 SubjectAlternativeName.swift
[1893/1928] Compiling X509 OCSPExtensionID.swift
[1894/1928] Compiling X509 OCSPNonce.swift
[1895/1928] Compiling X509 OCSPPolicy.swift
[1896/1928] Compiling X509 OCSPRequest.swift
[1897/1928] Compiling X509 OCSPResponse.swift
[1898/1928] Compiling X509 OCSPResponseBytes.swift
[1899/1928] Compiling X509 OCSPResponseData.swift
[1900/1928] Compiling X509 OCSPResponseStatus.swift
[1901/1928] Compiling X509 OCSPSignature.swift
[1902/1928] Compiling X509 OCSPSingleRequest.swift
[1903/1928] Compiling X509 OCSPSingleResponse.swift
[1904/1928] Compiling X509 NameConstraintsPolicy.swift
[1905/1928] Compiling X509 RFC5280Policy.swift
[1906/1928] Compiling X509 URIConstraints.swift
[1907/1928] Compiling X509 VersionPolicy.swift
[1908/1928] Compiling X509 ServerIdentityPolicy.swift
[1909/1928] Compiling X509 TrustRootLoading.swift
[1910/1928] Compiling X509 UnverifiedChain.swift
[1911/1928] Compiling X509 ValidatedCertificateChain.swift
[1912/1928] Compiling X509 VerificationDiagnostic.swift
[1913/1928] Compiling X509 Verifier.swift
[1914/1928] Emitting module NIOCore
[1915/1928] Compiling X509 VerifierPolicy.swift
[1916/1928] Compiling X509 AlgorithmIdentifier.swift
[1917/1928] Compiling X509 ECDSASignature.swift
[1918/1928] Compiling X509 RSAPKCS1PublicKey.swift
[1919/1928] Compiling X509 SubjectPublicKeyInfo.swift
[1920/1928] Compiling X509 TBSCertificate.swift
[1921/1928] Compiling X509 Time.swift
[1922/1928] Compiling X509 TimeCalculations.swift
[1923/1928] Compiling X509 Validity.swift
[1924/1928] Compiling X509 X509SendableMetatype.swift
[1925/2031] Emitting module X509
[1926/2138] Compiling JWTKit LocaleClaim.swift
[1927/2138] Compiling JWTKit NotBeforeClaim.swift
[1928/2138] Compiling JWTKit SubjectClaim.swift
[1929/2138] Compiling JWTKit TenantIDClaim.swift
[1930/2138] Compiling JWTKit JWK.swift
[1931/2138] Compiling JWTKit JWKIdentifier.swift
[1932/2138] Compiling JWTKit JWKS.swift
[1933/2138] Compiling JWTKit JWKSigner.swift
[1934/2138] Compiling JWTKit JWTAlgorithm.swift
[1935/2138] Compiling JWTKit JWTError.swift
[1936/2138] Compiling JWTKit JWTSerializer.swift
[1937/2138] Compiling JWTKit JWTSigner.swift
[1938/2138] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
[1939/2138] Compiling JWTKit UnsecuredNoneSigner.swift
[1940/2138] Compiling JWTKit JWTKeyCollection+RSA.swift
[1941/2138] Compiling JWTKit RSA.swift
[1942/2138] Compiling SQLKit SQLDropBehaviour.swift
[1943/2138] Compiling SQLKit SQLEnumDataType.swift
[1944/2138] Compiling SQLKit SQLExcludedColumn.swift
[1945/2138] Compiling SQLKit SQLForeignKey.swift
[1946/2148] Compiling SQLKit SQLUnion.swift
[1947/2148] Compiling SQLKit SQLUpdate.swift
[1948/2148] Compiling SQLKit SQLExpression.swift
[1949/2148] Compiling SQLKit SQLSerializer.swift
[1950/2148] Compiling SQLKit SQLStatement.swift
[1951/2148] Compiling SQLKit SQLBinaryExpression.swift
[1952/2148] Compiling SQLKit SQLBinaryOperator.swift
[1953/2148] Compiling SQLKit SQLBind.swift
[1954/2148] Compiling SQLKit SQLFunction.swift
[1955/2148] Compiling SQLKit SQLGroupExpression.swift
[1956/2148] Compiling JWTKit ECDSA.swift
[1957/2148] Compiling JWTKit ECDSACurve.swift
[1958/2148] Compiling JWTKit ECDSACurveType.swift
[1959/2148] Compiling JWTKit ECDSAError.swift
[1960/2148] Compiling JWTKit ECDSAKeyTypes.swift
[1961/2148] Compiling JWTKit ECDSASigner.swift
[1962/2148] Compiling JWTKit ECDSASigningAlgorithm.swift
[1963/2148] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[1964/2148] Compiling JWTKit P256+CurveType.swift
[1965/2148] Compiling JWTKit P384+CurveType.swift
[1966/2148] Compiling JWTKit P521+CurveType.swift
[1967/2148] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1968/2148] Emitting module NIOEmbedded
[1969/2148] Compiling NIOEmbedded AsyncTestingChannel.swift
[1970/2148] Compiling NIOEmbedded Embedded.swift
[1971/2148] Compiling SQLKit SQLJoin.swift
[1972/2148] Compiling SQLKit SQLJoinMethod.swift
[1973/2148] Compiling SQLKit SQLLockingClause.swift
[1974/2148] Compiling SQLKit SQLOrderBy.swift
[1975/2148] Compiling SQLKit SQLReturning.swift
[1976/2148] Compiling SQLKit SQLSubquery.swift
[1977/2148] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1978/2148] Compiling SQLKit SQLAlterEnum.swift
[1979/2148] Compiling SQLKit SQLAlterTable.swift
[1980/2148] Compiling SQLKit SQLCreateEnum.swift
[1981/2148] Compiling SQLKit SQLCreateIndex.swift
[1982/2148] Compiling SQLKit SQLCreateTable.swift
[1983/2148] Compiling SQLKit SQLCreateTrigger.swift
[1984/2148] Compiling SQLKit SQLDelete.swift
[1985/2148] Compiling SQLKit SQLDropEnum.swift
[1986/2148] Compiling SQLKit SQLDropIndex.swift
[1987/2148] Compiling SQLKit SQLDropTable.swift
[1988/2148] Compiling SQLKit SQLDropTrigger.swift
[1989/2148] Compiling SQLKit SQLInsert.swift
[1990/2148] Compiling SQLKit SQLSelect.swift
[1991/2148] Compiling JWTKit EdDSA.swift
[1992/2148] Compiling JWTKit EdDSACurve.swift
[1993/2148] Compiling JWTKit EdDSAError.swift
[1994/2148] Compiling JWTKit AudienceClaim.swift
[1995/2148] Compiling JWTKit BoolClaim.swift
[1996/2148] Compiling JWTKit ExpirationClaim.swift
[1997/2148] Compiling JWTKit GoogleHostedDomainClaim.swift
[1998/2148] Compiling JWTKit IDClaim.swift
[1999/2148] Compiling JWTKit IssuedAtClaim.swift
[2000/2148] Compiling JWTKit IssuerClaim.swift
[2001/2148] Compiling JWTKit EdDSASigner.swift
[2014/2153] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[2015/2153] Compiling JWTKit HMAC.swift
[2016/2153] Compiling JWTKit HMACError.swift
[2017/2153] Compiling JWTKit HMACSigner.swift
[2018/2153] Compiling JWTKit JWTKeyCollection+HMAC.swift
[2019/2153] Compiling JWTKit Insecure.swift
[2020/2153] Compiling JWTKit RSAError.swift
[2021/2153] Compiling JWTKit RSASigner.swift
[2022/2153] Compiling JWTKit Base64URL.swift
[2023/2153] Compiling JWTKit CryptoSigner.swift
[2024/2153] Compiling JWTKit CustomizedJSONCoders.swift
[2025/2153] Compiling JWTKit Utilities.swift
[2026/2153] Compiling JWTKit JWTHeader+CommonFields.swift
[2027/2153] Compiling JWTKit JWTHeader.swift
[2028/2153] Compiling JWTKit JWTHeaderField.swift
[2029/2153] Compiling JWTKit JWTKeyCollection.swift
[2030/2153] Compiling JWTKit JWTParser.swift
[2031/2153] Compiling JWTKit JWTPayload.swift
[2032/2153] Compiling JWTKit JWTClaim.swift
[2033/2153] Compiling JWTKit JWTMultiValueClaim.swift
[2034/2153] Compiling JWTKit JWTUnixEpochClaim.swift
[2040/2153] Emitting module SQLKit
[2041/2153] Emitting module NIOPosix
[2042/2153] Compiling NIOPosix Utilities.swift
[2043/2153] Compiling NIOPosix VsockAddress.swift
[2044/2153] Compiling NIOPosix VsockChannelEvents.swift
[2045/2153] Compiling NIOPosix Windows.swift
[2046/2153] Compiling NIOPosix resource_bundle_accessor.swift
[2058/2153] Compiling SQLKit SQLIdentifier.swift
[2059/2153] Compiling SQLKit SQLList.swift
[2060/2153] Compiling SQLKit SQLLiteral.swift
[2061/2153] Compiling SQLKit SQLRaw.swift
[2062/2153] Compiling SQLKit SQLCodingUtilities.swift
[2063/2153] Compiling SQLKit SQLQueryEncoder.swift
[2064/2153] Compiling SQLKit SQLRow.swift
[2065/2153] Compiling SQLKit SQLRowDecoder.swift
[2066/2153] Compiling SQLKit SomeCodingKey.swift
[2067/2153] Compiling SQLKit StringHandling.swift
[2091/2214] Emitting module NIO
[2092/2214] Compiling NIO Exports.swift
[2093/2343] Compiling FluentKit Fields.swift
[2094/2343] Compiling FluentKit MirrorBypass.swift
[2095/2343] Compiling FluentKit EagerLoad.swift
[2096/2343] Compiling FluentKit Fields+Codable.swift
[2097/2343] Compiling FluentKit TimestampFormat.swift
[2098/2343] Compiling FluentKit QueryBuilder+Aggregate.swift
[2099/2345] Compiling NIOSOCKS Errors.swift
[2100/2346] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[2101/2346] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[2102/2346] Compiling NIOSOCKS ClientStateMachine.swift
[2103/2346] Compiling NIOSOCKS SOCKSResponse.swift
[2104/2346] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[2105/2346] Emitting module NIOTLS
[2106/2346] Compiling NIOTLS TLSEvents.swift
[2107/2346] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[2108/2346] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[2109/2346] Compiling NIOTLS SNIHandler.swift
[2110/2346] Compiling NIOSOCKS Messages.swift
[2111/2346] Compiling NIOSOCKS Helpers.swift
[2112/2346] Compiling FluentKit QueryBuilder.swift
[2113/2346] Compiling FluentKit DatabaseQuery+Action.swift
[2114/2346] Compiling NIOSOCKS SOCKSRequest.swift
[2115/2346] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[2116/2347] Emitting module NIOSOCKS
[2117/2347] Compiling FluentKit QueryBuilder+Set.swift
[2118/2347] Compiling FluentKit QueryBuilder+Sort.swift
[2119/2347] Emitting module _NIOFileSystem
[2120/2382] Compiling NIOSOCKS ServerStateMachine.swift
[2121/2382] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[2122/2382] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[2123/2382] Emitting module NIOFoundationCompat
[2124/2382] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[2125/2382] Compiling NIOSSL SSLPublicKey.swift
[2126/2382] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[2127/2382] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[2128/2404] Compiling NIOSSL SSLContext.swift
[2129/2404] Compiling NIOSSL SSLErrors.swift
[2130/2404] Compiling NIOSSL LinuxCABundle.swift
[2131/2404] Compiling NIOSSL NIOSSLClientHandler.swift
[2132/2404] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[2133/2404] Compiling NIOSSL NIOSSLHandler.swift
[2134/2404] Compiling NIOSSL SafeCompare.swift
[2135/2404] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[2136/2404] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[2137/2404] Compiling NIOTransportServices NIOTSListenerChannel.swift
[2138/2404] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[2139/2404] Compiling NIOTransportServices NIOTSSingletons.swift
[2140/2404] Compiling NIOTransportServices StateManagedListenerChannel.swift
[2141/2404] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[2142/2410] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[2143/2410] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[2144/2410] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[2145/2410] Compiling NIOTransportServices AcceptHandler.swift
[2146/2410] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[2147/2410] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[2148/2410] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[2149/2410] Compiling NIOTransportServices StateManagedChannel.swift
[2150/2410] Compiling NIOTransportServices NIOTSBootstraps.swift
[2151/2410] Compiling NIOTransportServices NIOTSChannelOptions.swift
[2152/2410] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[2153/2410] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[2154/2410] Compiling NIOTransportServices NIOTSErrors.swift
[2155/2410] Compiling NIOTransportServices NIOTSEventLoop.swift
[2166/2410] Compiling FluentKit Database.swift
[2167/2410] Compiling FluentKit DatabaseID.swift
[2168/2410] Compiling FluentKit DatabaseInput.swift
[2169/2410] Compiling FluentKit DatabaseOutput.swift
[2170/2410] Compiling FluentKit Databases.swift
[2171/2410] Compiling FluentKit KeyPrefixingStrategy.swift
[2172/2410] Emitting module JWTKit
[2173/2410] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[2178/2410] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[2179/2410] Compiling _NIOFileSystem OpenOptions.swift
[2180/2410] Compiling _NIOFileSystem String+FileSystem.swift
[2181/2410] Compiling _NIOFileSystem resource_bundle_accessor.swift
[2190/2410] Compiling NIOSSL Zeroization.swift
[2191/2410] Compiling NIOSSL TLSConfiguration.swift
[2192/2410] Compiling FluentKit OptionalChild.swift
[2193/2410] Compiling FluentKit OptionalField.swift
[2194/2410] Compiling FluentKit OptionalParent.swift
[2195/2410] Compiling FluentKit Parent.swift
[2196/2410] Compiling FluentKit Property.swift
[2197/2410] Compiling FluentKit Relation.swift
[2200/2410] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[2211/2410] Emitting module NIOHTTP1
[2214/2410] Emitting module NIOTransportServices
[2221/2412] Compiling FluentKit Children+Concurrency.swift
[2222/2412] Compiling FluentKit Database+Concurrency.swift
[2223/2412] Compiling FluentKit EnumBuilder+Concurrency.swift
[2224/2412] Compiling FluentKit Model+Concurrency.swift
[2225/2412] Compiling FluentKit ModelResponder+Concurrency.swift
[2226/2412] Compiling FluentKit OptionalChild+Concurrency.swift
[2227/2412] Compiling FluentKit OptionalParent+Concurrency.swift
[2234/2412] Compiling FluentKit Parent+Concurrency.swift
[2235/2412] Compiling FluentKit QueryBuilder+Concurrency.swift
[2236/2412] Compiling FluentKit Relation+Concurrency.swift
[2237/2412] Compiling FluentKit SchemaBuilder+Concurrency.swift
[2238/2412] Compiling FluentKit Siblings+Concurrency.swift
[2239/2412] Compiling FluentKit Database+Logging.swift
[2240/2459] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2241/2459] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2242/2459] Emitting module AsyncKit
[2243/2459] Emitting module NIOWebSocket
[2244/2460] Emitting module NIOSSL
[2245/2460] Compiling NIOWebSocket WebSocketOpcode.swift
[2246/2460] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2247/2460] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2248/2463] Compiling NIOHPACK IndexedHeaderTable.swift
[2249/2463] Compiling NIOHPACK IntegerCoding.swift
[2250/2463] Compiling NIOHPACK HuffmanTables.swift
[2251/2464] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2252/2464] Compiling NIOHTTPCompression HTTPDecompression.swift
[2253/2464] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[2254/2464] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2255/2464] Compiling NIOHTTPCompression HTTPCompression.swift
[2256/2464] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2257/2464] Emitting module NIOHTTPCompression
[2258/2464] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[2259/2464] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[2260/2464] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[2261/2464] Compiling NIOHPACK HuffmanCoding.swift
[2262/2464] Compiling NIOExtras RequestResponseHandlers+State.swift
[2263/2464] Compiling NIOExtras RequestResponseWithIDHandler.swift
[2264/2464] Compiling NIOExtras NIORequestIdentifiable.swift
[2265/2464] Compiling NIOExtras PCAPRingBuffer.swift
[2266/2464] Compiling NIOExtras NIOExtrasError.swift
[2267/2464] Compiling NIOExtras NIOLengthFieldBitLength.swift
[2268/2464] Compiling NIOExtras LineBasedFrameDecoder.swift
[2269/2464] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[2270/2464] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[2271/2464] Compiling NIOExtras JSONRPCFraming.swift
[2272/2464] Compiling NIOExtras QuiescingHelper.swift
[2273/2464] Compiling NIOExtras RequestResponseHandler.swift
[2280/2465] Compiling NIOExtras FixedLengthFrameDecoder.swift
[2281/2465] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[2285/2465] Compiling NIOExtras LengthFieldPrepender.swift
[2288/2465] Compiling NIOExtras DebugInboundEventsHandler.swift
[2289/2465] Compiling NIOExtras DebugOutboundEventsHandler.swift
[2290/2465] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[2295/2465] Emitting module NIOHPACK
[2296/2484] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[2297/2484] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[2298/2484] Emitting module NIOExtras
[2299/2484] Compiling MultipartKit Exports.swift
[2300/2484] Compiling MultipartKit FormDataDecoder.Decoder.swift
[2301/2484] Compiling MultipartKit BasicCodingKey.swift
[2302/2484] Compiling MultipartKit MultipartError.swift
[2303/2484] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2304/2484] Compiling NIOWebSocket SHA1.swift
[2305/2484] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2306/2484] Compiling NIOWebSocket WebSocketFrame.swift
[2307/2484] Compiling NIOHPACK HeaderTables.swift
[2308/2484] Compiling NIOHPACK HPACKErrors.swift
[2309/2484] Compiling NIOHPACK HPACKEncoder.swift
[2312/2484] Compiling NIOHPACK HPACKHeader.swift
[2316/2484] Compiling NIOHPACK StaticHeaderTable.swift
[2317/2484] Compiling JWTKit AppleIdentityToken.swift
[2318/2484] Compiling JWTKit FirebaseAuthIdentityToken.swift
[2319/2484] Compiling JWTKit GoogleIdentityToken.swift
[2320/2484] Compiling JWTKit MicrosoftIdentityToken.swift
[2321/2484] Compiling JWTKit ValidationTimePayload.swift
[2322/2484] Compiling JWTKit X5CVerifier.swift
[2327/2484] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[2328/2484] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[2329/2484] Compiling MultipartKit FormDataEncoder.Encoder.swift
[2330/2548] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2331/2548] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2332/2548] Compiling NIOHTTP2 StateMachineResult.swift
[2333/2548] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2334/2548] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2335/2548] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2336/2548] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2337/2548] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2338/2548] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2339/2548] Compiling NIOHTTP2 Error+Any.swift
[2340/2548] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2341/2548] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2342/2548] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2343/2548] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2344/2548] Compiling NIOHTTP2 HTTP2StreamID.swift
[2345/2548] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2346/2548] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2351/2555] Compiling MultipartKit MultipartSerializer.swift
[2352/2555] Compiling MultipartKit Utilities.swift
[2357/2555] Compiling NIOHTTP2 HTTP2Stream.swift
[2360/2555] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2361/2555] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2362/2555] Compiling NIOHTTP2 QuiescingState.swift
[2367/2555] Compiling NIOFileSystem Exports.swift
[2368/2555] Emitting module NIOFileSystem
[2369/2664] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2370/2664] Emitting module _NIOFileSystemFoundationCompat
[2371/2664] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2372/2664] Compiling PostgresNIO Range+PostgresCodable.swift
[2373/2664] Compiling PostgresNIO RawRepresentable+PostgresCodable.swift
[2374/2664] Compiling PostgresNIO Int+PostgresCodable.swift
[2375/2664] Compiling PostgresNIO JSON+PostgresCodable.swift
[2376/2664] Compiling PostgresNIO Decimal+PostgresCodable.swift
[2377/2664] Compiling PostgresNIO Float+PostgresCodable.swift
[2378/2664] Compiling PostgresNIO Bytes+PostgresCodable.swift
[2379/2664] Compiling PostgresNIO Date+PostgresCodable.swift
[2380/2664] Emitting module MultipartKit
[2381/2664] Compiling PostgresNIO Array+PostgresCodable.swift
[2382/2664] Compiling PostgresNIO Bool+PostgresCodable.swift
[2383/2664] Compiling PostgresNIO PostgresMessage+NotificationResponse.swift
[2384/2664] Compiling PostgresNIO PostgresMessage+RowDescription.swift
[2385/2664] Compiling PostgresNIO PostgresMessage+ParameterDescription.swift
[2386/2664] Compiling PostgresNIO PostgresMessage+ParameterStatus.swift
[2387/2664] Compiling PostgresNIO PostgresMessage+Parse.swift
[2388/2664] Compiling PostgresNIO PostgresMessage+Password.swift
[2389/2664] Compiling PostgresNIO PostgresData+JSON.swift
[2390/2664] Compiling PostgresNIO PostgresData+JSONB.swift
[2391/2664] Compiling PostgresNIO PostgresData+Numeric.swift
[2392/2671] Compiling PostgresNIO CloseStateMachine.swift
[2393/2671] Compiling PostgresNIO ConnectionStateMachine.swift
[2394/2671] Compiling NIOExtras WritePCAPHandler.swift
[2395/2679] Emitting module FluentKit
[2396/2688] Compiling WebSocketKit WebSocketHandler.swift
[2397/2688] Emitting module NIOHTTP2
[2398/2688] Compiling WebSocketKit Exports.swift
[2399/2688] Compiling WebSocketKit WebSocket+Connect.swift
[2400/2688] Compiling WebSocketKit WebSocket.swift
[2401/2688] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2402/2688] Compiling WebSocketKit WebSocket+Concurrency.swift
[2403/2688] Emitting module WebSocketKit
[2404/2688] Compiling WebSocketKit WebSocketClient.swift
[2405/2688] Compiling PostgresNIO PostgresNotificationSequence.swift
[2406/2688] Compiling PostgresNIO PostgresQuery.swift
[2407/2688] Compiling PostgresNIO PostgresRowSequence.swift
[2408/2688] Compiling PostgresNIO PostgresTransactionError.swift
[2409/2688] Compiling PostgresNIO PreparedStatement.swift
[2410/2688] Compiling PostgresNIO VariadicGenerics.swift
[2411/2688] Compiling PostgresNIO ConnectionFactory.swift
[2412/2688] Compiling PostgresNIO PostgresClient.swift
[2413/2688] Compiling PostgresNIO PostgresClientMetrics.swift
[2414/2688] Compiling PostgresNIO Postgres+PSQLCompat.swift
[2416/2688] Compiling PostgresNIO ExtendedQueryStateMachine.swift
[2417/2688] Compiling PostgresNIO ListenStateMachine.swift
[2418/2688] Compiling PostgresNIO PreparedStatementStateMachine.swift
[2419/2688] Compiling PostgresNIO RowStreamStateMachine.swift
[2420/2688] Compiling PostgresNIO RowDescription.swift
[2421/2688] Compiling PostgresNIO NotificationListener.swift
[2422/2688] Compiling PostgresNIO PSQLError.swift
[2423/2688] Compiling PostgresNIO PSQLEventsHandler.swift
[2426/2688] Compiling PostgresNIO PostgresMessageType.swift
[2427/2688] Compiling PostgresNIO AuthenticationStateMachine.swift
[2431/2688] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2432/2688] Compiling NIOHTTP2 StreamChannelList.swift
[2433/2688] Compiling NIOHTTP2 StreamMap.swift
[2434/2688] Compiling NIOHTTP2 StreamStateMachine.swift
[2435/2688] Compiling NIOHTTP2 Timer.swift
[2436/2688] Compiling NIOHTTP2 UnsafeTransfer.swift
[2437/2688] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2441/2688] Compiling PostgresNIO String+PostgresCodable.swift
[2442/2688] Compiling PostgresNIO UUID+PostgresCodable.swift
[2443/2688] Compiling PostgresNIO PostgresMessage+Error.swift
[2444/2688] Compiling PostgresNIO PostgresMessage+Identifier.swift
[2445/2688] Compiling PostgresNIO PostgresMessage+ReadyForQuery.swift
[2446/2688] Compiling PostgresNIO PostgresMessage+SASLResponse.swift
[2447/2688] Compiling PostgresNIO PostgresMessage+SSLRequest.swift
[2448/2688] Compiling PostgresNIO PostgresMessage+SimpleQuery.swift
[2449/2688] Compiling FluentKit DatabaseQuery+Sort.swift
[2450/2688] Compiling FluentKit DatabaseQuery+Value.swift
[2451/2688] Compiling FluentKit DatabaseQuery.swift
[2452/2688] Compiling FluentKit QueryHistory.swift
[2453/2688] Compiling FluentKit DatabaseSchema.swift
[2454/2688] Compiling FluentKit SchemaBuilder.swift
[2455/2688] Compiling FluentKit OptionalType.swift
[2456/2688] Compiling FluentKit RandomGeneratable.swift
[2457/2688] Compiling FluentKit SomeCodingKey.swift
[2458/2688] Compiling PostgresNIO ByteBuffer+PSQL.swift
[2459/2688] Compiling PostgresNIO Logging+PSQL.swift
[2460/2688] Compiling PostgresNIO Authentication.swift
[2461/2688] Compiling PostgresNIO BackendKeyData.swift
[2462/2688] Compiling PostgresNIO CopyInMessage.swift
[2463/2688] Compiling PostgresNIO DataRow.swift
[2464/2688] Compiling PostgresNIO ErrorResponse.swift
[2465/2688] Compiling PostgresNIO NotificationResponse.swift
[2466/2688] Compiling PostgresNIO ParameterDescription.swift
[2467/2688] Compiling PostgresNIO ParameterStatus.swift
[2468/2688] Compiling PostgresNIO ReadyForQuery.swift
[2478/2700] Compiling PostgresNIO PostgresConnection+Configuration+Deprecated.swift
[2479/2700] Compiling PostgresNIO PostgresData+UInt.swift
[2480/2700] Compiling PostgresNIO PostgresMessage+Authentication.swift
[2481/2700] Compiling PostgresNIO PostgresMessage+Bind.swift
[2482/2700] Compiling PostgresNIO PostgresMessage+Close.swift
[2483/2700] Compiling PostgresNIO PostgresMessage+CommandComplete.swift
[2484/2700] Compiling PostgresNIO PostgresMessage+Describe.swift
[2485/2700] Compiling PostgresNIO PostgresMessage+Execute.swift
[2488/2700] Compiling PostgresNIO PostgresData+Bytes.swift
[2489/2700] Compiling PostgresNIO PostgresData+Date.swift
[2490/2700] Compiling PostgresNIO PostgresData+Decimal.swift
[2491/2700] Compiling PostgresNIO PostgresData+Double.swift
[2492/2700] Compiling PostgresNIO PostgresData+Float.swift
[2493/2700] Compiling PostgresNIO PostgresData+Int.swift
[2500/2700] Compiling PostgresNIO PostgresDataType.swift
[2501/2700] Compiling PostgresNIO PostgresRow.swift
[2502/2700] Compiling PostgresNIO PostgresConnection+Configuration.swift
[2503/2700] Compiling PostgresNIO PostgresConnection+CopyFrom.swift
[2504/2700] Compiling PostgresNIO PostgresConnection.swift
[2505/2700] Compiling PostgresNIO PostgresDatabase+PreparedQuery.swift
[2506/2700] Compiling PostgresNIO PostgresData+Array.swift
[2507/2700] Compiling PostgresNIO PostgresData+Bool.swift
[2537/2700] Compiling PostgresNIO PSQLPreparedStatement.swift
[2538/2700] Compiling PostgresNIO PSQLRowStream.swift
[2539/2700] Compiling PostgresNIO PSQLTask.swift
[2540/2700] Compiling PostgresNIO PostgresBackendMessage.swift
[2541/2700] Compiling PostgresNIO PostgresBackendMessageDecoder.swift
[2542/2700] Compiling PostgresNIO PostgresCell.swift
[2543/2700] Compiling PostgresNIO PostgresChannelHandler.swift
[2544/2700] Compiling PostgresNIO PostgresCodable.swift
[2545/2700] Compiling PostgresNIO PostgresColumns.swift
[2546/2700] Compiling PostgresNIO PostgresFrontendMessageEncoder.swift
[2554/2700] Emitting module PostgresNIO
[2591/2711] Compiling FluentSQL ConverterUtilities.swift
[2592/2711] Compiling FluentSQL DatabaseQuery+SQL.swift
[2638/2711] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[2639/2711] Compiling FluentSQL SQLList+Deprecated.swift
[2640/2711] Compiling FluentSQL SQLDatabase+Model.swift
[2641/2711] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[2642/2711] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[2643/2711] Compiling FluentSQL DatabaseSchema+SQL.swift
[2644/2711] Compiling FluentSQL Exports.swift
[2647/2711] Compiling FluentSQL SQLQueryConverter.swift
[2648/2711] Emitting module FluentSQL
[2697/2746] Compiling PostgresNIO PostgresDatabase+Query.swift
[2698/2746] Compiling PostgresNIO PostgresDatabase+SimpleQuery.swift
[2699/2746] Compiling PostgresNIO PostgresDatabase.swift
[2700/2746] Compiling PostgresNIO PostgresRequest.swift
[2701/2746] Compiling PostgresNIO Exports.swift
[2702/2746] Compiling PostgresNIO NIOUtils.swift
[2703/2746] Compiling PostgresNIO PostgresError+Code.swift
[2704/2746] Compiling PostgresNIO PostgresError.swift
[2705/2746] Compiling PostgresNIO PostgresJSONDecoder.swift
[2706/2746] Compiling PostgresNIO PostgresJSONEncoder.swift
[2707/2746] Compiling PostgresNIO SASLAuthentication+SCRAM-SHA256.swift
[2708/2746] Compiling PostgresNIO SASLAuthenticationManager.swift
[2709/2762] Compiling FluentSQL SQLSchemaConverter.swift
[2710/2791] Compiling PostgresKit PostgresRow+SQL.swift
[2711/2792] Compiling PostgresKit PostgresDialect.swift
[2712/2792] Compiling PostgresKit PostgresDatabase+SQL.swift
[2713/2792] Compiling PostgresKit SQLPostgresConfiguration.swift
[2714/2792] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2715/2792] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2716/2792] Compiling AsyncHTTPClient ConnectionPool.swift
[2717/2792] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2718/2792] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2719/2792] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2720/2792] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2721/2799] Emitting module AsyncHTTPClient
[2722/2799] Compiling PostgresKit PostgresConnectionSource.swift
[2723/2799] Compiling PostgresKit PostgresDatabase+SQL+Deprecated.swift
[2724/2799] Compiling PostgresKit Exports.swift
[2725/2799] Compiling PostgresKit PostgresDataDecoder.swift
[2726/2799] Compiling PostgresKit PostgresDataEncoder.swift
[2727/2799] Compiling PostgresKit PostgresConfiguration.swift
[2728/2799] Compiling PostgresKit PostgresConnectionSource+PostgresConfiguration.swift
[2729/2799] Compiling PostgresKit ConnectionPool+Postgres.swift
[2730/2799] Compiling PostgresKit PostgresColumnType.swift
[2731/2799] Emitting module PostgresKit
[2732/2799] Compiling PostgresKit PostgresDataTranslation.swift
[2733/2799] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2734/2799] Compiling AsyncHTTPClient ConnectionTarget.swift
[2735/2799] Compiling AsyncHTTPClient DeconstructedURL.swift
[2736/2799] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2737/2799] Compiling AsyncHTTPClient FoundationExtensions.swift
[2738/2799] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2739/2799] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2740/2799] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2741/2799] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2742/2799] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2743/2799] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2744/2799] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2745/2799] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[2746/2799] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2747/2799] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2748/2799] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2749/2799] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2750/2799] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2751/2799] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2752/2799] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2753/2799] Compiling AsyncHTTPClient RequestBodyLength.swift
[2754/2799] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2762/2809] Compiling AsyncHTTPClient SSLContextCache.swift
[2763/2809] Compiling AsyncHTTPClient Scheme.swift
[2764/2809] Compiling AsyncHTTPClient Singleton.swift
[2765/2809] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2766/2809] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2767/2809] Compiling AsyncHTTPClient TracingSupport.swift
[2768/2809] Compiling AsyncHTTPClient Utils.swift
[2769/2809] Compiling AsyncHTTPClient HTTP1Connection.swift
[2770/2809] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2771/2809] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2772/2809] Compiling AsyncHTTPClient HTTP2Connection.swift
[2773/2809] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2774/2809] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2775/2809] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2777/2809] Compiling AsyncHTTPClient TLSConfiguration.swift
[2778/2809] Compiling AsyncHTTPClient RedirectState.swift
[2779/2809] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2780/2809] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[2781/2809] Compiling AsyncHTTPClient RequestBag.swift
[2782/2809] Compiling AsyncHTTPClient RequestValidation.swift
[2783/2809] Compiling AsyncHTTPClient RequestOptions.swift
[2784/2809] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2785/2809] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2786/2809] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2787/2809] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2788/2809] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2789/2809] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2790/2809] Compiling FluentPostgresDriver PostgresRow+Database.swift
[2791/2809] Compiling FluentPostgresDriver PostgresError+Database.swift
[2792/2809] Compiling FluentPostgresDriver PostgresConverterDelegate.swift
[2793/2809] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2794/2809] Compiling AsyncHTTPClient HTTPClient.swift
[2795/2809] Compiling AsyncHTTPClient HTTPClientConfiguration+SwiftConfiguration.swift
[2796/2809] Compiling AsyncHTTPClient HTTPHandler.swift
[2797/2809] Compiling AsyncHTTPClient LRUCache.swift
[2798/2809] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2799/2809] Compiling AsyncHTTPClient NWErrorHandler.swift
[2800/2809] Compiling FluentPostgresDriver FluentPostgresConfiguration.swift
[2801/2809] Compiling FluentPostgresDriver DatabaseID+PostgreSQL.swift
[2802/2809] Emitting module FluentPostgresDriver
[2803/2809] Compiling FluentPostgresDriver FluentPostgresDriver.swift
[2804/2809] Compiling FluentPostgresDriver FluentPostgresConfiguration+Deprecated.swift
[2805/2809] Compiling FluentPostgresDriver FluentPostgresDatabase.swift
[2806/2809] Compiling FluentPostgresDriver Exports.swift
[2807/3019] Compiling Vapor ServeCommand.swift
[2808/3019] Compiling Vapor AnyResponse+Concurrency.swift
[2809/3019] Compiling Vapor AsyncBasicResponder.swift
[2810/3019] Compiling Vapor AsyncMiddleware.swift
[2811/3019] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2812/3019] Compiling Vapor AsyncSessionDriver.swift
[2813/3019] Compiling Vapor Authentication+Concurrency.swift
[2814/3019] Compiling Vapor Cache+Concurrency.swift
[2815/3019] Compiling Vapor Client+Concurrency.swift
[2816/3019] Compiling Vapor RequestBody+Concurrency.swift
[2817/3019] Compiling Vapor Responder+Concurrency.swift
[2818/3019] Compiling Vapor ResponseCodable+Concurrency.swift
[2819/3019] Compiling Vapor RoutesBuilder+Concurrency.swift
[2820/3019] Compiling Vapor ViewRenderer+Concurrency.swift
[2821/3019] Compiling Vapor WebSocket+Concurrency.swift
[2822/3019] Compiling Vapor ContainerGetPathExecutor.swift
[2823/3019] Compiling Vapor Content.swift
[2824/3019] Compiling Vapor ContentCoders.swift
[2825/3019] Compiling Vapor ContentConfiguration.swift
[2826/3019] Compiling Vapor ContentContainer.swift
[2827/3019] Compiling Vapor JSONCoder+Custom.swift
[2828/3019] Compiling Vapor JSONCoders+Content.swift
[2829/3040] Compiling Vapor FormDataDecoder+Content.swift
[2830/3040] Compiling Vapor FormDataEncoder+Content.swift
[2831/3040] Compiling Vapor Application+Password.swift
[2832/3040] Compiling Vapor Application+Passwords.swift
[2833/3040] Compiling Vapor AsyncPasswordHasher.swift
[2834/3040] Compiling Vapor BcryptHasher.swift
[2835/3040] Compiling Vapor PasswordHasher.swift
[2836/3040] Compiling Vapor PlaintextHasher.swift
[2837/3040] Compiling Vapor Request+Password.swift
[2838/3040] Compiling Vapor Redirect.swift
[2839/3040] Compiling Vapor Request+Body.swift
[2840/3040] Compiling Vapor Request+BodyStream.swift
[2841/3040] Compiling Vapor Request.swift
[2842/3040] Compiling Vapor Application+Responder.swift
[2843/3040] Compiling Vapor DefaultResponder.swift
[2844/3040] Compiling Vapor Response+Body.swift
[2845/3040] Compiling Vapor Response.swift
[2846/3040] Compiling Vapor ResponseCodable.swift
[2847/3040] Compiling Vapor Application+Routes.swift
[2848/3040] Compiling Vapor Parameters+Require.swift
[2849/3040] Compiling Vapor Request+WebSocket.swift
[2850/3040] Compiling Vapor Route.swift
[2851/3040] Compiling Vapor Application.swift
[2852/3040] Compiling Vapor AuthenticationCache.swift
[2853/3040] Compiling Vapor Authenticator.swift
[2854/3040] Compiling Vapor BasicAuthorization.swift
[2855/3040] Compiling Vapor BearerAuthorization.swift
[2856/3040] Compiling Vapor GuardMiddleware.swift
[2857/3040] Compiling Vapor RedirectMiddleware.swift
[2858/3040] Compiling Vapor SessionAuthenticatable.swift
[2859/3040] Compiling Vapor Bcrypt.swift
[2860/3040] Compiling Vapor Application+Cache.swift
[2861/3040] Compiling Vapor Cache.swift
[2862/3040] Compiling Vapor CacheExpirationTime.swift
[2863/3040] Compiling Vapor MemoryCache.swift
[2864/3040] Compiling Vapor Request+Cache.swift
[2865/3040] Compiling Vapor Application+Clients.swift
[2866/3040] Compiling Vapor Client.swift
[2867/3040] Compiling Vapor ClientRequest.swift
[2868/3040] Compiling Vapor ClientResponse.swift
[2869/3040] Compiling Vapor Request+Client.swift
[2870/3040] Compiling Vapor BootCommand.swift
[2871/3040] Compiling Vapor CommandContext+Application.swift
[2872/3040] Compiling Vapor RoutesCommand.swift
[2873/3040] Compiling Vapor Extendable.swift
[2874/3040] Compiling Vapor File.swift
[2875/3040] Compiling Vapor FileIO.swift
[2876/3040] Compiling Vapor LifecycleHandler.swift
[2877/3040] Compiling Vapor OptionalType.swift
[2878/3040] Compiling Vapor RFC1123.swift
[2879/3040] Compiling Vapor SocketAddress+Hostname.swift
[2880/3040] Compiling Vapor Storage.swift
[2881/3040] Compiling Vapor String+IsIPAddress.swift
[2882/3040] Compiling Vapor Thread.swift
[2883/3040] Compiling Vapor URI.swift
[2884/3040] Compiling Vapor VaporSendableMetadataType.swift
[2885/3040] Compiling Vapor RangeResult.swift
[2886/3040] Compiling Vapor Validatable.swift
[2887/3040] Compiling Vapor Validation.swift
[2888/3040] Compiling Vapor ValidationKey.swift
[2889/3040] Compiling Vapor Validations.swift
[2890/3040] Compiling Vapor ValidationsError.swift
[2891/3040] Compiling Vapor Validator.swift
[2892/3040] Compiling Vapor ValidatorResult.swift
[2893/3040] Compiling Vapor And.swift
[2894/3040] Emitting module Vapor
[2895/3040] Compiling Vapor Case.swift
[2896/3040] Compiling Vapor CharacterSet.swift
[2897/3040] Compiling Vapor Count.swift
[2898/3040] Compiling Vapor Custom.swift
[2899/3040] Compiling Vapor Email.swift
[2900/3040] Compiling Vapor Empty.swift
[2901/3040] Compiling Vapor In.swift
[2902/3040] Compiling Vapor Nil.swift
[2903/3040] Compiling Vapor NilIgnoring.swift
[2904/3040] Compiling Vapor Not.swift
[2905/3040] Compiling Vapor Or.swift
[2906/3040] Compiling Vapor Pattern.swift
[2907/3040] Compiling Vapor Range.swift
[2908/3040] Compiling Vapor URL.swift
[2909/3040] Compiling Vapor Valid.swift
[2910/3040] Compiling Vapor Application+Views.swift
[2911/3040] Compiling Vapor PlaintextRenderer.swift
[2912/3040] Compiling Vapor Request+View.swift
[2913/3040] Compiling Vapor View.swift
[2914/3040] Compiling Vapor ViewRenderer.swift
[2915/3040] Compiling Vapor _Deprecations.swift
[2916/3040] Compiling Vapor RouteCollection.swift
[2917/3040] Compiling Vapor Routes.swift
[2918/3040] Compiling Vapor RoutesBuilder+Group.swift
[2919/3040] Compiling Vapor RoutesBuilder+Method.swift
[2920/3040] Compiling Vapor RoutesBuilder+Middleware.swift
[2921/3040] Compiling Vapor RoutesBuilder+WebSocket.swift
[2922/3040] Compiling Vapor RoutesBuilder.swift
[2923/3040] Compiling Vapor OTP.swift
[2924/3040] Compiling Vapor ValidatedCertificateChain.swift
[2925/3040] Compiling Vapor Application+Servers.swift
[2926/3040] Compiling Vapor Server.swift
[2927/3040] Compiling Vapor App+Service.swift
[2928/3040] Compiling Vapor Req+Service.swift
[2929/3040] Compiling Vapor Service.swift
[2930/3040] Compiling Vapor Application+Sessions.swift
[2931/3040] Compiling Vapor MemorySessions.swift
[2932/3040] Compiling Vapor Request+Session.swift
[2933/3040] Compiling Vapor Session.swift
[2934/3040] Compiling Vapor SessionCache.swift
[2935/3040] Compiling Vapor SessionData.swift
[2936/3040] Compiling Vapor SessionDriver.swift
[2937/3040] Compiling Vapor SessionsConfiguration.swift
[2938/3040] Compiling Vapor SessionsMiddleware.swift
[2939/3040] Compiling Vapor URLEncodedFormData.swift
[2940/3040] Compiling Vapor URLEncodedFormDecoder.swift
[2941/3040] Compiling Vapor URLEncodedFormEncoder.swift
[2942/3040] Compiling Vapor URLEncodedFormError.swift
[2943/3040] Compiling Vapor URLEncodedFormParser.swift
[2944/3040] Compiling Vapor URLEncodedFormSerializer.swift
[2945/3040] Compiling Vapor URLQueryFragmentConvertible.swift
[2946/3040] Compiling Vapor AnyResponse.swift
[2947/3040] Compiling Vapor Array+Random.swift
[2948/3040] Compiling Vapor Base32.swift
[2949/3040] Compiling Vapor Base64.swift
[2950/3040] Compiling Vapor BaseN.swift
[2951/3040] Compiling Vapor BasicCodingKey.swift
[2952/3040] Compiling Vapor ByteCount.swift
[2953/3040] Compiling Vapor Bytes+Hex.swift
[2954/3040] Compiling Vapor Bytes+SecureCompare.swift
[2955/3040] Compiling Vapor Collection+Safe.swift
[2956/3040] Compiling Vapor DataProtocol+Copy.swift
[2957/3040] Compiling Vapor DecoderUnwrapper.swift
[2958/3040] Compiling Vapor DirectoryConfiguration.swift
[2959/3040] Compiling Vapor DotEnv.swift
[2960/3040] Compiling Vapor HTTPMediaTypePreference.swift
[2961/3040] Compiling Vapor Responder.swift
[2962/3040] Compiling Vapor Application+HTTP+Server.swift
[2963/3040] Compiling Vapor HTTPServer.swift
[2964/3040] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2965/3040] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2966/3040] Compiling Vapor HTTPServerHandler.swift
[2967/3040] Compiling Vapor HTTPServerRequestDecoder.swift
[2968/3040] Compiling Vapor HTTPServerResponseEncoder.swift
[2969/3040] Compiling Vapor HTTPServerUpgradeHandler.swift
[2970/3040] Compiling Vapor Logger+Report.swift
[2971/3040] Compiling Vapor LoggingSystem+Environment.swift
[2972/3040] Compiling Vapor Application+Middleware.swift
[2973/3040] Compiling Vapor CORSMiddleware.swift
[2974/3040] Compiling Vapor ErrorMiddleware.swift
[2975/3040] Compiling Vapor FileMiddleware.swift
[2976/3040] Compiling Vapor Middleware.swift
[2977/3040] Compiling Vapor MiddlewareConfiguration.swift
[2978/3040] Compiling Vapor ResponseCompressionMiddleware.swift
[2979/3040] Compiling Vapor RouteLoggingMiddleware.swift
[2980/3040] Compiling Vapor TracingMiddleware.swift
[2981/3040] Compiling Vapor File+Multipart.swift
[2982/3040] Compiling Core Extensions.swift
[2983/3041] Compiling Core OAuthRefreshable.swift
[2984/3041] Compiling Core OAuthPayload.swift
[2987/3041] Compiling Core OAuthComputeEngine+AppEngineFlex.swift
[2988/3041] Compiling Core OAuthAccessToken.swift
[2991/3041] Compiling Core OAuthServiceAccount.swift
[2992/3041] Emitting module Core
[2993/3041] Compiling Core OAuthApplicationDefault.swift
[2994/3041] Compiling Core GoogleCloudAPIRequest.swift
[2995/3119] Compiling Vapor BasicResponder.swift
[2996/3119] Compiling Vapor BodyStream.swift
[2997/3119] Compiling Vapor Application+HTTP+Client.swift
[2998/3119] Compiling Vapor EventLoopHTTPClient.swift
[2999/3119] Compiling Vapor EndpointCache.swift
[3000/3119] Compiling Vapor HTTPMethod+String.swift
[3001/3119] Compiling Vapor HTTPStatus.swift
[3002/3119] Compiling Vapor HTTPCookies.swift
[3003/3119] Compiling Vapor HTTPHeaderCacheControl.swift
[3004/3119] Compiling Vapor HTTPHeaderExpires.swift
[3005/3119] Compiling Vapor HTTPHeaderLastModified.swift
[3006/3119] Compiling Vapor HTTPHeaders+Cache.swift
[3007/3119] Compiling Vapor HTTPHeaders+Connection.swift
[3008/3119] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[3009/3119] Compiling Vapor HTTPHeaders+ContentRange.swift
[3010/3119] Compiling Vapor HTTPHeaders+Directive.swift
[3011/3119] Compiling Vapor HTTPHeaders+Forwarded.swift
[3012/3119] Compiling Vapor HTTPHeaders+Link.swift
[3013/3119] Compiling Vapor HTTPHeaders+Name.swift
[3014/3119] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[3015/3119] Compiling Vapor HTTPHeaders.swift
[3016/3119] Compiling Vapor HTTPMediaType.swift
[3017/3119] Compiling Vapor PlaintextDecoder.swift
[3018/3119] Compiling Vapor PlaintextEncoder.swift
[3019/3119] Compiling Vapor URLQueryCoders.swift
[3020/3119] Compiling Vapor URLQueryContainer.swift
[3021/3119] Compiling Vapor Core.swift
[3022/3119] Compiling Vapor Running.swift
[3023/3119] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[3024/3119] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[3025/3119] Compiling Vapor DotEnvFile+load.swift
[3026/3119] Compiling Vapor Routes+caseInsenstive.swift
[3027/3119] Compiling Vapor Validatable+validate.swift
[3028/3119] Compiling Vapor Environment+Process.swift
[3029/3119] Compiling Vapor Environment+Secret.swift
[3030/3119] Compiling Vapor Environment.swift
[3031/3119] Compiling Vapor Abort.swift
[3032/3119] Compiling Vapor AbortError.swift
[3033/3119] Compiling Vapor DebuggableError.swift
[3034/3119] Compiling Vapor Demangler.swift
[3035/3119] Compiling Vapor ErrorSource.swift
[3036/3119] Compiling Vapor StackTrace.swift
[3037/3119] Compiling Vapor Exports.swift
[3038/3119] Compiling Vapor Application+HTTP.swift
[3039/3119] Compiling IAMServiceAccountCredentials SignJWTResponse.swift
[3040/3119] Compiling SecretManager AccessSecretVersionResponse.swift
[3041/3129] Compiling SecretManager SecretsAPI.swift
[3042/3166] Compiling SecretManager GoogleCloudSecretManagerDataResponse.swift
[3043/3166] Emitting module SecretManager
[3044/3166] Compiling Storage StorageConfig.swift
[3045/3167] Compiling IAMServiceAccountCredentials SignJWTRequest.swift
[3046/3167] Compiling IAMServiceAccountCredentials IAMServiceAccountCredentialsAPI.swift
[3047/3167] Compiling IAMServiceAccountCredentials IAMServiceAccountCredentialsConfig.swift
[3048/3167] Compiling IAMServiceAccountCredentials IAMServiceAccountCredentialsError.swift
[3049/3167] Compiling IAMServiceAccountCredentials IAMServiceAccountCredentialsClient.swift
[3050/3167] Emitting module IAMServiceAccountCredentials
[3051/3167] Compiling IAMServiceAccountCredentials IAMServiceAccountCredentialsRequest.swift
[3052/3167] Compiling SecretManager SecretPayload.swift
[3053/3167] Compiling SecretManager SecretManagerClient.swift
[3054/3167] Compiling PubSub TopicSubscriptionListResponse.swift
[3055/3167] Compiling PubSub PubSubClient.swift
[3056/3168] Compiling Storage StorageClient.swift
[3057/3168] Compiling SecretManager SecretManagerConfig.swift
[3058/3168] Compiling SecretManager SecretManagerError.swift
[3059/3168] Compiling SecretManager SecretManagerRequest.swift
[3060/3168] Emitting module PubSub
[3061/3168] Compiling Fluent FluentProvider+Concurrency.swift
[3062/3168] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[3063/3168] Compiling PubSub PubSubConfig.swift
[3064/3168] Compiling PubSub PubSubError.swift
[3065/3168] Compiling PubSub Topic.swift
[3068/3168] Compiling Queues AsyncScheduledJob.swift
[3069/3168] Compiling Queues Exports.swift
[3070/3168] Compiling Fluent Exports.swift
[3071/3168] Compiling Fluent Fluent+Cache.swift
[3074/3171] Compiling Fluent Fluent+History.swift
[3075/3171] Compiling Fluent Fluent+Paginate.swift
[3076/3171] Compiling Queues Queue.swift
[3077/3171] Compiling Queues QueueContext.swift
[3078/3171] Compiling Queues RepeatedTask+Cancel.swift
[3079/3171] Emitting module Datastore
[3080/3171] Emitting module Storage
[3081/3171] Compiling Datastore TransactionOptions.swift
[3082/3171] Compiling Datastore Value.swift
[3083/3171] Compiling Datastore DatastoreClient.swift
[3086/3171] Compiling Fluent Fluent+Pagination.swift
[3087/3171] Compiling Queues QueueName.swift
[3088/3171] Compiling Fluent Pagination+Concurrency.swift
[3089/3171] Compiling Queues AsyncQueue.swift
[3090/3171] Compiling Fluent ModelAuthenticatable.swift
[3091/3171] Compiling Fluent ModelTokenAuthenticatable.swift
[3092/3171] Compiling Fluent ModelCredentialsAuthenticatable.swift
[3093/3172] Compiling JWT JWTAuthenticator.swift
[3094/3172] Compiling JWT JWTError+Vapor.swift
[3095/3172] Compiling JWT JWT+Microsoft.swift
[3096/3173] Emitting module Queues
[3097/3175] Compiling JWT JWT+Apple.swift
[3098/3175] Compiling JWT JWT+Google.swift
[3099/3175] Compiling JWT JWKSCache.swift
[3100/3175] Compiling JWT Application+JWT.swift
[3101/3175] Compiling JWT Exports.swift
[3102/3175] Emitting module JWT
[3103/3175] Compiling JWT JWT+FirebaseAuth.swift
[3108/3175] Compiling Queues Request+Queues.swift
[3109/3175] Compiling Queues QueuesCommand.swift
[3110/3175] Compiling Queues QueuesConfiguration.swift
[3111/3175] Compiling Queues QueuesDriver.swift
[3112/3175] Compiling Queues QueuesEventLoopPreference.swift
[3113/3175] Compiling Queues ScheduleBuilder.swift
[3118/3175] Compiling PubSub PubSubRequest.swift
[3119/3175] Compiling Storage StorageRequest.swift
[3122/3175] Compiling Storage StorageObject.swift
[3129/3175] Emitting module Fluent
[3136/3175] Compiling Fluent PageLimit.swift
[3137/3175] Compiling JWT Request+JWT.swift
[3158/3175] Compiling Datastore PathElement.swift
[3159/3175] Compiling Datastore Query.swift
[3160/3175] Compiling Datastore ReadOptions.swift
[3161/3175] Compiling Queues ScheduledJob.swift
[3162/3175] Compiling Datastore LatLng.swift
[3163/3175] Compiling Datastore PartitionId.swift
[3164/3175] Compiling Datastore DatastoreConfig.swift
[3165/3175] Compiling Datastore DatastoreError.swift
[3166/3175] Compiling Datastore DatastoreRequest.swift
[3173/3181] Compiling VaporDeviceCheck HTTPHeaders+Custom.swift
[3174/3181] Compiling VaporDeviceCheck DeviceCheckClient.swift
[3175/3181] Compiling VaporDeviceCheck DeviceCheckRequest.swift
[3176/3181] Compiling VaporDeviceCheck DeviceCheck.swift
[3177/3181] Compiling VaporDeviceCheck AppleDeviceCheckClient.swift
[3178/3181] Emitting module VaporDeviceCheck
[3179/3223] Compiling ProxLock UserAccessKeys.swift
[3180/3223] Compiling ProxLock UserMigrations.swift
[3181/3223] Compiling ProxLock DeviceCheckKeyMigrations.swift
[3182/3223] Compiling ProxLock PlayIntegrityConfigMigration.swift
[3183/3227] Emitting module ProxLock
[3184/3227] Compiling ProxLock APIKeyMigrations.swift
[3185/3227] Compiling ProxLock DataLinkingMigrationController.swift
[3186/3227] Compiling ProxLock MigrationStandardMigration.swift
[3187/3227] Compiling ProxLock ProjectMigrations.swift
[3188/3227] Compiling ProxLock ProjectDTO.swift
[3189/3227] Compiling ProxLock UserDTO.swift
[3190/3227] Compiling ProxLock UserUsageHistoryDTO.swift
[3191/3227] Compiling ProxLock DeviceCheckKeyDTO.swift
[3192/3227] Compiling ProxLock PlayIntegrityConfigDTO.swift
[3193/3227] Compiling ProxLock PlayIntegrityConfig.swift
[3194/3227] Compiling ProxLock configure.swift
[3195/3227] Compiling ProxLock entrypoint.swift
[3196/3227] Compiling ProxLock routes.swift
[3197/3227] Compiling ProxLock Authenticator.swift
[3198/3227] Compiling ProxLock CorsMiddleware.swift
[3199/3227] Compiling ProxLock DeviceValidationMiddleware.swift
[3200/3227] Compiling ProxLock RateLimitMiddleware.swift
[3201/3227] Compiling ProxLock APIKey.swift
[3202/3227] Compiling ProxLock Project.swift
[3203/3227] Compiling ProxLock User.swift
[3204/3227] Compiling ProxLock DeviceCheckKey.swift
[3205/3227] Compiling ProxLock MonthlyUserUsageHistory.swift
[3206/3227] Compiling ProxLock User+Billing.swift
[3207/3227] Compiling ProxLock ClerkSubscriptionsWebhook.swift
[3208/3227] Compiling ProxLock ClerkWebhookManager.swift
[3209/3227] Compiling ProxLock KeySplitter.swift
[3210/3227] Compiling ProxLock Cache+UsageHistory.swift
[3211/3227] Compiling ProxLock RequestProxyController+Billing.swift
[3212/3227] Compiling ProxLock DailyUserUsageHistoryMigrations.swift
[3213/3227] Compiling ProxLock MonthlyUserUsageHistoryMigrations.swift
[3214/3227] Compiling ProxLock DailyUserUsageHistory.swift
[3215/3227] Compiling ProxLock UserAccessKeyController.swift
[3216/3227] Compiling ProxLock UserController.swift
[3217/3227] Compiling ProxLock DeviceCheckKeyController.swift
[3218/3227] Compiling ProxLock PlayIntegrityConfigController.swift
[3219/3227] Compiling ProxLock APIKeyDTO.swift
[3220/3227] Compiling ProxLock Cache.swift
[3221/3227] Compiling ProxLock Constants.swift
[3222/3227] Compiling ProxLock APIKeyController.swift
[3223/3227] Compiling ProxLock ProjectController.swift
[3224/3227] Compiling ProxLock RequestProxyController.swift
[3224/3227] Write Objects.LinkFileList
[3225/3227] Linking ProxLock
[3226/3227] Applying ProxLock
Build complete! (131.05s)
Fetching https://github.com/mcrich23/google-cloud-kit.git
[1/1111] Fetching google-cloud-kit
Fetched https://github.com/mcrich23/google-cloud-kit.git from cache (0.83s)
Fetching https://github.com/swift-server/async-http-client.git from cache
Fetching https://github.com/vapor/queues.git
Fetching https://github.com/vapor/jwt.git
Fetching https://github.com/vapor/jwt-kit.git
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/mcrich23/vapordevicecheck.git
Fetching https://github.com/apple/swift-crypto from cache
[1/168] Fetching vapordevicecheck
[23/2920] Fetching vapordevicecheck, jwt
[299/6342] Fetching vapordevicecheck, jwt, queues
[6343/15875] Fetching vapordevicecheck, jwt, queues, jwt-kit
Fetched https://github.com/vapor/queues.git from cache (0.94s)
Fetching https://github.com/vapor/fluent-postgres-driver.git
[3016/12453] Fetching vapordevicecheck, jwt, jwt-kit
Fetched https://github.com/swift-server/async-http-client.git from cache (1.24s)
Fetching https://github.com/vapor/fluent.git
[12454/15175] Fetching vapordevicecheck, jwt, jwt-kit, fluent-postgres-driver
Fetched https://github.com/vapor/fluent-postgres-driver.git from cache (0.81s)
Fetching https://github.com/vapor/vapor.git
[1/13506] Fetching fluent
[13507/90654] Fetching fluent, vapor
Fetched https://github.com/vapor/fluent.git from cache (1.53s)
[772/77148] Fetching vapor
Fetched https://github.com/vapor/jwt-kit.git from cache (3.07s)
Fetched https://github.com/vapor/jwt.git from cache (3.07s)
Fetched https://github.com/mcrich23/vapordevicecheck.git from cache (3.07s)
Fetched https://github.com/apple/swift-crypto from cache (3.13s)
Fetched https://github.com/apple/swift-nio.git from cache (3.21s)
Fetched https://github.com/vapor/vapor.git from cache (2.32s)
Computing version for https://github.com/vapor/queues.git
Computed https://github.com/vapor/queues.git at 1.18.0 (4.65s)
Fetching https://github.com/apple/swift-metrics.git from cache
Fetched https://github.com/apple/swift-metrics.git from cache (0.76s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.2.0 (0.50s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-log.git from cache
[1/7125] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (1.17s)
Fetched https://github.com/apple/swift-log.git from cache (1.20s)
Computing version for https://github.com/mcrich23/vapordevicecheck.git
Computed https://github.com/mcrich23/vapordevicecheck.git at 1.1.5 (1.70s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 5.1.2 (0.50s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.13.0 (0.49s)
Fetching https://github.com/vapor/fluent-kit.git
[1/13935] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (1.27s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (1.78s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.56.0 (0.53s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/sql-kit.git
[1/1210] Fetching swift-service-context
[195/3896] Fetching swift-service-context, swift-service-lifecycle
[708/10093] Fetching swift-service-context, swift-service-lifecycle, sql-kit
[1205/15784] Fetching swift-service-context, swift-service-lifecycle, sql-kit, swift-distributed-tracing
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.94s)
[4441/13098] Fetching swift-service-context, sql-kit, swift-distributed-tracing
Fetched https://github.com/vapor/sql-kit.git from cache (1.13s)
Fetched https://github.com/apple/swift-service-context.git from cache (1.13s)
[3700/5691] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.23s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (1.77s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/6224] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.13s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (1.64s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (0.48s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.54s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.52s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.35.0 (2.04s)
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.48s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/postgres-kit.git
[1/2496] Fetching async-kit
[101/7964] Fetching async-kit, postgres-kit
Fetched https://github.com/vapor/postgres-kit.git from cache (1.03s)
Fetched https://github.com/vapor/async-kit.git from cache (1.03s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.22.0 (1.56s)
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetched https://github.com/apple/swift-algorithms.git from cache (0.75s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (1.33s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.61s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.83s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.57s)
Computing version for https://github.com/vapor/postgres-kit.git
Computed https://github.com/vapor/postgres-kit.git at 2.15.1 (0.50s)
Fetching https://github.com/vapor/postgres-nio.git
[1/14036] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (1.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (2.12s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.63s)
Fetched https://github.com/apple/swift-system.git from cache (0.99s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.56s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.51s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.32.2 (0.51s)
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.93s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.93s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.46s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.121.3 (0.50s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/apple/swift-nio-extras.git from cache
[1/3616] Fetching multipart-kit
[363/25018] Fetching multipart-kit, routing-kit
[436/31585] Fetching multipart-kit, routing-kit, console-kit
[1097/34237] Fetching multipart-kit, routing-kit, console-kit, websocket-kit
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.56s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.82s)
Fetched https://github.com/vapor/console-kit.git from cache (1.82s)
Fetched https://github.com/vapor/websocket-kit.git from cache (1.82s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.82s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.83s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.83s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.3 (2.33s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (0.50s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.50s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (2.49s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.56s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (0.58s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.15.1 (1.09s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.51s)
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/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (0.55s)
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.63s)
Fetched https://github.com/apple/swift-http-types.git from cache (5.45s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (5.97s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.48s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.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.51s)
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.26.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.33.0
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.15.1
Creating working copy for https://github.com/vapor/queues.git
Working copy of https://github.com/vapor/queues.git resolved at 1.18.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.22.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.42.0
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/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.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.36.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/vapor/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 5.1.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.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.6.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/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/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.2.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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
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/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.121.3
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.8.0
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/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-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/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/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.35.0
Creating working copy for https://github.com/mcrich23/vapordevicecheck.git
Working copy of https://github.com/mcrich23/vapordevicecheck.git resolved at 1.1.5
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.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/mcrich23/google-cloud-kit.git
Working copy of https://github.com/mcrich23/google-cloud-kit.git resolved at main (5284733)
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.10.1
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/ProxLock/Enterprise-Exclusive/LICENSE
warning: 'google-cloud-kit': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/google-cloud-kit/Storage/Sources/README.md
warning: 'google-cloud-kit': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/google-cloud-kit/SecretManager/Sources/README.md
warning: 'google-cloud-kit': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/google-cloud-kit/IAMServiceAccountCredentials/Sources/README.md
warning: 'google-cloud-kit': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/google-cloud-kit/Datastore/Sources/README.md
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.9.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent.git"
},
{
"identity" : "fluent-postgres-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "2.8.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-postgres-driver.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.65.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "jwt",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/jwt.git"
},
{
"identity" : "vapordevicecheck",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mcrich23/vapordevicecheck.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto"
},
{
"identity" : "google-cloud-kit",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/mcrich23/google-cloud-kit.git"
},
{
"identity" : "queues",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/queues.git"
}
],
"manifest_display_name" : "ProxLock",
"name" : "ProxLock",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ProxLock",
"targets" : [
"ProxLock"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "ProxLock",
"module_type" : "SwiftTarget",
"name" : "ProxLock",
"path" : "Sources/ProxLock",
"product_dependencies" : [
"Fluent",
"FluentPostgresDriver",
"Vapor",
"NIOCore",
"NIOPosix",
"JWT",
"VaporDeviceCheck",
"Crypto",
"GoogleCloudKit",
"Queues"
],
"product_memberships" : [
"ProxLock"
],
"sources" : [
"Cache.swift",
"Constants.swift",
"Controllers/APIKeyController.swift",
"Controllers/ProjectController.swift",
"Controllers/RequestProxyController.swift",
"Controllers/UserAccessKeyController.swift",
"Controllers/UserController.swift",
"Controllers/Validation/DeviceCheckKeyController.swift",
"Controllers/Validation/PlayIntegrityConfigController.swift",
"DTOs/APIKeyDTO.swift",
"DTOs/ProjectDTO.swift",
"DTOs/UserDTO.swift",
"DTOs/UserUsageHistoryDTO.swift",
"DTOs/Validation/DeviceCheckKeyDTO.swift",
"DTOs/Validation/PlayIntegrityConfigDTO.swift",
"Enterprise-Exclusive/Cache+UsageHistory.swift",
"Enterprise-Exclusive/Controllers/RequestProxyController+Billing.swift",
"Enterprise-Exclusive/Migrations/DailyUserUsageHistoryMigrations.swift",
"Enterprise-Exclusive/Migrations/MonthlyUserUsageHistoryMigrations.swift",
"Enterprise-Exclusive/Models/DailyUserUsageHistory.swift",
"Enterprise-Exclusive/Models/MonthlyUserUsageHistory.swift",
"Enterprise-Exclusive/Models/User+Billing.swift",
"Enterprise-Exclusive/Webhooks/ClerkSubscriptionsWebhook.swift",
"Enterprise-Exclusive/Webhooks/ClerkWebhookManager.swift",
"KeySplitter.swift",
"Middleware/Authenticator.swift",
"Middleware/CorsMiddleware.swift",
"Middleware/DeviceValidationMiddleware.swift",
"Middleware/RateLimitMiddleware.swift",
"Migrations/APIKeyMigrations.swift",
"Migrations/DataLinkingMigrationController.swift",
"Migrations/MigrationStandardMigration.swift",
"Migrations/ProjectMigrations.swift",
"Migrations/UserAccessKeys.swift",
"Migrations/UserMigrations.swift",
"Migrations/Validation/DeviceCheckKeyMigrations.swift",
"Migrations/Validation/PlayIntegrityConfigMigration.swift",
"Models/APIKey.swift",
"Models/Project.swift",
"Models/User.swift",
"Models/Validation/DeviceCheckKey.swift",
"Models/Validation/PlayIntegrityConfig.swift",
"configure.swift",
"entrypoint.swift",
"routes.swift"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Done.