Build Information
Successful build of Sockit, reference 1.0.1 (6e860f), with Swift 6.1 for macOS (SPM) on 27 Mar 2026 04:45:16 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sufiyanyusuf/sockit.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sufiyanyusuf/sockit
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 6e860f9 fix: address code review findings — 7 bugs across client and server
Cloned https://github.com/sufiyanyusuf/sockit.git
Revision (git rev-parse @):
6e860f9665953657477aac7bae7347a5fcb193af
SUCCESS checkout https://github.com/sufiyanyusuf/sockit.git at 1.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/sufiyanyusuf/sockit.git
https://github.com/sufiyanyusuf/sockit.git
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.99.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "websocket-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.16.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/websocket-kit.git"
}
],
"manifest_display_name" : "Sockit",
"name" : "Sockit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SockitCore",
"targets" : [
"SockitCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SockitClient",
"targets" : [
"SockitClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SockitServer",
"targets" : [
"SockitServer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "SockitServerTests",
"module_type" : "SwiftTarget",
"name" : "SockitServerTests",
"path" : "Tests/SockitServerTests",
"sources" : [
"ChannelRegistryTests.swift",
"CodeReviewFindingsServerTests.swift",
"ConnectionManagerTests.swift",
"ConnectionReducerTests.swift",
"TypedRouterTests.swift"
],
"target_dependencies" : [
"SockitServer",
"SockitClient"
],
"type" : "test"
},
{
"c99name" : "SockitServer",
"module_type" : "SwiftTarget",
"name" : "SockitServer",
"path" : "Sources/SockitServer",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"SockitServer"
],
"sources" : [
"Internal/Action/ServerAction.swift",
"Internal/Effect/ServerEffect.swift",
"Internal/Reducer/ConnectionReducer.swift",
"Internal/State/ConnectionState.swift",
"Public/ChannelRegistry.swift",
"Public/Connection.swift",
"Public/ConnectionManager.swift",
"Public/SockitHandler.swift",
"Public/TypedRouter.swift",
"SockitServer.swift",
"Vapor/VaporIntegration.swift"
],
"target_dependencies" : [
"SockitCore"
],
"type" : "library"
},
{
"c99name" : "SockitNIOTransportTests",
"module_type" : "SwiftTarget",
"name" : "SockitNIOTransportTests",
"path" : "Tests/SockitNIOTransportTests",
"sources" : [
"NIOWebSocketTransportTests.swift"
],
"target_dependencies" : [
"SockitNIOTransport",
"SockitCore"
],
"type" : "test"
},
{
"c99name" : "SockitNIOTransport",
"module_type" : "SwiftTarget",
"name" : "SockitNIOTransport",
"path" : "Sources/SockitNIOTransport",
"product_dependencies" : [
"WebSocketKit"
],
"product_memberships" : [
"SockitClient"
],
"sources" : [
"NIOWebSocketTransport.swift"
],
"target_dependencies" : [
"SockitCore"
],
"type" : "library"
},
{
"c99name" : "SockitIntegrationTests",
"module_type" : "SwiftTarget",
"name" : "SockitIntegrationTests",
"path" : "Tests/SockitIntegrationTests",
"sources" : [
"IntegrationTests.swift"
],
"target_dependencies" : [
"SockitClient",
"SockitNIOTransport"
],
"type" : "test"
},
{
"c99name" : "SockitCoreTests",
"module_type" : "SwiftTarget",
"name" : "SockitCoreTests",
"path" : "Tests/SockitCoreTests",
"sources" : [
"MessageEncodingTests.swift",
"PerformanceTests.swift",
"RequestResponseTests.swift"
],
"target_dependencies" : [
"SockitCore"
],
"type" : "test"
},
{
"c99name" : "SockitCore",
"module_type" : "SwiftTarget",
"name" : "SockitCore",
"path" : "Sources/SockitCore",
"product_memberships" : [
"SockitCore",
"SockitClient",
"SockitServer"
],
"sources" : [
"Protocol/SockitMessage.swift",
"SockitCore.swift",
"Transport/TransportProtocol.swift",
"Types/PushEvent.swift",
"Types/RawPayload.swift",
"Types/RawPushEvent.swift",
"Types/RawRequest.swift",
"Types/RawResponse.swift",
"Types/Request.swift",
"Types/Response.swift"
],
"type" : "library"
},
{
"c99name" : "SockitClientTests",
"module_type" : "SwiftTarget",
"name" : "SockitClientTests",
"path" : "Tests/SockitClientTests",
"sources" : [
"ClientReducerTests.swift",
"CodeReviewFindingsTests.swift"
],
"target_dependencies" : [
"SockitClient"
],
"type" : "test"
},
{
"c99name" : "SockitClient",
"module_type" : "SwiftTarget",
"name" : "SockitClient",
"path" : "Sources/SockitClient",
"product_memberships" : [
"SockitClient"
],
"sources" : [
"Internal/Action/ClientAction.swift",
"Internal/Effect/ClientEffect.swift",
"Internal/Reducer/ClientReducer.swift",
"Internal/State/ClientState.swift",
"Internal/Transport/WebSocketTransport.swift",
"Public/Client.swift",
"Public/ClientConfig.swift",
"Public/PushEventRegistry.swift",
"Public/SockitCommand.swift",
"Public/SockitPushEvent.swift",
"SockitClient.swift"
],
"target_dependencies" : [
"SockitCore",
"SockitNIOTransport"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/863] Write sources
[9/863] Copying PrivacyInfo.xcprivacy
[10/863] Write sources
[10/863] Copying PrivacyInfo.xcprivacy
[16/863] Write sources
[16/863] Copying PrivacyInfo.xcprivacy
[16/863] Write sources
[16/863] Copying PrivacyInfo.xcprivacy
[17/863] Write sources
[62/863] Compiling CNIOWASI CNIOWASI.c
[63/863] Compiling CSystem shims.c
[63/863] Compiling CNIOWindows shim.c
[63/863] Compiling CNIOWindows WSAStartup.c
[66/863] Compiling _NumericsShims _NumericsShims.c
[67/863] Write swift-version-2F0A5646E1D333AE.txt
[68/863] Compiling CNIOLinux liburing_shims.c
[69/863] Compiling CNIOOpenBSD shim.c
[70/863] Compiling CNIOLinux shim.c
[71/863] Compiling CNIOPosix event_loop_id.c
[72/863] Compiling CNIOSHA1 c_nio_sha1.c
[73/871] Compiling CVaporBcrypt blf.c
[74/871] Compiling CNIOLLHTTP c_nio_http.c
[75/871] Compiling _AtomicsShims.c
[76/871] Compiling CVaporBcrypt bcrypt.c
[77/946] Compiling CNIOLLHTTP c_nio_llhttp.c
[79/965] Compiling ServiceContextModule ServiceContextKey.swift
[80/965] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[81/965] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[82/966] Compiling ServiceContextModule ServiceContext.swift
[83/966] Emitting module ServiceContextModule
[84/966] Emitting module _NIOBase64
[85/966] Compiling _NIOBase64 Base64.swift
[86/966] Compiling _CertificateInternals _TinyArray.swift
[87/966] Emitting module _CertificateInternals
[88/966] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[89/966] Compiling RealModule Float80+Real.swift
[90/966] Compiling RealModule Real.swift
[91/966] Compiling RealModule RealFunctions.swift
[92/967] Compiling RealModule RelaxedArithmetic.swift
[93/976] Compiling RealModule Float+Real.swift
[94/976] Compiling RealModule ElementaryFunctions.swift
[95/976] Compiling RealModule Float16+Real.swift
[96/976] Compiling RealModule AugmentedArithmetic.swift
[97/976] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[98/976] Compiling InternalCollectionsUtilities UInt+reversed.swift
[99/976] Compiling RealModule Double+Real.swift
[100/976] Emitting module RealModule
[100/1062] Compiling CNIOLLHTTP c_nio_api.c
[102/1062] Compiling _NIODataStructures PriorityQueue.swift
[103/1062] Compiling _NIODataStructures _TinyArray.swift
[104/1062] Compiling Crypto Ed25519Keys.swift
[105/1062] Compiling Crypto NISTCurvesKeys.swift
[106/1062] Compiling Crypto ECDSASignature.swift
[107/1062] Compiling Crypto PEMDocument.swift
[108/1062] Compiling Crypto ASN1Null.swift
[109/1062] Compiling Crypto ASN1OctetString.swift
[110/1062] Compiling Crypto ASN1Strings.swift
[111/1062] Compiling Crypto ArraySliceBigint.swift
[112/1062] Compiling Crypto MessageAuthenticationCode.swift
[113/1062] Compiling Crypto AES.swift
[114/1062] Compiling Crypto HMAC.swift
[115/1062] Compiling Crypto MACFunctions.swift
[116/1062] Compiling Crypto ASN1Identifier.swift
[117/1062] Compiling Crypto ASN1Integer.swift
[118/1062] Compiling Crypto GeneralizedTime.swift
[119/1062] Compiling Crypto ObjectIdentifier.swift
[120/1062] Emitting module InternalCollectionsUtilities
[123/1065] Compiling CNIOExtrasZlib trees.c
[128/1065] Emitting module _NIODataStructures
[129/1065] Compiling _NIODataStructures Heap.swift
[130/1137] Compiling Instrumentation MultiplexInstrument.swift
[131/1137] Compiling Instrumentation NoOpInstrument.swift
[132/1137] Compiling Instrumentation Instrument.swift
[133/1137] Compiling Instrumentation InstrumentationSystem.swift
[134/1137] Emitting module Instrumentation
[135/1137] Compiling Instrumentation Locks.swift
[136/1137] Emitting module SystemPackage
[137/1137] Compiling _RopeModule BigString+Append.swift
[138/1137] Compiling _RopeModule BigString+Initializers.swift
[139/1137] Compiling _RopeModule BigString+Insert.swift
[140/1137] Compiling _RopeModule BigString+Managing Breaks.swift
[141/1137] Compiling _RopeModule BigString+RemoveSubrange.swift
[142/1137] Compiling _RopeModule BigString+ReplaceSubrange.swift
[143/1137] Compiling _RopeModule BigString+Split.swift
[144/1137] Compiling _RopeModule Range+BigString.swift
[145/1144] Compiling _RopeModule BigString+CustomStringConvertible.swift
[146/1144] Compiling _RopeModule BigString+Equatable.swift
[147/1144] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[148/1144] Compiling _RopeModule BigString+Hashing.swift
[149/1144] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[150/1144] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[151/1144] Compiling _RopeModule BigString+Sequence.swift
[152/1144] Compiling _RopeModule BigString+TextOutputStream.swift
[153/1182] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[154/1182] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[155/1183] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[156/1183] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[157/1185] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[158/1186] Compiling OrderedCollections _Hashtable+Header.swift
[159/1186] Compiling OrderedCollections OrderedDictionary+Codable.swift
[160/1186] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[161/1200] Emitting module Logging
[162/1200] Compiling Logging Locks.swift
[163/1200] Compiling Logging LogHandler.swift
[164/1200] Compiling Logging MetadataProvider.swift
[165/1200] Compiling Logging Logging.swift
[165/1207] Compiling CNIOExtrasZlib zutil.c
[167/1221] Compiling OrderedCollections _HashTable.swift
[168/1221] Compiling OrderedCollections OrderedDictionary+Elements.swift
[176/1221] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[177/1221] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[178/1221] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[179/1221] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[180/1221] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[181/1221] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[182/1227] Compiling HeapModule _HeapNode.swift
[183/1227] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[184/1227] Compiling HeapModule Heap.swift
[185/1227] Compiling HeapModule Heap+UnsafeHandle.swift
[186/1227] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[187/1227] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[188/1227] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[189/1227] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[190/1227] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[191/1227] Compiling OrderedCollections OrderedDictionary+Values.swift
[193/1227] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[194/1227] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[195/1227] Compiling OrderedCollections OrderedDictionary.swift
[196/1227] Compiling OrderedCollections OrderedSet+Hashable.swift
[197/1227] Compiling OrderedCollections OrderedSet+Initializers.swift
[198/1227] Compiling CoreMetrics Locks.swift
[199/1227] Emitting module CoreMetrics
[200/1227] Compiling CoreMetrics Metrics.swift
[201/1227] Compiling OrderedCollections OrderedSet+Insertions.swift
[202/1227] Compiling OrderedCollections OrderedSet+Invariants.swift
[203/1227] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[204/1227] Compiling HeapModule Heap+Invariants.swift
[205/1227] Compiling HeapModule Heap+Descriptions.swift
[206/1227] Emitting module HeapModule
[207/1227] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[208/1227] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[209/1227] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[210/1227] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[211/1227] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[212/1227] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[213/1227] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[214/1227] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[215/1227] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[216/1227] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[217/1227] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[218/1227] Compiling OrderedCollections OrderedSet+Sendable.swift
[219/1227] Compiling OrderedCollections OrderedSet+Codable.swift
[220/1227] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[221/1227] Compiling OrderedCollections OrderedSet+Descriptions.swift
[222/1227] Compiling OrderedCollections OrderedSet+Diffing.swift
[223/1227] Compiling OrderedCollections OrderedSet+Equatable.swift
[224/1227] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[225/1341] Compiling HashTreeCollections _HashSlot.swift
[226/1341] Compiling HashTreeCollections _HashStack.swift
[227/1341] Compiling HashTreeCollections _HashTreeIterator.swift
[228/1341] Compiling HashTreeCollections _HashTreeStatistics.swift
[229/1344] Compiling HashTreeCollections _HashNode+Lookups.swift
[230/1344] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[231/1344] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[232/1344] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[233/1344] Compiling HashTreeCollections _HashNode+Storage.swift
[234/1344] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[235/1344] Compiling HashTreeCollections _HashNode+Structural filter.swift
[236/1344] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[237/1344] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[238/1344] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[239/1344] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[240/1344] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[241/1344] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[242/1344] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[243/1344] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[244/1344] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[245/1344] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[246/1344] Compiling HashTreeCollections TreeDictionary+Merge.swift
[247/1344] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[248/1344] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[249/1344] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[250/1344] Compiling HashTreeCollections TreeDictionary+Keys.swift
[251/1344] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[252/1344] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[253/1344] Compiling HashTreeCollections TreeDictionary+Filter.swift
[254/1344] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[255/1344] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[256/1344] Compiling HashTreeCollections _HashNode.swift
[257/1344] Compiling HashTreeCollections _HashNodeHeader.swift
[258/1344] Emitting module ContainersPreview
[259/1344] Compiling Tracing TracerProtocol.swift
[260/1344] Compiling Tracing TracingTime.swift
[261/1344] Compiling ContainersPreview Inout.swift
[262/1344] Compiling ContainersPreview InputSpan.swift
[263/1344] Compiling ContainersPreview Shared.swift
[264/1344] Compiling Tracing TracerProtocol+Legacy.swift
[265/1344] Compiling Tracing Tracer.swift
[271/1344] Compiling CNIOExtrasZlib inftrees.c
[291/1344] Compiling Tracing InstrumentationSystem+Tracing.swift
[292/1344] Emitting module Tracing
[293/1344] Compiling Tracing SpanProtocol.swift
[294/1344] Compiling Tracing NoOpTracer.swift
[294/1385] Compiling CNIOExtrasZlib inflate.c
[296/1385] Compiling HashTreeCollections _HashNode+Structural union.swift
[297/1385] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[298/1385] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[299/1385] Compiling HashTreeCollections _RawHashNode.swift
[300/1385] Compiling HashTreeCollections _UnmanagedHashNode.swift
[301/1385] Compiling HashTreeCollections _UnsafePath.swift
[302/1385] Compiling HashTreeCollections TreeDictionary+Codable.swift
[303/1385] Compiling HashTreeCollections TreeDictionary+Collection.swift
[304/1385] Compiling DequeModule RigidDeque+Hashable.swift
[305/1385] Compiling DequeModule RigidDeque+Initializers.swift
[306/1385] Compiling DequeModule RigidDeque+Insertions.swift
[307/1385] Compiling DequeModule RigidDeque+Prepend.swift
[308/1385] Compiling DequeModule UniqueDeque+Append.swift
[309/1385] Compiling DequeModule UniqueDeque+Consumption.swift
[310/1385] Compiling DequeModule UniqueDeque+Container.swift
[311/1385] Compiling DequeModule UniqueDeque+Descriptions.swift
[312/1385] Compiling HashTreeCollections TreeSet+Collection.swift
[313/1385] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[314/1385] Compiling HashTreeCollections TreeSet+Debugging.swift
[315/1385] Compiling HashTreeCollections TreeSet+Descriptions.swift
[316/1385] Compiling HashTreeCollections _AncestorHashSlots.swift
[317/1385] Compiling HashTreeCollections _Bitmap.swift
[318/1385] Compiling HashTreeCollections _Bucket.swift
[318/1385] Compiling CNIOExtrasZlib inffast.c
[320/1385] Compiling HashTreeCollections _Hash.swift
[321/1385] Compiling HashTreeCollections _HashLevel.swift
[322/1385] Compiling HashTreeCollections _HashNode+Builder.swift
[323/1385] Compiling HashTreeCollections _HashNode+Debugging.swift
[324/1385] Compiling HashTreeCollections _HashNode+Initializers.swift
[325/1385] Compiling HashTreeCollections _HashNode+Invariants.swift
[326/1385] Compiling _RopeModule _CharacterRecognizer.swift
[334/1389] Compiling CNIOExtrasZlib deflate.c
[336/1389] Compiling DequeModule UniqueDeque+Insertions.swift
[337/1389] Compiling DequeModule UniqueDeque+Prepend.swift
[338/1389] Compiling DequeModule UniqueDeque+Removals.swift
[339/1389] Compiling DequeModule UniqueDeque+Replacements.swift
[339/1389] Compiling CNIOExtrasZlib crc32.c
[341/1389] Compiling DequeModule Deque+Codable.swift
[342/1389] Compiling DequeModule Deque+Collection.swift
[343/1389] Compiling DequeModule Deque+CustomReflectable.swift
[344/1389] Compiling DequeModule Deque+Descriptions.swift
[345/1389] Compiling DequeModule Deque+Equatable.swift
[346/1389] Compiling DequeModule RigidDeque+Consumption.swift
[347/1389] Compiling DequeModule RigidDeque+Container.swift
[348/1389] Compiling DequeModule RigidDeque+Descriptions.swift
[348/1389] Compiling CNIOExtrasZlib adler32.c
[350/1389] Compiling DequeModule RigidDeque+Testing.swift
[351/1389] Compiling DequeModule RigidDeque.swift
[352/1389] Compiling DequeModule UniqueDeque+Equatable.swift
[353/1389] Compiling DequeModule UniqueDeque+Experimental.swift
[354/1389] Compiling DequeModule UniqueDeque+Hashable.swift
[355/1389] Compiling DequeModule UniqueDeque+Initializers.swift
[356/1389] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[357/1389] Compiling DequeModule Deque+Extras.swift
[358/1389] Compiling DequeModule RigidDeque+Experimental.swift
[359/1389] Compiling DequeModule Deque._UnsafeHandle.swift
[360/1389] Compiling DequeModule Deque.swift
[361/1389] Compiling DequeModule _DequeBuffer.swift
[362/1389] Compiling DequeModule _DequeBufferHeader.swift
[363/1389] Compiling DequeModule RigidDeque+Append.swift
[364/1389] Compiling DequeModule RigidDeque+Removals.swift
[365/1389] Compiling DequeModule RigidDeque+Replacements.swift
[367/1397] Compiling DequeModule Deque+Hashable.swift
[368/1397] Compiling DequeModule Deque+Testing.swift
[369/1397] Compiling DequeModule Deque._Storage.swift
[374/1397] Compiling DequeModule UniqueDeque.swift
[375/1397] Compiling DequeModule _DequeSlot.swift
[376/1397] Compiling DequeModule _UnsafeDequeHandle.swift
[377/1397] Compiling DequeModule _UnsafeDequeSegments.swift
[378/1397] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[379/1397] Compiling HashTreeCollections _HashNode+Structural merge.swift
[380/1397] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[381/1397] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[389/1397] Emitting module Metrics
[391/1397] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[392/1397] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[393/1397] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[394/1397] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[395/1397] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[396/1397] Emitting module Crypto
[410/1406] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[411/1406] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[412/1406] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[413/1406] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[414/1406] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[415/1406] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[416/1406] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[417/1406] Compiling HashTreeCollections TreeSet.swift
[426/1406] Compiling DequeModule RigidDeque+Equatable.swift
[432/1406] Compiling CNIODarwin shim.c
[434/1406] Emitting module _RopeModule
[434/1406] Compiling fiat_p256_adx_sqr.S
[435/1406] Compiling fiat_p256_adx_mul.S
[436/1406] Compiling fiat_curve25519_adx_square.S
[437/1406] Compiling fiat_curve25519_adx_mul.S
[439/1406] Emitting module OrderedCollections
[468/1406] Compiling HashTreeCollections TreeDictionary+Values.swift
[469/1406] Compiling HashTreeCollections TreeDictionary.swift
[470/1406] Compiling HashTreeCollections TreeSet+Codable.swift
[474/1406] Compiling CNIOBoringSSLShims shims.c
[506/1406] Emitting module DequeModule
[507/1406] Compiling RoutingKit Router.swift
[508/1406] Compiling RoutingKit PathComponent.swift
[509/1406] Compiling RoutingKit TrieRouter.swift
[510/1406] Compiling RoutingKit AnyRouter.swift
[510/1406] Compiling tls_method.cc
[511/1406] Compiling tls_record.cc
[513/1406] Compiling SockitCore Request.swift
[514/1406] Compiling SockitCore RawResponse.swift
[515/1407] Compiling Metrics Metrics.swift
[516/1407] Compiling SockitCore RawPushEvent.swift
[517/1407] Compiling SockitCore RawRequest.swift
[518/1407] Compiling SockitCore PushEvent.swift
[519/1407] Compiling SockitCore TransportProtocol.swift
[520/1407] Compiling SockitCore SockitCore.swift
[521/1407] Compiling SockitCore SockitMessage.swift
[522/1407] Emitting module SockitCore
[523/1407] Compiling SockitCore RawPayload.swift
[528/1407] Compiling SwiftASN1 DER.swift
[539/1407] Emitting module SwiftASN1
[588/1408] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[589/1408] Compiling Crypto RNG_boring.swift
[590/1408] Compiling Crypto SafeCompare_boring.swift
[591/1408] Compiling Crypto Zeroization_boring.swift
[592/1408] Compiling Crypto PrettyBytes.swift
[593/1408] Compiling Crypto SafeCompare.swift
[594/1408] Compiling Crypto SecureBytes.swift
[595/1408] Compiling Crypto Zeroization.swift
[596/1408] Compiling Crypto resource_bundle_accessor.swift
[636/1408] Emitting module HashTreeCollections
[636/1408] Compiling tls13_enc.cc
[637/1408] Compiling tls13_server.cc
[639/1408] Compiling SwiftASN1 Errors.swift
[640/1408] Compiling SockitCore Response.swift
[640/1408] Compiling tls13_both.cc
[641/1408] Compiling tls13_client.cc
[642/1408] Compiling t1_enc.cc
[643/1419] Compiling ssl_x509.cc
[644/1419] Compiling ssl_versions.cc
[645/1419] Compiling ssl_stat.cc
[646/1419] Compiling ssl_transcript.cc
[648/1419] Compiling SockitClient SockitPushEvent.swift
[649/1420] Emitting module RoutingKit
[650/1420] Compiling RoutingKit Parameters.swift
[651/1420] Compiling SockitClient SockitClient.swift
[651/1420] Compiling ssl_session.cc
[652/1420] Compiling ssl_privkey.cc
[653/1420] Compiling ssl_key_share.cc
[655/1420] Compiling SockitClient PushEventRegistry.swift
[656/1420] Compiling SockitClient SockitCommand.swift
[657/1420] Compiling SockitClient ClientReducer.swift
[658/1420] Compiling SockitClient ClientConfig.swift
[659/1420] Compiling SockitClient WebSocketTransport.swift
[660/1420] Compiling SockitClient ClientState.swift
[661/1420] Compiling SockitClient ClientAction.swift
[662/1420] Compiling SockitClient ClientEffect.swift
[663/1420] Emitting module SockitClient
[664/1420] Compiling SockitClient Client.swift
[664/1420] Compiling ssl_file.cc
[665/1420] Compiling ssl_credential.cc
[666/1420] Compiling ssl_cipher.cc
[667/1420] Compiling ssl_lib.cc
[668/1420] Compiling ssl_cert.cc
[669/1420] Compiling ssl_buffer.cc
[670/1420] Compiling ssl_asn1.cc
[671/1420] Compiling ssl_aead_ctx.cc
[672/1420] Compiling s3_pkt.cc
[673/1420] Compiling s3_lib.cc
[674/1420] Compiling s3_both.cc
[675/1420] Compiling handshake.cc
[676/1420] Compiling handshake_server.cc
[677/1420] Compiling handshake_client.cc
[677/1420] Compiling handoff.cc
[679/1420] Compiling md5-x86_64-linux.S
[680/1420] Compiling md5-x86_64-apple.S
[681/1420] Compiling extensions.cc
[682/1420] Compiling md5-586-linux.S
[683/1420] Compiling md5-586-apple.S
[684/1420] Compiling chacha20_poly1305_x86_64-linux.S
[685/1420] Compiling encrypted_client_hello.cc
[686/1420] Compiling dtls_record.cc
[687/1420] Compiling chacha20_poly1305_x86_64-apple.S
[688/1420] Compiling chacha20_poly1305_armv8-win.S
[689/1420] Compiling chacha20_poly1305_armv8-linux.S
[690/1420] Compiling chacha-x86_64-linux.S
[691/1420] Compiling chacha20_poly1305_armv8-apple.S
[692/1420] Compiling chacha-x86_64-apple.S
[693/1420] Compiling chacha-x86-linux.S
[694/1420] Compiling chacha-x86-apple.S
[695/1420] Compiling chacha-armv8-win.S
[696/1420] Compiling chacha-armv8-linux.S
[697/1420] Compiling chacha-armv4-linux.S
[698/1420] Compiling chacha-armv8-apple.S
[699/1420] Compiling aes128gcmsiv-x86_64-linux.S
[700/1420] Compiling aes128gcmsiv-x86_64-apple.S
[701/1420] Compiling err_data.cc
[702/1420] Compiling x86_64-mont5-linux.S
[703/1420] Compiling x86_64-mont5-apple.S
[704/1420] Compiling dtls_method.cc
[705/1420] Compiling x86_64-mont-linux.S
[706/1420] Compiling x86_64-mont-apple.S
[706/1420] Compiling d1_srtp.cc
[708/1420] Compiling x86-mont-linux.S
[709/1420] Compiling x86-mont-apple.S
[710/1420] Compiling vpaes-x86_64-linux.S
[711/1420] Compiling bio_ssl.cc
[712/1420] Compiling vpaes-x86_64-apple.S
[713/1420] Compiling vpaes-x86-linux.S
[714/1420] Compiling vpaes-x86-apple.S
[715/1420] Compiling vpaes-armv8-win.S
[716/1420] Compiling vpaes-armv8-linux.S
[717/1420] Compiling d1_pkt.cc
[718/1420] Compiling vpaes-armv8-apple.S
[719/1420] Compiling sha512-x86_64-linux.S
[720/1420] Compiling sha512-armv8-win.S
[721/1420] Compiling sha512-x86_64-apple.S
[721/1420] Compiling vpaes-armv7-linux.S
[723/1420] Compiling sha512-armv8-linux.S
[724/1420] Compiling sha512-armv4-linux.S
[725/1420] Compiling sha512-armv8-apple.S
[726/1420] Compiling sha512-586-linux.S
[727/1420] Compiling sha512-586-apple.S
[728/1420] Compiling sha256-x86_64-linux.S
[729/1420] Compiling sha256-x86_64-apple.S
[730/1420] Compiling sha256-armv8-win.S
[731/1420] Compiling sha256-armv8-linux.S
[732/1420] Compiling sha256-armv8-apple.S
[733/1420] Compiling sha256-586-linux.S
[734/1420] Compiling sha256-armv4-linux.S
[735/1420] Compiling d1_lib.cc
[736/1420] Compiling sha256-586-apple.S
[737/1420] Compiling sha1-x86_64-linux.S
[738/1420] Compiling sha1-armv8-win.S
[739/1420] Compiling sha1-x86_64-apple.S
[740/1420] Compiling sha1-armv8-linux.S
[741/1420] Compiling sha1-armv4-large-linux.S
[742/1420] Compiling sha1-586-linux.S
[743/1420] Compiling sha1-586-apple.S
[744/1420] Compiling sha1-armv8-apple.S
[745/1420] Compiling rsaz-avx2-apple.S
[746/1420] Compiling rdrand-x86_64-linux.S
[747/1420] Compiling rsaz-avx2-linux.S
[748/1420] Compiling d1_both.cc
[749/1420] Compiling rdrand-x86_64-apple.S
[750/1420] Compiling p256_beeu-x86_64-asm-linux.S
[751/1420] Compiling p256_beeu-x86_64-asm-apple.S
[752/1420] Compiling p256_beeu-armv8-asm-win.S
[753/1420] Compiling p256_beeu-armv8-asm-linux.S
[754/1420] Compiling p256_beeu-armv8-asm-apple.S
[755/1420] Compiling p256-armv8-asm-win.S
[756/1420] Compiling p256-x86_64-asm-linux.S
[756/1420] Compiling p256-x86_64-asm-apple.S
[756/1420] Compiling p256-armv8-asm-linux.S
[759/1420] Compiling p256-armv8-asm-apple.S
[760/1420] Compiling ghashv8-armv8-win.S
[761/1420] Compiling ghashv8-armv8-apple.S
[762/1420] Compiling ghashv8-armv8-linux.S
[762/1420] Compiling ghashv8-armv7-linux.S
[764/1420] Compiling ghash-x86_64-linux.S
[765/1420] Compiling ghash-x86_64-apple.S
[766/1420] Compiling ghash-x86-apple.S
[766/1420] Compiling ghash-x86-linux.S
[768/1420] Compiling ghash-ssse3-x86_64-linux.S
[769/1420] Compiling ghash-ssse3-x86_64-apple.S
[770/1420] Compiling ghash-ssse3-x86-linux.S
[771/1420] Compiling ghash-ssse3-x86-apple.S
[772/1420] Compiling ghash-neon-armv8-win.S
[773/1420] Compiling ghash-neon-armv8-linux.S
[774/1420] Compiling ghash-neon-armv8-apple.S
[775/1420] Compiling ghash-armv4-linux.S
[776/1420] Compiling co-586-linux.S
[777/1420] Compiling bsaes-armv7-linux.S
[778/1420] Compiling co-586-apple.S
[779/1420] Compiling bn-armv8-win.S
[780/1420] Compiling bn-armv8-linux.S
[781/1420] Compiling bn-armv8-apple.S
[782/1420] Compiling bn-586-linux.S
[783/1420] Compiling bn-586-apple.S
[784/1420] Compiling armv8-mont-win.S
[785/1420] Compiling armv4-mont-linux.S
[786/1420] Compiling armv8-mont-linux.S
[786/1420] Compiling aesv8-gcm-armv8-win.S
[788/1420] Compiling armv8-mont-apple.S
[789/1420] Compiling aesv8-gcm-armv8-linux.S
[790/1420] Compiling aesv8-gcm-armv8-apple.S
[791/1420] Compiling aesv8-armv8-win.S
[792/1420] Compiling aesv8-armv8-linux.S
[793/1420] Compiling aesv8-armv8-apple.S
[794/1420] Compiling aesv8-armv7-linux.S
[795/1420] Compiling aesni-x86_64-linux.S
[796/1420] Compiling aesni-x86_64-apple.S
[797/1420] Compiling aesni-x86-linux.S
[797/1420] Compiling aesni-x86-apple.S
[799/1420] Compiling aesni-gcm-x86_64-linux.S
[800/1420] Compiling aesni-gcm-x86_64-apple.S
[801/1420] Compiling aes-gcm-avx10-x86_64-linux.S
[802/1420] Compiling aes-gcm-avx2-x86_64-linux.S
[803/1420] Compiling aes-gcm-avx2-x86_64-apple.S
[804/1420] Compiling aes-gcm-avx10-x86_64-apple.S
[805/1420] Compiling x_sig.cc
[805/1420] Compiling x_val.cc
[807/1420] Compiling x_x509a.cc
[808/1420] Compiling x_x509.cc
[809/1420] Compiling x_spki.cc
[810/1420] Compiling x_req.cc
[811/1420] Compiling x_pubkey.cc
[812/1420] Compiling x_exten.cc
[813/1420] Compiling x_name.cc
[814/1420] Compiling x_crl.cc
[815/1420] Compiling x509spki.cc
[816/1420] Compiling x_algor.cc
[817/1420] Compiling x_attrib.cc
[818/1420] Compiling x509rset.cc
[818/1420] Compiling x509name.cc
[820/1420] Compiling x_all.cc
[821/1420] Compiling x509cset.cc
[822/1420] Compiling x509_vpm.cc
[823/1420] Compiling x509_v3.cc
[824/1420] Compiling x509_vfy.cc
[825/1420] Compiling x509_txt.cc
[826/1420] Compiling x509_trs.cc
[827/1420] Compiling x509_set.cc
[828/1420] Compiling x509_def.cc
[829/1420] Compiling x509_obj.cc
[830/1420] Compiling x509_d2.cc
[831/1420] Compiling x509_req.cc
[832/1420] Compiling x509_ext.cc
[833/1420] Compiling x509_lu.cc
[834/1420] Compiling x509_cmp.cc
[835/1420] Compiling x509_att.cc
[836/1420] Compiling x509.cc
[837/1420] Compiling v3_skey.cc
[838/1420] Compiling v3_prn.cc
[839/1420] Compiling v3_pmaps.cc
[840/1420] Compiling v3_ocsp.cc
[841/1420] Compiling v3_purp.cc
[842/1420] Compiling v3_utl.cc
[843/1420] Compiling v3_pcons.cc
[844/1420] Compiling v3_ncons.cc
[845/1420] Compiling v3_int.cc
[846/1420] Compiling v3_lib.cc
[847/1420] Compiling v3_ia5.cc
[848/1420] Compiling v3_info.cc
[849/1420] Compiling v3_enum.cc
[850/1420] Compiling v3_extku.cc
[851/1420] Compiling v3_genn.cc
[852/1420] Compiling v3_cpols.cc
[853/1420] Compiling v3_conf.cc
[854/1420] Compiling v3_crld.cc
[855/1420] Compiling v3_bitst.cc
[856/1420] Compiling v3_bcons.cc
[857/1420] Compiling v3_alt.cc
[858/1420] Compiling v3_akeya.cc
[859/1420] Compiling t_x509a.cc
[860/1420] Compiling v3_akey.cc
[861/1420] Compiling t_crl.cc
[862/1420] Compiling t_req.cc
[863/1420] Compiling t_x509.cc
[864/1420] Compiling rsa_pss.cc
[865/1420] Compiling i2d_pr.cc
[866/1420] Compiling name_print.cc
[867/1420] Compiling policy.cc
[868/1420] Compiling by_file.cc
[869/1420] Compiling algorithm.cc
[870/1420] Compiling a_digest.cc
[871/1420] Compiling by_dir.cc
[872/1420] Compiling a_sign.cc
[873/1420] Compiling a_verify.cc
[874/1420] Compiling asn1_gen.cc
[875/1420] Compiling voprf.cc
[876/1420] Compiling thread_win.cc
[877/1420] Compiling thread.cc
[878/1420] Compiling trust_token.cc
[879/1420] Compiling thread_pthread.cc
[880/1420] Compiling thread_none.cc
[881/1420] Compiling stack.cc
[882/1420] Compiling pmbtoken.cc
[883/1420] Compiling slhdsa.cc
[884/1420] Compiling spake2plus.cc
[885/1420] Compiling siphash.cc
[886/1420] Compiling sha512.cc
[887/1420] Compiling sha256.cc
[888/1420] Compiling sha1.cc
[889/1420] Compiling rsa_extra.cc
[890/1420] Compiling rsa_print.cc
[891/1420] Compiling rsa_crypt.cc
[892/1420] Compiling refcount.cc
[893/1420] Compiling rc4.cc
[894/1420] Compiling rsa_asn1.cc
[895/1420] Compiling windows.cc
[896/1420] Compiling urandom.cc
[897/1420] Compiling trusty.cc
[898/1420] Compiling rand.cc
[899/1420] Compiling passive.cc
[899/1420] Compiling ios.cc
[901/1420] Compiling poly1305_arm_asm.S
[902/1420] Compiling getentropy.cc
[903/1420] Compiling forkunsafe.cc
[904/1420] Compiling deterministic.cc
[905/1420] Compiling fork_detect.cc
[906/1420] Compiling poly1305_vec.cc
[907/1420] Compiling poly1305_arm.cc
[908/1420] Compiling poly1305.cc
[909/1420] Compiling pool.cc
[910/1420] Compiling pkcs8.cc
[911/1420] Compiling pkcs8_x509.cc
[912/1420] Compiling pkcs7.cc
[913/1420] Compiling p5_pbev2.cc
[914/1420] Compiling pkcs7_x509.cc
[914/1420] Compiling pem_xaux.cc
[916/1420] Compiling pem_x509.cc
[917/1420] Compiling pem_pkey.cc
[918/1420] Compiling pem_pk8.cc
[919/1420] Compiling pem_oth.cc
[920/1420] Compiling mlkem.cc
[921/1420] Compiling obj_xref.cc
[922/1420] Compiling pem_info.cc
[923/1420] Compiling mldsa.cc
[924/1420] Compiling pem_lib.cc
[925/1420] Compiling pem_all.cc
[926/1420] Compiling fips_shared_support.cc
[927/1420] Compiling poly_rq_mul.S
[928/1420] Compiling mem.cc
[929/1420] Compiling obj.cc
[930/1420] Compiling md5.cc
[931/1420] Compiling md4.cc
[932/1420] Compiling lhash.cc
[933/1420] Compiling kyber.cc
[934/1420] Compiling ex_data.cc
[935/1420] Compiling sign.cc
[936/1420] Compiling scrypt.cc
[937/1420] Compiling pbkdf.cc
[938/1420] Compiling print.cc
[939/1420] Compiling hpke.cc
[940/1420] Compiling hrss.cc
[941/1420] Compiling p_x25519_asn1.cc
[942/1420] Compiling p_x25519.cc
[943/1420] Compiling p_ed25519.cc
[944/1420] Compiling p_rsa_asn1.cc
[945/1420] Compiling p_ec.cc
[946/1420] Compiling p_rsa.cc
[947/1420] Compiling p_ed25519_asn1.cc
[947/1420] Compiling p_hkdf.cc
[949/1420] Compiling p_ec_asn1.cc
[950/1420] Compiling p_dh_asn1.cc
[951/1420] Compiling p_dsa_asn1.cc
[952/1420] Compiling p_dh.cc
[953/1420] Compiling evp_ctx.cc
[954/1420] Compiling engine.cc
[955/1420] Compiling evp.cc
[956/1420] Compiling err.cc
[957/1420] Compiling evp_asn1.cc
[958/1420] Compiling ecdsa_asn1.cc
[959/1420] Compiling ecdh.cc
[960/1420] Compiling ec_derive.cc
[961/1420] Compiling hash_to_curve.cc
[962/1420] Compiling dsa.cc
[963/1420] Compiling ec_asn1.cc
[964/1420] Compiling dsa_asn1.cc
[965/1420] Compiling params.cc
[966/1420] Compiling x25519-asm-arm.S
[967/1420] Compiling digest_extra.cc
[968/1420] Compiling bcm.cc
[969/1420] Compiling des.cc
[970/1420] Compiling dh_asn1.cc
[971/1420] Compiling curve25519_64_adx.cc
[972/1420] Compiling spake25519.cc
[973/1420] Compiling cpu_intel.cc
[974/1420] Compiling crypto.cc
[975/1420] Compiling cpu_arm_linux.cc
[976/1420] Compiling cpu_arm_freebsd.cc
[976/1420] Compiling cpu_aarch64_win.cc
[978/1420] Compiling curve25519.cc
[979/1420] Compiling cpu_aarch64_sysreg.cc
[980/1420] Compiling cpu_aarch64_openbsd.cc
[981/1420] Compiling cpu_aarch64_linux.cc
[982/1420] Compiling cpu_aarch64_fuchsia.cc
[983/1420] Compiling cpu_aarch64_apple.cc
[984/1420] Compiling get_cipher.cc
[985/1420] Compiling conf.cc
[986/1420] Compiling tls_cbc.cc
[987/1420] Compiling e_rc4.cc
[988/1420] Compiling e_tls.cc
[989/1420] Compiling e_rc2.cc
[990/1420] Compiling e_null.cc
[991/1420] Compiling e_des.cc
[992/1420] Compiling e_chacha20poly1305.cc
[993/1420] Compiling e_aesgcmsiv.cc
[994/1420] Compiling e_aesctrhmac.cc
[995/1420] Compiling derive_key.cc
[996/1420] Compiling chacha.cc
[997/1420] Compiling unicode.cc
[998/1420] Compiling cbs.cc
[999/1420] Compiling ber.cc
[1000/1420] Compiling cbb.cc
[1001/1420] Compiling asn1_compat.cc
[1002/1420] Compiling buf.cc
[1003/1420] Compiling blake2.cc
[1004/1420] Compiling socket_helper.cc
[1005/1420] Compiling convert.cc
[1006/1420] Compiling bn_asn1.cc
[1007/1420] Compiling socket.cc
[1008/1420] Compiling printf.cc
[1009/1420] Compiling hexdump.cc
[1010/1420] Compiling pair.cc
[1011/1420] Compiling fd.cc
[1012/1420] Compiling file.cc
[1013/1420] Compiling errno.cc
[1014/1420] Compiling connect.cc
[1015/1420] Compiling bio_mem.cc
[1016/1420] Compiling base64.cc
[1017/1420] Compiling bio.cc
[1018/1420] Compiling tasn_typ.cc
[1019/1420] Compiling tasn_utl.cc
[1020/1420] Compiling tasn_fre.cc
[1021/1420] Compiling tasn_enc.cc
[1022/1420] Compiling tasn_new.cc
[1023/1420] Compiling posix_time.cc
[1024/1420] Compiling f_string.cc
[1025/1420] Compiling f_int.cc
[1026/1420] Compiling asn_pack.cc
[1027/1420] Compiling tasn_dec.cc
[1028/1420] Compiling asn1_par.cc
[1029/1420] Compiling asn1_lib.cc
[1029/1420] Compiling a_utctm.cc
[1031/1420] Compiling a_type.cc
[1032/1420] Compiling a_octet.cc
[1033/1420] Compiling a_time.cc
[1034/1420] Compiling a_strnid.cc
[1035/1420] Compiling a_strex.cc
[1036/1420] Compiling a_object.cc
[1037/1420] Compiling a_mbstr.cc
[1038/1420] Compiling a_int.cc
[1039/1420] Compiling fiat_p256_adx_sqr.S
[1040/1420] Compiling a_i2d_fp.cc
[1041/1420] Compiling a_d2i_fp.cc
[1042/1420] Compiling a_dup.cc
[1043/1420] Compiling fiat_p256_adx_mul.S
[1044/1420] Compiling fiat_curve25519_adx_square.S
[1045/1420] Compiling fiat_curve25519_adx_mul.S
[1046/1420] Compiling md5-x86_64-apple.S
[1047/1420] Compiling md5-x86_64-linux.S
[1048/1420] Compiling a_gentm.cc
[1049/1420] Compiling a_bitstr.cc
[1050/1420] Compiling md5-586-linux.S
[1051/1420] Compiling a_bool.cc
[1052/1420] Compiling md5-586-apple.S
[1053/1420] Compiling chacha20_poly1305_x86_64-linux.S
[1054/1420] Compiling chacha20_poly1305_armv8-win.S
[1055/1420] Compiling chacha20_poly1305_x86_64-apple.S
[1056/1420] Compiling chacha20_poly1305_armv8-linux.S
[1057/1420] Compiling chacha-x86_64-linux.S
[1058/1420] Compiling chacha-x86_64-apple.S
[1059/1420] Compiling chacha20_poly1305_armv8-apple.S
[1060/1420] Compiling chacha-x86-linux.S
[1061/1420] Compiling chacha-x86-apple.S
[1062/1420] Compiling chacha-armv8-win.S
[1063/1420] Compiling chacha-armv8-linux.S
[1064/1420] Compiling chacha-armv8-apple.S
[1065/1420] Compiling chacha-armv4-linux.S
[1066/1420] Compiling aes128gcmsiv-x86_64-apple.S
[1067/1420] Compiling aes128gcmsiv-x86_64-linux.S
[1068/1420] Compiling x86_64-mont5-linux.S
[1069/1420] Compiling x86_64-mont5-apple.S
[1070/1420] Compiling x86_64-mont-linux.S
[1071/1420] Compiling x86_64-mont-apple.S
[1072/1420] Compiling x86-mont-apple.S
[1073/1420] Compiling x86-mont-linux.S
[1074/1420] Compiling vpaes-x86_64-linux.S
[1075/1420] Compiling CCryptoBoringSSLShims shims.c
[1076/1420] Compiling vpaes-x86_64-apple.S
[1077/1420] Compiling vpaes-x86-linux.S
[1078/1420] Compiling vpaes-x86-apple.S
[1079/1420] Compiling vpaes-armv8-win.S
[1079/1420] Compiling vpaes-armv8-linux.S
[1081/1420] Compiling vpaes-armv7-linux.S
[1081/1420] Compiling vpaes-armv8-apple.S
[1083/1420] Compiling sha512-x86_64-linux.S
[1084/1420] Compiling err_data.cc
[1085/1420] Compiling sha512-x86_64-apple.S
[1086/1420] Compiling sha512-armv8-win.S
[1087/1420] Compiling sha512-armv8-linux.S
[1088/1420] Compiling sha512-586-linux.S
[1089/1420] Compiling sha512-armv4-linux.S
[1090/1420] Compiling sha512-armv8-apple.S
[1091/1420] Compiling sha512-586-apple.S
[1092/1420] Compiling sha256-x86_64-apple.S
[1092/1420] Compiling sha256-x86_64-linux.S
[1094/1420] Compiling sha256-armv8-win.S
[1095/1420] Compiling sha256-armv8-linux.S
[1096/1420] Compiling sha256-armv4-linux.S
[1097/1420] Compiling sha256-armv8-apple.S
[1098/1420] Compiling sha256-586-linux.S
[1098/1420] Compiling sha256-586-apple.S
[1100/1420] Compiling sha1-x86_64-linux.S
[1101/1420] Compiling sha1-x86_64-apple.S
[1102/1420] Compiling sha1-armv8-win.S
[1103/1420] Compiling sha1-armv8-linux.S
[1104/1420] Compiling sha1-armv8-apple.S
[1105/1420] Compiling sha1-armv4-large-linux.S
[1105/1420] Compiling sha1-586-apple.S
[1105/1420] Compiling sha1-586-linux.S
[1108/1420] Compiling rsaz-avx2-apple.S
[1108/1420] Compiling rsaz-avx2-linux.S
[1110/1420] Compiling rdrand-x86_64-linux.S
[1111/1420] Compiling rdrand-x86_64-apple.S
[1112/1420] Compiling p256_beeu-x86_64-asm-linux.S
[1113/1420] Compiling p256_beeu-x86_64-asm-apple.S
[1114/1420] Compiling p256_beeu-armv8-asm-linux.S
[1115/1420] Compiling p256_beeu-armv8-asm-win.S
[1116/1420] Compiling p256-x86_64-asm-linux.S
[1117/1420] Compiling p256_beeu-armv8-asm-apple.S
[1118/1420] Compiling p256-x86_64-asm-apple.S
[1118/1420] Compiling p256-armv8-asm-win.S
[1120/1420] Compiling p256-armv8-asm-linux.S
[1121/1420] Compiling ghashv8-armv8-linux.S
[1122/1420] Compiling ghashv8-armv8-win.S
[1123/1420] Compiling p256-armv8-asm-apple.S
[1124/1420] Compiling ghashv8-armv7-linux.S
[1125/1420] Compiling ghashv8-armv8-apple.S
[1126/1420] Compiling ghash-x86_64-linux.S
[1127/1420] Compiling ghash-x86_64-apple.S
[1128/1420] Compiling ghash-x86-linux.S
[1129/1420] Compiling ghash-ssse3-x86_64-linux.S
[1129/1420] Compiling ghash-x86-apple.S
[1131/1420] Compiling ghash-ssse3-x86_64-apple.S
[1132/1420] Compiling ghash-ssse3-x86-linux.S
[1132/1420] Compiling ghash-neon-armv8-linux.S
[1134/1420] Compiling ghash-neon-armv8-win.S
[1134/1420] Compiling ghash-ssse3-x86-apple.S
[1136/1420] Compiling ghash-neon-armv8-apple.S
[1137/1420] Compiling co-586-linux.S
[1138/1420] Compiling ghash-armv4-linux.S
[1139/1420] Compiling bn-armv8-linux.S
[1139/1420] Compiling bn-armv8-win.S
[1141/1420] Compiling co-586-apple.S
[1142/1420] Compiling bsaes-armv7-linux.S
[1143/1420] Compiling bn-armv8-apple.S
[1144/1420] Compiling bn-586-linux.S
[1145/1420] Compiling bn-586-apple.S
[1146/1420] Compiling armv8-mont-win.S
[1147/1420] Compiling armv8-mont-linux.S
[1147/1420] Compiling aesv8-gcm-armv8-win.S
[1149/1420] Compiling aesv8-gcm-armv8-linux.S
[1149/1420] Compiling armv4-mont-linux.S
[1151/1420] Compiling armv8-mont-apple.S
[1152/1420] Compiling aesv8-gcm-armv8-apple.S
[1153/1420] Compiling aesv8-armv8-linux.S
[1154/1420] Compiling aesv8-armv8-win.S
[1155/1420] Compiling aesv8-armv7-linux.S
[1156/1420] Compiling aesni-x86_64-linux.S
[1156/1420] Compiling aesni-x86_64-apple.S
[1158/1420] Compiling aesv8-armv8-apple.S
[1159/1420] Compiling aesni-x86-linux.S
[1160/1420] Compiling aesni-x86-apple.S
[1161/1420] Compiling aesni-gcm-x86_64-linux.S
[1162/1420] Compiling aesni-gcm-x86_64-apple.S
[1163/1420] Compiling aes-gcm-avx512-x86_64-apple.S
[1164/1420] Compiling aes-gcm-avx512-x86_64-linux.S
[1165/1420] Compiling aes-gcm-avx2-x86_64-linux.S
[1166/1420] Compiling aes-gcm-avx2-x86_64-apple.S
[1167/1420] Compiling c-nioatomics.c
[1168/1420] Compiling xwing.cc
[1169/1420] Compiling c-atomics.c
[1170/1420] Compiling x_sig.cc
[1171/1420] Compiling x_x509a.cc
[1171/1420] Compiling x_spki.cc
[1173/1420] Compiling x_req.cc
[1174/1420] Compiling x_name.cc
[1175/1420] Compiling x_x509.cc
[1176/1420] Compiling x_pubkey.cc
[1177/1420] Compiling x_exten.cc
[1178/1427] Compiling x_crl.cc
[1179/1427] Compiling x_attrib.cc
[1180/1427] Compiling x509spki.cc
[1181/1427] Compiling x509rset.cc
[1182/1427] Compiling x_all.cc
[1183/1427] Compiling x_algor.cc
[1184/1427] Compiling x509cset.cc
[1185/1427] Compiling x509name.cc
[1186/1427] Compiling NIOConcurrencyHelpers lock.swift
[1187/1427] Compiling x509_vpm.cc
[1189/1427] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1190/1427] Compiling NIOConcurrencyHelpers NIOLock.swift
[1191/1427] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[1192/1427] Compiling NIOConcurrencyHelpers atomics.swift
[1193/1427] Emitting module NIOConcurrencyHelpers
[1194/1427] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1194/1427] Compiling x509_vfy.cc
[1195/1427] Compiling x509_txt.cc
[1196/1427] Compiling x509_v3.cc
[1197/1427] Compiling x509_trs.cc
[1198/1427] Compiling x509_set.cc
[1199/1427] Compiling x509_req.cc
[1200/1427] Compiling x509_obj.cc
[1201/1427] Compiling x509_lu.cc
[1202/1454] Compiling x509_ext.cc
[1203/1454] Compiling x509_def.cc
[1205/1454] Compiling ConsoleKitTerminal ProgressBar.swift
[1206/1454] Compiling ConsoleKitTerminal Console+Clear.swift
[1207/1454] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1208/1456] Emitting module ConsoleKitTerminal
[1209/1456] Compiling ConsoleKitTerminal ActivityBar.swift
[1210/1456] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1211/1456] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1211/1456] Compiling x509_d2.cc
[1213/1456] Compiling ConsoleKitTerminal ConsoleClear.swift
[1214/1456] Compiling ConsoleKitTerminal Console+Ask.swift
[1215/1456] Compiling ConsoleKitTerminal Console+Choose.swift
[1216/1456] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1217/1456] Compiling ConsoleKitTerminal CustomActivity.swift
[1218/1456] Compiling ConsoleKitTerminal LoadingBar.swift
[1218/1456] Compiling x509.cc
[1220/1456] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1221/1456] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1221/1456] Compiling x509_att.cc
[1222/1456] Compiling x509_cmp.cc
[1223/1456] Compiling v3_skey.cc
[1224/1456] Compiling v3_utl.cc
[1225/1456] Compiling v3_purp.cc
[1227/1456] Compiling ConsoleKitTerminal Console+Confirm.swift
[1228/1456] Compiling ConsoleKitTerminal Console+Input.swift
[1229/1456] Compiling ConsoleKitTerminal Console+Center.swift
[1230/1456] Compiling ConsoleKitTerminal Console+Output.swift
[1231/1456] Compiling ConsoleKitTerminal Console+Wait.swift
[1232/1456] Compiling ConsoleKitTerminal ConsoleColor.swift
[1233/1456] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1234/1456] Compiling ConsoleKitTerminal ConsoleText.swift
[1235/1456] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1236/1456] Compiling ConsoleKitTerminal ANSI.swift
[1237/1456] Compiling ConsoleKitTerminal Console.swift
[1238/1456] Compiling ConsoleKitTerminal Terminal.swift
[1238/1456] Compiling v3_prn.cc
[1239/1456] Compiling v3_pmaps.cc
[1241/1456] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1242/1456] Compiling ConsoleKitTerminal LoggerFragment.swift
[1242/1456] Compiling v3_pcons.cc
[1243/1456] Compiling v3_ocsp.cc
[1244/1456] Compiling v3_int.cc
[1245/1456] Compiling v3_ncons.cc
[1246/1456] Compiling v3_lib.cc
[1247/1456] Compiling v3_info.cc
[1248/1474] Compiling v3_ia5.cc
[1249/1478] Compiling v3_genn.cc
[1250/1478] Compiling v3_extku.cc
[1251/1478] Compiling v3_enum.cc
[1253/1478] Compiling ConsoleKitCommands Commands.swift
[1254/1478] Compiling ConsoleKitCommands Console+Run.swift
[1255/1478] Compiling ConsoleKitCommands Flag.swift
[1256/1478] Compiling ConsoleKitCommands Option.swift
[1257/1478] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1258/1478] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1258/1480] Compiling v3_crld.cc
[1260/1480] Compiling ConsoleKitCommands CommandGroup.swift
[1261/1480] Compiling ConsoleKitCommands CommandInput.swift
[1261/1480] Compiling v3_bitst.cc
[1263/1480] Compiling ConsoleKitCommands Argument.swift
[1264/1480] Compiling ConsoleKitCommands CommandSignature.swift
[1265/1480] Compiling ConsoleKitCommands AsyncCommands.swift
[1266/1480] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1267/1480] Compiling ConsoleKitCommands AnyCommand.swift
[1268/1480] Compiling ConsoleKitCommands Command.swift
[1269/1480] Compiling ConsoleKitCommands CommandContext.swift
[1270/1480] Compiling ConsoleKitCommands CommandError.swift
[1270/1480] Compiling v3_cpols.cc
[1271/1480] Compiling v3_conf.cc
[1272/1480] Compiling v3_bcons.cc
[1273/1480] Compiling v3_akeya.cc
[1275/1480] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1276/1480] Compiling ConsoleKitCommands Utilities.swift
[1276/1480] Compiling v3_alt.cc
[1277/1480] Compiling v3_akey.cc
[1278/1480] Compiling t_x509a.cc
[1279/1480] Compiling t_x509.cc
[1280/1480] Compiling t_req.cc
[1282/1480] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1283/1480] Compiling ConsoleKitCommands AsyncCommand.swift
[1284/1480] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1285/1480] Emitting module ConsoleKitCommands
[1285/1480] Compiling t_crl.cc
[1286/1480] Compiling ConsoleKitCommands ConsoleError.swift
[1287/1480] Compiling ConsoleKitCommands Completion.swift
[1288/1480] Compiling i2d_pr.cc
[1289/1480] Compiling rsa_pss.cc
[1290/1480] Compiling policy.cc
[1291/1480] Compiling name_print.cc
[1292/1482] Compiling by_file.cc
[1293/1482] Compiling by_dir.cc
[1295/1482] Compiling ConsoleKit Exports.swift
[1296/1482] Emitting module ConsoleKit
[1296/1482] Compiling asn1_gen.cc
[1297/1482] Compiling algorithm.cc
[1298/1482] Compiling a_verify.cc
[1299/1482] Compiling a_digest.cc
[1300/1482] Compiling a_sign.cc
[1301/1482] Compiling voprf.cc
[1302/1482] Compiling trust_token.cc
[1303/1482] Compiling thread_win.cc
[1304/1482] Compiling pmbtoken.cc
[1305/1482] Compiling thread_none.cc
[1306/1482] Compiling thread_pthread.cc
[1307/1482] Compiling thread.cc
[1308/1482] Compiling stack.cc
[1309/1482] Compiling siphash.cc
[1310/1482] Compiling sha512.cc
[1311/1482] Compiling slhdsa.cc
[1312/1482] Compiling sha256.cc
[1313/1482] Compiling spake2plus.cc
[1314/1482] Compiling sha1.cc
[1315/1482] Compiling rsa_extra.cc
[1316/1482] Compiling rsa_print.cc
[1317/1482] Compiling rsa_crypt.cc
[1318/1482] Compiling refcount.cc
[1319/1482] Compiling rc4.cc
[1320/1482] Compiling windows.cc
[1321/1482] Compiling urandom.cc
[1322/1482] Compiling trusty.cc
[1323/1482] Compiling passive.cc
[1324/1482] Compiling rand.cc
[1325/1482] Compiling rsa_asn1.cc
[1326/1482] Compiling ios.cc
[1327/1482] Compiling poly1305_arm_asm.S
[1328/1482] Compiling getentropy.cc
[1329/1482] Compiling forkunsafe.cc
[1330/1482] Compiling deterministic.cc
[1331/1482] Compiling fork_detect.cc
[1332/1482] Compiling poly1305_vec.cc
[1333/1482] Compiling poly1305_arm.cc
[1334/1482] Compiling pool.cc
[1335/1482] Compiling poly1305.cc
[1336/1482] Compiling pkcs8.cc
[1337/1482] Compiling pkcs8_x509.cc
[1338/1482] Compiling p5_pbev2.cc
[1339/1482] Compiling pkcs7.cc
[1340/1482] Compiling pem_xaux.cc
[1341/1482] Compiling pkcs7_x509.cc
[1342/1482] Compiling pem_x509.cc
[1343/1482] Compiling pem_pkey.cc
[1344/1482] Compiling pem_oth.cc
[1345/1482] Compiling pem_pk8.cc
[1346/1482] Compiling mlkem.cc
[1347/1482] Compiling obj_xref.cc
[1348/1482] Compiling mldsa.cc
[1349/1482] Compiling pem_info.cc
[1350/1482] Compiling pem_lib.cc
[1351/1482] Compiling poly_rq_mul.S
[1352/1482] Compiling pem_all.cc
[1353/1482] Compiling mem.cc
[1354/1482] Compiling fips_shared_support.cc
[1355/1482] Compiling obj.cc
[1356/1482] Compiling md5.cc
[1357/1482] Compiling md4.cc
[1358/1482] Compiling lhash.cc
[1359/1482] Compiling fuzzer_mode.cc
[1360/1482] Compiling kyber.cc
[1361/1482] Compiling ex_data.cc
[1362/1482] Compiling hrss.cc
[1363/1482] Compiling hpke.cc
[1364/1482] Compiling scrypt.cc
[1365/1482] Compiling sign.cc
[1366/1482] Compiling print.cc
[1367/1482] Compiling pbkdf.cc
[1368/1482] Compiling p_x25519_asn1.cc
[1369/1482] Compiling p_x25519.cc
[1370/1482] Compiling p_rsa_asn1.cc
[1371/1482] Compiling p_hkdf.cc
[1372/1482] Compiling p_rsa.cc
[1373/1482] Compiling p_ed25519.cc
[1374/1482] Compiling p_ed25519_asn1.cc
[1375/1482] Compiling p_ec_asn1.cc
[1376/1482] Compiling p_ec.cc
[1377/1482] Compiling p_dh_asn1.cc
[1378/1482] Compiling p_dsa_asn1.cc
[1379/1482] Compiling p_dh.cc
[1380/1482] Compiling err.cc
[1381/1482] Compiling engine.cc
[1382/1482] Compiling evp_ctx.cc
[1383/1482] Compiling ecdsa_p1363.cc
[1384/1482] Compiling evp.cc
[1385/1482] Compiling evp_asn1.cc
[1386/1482] Compiling ecdh.cc
[1387/1482] Compiling ec_derive.cc
[1388/1482] Compiling ecdsa_asn1.cc
[1389/1482] Compiling hash_to_curve.cc
[1390/1482] Compiling dsa.cc
[1391/1482] Compiling ec_asn1.cc
[1392/1482] Compiling dsa_asn1.cc
[1393/1482] Compiling x25519-asm-arm.S
[1394/1482] Compiling digest_extra.cc
[1395/1482] Compiling params.cc
[1396/1482] Compiling des.cc
[1397/1482] Compiling dh_asn1.cc
[1398/1482] Compiling curve25519_64_adx.cc
[1399/1482] Compiling spake25519.cc
[1400/1482] Compiling cpu_intel.cc
[1401/1482] Compiling crypto.cc
[1402/1482] Compiling cpu_arm_linux.cc
[1403/1482] Compiling cpu_arm_freebsd.cc
[1404/1482] Compiling curve25519.cc
[1405/1482] Compiling cpu_aarch64_openbsd.cc
[1406/1482] Compiling cpu_aarch64_win.cc
[1407/1482] Compiling cpu_aarch64_sysreg.cc
[1408/1482] Compiling cpu_aarch64_linux.cc
[1409/1482] Compiling cpu_aarch64_fuchsia.cc
[1410/1482] Compiling cpu_aarch64_apple.cc
[1411/1482] Compiling tls_cbc.cc
[1412/1482] Compiling conf.cc
[1413/1482] Compiling get_cipher.cc
[1414/1482] Compiling e_rc4.cc
[1415/1482] Compiling e_tls.cc
[1416/1482] Compiling cms.cc
[1417/1482] Compiling e_null.cc
[1418/1482] Compiling e_rc2.cc
[1419/1482] Compiling e_des.cc
[1420/1482] Compiling e_chacha20poly1305.cc
[1421/1482] Compiling e_aesgcmsiv.cc
[1422/1482] Compiling derive_key.cc
[1423/1482] Compiling e_aeseax.cc
[1424/1482] Compiling e_aesctrhmac.cc
[1425/1482] Compiling chacha.cc
[1426/1482] Compiling unicode.cc
[1427/1482] Compiling cbs.cc
[1428/1482] Compiling cbb.cc
[1429/1482] Compiling ber.cc
[1430/1482] Compiling asn1_compat.cc
[1431/1482] Compiling sqrt.cc
[1432/1482] Compiling buf.cc
[1433/1482] Compiling exponentiation.cc
[1434/1482] Compiling div.cc
[1435/1482] Compiling blake2.cc
[1436/1482] Compiling printf.cc
[1437/1482] Compiling convert.cc
[1438/1482] Compiling bn_asn1.cc
[1439/1482] Compiling pair.cc
[1440/1482] Compiling hexdump.cc
[1441/1482] Compiling file.cc
[1442/1482] Compiling fd.cc
[1442/1482] Compiling errno.cc
[1444/1482] Compiling bio_mem.cc
[1445/1482] Compiling base64.cc
[1446/1482] Compiling bio.cc
[1447/1482] Compiling tasn_typ.cc
[1448/1482] Compiling tasn_fre.cc
[1449/1482] Compiling tasn_enc.cc
[1450/1482] Compiling tasn_utl.cc
[1451/1482] Compiling tasn_new.cc
[1452/1482] Compiling tasn_dec.cc
[1453/1482] Compiling posix_time.cc
[1454/1482] Compiling f_int.cc
[1455/1482] Compiling f_string.cc
[1456/1482] Compiling asn1_par.cc
[1457/1482] Compiling asn_pack.cc
[1458/1482] Compiling bcm.cc
[1459/1482] Compiling asn1_lib.cc
[1460/1482] Compiling a_utctm.cc
[1461/1482] Compiling a_type.cc
[1462/1482] Compiling a_time.cc
[1463/1482] Compiling a_octet.cc
[1464/1482] Compiling a_strnid.cc
[1465/1482] Compiling a_strex.cc
[1466/1482] Compiling a_mbstr.cc
[1467/1482] Compiling a_object.cc
[1467/1482] Write sources
[1471/1482] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1472/1482] Compiling a_i2d_fp.cc
[1473/1482] Write sources
[1475/1482] Compiling a_dup.cc
[1476/1482] Compiling a_d2i_fp.cc
[1477/1482] Compiling a_int.cc
[1478/1482] Compiling a_gentm.cc
[1479/1498] Compiling a_bool.cc
[1480/1504] Compiling aes.cc
[1481/1582] Compiling a_bitstr.cc
[1483/1582] Compiling Algorithms Suffix.swift
[1484/1582] Compiling Algorithms Trim.swift
[1485/1593] Compiling Algorithms Indexed.swift
[1486/1593] Compiling Algorithms Intersperse.swift
[1487/1594] Compiling Atomics AtomicInteger.swift
[1488/1594] Compiling Algorithms Compacted.swift
[1489/1594] Compiling Algorithms Cycle.swift
[1490/1594] Compiling Algorithms Grouped.swift
[1493/1600] Compiling Atomics ManagedAtomicLazyReference.swift
[1494/1600] Compiling Atomics UnsafeAtomic.swift
[1495/1600] Compiling Atomics DoubleWord.swift
[1496/1600] Compiling Atomics ManagedAtomic.swift
[1497/1600] Compiling Atomics UnsafeAtomicLazyReference.swift
[1498/1600] Compiling Atomics IntegerOperations.swift
[1499/1600] Compiling Atomics Unmanaged extensions.swift
[1510/1600] Emitting module BitCollections
[1512/1600] Compiling Algorithms Unique.swift
[1513/1600] Compiling Algorithms Windows.swift
[1514/1600] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1515/1600] Compiling BitCollections BitSet+Equatable.swift
[1516/1600] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1517/1600] Compiling Algorithms RandomSample.swift
[1518/1600] Compiling Algorithms Reductions.swift
[1519/1600] Compiling Algorithms Rotate.swift
[1520/1600] Compiling Algorithms Split.swift
[1521/1600] Compiling Algorithms Stride.swift
[1523/1600] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1524/1600] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1525/1600] Compiling BitCollections BitSet+SetAlgebra union.swift
[1526/1600] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1527/1600] Compiling BitCollections BitSet.Counted.swift
[1528/1600] Compiling BitCollections BitSet.Index.swift
[1536/1600] Compiling Algorithms AdjacentPairs.swift
[1537/1600] Compiling Algorithms Chain.swift
[1538/1600] Compiling Algorithms EitherSequence.swift
[1539/1600] Compiling Algorithms FirstNonNil.swift
[1540/1600] Compiling Algorithms FlattenCollection.swift
[1541/1600] Compiling BitCollections BitSet._UnsafeHandle.swift
[1542/1600] Compiling BitCollections BitSet.swift
[1543/1600] Compiling BitCollections Range+Utilities.swift
[1544/1600] Compiling BitCollections Slice+Utilities.swift
[1545/1600] Compiling BitCollections UInt+Tricks.swift
[1546/1600] Compiling BitCollections _Word.swift
[1549/1600] Compiling Algorithms Chunked.swift
[1559/1600] Compiling BitCollections BitSet+Extras.swift
[1560/1600] Compiling BitCollections BitSet+Hashable.swift
[1561/1600] Compiling BitCollections BitSet+Initializers.swift
[1562/1600] Compiling BitCollections BitSet+Invariants.swift
[1563/1600] Compiling BitCollections BitSet+Random.swift
[1564/1600] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1565/1600] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1566/1600] Compiling BitCollections BitArray+Shifts.swift
[1567/1600] Compiling BitCollections BitArray+Testing.swift
[1568/1600] Compiling BitCollections BitArray._UnsafeHandle.swift
[1569/1600] Compiling BitCollections BitArray.swift
[1570/1600] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1571/1600] Compiling BitCollections BitArray+Fill.swift
[1572/1600] Compiling BitCollections BitArray+Hashable.swift
[1573/1600] Compiling BitCollections BitArray+Initializers.swift
[1574/1600] Compiling BitCollections BitArray+Invariants.swift
[1575/1600] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1576/1600] Compiling BitCollections BitArray+RandomBits.swift
[1590/1606] Compiling CryptoBoringWrapper RandomBytes.swift
[1591/1606] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[1592/1606] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1593/1606] Compiling Collections OrderedCollections reexports.swift
[1594/1606] Compiling Collections HeapModule reexports.swift
[1595/1606] Compiling Collections HashTreeCollections reexports.swift
[1596/1606] Emitting module Collections
[1597/1606] Compiling Collections BitCollections reexports.swift
[1598/1606] Compiling Collections DequeModule reexports.swift
[1599/1606] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1600/1606] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1601/1606] Compiling CryptoBoringWrapper EllipticCurve.swift
[1602/1606] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1603/1606] Emitting module CryptoBoringWrapper
[1604/1606] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1605/1606] Emitting module Atomics
[1606/1730] Emitting module Algorithms
[1607/1730] Compiling NIOCore EventLoopFuture.swift
[1608/1730] Compiling NIOCore FileDescriptor.swift
[1609/1730] Compiling NIOCore FileHandle.swift
[1610/1730] Compiling NIOCore FileRegion.swift
[1611/1730] Compiling NIOCore GlobalSingletons.swift
[1612/1730] Compiling NIOCore IO.swift
[1613/1730] Compiling NIOCore IOData.swift
[1614/1730] Compiling NIOCore IPProtocol.swift
[1615/1730] Compiling NIOCore IntegerBitPacking.swift
[1616/1730] Compiling NIOCore IntegerTypes.swift
[1617/1730] Compiling NIOCore Interfaces.swift
[1618/1730] Compiling NIOCore Linux.swift
[1619/1730] Compiling NIOCore ConvenienceOptionSupport.swift
[1620/1736] Compiling NIOCore Channel.swift
[1621/1736] Compiling NIOCore ChannelHandler.swift
[1622/1736] Compiling NIOCore ChannelHandlers.swift
[1623/1736] Compiling NIOCore ChannelInvoker.swift
[1624/1736] Compiling NIOCore ChannelOption.swift
[1625/1736] Compiling NIOCore ChannelPipeline.swift
[1626/1736] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1627/1736] Compiling NIOCore NIOCoreSendableMetatype.swift
[1628/1736] Compiling NIOCore NIODecodedAsyncSequence.swift
[1629/1736] Compiling NIOCore NIOLoopBound.swift
[1630/1736] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1631/1736] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1632/1736] Emitting module CryptoExtras
[1633/1736] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1634/1736] Compiling NIOCore NIOAsyncWriter.swift
[1635/1736] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1636/1736] Compiling NIOCore BSDSocketAPI.swift
[1637/1736] Compiling NIOCore ByteBuffer-aux.swift
[1638/1736] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1639/1736] Compiling NIOCore ByteBuffer-conversions.swift
[1648/1736] Compiling CryptoExtras ThreadWindows.swift
[1649/1736] Compiling CryptoExtras DLEQ.swift
[1650/1736] Compiling CryptoExtras Prover.swift
[1651/1736] Compiling CryptoExtras Verifier.swift
[1652/1736] Compiling CryptoExtras ZKPToolbox.swift
[1653/1736] Compiling CryptoExtras resource_bundle_accessor.swift
[1660/1743] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1661/1743] Compiling NIOCore NIOScheduledCallback.swift
[1662/1743] Compiling NIOCore NIOSendable.swift
[1663/1743] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[1664/1743] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[1665/1743] Compiling NIOCore RecvByteBufferAllocator.swift
[1666/1743] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1667/1743] Compiling NIOCore MarkedCircularBuffer.swift
[1668/1743] Compiling NIOCore MulticastChannel.swift
[1669/1743] Compiling NIOCore NIOAny.swift
[1681/1743] Compiling NIOCore AddressedEnvelope.swift
[1682/1743] Compiling NIOCore AsyncAwaitSupport.swift
[1683/1743] Compiling NIOCore AsyncChannel.swift
[1684/1743] Compiling NIOCore AsyncChannelHandler.swift
[1685/1743] Compiling NIOCore AsyncChannelInboundStream.swift
[1686/1743] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1687/1743] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1694/1743] Compiling NIOCore CircularBuffer.swift
[1695/1743] Compiling NIOCore Codec.swift
[1700/1743] Compiling NIOCore ByteBuffer-core.swift
[1701/1743] Compiling NIOCore ByteBuffer-hex.swift
[1702/1743] Compiling NIOCore ByteBuffer-int.swift
[1703/1743] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1704/1743] Compiling NIOCore ByteBuffer-multi-int.swift
[1705/1743] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1706/1743] Compiling NIOCore ByteBuffer-views.swift
[1707/1745] Compiling NIOCore SocketAddresses.swift
[1708/1745] Compiling NIOCore SocketOptionProvider.swift
[1709/1745] Compiling NIOCore SystemCallHelpers.swift
[1710/1745] Compiling NIOCore TimeAmount+Duration.swift
[1711/1745] Compiling NIOCore TypeAssistedChannelHandler.swift
[1712/1745] Compiling NIOCore UniversalBootstrapSupport.swift
[1713/1745] Compiling NIOCore Utilities.swift
[1714/1745] Emitting module _CryptoExtras
[1715/1745] Compiling _CryptoExtras Exports.swift
[1730/1844] Compiling X509 CustomPrivateKey.swift
[1731/1844] Compiling X509 Digests.swift
[1732/1844] Compiling X509 DistinguishedName.swift
[1733/1844] Compiling X509 CommonName.swift
[1734/1844] Compiling X509 CountryName.swift
[1735/1844] Compiling X509 DNBuilder.swift
[1736/1844] Compiling X509 DomainComponent.swift
[1737/1844] Compiling X509 EmailAddress.swift
[1738/1844] Compiling X509 LocalityName.swift
[1739/1844] Compiling X509 OrganizationName.swift
[1740/1844] Compiling X509 OrganizationalUnitName.swift
[1741/1854] Compiling X509 OCSPExtensionID.swift
[1742/1854] Compiling X509 OCSPNonce.swift
[1743/1854] Compiling X509 OCSPPolicy.swift
[1744/1854] Compiling X509 OCSPRequest.swift
[1745/1854] Compiling X509 OCSPResponse.swift
[1746/1854] Compiling X509 OCSPResponseBytes.swift
[1747/1854] Compiling X509 OCSPResponseData.swift
[1748/1854] Compiling X509 OCSPResponseStatus.swift
[1756/1854] Compiling X509 AllOfPolicies.swift
[1757/1854] Compiling X509 AnyPolicy.swift
[1758/1854] Compiling X509 CertificateStore.swift
[1759/1854] Compiling X509 CustomCertificateStore.swift
[1760/1854] Compiling X509 OneOfPolicies.swift
[1761/1854] Compiling X509 PolicyBuilder.swift
[1762/1854] Compiling X509 BasicConstraintsPolicy.swift
[1763/1854] Compiling X509 DNSNames.swift
[1764/1854] Compiling X509 DirectoryNames.swift
[1765/1854] Compiling X509 ExpiryPolicy.swift
[1766/1854] Compiling X509 IPConstraints.swift
[1767/1854] Compiling X509 CMSAttribute.swift
[1768/1854] Compiling X509 CMSContentInfo.swift
[1769/1854] Compiling X509 CMSEncapsulatedContentInfo.swift
[1770/1854] Compiling X509 CMSIssuerAndSerialNumber.swift
[1771/1854] Compiling X509 CMSOperations.swift
[1772/1854] Compiling X509 CMSSignature.swift
[1773/1854] Compiling X509 CMSSignedData.swift
[1774/1854] Compiling X509 CMSSignerIdentifier.swift
[1775/1854] Compiling X509 CMSSignerInfo.swift
[1776/1854] Compiling X509 CMSVersion.swift
[1777/1854] Compiling X509 Curve25519+DER.swift
[1786/1854] Compiling X509 OCSPSignature.swift
[1787/1854] Compiling X509 OCSPSingleRequest.swift
[1788/1854] Compiling X509 OCSPSingleResponse.swift
[1789/1854] Emitting module NIOCore
[1790/1854] Compiling X509 VerifierPolicy.swift
[1791/1854] Compiling X509 AlgorithmIdentifier.swift
[1792/1854] Compiling X509 ECDSASignature.swift
[1793/1854] Compiling X509 RSAPKCS1PublicKey.swift
[1794/1854] Compiling X509 SubjectPublicKeyInfo.swift
[1795/1854] Compiling X509 TBSCertificate.swift
[1796/1854] Compiling X509 Time.swift
[1797/1854] Compiling X509 TimeCalculations.swift
[1798/1854] Compiling X509 Validity.swift
[1799/1854] Compiling X509 X509SendableMetatype.swift
[1800/1854] Compiling X509 SubjectKeyIdentifier.swift
[1801/1854] Compiling X509 Extension.swift
[1802/1854] Compiling X509 Extensions.swift
[1803/1854] Compiling X509 ExtensionsBuilder.swift
[1804/1854] Compiling X509 GeneralName.swift
[1805/1854] Compiling X509 Lock.swift
[1806/1854] Compiling X509 LockedValueBox.swift
[1807/1854] Compiling X509 BasicOCSPResponse.swift
[1808/1854] Compiling X509 DirectoryString.swift
[1809/1854] Compiling X509 OCSPCertID.swift
[1810/1854] Compiling X509 OCSPCertStatus.swift
[1811/1854] Compiling X509 CSRAttribute.swift
[1812/1854] Compiling X509 CSRAttributes.swift
[1813/1854] Compiling X509 CSRVersion.swift
[1814/1854] Compiling X509 CertificateSigningRequest.swift
[1815/1854] Compiling X509 CertificationRequestInfo.swift
[1816/1854] Compiling X509 ExtensionRequest.swift
[1817/1854] Compiling X509 Certificate.swift
[1818/1854] Compiling X509 CertificatePrivateKey.swift
[1819/1854] Compiling X509 CertificatePublicKey.swift
[1820/1854] Compiling X509 CertificateSerialNumber.swift
[1821/1854] Compiling X509 CertificateVersion.swift
[1822/1854] Compiling X509 StateOrProvinceName.swift
[1823/1854] Compiling X509 StreetAddress.swift
[1824/1854] Compiling X509 Error.swift
[1825/1854] Compiling X509 AuthorityInformationAccess.swift
[1826/1854] Compiling X509 AuthorityKeyIdentifier.swift
[1827/1854] Compiling X509 BasicConstraints.swift
[1828/1854] Compiling X509 ExtendedKeyUsage.swift
[1829/1854] Compiling X509 ExtensionIdentifiers.swift
[1830/1854] Compiling X509 KeyUsage.swift
[1831/1854] Compiling X509 NameConstraints.swift
[1832/1854] Compiling X509 SubjectAlternativeName.swift
[1833/1854] Compiling X509 OCSPTBSRequest.swift
[1834/1854] Compiling X509 OCSPVersion.swift
[1835/1854] Compiling X509 PKCS8PrivateKey.swift
[1836/1854] Compiling X509 PromiseAndFuture.swift
[1837/1854] Compiling X509 RDNAttribute.swift
[1838/1854] Compiling X509 RandomNumberGenerator+bytes.swift
[1839/1854] Compiling X509 RelativeDistinguishedName.swift
[1840/1854] Compiling X509 SEC1PrivateKey.swift
[1841/1854] Compiling X509 SecKeyWrapper.swift
[1842/1854] Compiling X509 Signature.swift
[1843/1854] Compiling X509 SignatureAlgorithm.swift
[1844/1910] Compiling NIOPosix Pool.swift
[1845/1910] Compiling NIOPosix FileDescriptor.swift
[1846/1910] Compiling NIOPosix GetaddrinfoResolver.swift
[1847/1910] Compiling NIOPosix HappyEyeballs.swift
[1848/1910] Compiling NIOPosix IO.swift
[1849/1910] Compiling NIOPosix IntegerBitPacking.swift
[1850/1910] Compiling NIOPosix IntegerTypes.swift
[1851/1910] Compiling NIOPosix Linux.swift
[1852/1910] Compiling NIOPosix LinuxCPUSet.swift
[1853/1910] Compiling NIOPosix LinuxUring.swift
[1854/1910] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1855/1910] Compiling NIOEmbedded AsyncTestingChannel.swift
[1856/1910] Emitting module NIOEmbedded
[1857/1910] Compiling NIOEmbedded Embedded.swift
[1858/1910] Emitting module X509
[1859/1910] Compiling NIOPosix BSDSocketAPICommon.swift
[1860/1910] Compiling NIOPosix BSDSocketAPIPosix.swift
[1861/1910] Compiling NIOPosix BSDSocketAPIWindows.swift
[1862/1910] Compiling NIOPosix BaseSocket.swift
[1863/1910] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[1864/1910] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1868/1915] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1869/1915] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1870/1915] Compiling NIOPosix NIOThreadPool.swift
[1871/1915] Compiling NIOPosix SelectorWSAPoll.swift
[1872/1915] Compiling NIOPosix ServerSocket.swift
[1873/1915] Compiling NIOPosix Socket.swift
[1874/1915] Compiling NIOPosix SocketChannel.swift
[1875/1915] Compiling NIOPosix SocketProtocols.swift
[1882/1915] Emitting module NIOPosix
[1883/1915] Compiling NIOPosix Utilities.swift
[1884/1915] Compiling NIOPosix VsockAddress.swift
[1885/1915] Compiling NIOPosix VsockChannelEvents.swift
[1886/1915] Compiling NIOPosix Windows.swift
[1887/1915] Compiling NIOPosix resource_bundle_accessor.swift
[1888/1915] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1889/1915] Compiling NIOPosix PosixSingletons.swift
[1890/1915] Compiling NIOPosix RawSocketBootstrap.swift
[1891/1915] Compiling NIOPosix Resolver.swift
[1892/1915] Compiling NIOPosix Selectable.swift
[1893/1915] Compiling NIOPosix SelectableChannel.swift
[1894/1915] Compiling NIOPosix SelectableEventLoop.swift
[1895/1915] Compiling NIOPosix SelectorEpoll.swift
[1896/1915] Compiling NIOPosix SelectorGeneric.swift
[1897/1915] Compiling NIOPosix SelectorKqueue.swift
[1898/1915] Compiling NIOPosix SelectorUring.swift
[1899/1915] Compiling NIOPosix NonBlockingFileIO.swift
[1900/1915] Compiling NIOPosix PendingDatagramWritesManager.swift
[1901/1915] Compiling NIOPosix PendingWritesManager.swift
[1902/1915] Compiling NIOPosix PipeChannel.swift
[1903/1915] Compiling NIOPosix PipePair.swift
[1905/1915] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1906/1915] Compiling NIOPosix System.swift
[1907/1915] Compiling NIOPosix Thread.swift
[1908/1915] Compiling NIOPosix ThreadPosix.swift
[1909/1915] Compiling NIOPosix ThreadWindows.swift
[1910/1915] Compiling NIOPosix BaseSocketChannel.swift
[1911/1915] Compiling NIOPosix BaseStreamSocketChannel.swift
[1912/1915] Compiling NIOPosix Bootstrap.swift
[1913/1915] Compiling NIOPosix ControlMessage.swift
[1914/1915] Compiling NIOPosix DatagramVectorReadManager.swift
[1915/1915] Compiling NIOPosix Errors+Any.swift
[1916/1976] Emitting module NIO
[1917/1976] Compiling NIO Exports.swift
[1918/1976] Compiling _NIOFileSystem Array+FileSystem.swift
[1919/1976] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1920/1976] Compiling _NIOFileSystem BufferedReader.swift
[1921/2018] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1922/2018] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1923/2018] Compiling NIOTLS TLSEvents.swift
[1924/2018] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1925/2018] Compiling _NIOFileSystem FileSystemError.swift
[1926/2018] Compiling _NIOFileSystem IOStrategy.swift
[1927/2018] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1928/2018] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1929/2018] Compiling NIOSOCKS ClientStateMachine.swift
[1930/2018] Compiling NIOSOCKS SOCKSResponse.swift
[1931/2019] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1932/2019] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1933/2019] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1934/2019] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1935/2019] Emitting module NIOTLS
[1936/2019] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1937/2019] Compiling NIOTLS SNIHandler.swift
[1938/2019] Compiling NIOSOCKS Errors.swift
[1939/2019] Compiling NIOSOCKS SOCKSRequest.swift
[1940/2019] Compiling NIOSOCKS Messages.swift
[1941/2019] Compiling NIOSOCKS Helpers.swift
[1942/2019] Compiling NIOSOCKS AuthenticationMethod.swift
[1943/2019] Compiling NIOSOCKS ClientGreeting.swift
[1944/2019] Emitting module NIOSOCKS
[1945/2019] Compiling NIOSOCKS SOCKSClientHandler.swift
[1947/2050] Compiling NIOSOCKS ServerStateMachine.swift
[1948/2050] Compiling NIOSSL SafeCompare.swift
[1949/2050] Compiling NIOSSL Zeroization.swift
[1950/2050] Compiling NIOSSL NIOSSLHandler.swift
[1951/2050] Compiling NIOSSL SSLInit.swift
[1952/2050] Compiling NIOSSL SSLCallbacks.swift
[1953/2050] Compiling NIOSSL SSLPublicKey.swift
[1954/2050] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1955/2050] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1956/2050] Compiling NIOSSL LinuxCABundle.swift
[1957/2050] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1958/2050] Emitting module NIOFoundationCompat
[1959/2050] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1962/2050] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1963/2050] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1964/2051] Compiling NIOSSL AndroidCABundle.swift
[1965/2051] Compiling NIOSSL ByteBufferBIO.swift
[1966/2051] Compiling NIOSSL CustomPrivateKey.swift
[1967/2051] Compiling NIOSSL IdentityVerification.swift
[1968/2051] Emitting module _NIOFileSystem
[1969/2063] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1970/2063] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1971/2063] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1972/2063] Compiling NIOTransportServices NIOTSErrors.swift
[1973/2077] Compiling NIOSSL SSLConnection.swift
[1974/2077] Compiling NIOSSL SSLContext.swift
[1975/2077] Compiling NIOSSL SSLErrors.swift
[1976/2077] Compiling NIOSSL SubjectAlternativeName.swift
[1977/2077] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1978/2077] Compiling NIOTransportServices NIOTSSingletons.swift
[1979/2077] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1980/2077] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1981/2077] Compiling NIOTransportServices NIOTSEventLoop.swift
[1982/2077] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1985/2077] Compiling NIOSSL TLSConfiguration.swift
[1986/2077] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[1987/2077] Compiling _NIOFileSystem OpenOptions.swift
[1988/2077] Compiling _NIOFileSystem String+FileSystem.swift
[1989/2077] Compiling _NIOFileSystem resource_bundle_accessor.swift
[1990/2077] Compiling NIOSSL NIOSSLSecureBytes.swift
[1991/2077] Compiling NIOSSL RNG.swift
[1992/2077] Compiling _NIOFileSystem Mocking.swift
[1993/2077] Compiling _NIOFileSystem Syscall.swift
[1994/2077] Compiling _NIOFileSystem Syscalls.swift
[1995/2077] Compiling _NIOFileSystem SystemFileHandle.swift
[1996/2077] Compiling _NIOFileSystem Utilities.swift
[1997/2077] Compiling _NIOFileSystem NIOFilePath.swift
[2002/2077] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[2003/2077] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[2004/2077] Emitting module NIOHTTP1
[2005/2077] Compiling NIOTransportServices AcceptHandler.swift
[2006/2077] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[2007/2077] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[2008/2077] Compiling NIOTransportServices NIOTSBootstraps.swift
[2009/2077] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[2010/2077] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[2011/2143] Emitting module AsyncKit
[2014/2143] Compiling MultipartKit MultipartParser.swift
[2016/2145] Compiling NIOHPACK IntegerCoding.swift
[2017/2145] Compiling NIOHPACK IndexedHeaderTable.swift
[2018/2146] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2019/2146] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2020/2147] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[2021/2147] Compiling NIOHPACK HuffmanCoding.swift
[2022/2147] Compiling NIOHPACK HeaderTables.swift
[2023/2147] Compiling NIOHPACK HuffmanTables.swift
[2024/2147] Compiling MultipartKit MultipartFormData.swift
[2026/2148] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[2027/2148] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[2028/2148] Compiling MultipartKit FormDataEncoder.Encoder.swift
[2029/2148] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[2030/2148] Compiling MultipartKit MultipartPart.swift
[2031/2148] Compiling MultipartKit MultipartPartConvertible.swift
[2032/2148] Compiling MultipartKit FormDataEncoder.swift
[2033/2148] Compiling MultipartKit Storage.swift
[2034/2148] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[2035/2148] Compiling MultipartKit FormDataDecoder.swift
[2036/2148] Compiling NIOHTTPCompression HTTPCompression.swift
[2037/2148] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2038/2148] Emitting module NIOHTTPCompression
[2039/2148] Compiling NIOHTTPCompression HTTPDecompression.swift
[2040/2148] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2041/2148] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2042/2148] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2043/2148] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2044/2148] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2045/2148] Compiling NIOWebSocket WebSocketOpcode.swift
[2046/2148] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2047/2148] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[2048/2148] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[2049/2148] Emitting module NIOWebSocket
[2050/2148] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[2051/2148] Compiling NIOWebSocket SHA1.swift
[2052/2148] Compiling NIOWebSocket WebSocketFrame.swift
[2053/2148] Compiling NIOHPACK StaticHeaderTable.swift
[2054/2148] Compiling MultipartKit Exports.swift
[2055/2148] Compiling MultipartKit FormDataDecoder.Decoder.swift
[2056/2148] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[2057/2148] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[2058/2148] Compiling MultipartKit BasicCodingKey.swift
[2059/2148] Compiling MultipartKit MultipartError.swift
[2060/2148] Emitting module NIOExtras
[2061/2148] Compiling NIOHPACK HPACKErrors.swift
[2062/2148] Compiling NIOHPACK HPACKEncoder.swift
[2065/2148] Compiling NIOHPACK HPACKHeader.swift
[2066/2148] Emitting module NIOHPACK
[2072/2148] Emitting module NIOTransportServices
[2103/2148] Emitting module MultipartKit
[2112/2150] Emitting module NIOSSL
[2127/2175] Compiling NIOHTTP2 HTTP2PingData.swift
[2128/2175] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2129/2175] Compiling NIOHTTP2 HTTP2Settings.swift
[2130/2175] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2131/2175] Compiling NIOHTTP2 HTTP2Frame.swift
[2132/2175] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2133/2175] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2137/2175] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2138/2175] Compiling NIOHTTP2 HTTP2Error.swift
[2139/2175] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2145/2222] Compiling NIOExtras WritePCAPHandler.swift
[2146/2222] Compiling NIOFileSystem Exports.swift
[2147/2222] Emitting module NIOFileSystem
[2148/2222] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2149/2222] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2150/2222] Compiling NIOHTTP2 HTTP2StreamID.swift
[2151/2222] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2152/2222] Compiling NIOHTTP2 QuiescingState.swift
[2153/2222] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2154/2222] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2155/2222] Compiling NIOHTTP2 StateMachineResult.swift
[2156/2222] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2157/2222] Compiling NIOHTTP2 DOSHeuristics.swift
[2158/2229] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2159/2229] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2160/2229] Emitting module _NIOFileSystemFoundationCompat
[2161/2237] Emitting module NIOHTTP2
[2162/2237] Compiling WebSocketKit WebSocketHandler.swift
[2163/2237] Compiling WebSocketKit WebSocket.swift
[2164/2237] Compiling WebSocketKit WebSocket+Connect.swift
[2165/2237] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2166/2237] Compiling WebSocketKit WebSocket+Concurrency.swift
[2167/2237] Compiling WebSocketKit Exports.swift
[2168/2237] Emitting module WebSocketKit
[2169/2237] Compiling WebSocketKit WebSocketClient.swift
[2170/2237] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2171/2237] Compiling NIOHTTP2 StreamChannelList.swift
[2172/2237] Compiling NIOHTTP2 StreamMap.swift
[2173/2237] Compiling NIOHTTP2 StreamStateMachine.swift
[2174/2237] Compiling NIOHTTP2 Timer.swift
[2175/2237] Compiling NIOHTTP2 UnsafeTransfer.swift
[2176/2237] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2177/2237] Compiling NIOHTTP2 Error+Any.swift
[2178/2237] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2179/2237] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2180/2237] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2181/2237] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2182/2237] Compiling NIOHTTP2 GlitchesMonitor.swift
[2183/2237] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2184/2237] Compiling NIOHTTP2 SendingRstStreamState.swift
[2185/2237] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2186/2237] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2187/2237] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2188/2237] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2189/2237] Compiling NIOHTTP2 HasLocalSettings.swift
[2190/2237] Compiling NIOHTTP2 HasRemoteSettings.swift
[2191/2237] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2192/2237] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2193/2237] Compiling NIOHTTP2 MaySendFrames.swift
[2194/2237] Compiling NIOHTTP2 SendingDataState.swift
[2195/2237] Compiling NIOHTTP2 SendingGoawayState.swift
[2196/2237] Compiling NIOHTTP2 SendingHeadersState.swift
[2197/2237] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2198/2237] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2199/2237] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2200/2237] Compiling NIOHTTP2 MayReceiveFrames.swift
[2201/2237] Compiling NIOHTTP2 ReceivingDataState.swift
[2202/2237] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2203/2237] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2204/2237] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2205/2237] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2206/2237] Compiling NIOHTTP2 InboundEventBuffer.swift
[2207/2237] Compiling NIOHTTP2 InboundWindowManager.swift
[2208/2237] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2209/2237] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[2210/2237] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler+StateMachine.swift
[2211/2237] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler.swift
[2212/2237] Compiling NIOHTTP2 HTTP2Stream.swift
[2213/2237] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2217/2237] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2218/2237] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2226/2237] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2227/2237] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2228/2237] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2229/2237] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2238/2302] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2239/2302] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2240/2302] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2241/2302] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2242/2302] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2243/2302] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[2244/2302] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2245/2302] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2246/2309] Emitting module AsyncHTTPClient
[2247/2309] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2248/2309] Compiling AsyncHTTPClient ConnectionTarget.swift
[2249/2309] Compiling AsyncHTTPClient DeconstructedURL.swift
[2250/2309] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2251/2309] Compiling AsyncHTTPClient FoundationExtensions.swift
[2252/2309] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2253/2309] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2254/2309] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2255/2309] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2256/2309] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2257/2309] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2258/2309] Compiling AsyncHTTPClient Transaction.swift
[2259/2309] Compiling AsyncHTTPClient Base64.swift
[2260/2309] Compiling AsyncHTTPClient BasicAuth.swift
[2261/2309] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2262/2309] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2263/2309] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2264/2309] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2265/2309] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2266/2309] Compiling AsyncHTTPClient RequestBodyLength.swift
[2267/2309] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2268/2309] Compiling AsyncHTTPClient SSLContextCache.swift
[2269/2309] Compiling AsyncHTTPClient Scheme.swift
[2270/2309] Compiling AsyncHTTPClient Singleton.swift
[2271/2309] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2272/2309] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2273/2309] Compiling AsyncHTTPClient TracingSupport.swift
[2274/2309] Compiling AsyncHTTPClient Utils.swift
[2275/2309] Compiling AsyncHTTPClient HTTP1Connection.swift
[2276/2309] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2277/2309] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2278/2309] Compiling AsyncHTTPClient HTTP2Connection.swift
[2279/2309] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2280/2309] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2281/2309] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2282/2309] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2283/2309] Compiling AsyncHTTPClient TLSConfiguration.swift
[2284/2309] Compiling AsyncHTTPClient RedirectState.swift
[2285/2309] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2286/2309] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[2287/2309] Compiling AsyncHTTPClient RequestBag.swift
[2288/2309] Compiling AsyncHTTPClient RequestValidation.swift
[2289/2309] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2290/2309] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2291/2309] Compiling AsyncHTTPClient ConnectionPool.swift
[2292/2309] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2293/2309] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2294/2309] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2295/2309] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2296/2309] Compiling AsyncHTTPClient RequestOptions.swift
[2297/2309] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2298/2309] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2299/2309] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2300/2309] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2301/2309] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2302/2309] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2303/2309] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2304/2309] Compiling AsyncHTTPClient HTTPClient.swift
[2305/2309] Compiling AsyncHTTPClient HTTPClientConfiguration+SwiftConfiguration.swift
[2306/2309] Compiling AsyncHTTPClient HTTPHandler.swift
[2307/2309] Compiling AsyncHTTPClient LRUCache.swift
[2308/2309] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2309/2309] Compiling AsyncHTTPClient NWErrorHandler.swift
[2310/2507] Compiling Vapor PlaintextDecoder.swift
[2311/2507] Compiling Vapor PlaintextEncoder.swift
[2312/2507] Compiling Vapor URLQueryCoders.swift
[2313/2507] Compiling Vapor URLQueryContainer.swift
[2314/2507] Compiling Vapor Core.swift
[2315/2507] Compiling Vapor Running.swift
[2316/2507] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2317/2507] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2318/2507] Compiling Vapor DotEnvFile+load.swift
[2319/2507] Compiling Vapor Routes+caseInsenstive.swift
[2320/2507] Compiling Vapor Validatable+validate.swift
[2321/2507] Compiling Vapor Environment+Process.swift
[2322/2507] Compiling Vapor Environment+Secret.swift
[2323/2507] Compiling Vapor Environment.swift
[2324/2507] Compiling Vapor Abort.swift
[2325/2507] Compiling Vapor AbortError.swift
[2326/2507] Compiling Vapor DebuggableError.swift
[2327/2507] Compiling Vapor Demangler.swift
[2328/2507] Compiling Vapor ErrorSource.swift
[2329/2507] Compiling Vapor StackTrace.swift
[2330/2507] Compiling Vapor Exports.swift
[2331/2507] Compiling Vapor Application+HTTP.swift
[2332/2528] Compiling Vapor HTTPMediaTypePreference.swift
[2333/2528] Compiling Vapor Responder.swift
[2334/2528] Compiling Vapor Application+HTTP+Server.swift
[2335/2528] Compiling Vapor HTTPServer.swift
[2336/2528] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2337/2528] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2338/2528] Compiling Vapor HTTPServerHandler.swift
[2339/2528] Compiling Vapor HTTPServerRequestDecoder.swift
[2340/2528] Compiling Vapor HTTPServerResponseEncoder.swift
[2341/2528] Compiling Vapor HTTPServerUpgradeHandler.swift
[2342/2528] Compiling Vapor Logger+Report.swift
[2343/2528] Compiling Vapor LoggingSystem+Environment.swift
[2344/2528] Compiling Vapor Application+Middleware.swift
[2345/2528] Compiling Vapor CORSMiddleware.swift
[2346/2528] Compiling Vapor ErrorMiddleware.swift
[2347/2528] Compiling Vapor FileMiddleware.swift
[2348/2528] Compiling Vapor Middleware.swift
[2349/2528] Compiling Vapor MiddlewareConfiguration.swift
[2350/2528] Compiling Vapor ResponseCompressionMiddleware.swift
[2351/2528] Compiling Vapor RouteLoggingMiddleware.swift
[2352/2528] Compiling Vapor TracingMiddleware.swift
[2353/2528] Compiling Vapor File+Multipart.swift
[2354/2528] Compiling Vapor Case.swift
[2355/2528] Compiling Vapor CharacterSet.swift
[2356/2528] Compiling Vapor Count.swift
[2357/2528] Compiling Vapor Custom.swift
[2358/2528] Compiling Vapor Email.swift
[2359/2528] Compiling Vapor Empty.swift
[2360/2528] Compiling Vapor In.swift
[2361/2528] Compiling Vapor Nil.swift
[2362/2528] Compiling Vapor NilIgnoring.swift
[2363/2528] Compiling Vapor Not.swift
[2364/2528] Compiling Vapor Or.swift
[2365/2528] Compiling Vapor Pattern.swift
[2366/2528] Compiling Vapor Range.swift
[2367/2528] Compiling Vapor URL.swift
[2368/2528] Compiling Vapor Valid.swift
[2369/2528] Compiling Vapor Application+Views.swift
[2370/2528] Compiling Vapor PlaintextRenderer.swift
[2371/2528] Compiling Vapor Request+View.swift
[2372/2528] Compiling Vapor View.swift
[2373/2528] Compiling Vapor ViewRenderer.swift
[2374/2528] Compiling Vapor _Deprecations.swift
[2375/2528] Compiling Vapor FormDataDecoder+Content.swift
[2376/2528] Compiling Vapor FormDataEncoder+Content.swift
[2377/2528] Compiling Vapor Application+Password.swift
[2378/2528] Compiling Vapor Application+Passwords.swift
[2379/2528] Compiling Vapor AsyncPasswordHasher.swift
[2380/2528] Compiling Vapor BcryptHasher.swift
[2381/2528] Compiling Vapor PasswordHasher.swift
[2382/2528] Compiling Vapor PlaintextHasher.swift
[2383/2528] Compiling Vapor Request+Password.swift
[2384/2528] Compiling Vapor Redirect.swift
[2385/2528] Compiling Vapor Request+Body.swift
[2386/2528] Compiling Vapor Request+BodyStream.swift
[2387/2528] Compiling Vapor Request.swift
[2388/2528] Compiling Vapor Application+Responder.swift
[2389/2528] Compiling Vapor DefaultResponder.swift
[2390/2528] Compiling Vapor Response+Body.swift
[2391/2528] Compiling Vapor Response.swift
[2392/2528] Compiling Vapor ResponseCodable.swift
[2393/2528] Compiling Vapor Application+Routes.swift
[2394/2528] Compiling Vapor Parameters+Require.swift
[2395/2528] Compiling Vapor Request+WebSocket.swift
[2396/2528] Compiling Vapor Route.swift
[2397/2528] Compiling Vapor RouteCollection.swift
[2398/2528] Compiling Vapor Routes.swift
[2399/2528] Compiling Vapor RoutesBuilder+Group.swift
[2400/2528] Compiling Vapor RoutesBuilder+Method.swift
[2401/2528] Compiling Vapor RoutesBuilder+Middleware.swift
[2402/2528] Compiling Vapor RoutesBuilder+WebSocket.swift
[2403/2528] Compiling Vapor RoutesBuilder.swift
[2404/2528] Compiling Vapor OTP.swift
[2405/2528] Compiling Vapor ValidatedCertificateChain.swift
[2406/2528] Compiling Vapor Application+Servers.swift
[2407/2528] Compiling Vapor Server.swift
[2408/2528] Compiling Vapor App+Service.swift
[2409/2528] Compiling Vapor Req+Service.swift
[2410/2528] Compiling Vapor Service.swift
[2411/2528] Compiling Vapor Application+Sessions.swift
[2412/2528] Compiling Vapor MemorySessions.swift
[2413/2528] Compiling Vapor Request+Session.swift
[2414/2528] Compiling Vapor Session.swift
[2415/2528] Compiling Vapor SessionCache.swift
[2416/2528] Compiling Vapor SessionData.swift
[2417/2528] Compiling Vapor SessionDriver.swift
[2418/2528] Compiling Vapor SessionsConfiguration.swift
[2419/2528] Emitting module Vapor
[2420/2528] Compiling Vapor Application.swift
[2421/2528] Compiling Vapor AuthenticationCache.swift
[2422/2528] Compiling Vapor Authenticator.swift
[2423/2528] Compiling Vapor BasicAuthorization.swift
[2424/2528] Compiling Vapor BearerAuthorization.swift
[2425/2528] Compiling Vapor GuardMiddleware.swift
[2426/2528] Compiling Vapor RedirectMiddleware.swift
[2427/2528] Compiling Vapor SessionAuthenticatable.swift
[2428/2528] Compiling Vapor Bcrypt.swift
[2429/2528] Compiling Vapor Application+Cache.swift
[2430/2528] Compiling Vapor Cache.swift
[2431/2528] Compiling Vapor CacheExpirationTime.swift
[2432/2528] Compiling Vapor MemoryCache.swift
[2433/2528] Compiling Vapor Request+Cache.swift
[2434/2528] Compiling Vapor Application+Clients.swift
[2435/2528] Compiling Vapor Client.swift
[2436/2528] Compiling Vapor ClientRequest.swift
[2437/2528] Compiling Vapor ClientResponse.swift
[2438/2528] Compiling Vapor Request+Client.swift
[2439/2528] Compiling Vapor BootCommand.swift
[2440/2528] Compiling Vapor CommandContext+Application.swift
[2441/2528] Compiling Vapor RoutesCommand.swift
[2442/2528] Compiling Vapor ServeCommand.swift
[2443/2528] Compiling Vapor AnyResponse+Concurrency.swift
[2444/2528] Compiling Vapor AsyncBasicResponder.swift
[2445/2528] Compiling Vapor AsyncMiddleware.swift
[2446/2528] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2447/2528] Compiling Vapor AsyncSessionDriver.swift
[2448/2528] Compiling Vapor Authentication+Concurrency.swift
[2449/2528] Compiling Vapor Cache+Concurrency.swift
[2450/2528] Compiling Vapor Client+Concurrency.swift
[2451/2528] Compiling Vapor RequestBody+Concurrency.swift
[2452/2528] Compiling Vapor Responder+Concurrency.swift
[2453/2528] Compiling Vapor ResponseCodable+Concurrency.swift
[2454/2528] Compiling Vapor RoutesBuilder+Concurrency.swift
[2455/2528] Compiling Vapor ViewRenderer+Concurrency.swift
[2456/2528] Compiling Vapor WebSocket+Concurrency.swift
[2457/2528] Compiling Vapor ContainerGetPathExecutor.swift
[2458/2528] Compiling Vapor Content.swift
[2459/2528] Compiling Vapor ContentCoders.swift
[2460/2528] Compiling Vapor ContentConfiguration.swift
[2461/2528] Compiling Vapor ContentContainer.swift
[2462/2528] Compiling Vapor JSONCoder+Custom.swift
[2463/2528] Compiling Vapor JSONCoders+Content.swift
[2464/2528] Compiling Vapor SessionsMiddleware.swift
[2465/2528] Compiling Vapor URLEncodedFormData.swift
[2466/2528] Compiling Vapor URLEncodedFormDecoder.swift
[2467/2528] Compiling Vapor URLEncodedFormEncoder.swift
[2468/2528] Compiling Vapor URLEncodedFormError.swift
[2469/2528] Compiling Vapor URLEncodedFormParser.swift
[2470/2528] Compiling Vapor URLEncodedFormSerializer.swift
[2471/2528] Compiling Vapor URLQueryFragmentConvertible.swift
[2472/2528] Compiling Vapor AnyResponse.swift
[2473/2528] Compiling Vapor Array+Random.swift
[2474/2528] Compiling Vapor Base32.swift
[2475/2528] Compiling Vapor Base64.swift
[2476/2528] Compiling Vapor BaseN.swift
[2477/2528] Compiling Vapor BasicCodingKey.swift
[2478/2528] Compiling Vapor ByteCount.swift
[2479/2528] Compiling Vapor Bytes+Hex.swift
[2480/2528] Compiling Vapor Bytes+SecureCompare.swift
[2481/2528] Compiling Vapor Collection+Safe.swift
[2482/2528] Compiling Vapor DataProtocol+Copy.swift
[2483/2528] Compiling Vapor DecoderUnwrapper.swift
[2484/2528] Compiling Vapor DirectoryConfiguration.swift
[2485/2528] Compiling Vapor DotEnv.swift
[2486/2528] Compiling Vapor Extendable.swift
[2487/2528] Compiling Vapor File.swift
[2488/2528] Compiling Vapor FileIO.swift
[2489/2528] Compiling Vapor LifecycleHandler.swift
[2490/2528] Compiling Vapor OptionalType.swift
[2491/2528] Compiling Vapor RFC1123.swift
[2492/2528] Compiling Vapor SocketAddress+Hostname.swift
[2493/2528] Compiling Vapor Storage.swift
[2494/2528] Compiling Vapor String+IsIPAddress.swift
[2495/2528] Compiling Vapor Thread.swift
[2496/2528] Compiling Vapor URI.swift
[2497/2528] Compiling Vapor VaporSendableMetadataType.swift
[2498/2528] Compiling Vapor RangeResult.swift
[2499/2528] Compiling Vapor Validatable.swift
[2500/2528] Compiling Vapor Validation.swift
[2501/2528] Compiling Vapor ValidationKey.swift
[2502/2528] Compiling Vapor Validations.swift
[2503/2528] Compiling Vapor ValidationsError.swift
[2504/2528] Compiling Vapor Validator.swift
[2505/2528] Compiling Vapor ValidatorResult.swift
[2506/2528] Compiling Vapor And.swift
[2507/2528] Compiling Vapor BasicResponder.swift
[2508/2528] Compiling Vapor BodyStream.swift
[2509/2528] Compiling Vapor Application+HTTP+Client.swift
[2510/2528] Compiling Vapor EventLoopHTTPClient.swift
[2511/2528] Compiling Vapor EndpointCache.swift
[2512/2528] Compiling Vapor HTTPMethod+String.swift
[2513/2528] Compiling Vapor HTTPStatus.swift
[2514/2528] Compiling Vapor HTTPCookies.swift
[2515/2528] Compiling Vapor HTTPHeaderCacheControl.swift
[2516/2528] Compiling Vapor HTTPHeaderExpires.swift
[2517/2528] Compiling Vapor HTTPHeaderLastModified.swift
[2518/2528] Compiling Vapor HTTPHeaders+Cache.swift
[2519/2528] Compiling Vapor HTTPHeaders+Connection.swift
[2520/2528] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2521/2528] Compiling Vapor HTTPHeaders+ContentRange.swift
[2522/2528] Compiling Vapor HTTPHeaders+Directive.swift
[2523/2528] Compiling Vapor HTTPHeaders+Forwarded.swift
[2524/2528] Compiling Vapor HTTPHeaders+Link.swift
[2525/2528] Compiling Vapor HTTPHeaders+Name.swift
[2526/2528] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2527/2528] Compiling Vapor HTTPHeaders.swift
[2528/2528] Compiling Vapor HTTPMediaType.swift
[2529/2539] Compiling SockitServer TypedRouter.swift
[2530/2540] Compiling SockitServer SockitHandler.swift
[2531/2540] Compiling SockitServer SockitServer.swift
[2532/2540] Compiling SockitServer ConnectionManager.swift
[2533/2540] Compiling SockitServer ChannelRegistry.swift
[2534/2540] Compiling SockitServer ConnectionReducer.swift
[2535/2540] Compiling SockitServer ServerAction.swift
[2536/2540] Compiling SockitServer ServerEffect.swift
[2537/2540] Compiling SockitServer Connection.swift
[2538/2540] Compiling SockitServer ConnectionState.swift
[2539/2540] Emitting module SockitServer
[2540/2540] Compiling SockitServer VaporIntegration.swift
Build complete! (97.81s)
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/websocket-kit.git
[1/2652] Fetching websocket-kit
[2653/79793] Fetching websocket-kit, vapor
Fetched https://github.com/vapor/websocket-kit.git from cache (2.20s)
Fetched https://github.com/vapor/vapor.git from cache (2.20s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (2.73s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.94s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.96s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.96s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.32s)
Fetched https://github.com/apple/swift-nio.git from cache (2.41s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.97s)
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.50s)
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.52s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (0.64s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (1.00s)
Fetched https://github.com/apple/swift-collections.git from cache (1.39s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.94s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.63s)
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-async-algorithms.git
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
[1/2676] Fetching swift-service-lifecycle
[162/9801] Fetching swift-service-lifecycle, swift-certificates
[742/16029] Fetching swift-service-lifecycle, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-log.git from cache (1.03s)
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.10s)
[7949/9801] Fetching swift-service-lifecycle, swift-certificates
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetched https://github.com/apple/swift-certificates.git from cache (1.18s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.18s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.19s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.19s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.22s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.89s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.98s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.01s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.78s)
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.30s)
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.53s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.49s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (2.53s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.49s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.63s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.44s)
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 (1.96s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.52s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (1.11s)
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/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.121.3 (0.53s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/apple/swift-metrics.git from cache
[1/3616] Fetching multipart-kit
[255/4826] Fetching multipart-kit, swift-service-context
[376/7322] Fetching multipart-kit, swift-service-context, async-kit
[476/13013] Fetching multipart-kit, swift-service-context, async-kit, swift-distributed-tracing
[719/34415] Fetching multipart-kit, swift-service-context, async-kit, swift-distributed-tracing, routing-kit
[2657/40982] Fetching multipart-kit, swift-service-context, async-kit, swift-distributed-tracing, routing-kit, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (1.11s)
Fetching https://github.com/swift-server/async-http-client.git from cache
[27291/34415] Fetching multipart-kit, swift-service-context, async-kit, swift-distributed-tracing, routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.42s)
Fetched https://github.com/apple/swift-service-context.git from cache (1.42s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.42s)
Fetched https://github.com/vapor/async-kit.git from cache (1.42s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.43s)
[1664/3616] Fetching multipart-kit
Fetched https://github.com/vapor/multipart-kit.git from cache (1.64s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.13s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.3 (2.78s)
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.50s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (0.50s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.53s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.22.0 (0.52s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (0.53s)
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/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/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/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-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-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-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-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/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-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-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/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.10.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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.8.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/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-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/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/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/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/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/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Build complete.
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.99.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "websocket-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.16.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/websocket-kit.git"
}
],
"manifest_display_name" : "Sockit",
"name" : "Sockit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SockitCore",
"targets" : [
"SockitCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SockitClient",
"targets" : [
"SockitClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SockitServer",
"targets" : [
"SockitServer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "SockitServerTests",
"module_type" : "SwiftTarget",
"name" : "SockitServerTests",
"path" : "Tests/SockitServerTests",
"sources" : [
"ChannelRegistryTests.swift",
"CodeReviewFindingsServerTests.swift",
"ConnectionManagerTests.swift",
"ConnectionReducerTests.swift",
"TypedRouterTests.swift"
],
"target_dependencies" : [
"SockitServer",
"SockitClient"
],
"type" : "test"
},
{
"c99name" : "SockitServer",
"module_type" : "SwiftTarget",
"name" : "SockitServer",
"path" : "Sources/SockitServer",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"SockitServer"
],
"sources" : [
"Internal/Action/ServerAction.swift",
"Internal/Effect/ServerEffect.swift",
"Internal/Reducer/ConnectionReducer.swift",
"Internal/State/ConnectionState.swift",
"Public/ChannelRegistry.swift",
"Public/Connection.swift",
"Public/ConnectionManager.swift",
"Public/SockitHandler.swift",
"Public/TypedRouter.swift",
"SockitServer.swift",
"Vapor/VaporIntegration.swift"
],
"target_dependencies" : [
"SockitCore"
],
"type" : "library"
},
{
"c99name" : "SockitNIOTransportTests",
"module_type" : "SwiftTarget",
"name" : "SockitNIOTransportTests",
"path" : "Tests/SockitNIOTransportTests",
"sources" : [
"NIOWebSocketTransportTests.swift"
],
"target_dependencies" : [
"SockitNIOTransport",
"SockitCore"
],
"type" : "test"
},
{
"c99name" : "SockitNIOTransport",
"module_type" : "SwiftTarget",
"name" : "SockitNIOTransport",
"path" : "Sources/SockitNIOTransport",
"product_dependencies" : [
"WebSocketKit"
],
"product_memberships" : [
"SockitClient"
],
"sources" : [
"NIOWebSocketTransport.swift"
],
"target_dependencies" : [
"SockitCore"
],
"type" : "library"
},
{
"c99name" : "SockitIntegrationTests",
"module_type" : "SwiftTarget",
"name" : "SockitIntegrationTests",
"path" : "Tests/SockitIntegrationTests",
"sources" : [
"IntegrationTests.swift"
],
"target_dependencies" : [
"SockitClient",
"SockitNIOTransport"
],
"type" : "test"
},
{
"c99name" : "SockitCoreTests",
"module_type" : "SwiftTarget",
"name" : "SockitCoreTests",
"path" : "Tests/SockitCoreTests",
"sources" : [
"MessageEncodingTests.swift",
"PerformanceTests.swift",
"RequestResponseTests.swift"
],
"target_dependencies" : [
"SockitCore"
],
"type" : "test"
},
{
"c99name" : "SockitCore",
"module_type" : "SwiftTarget",
"name" : "SockitCore",
"path" : "Sources/SockitCore",
"product_memberships" : [
"SockitCore",
"SockitClient",
"SockitServer"
],
"sources" : [
"Protocol/SockitMessage.swift",
"SockitCore.swift",
"Transport/TransportProtocol.swift",
"Types/PushEvent.swift",
"Types/RawPayload.swift",
"Types/RawPushEvent.swift",
"Types/RawRequest.swift",
"Types/RawResponse.swift",
"Types/Request.swift",
"Types/Response.swift"
],
"type" : "library"
},
{
"c99name" : "SockitClientTests",
"module_type" : "SwiftTarget",
"name" : "SockitClientTests",
"path" : "Tests/SockitClientTests",
"sources" : [
"ClientReducerTests.swift",
"CodeReviewFindingsTests.swift"
],
"target_dependencies" : [
"SockitClient"
],
"type" : "test"
},
{
"c99name" : "SockitClient",
"module_type" : "SwiftTarget",
"name" : "SockitClient",
"path" : "Sources/SockitClient",
"product_memberships" : [
"SockitClient"
],
"sources" : [
"Internal/Action/ClientAction.swift",
"Internal/Effect/ClientEffect.swift",
"Internal/Reducer/ClientReducer.swift",
"Internal/State/ClientState.swift",
"Internal/Transport/WebSocketTransport.swift",
"Public/Client.swift",
"Public/ClientConfig.swift",
"Public/PushEventRegistry.swift",
"Public/SockitCommand.swift",
"Public/SockitPushEvent.swift",
"SockitClient.swift"
],
"target_dependencies" : [
"SockitCore",
"SockitNIOTransport"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.