Build Information
Successful build of vapor-sse, reference main (b749aa), with Swift 6.1 for macOS (SPM) on 11 Mar 2026 08:59:56 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kylebrowning/vapor-sse.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kylebrowning/vapor-sse
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b749aa0 Initial implementation of SSE (Server-Sent Events) for Vapor
Cloned https://github.com/kylebrowning/vapor-sse.git
Revision (git rev-parse @):
b749aa01e7f025050f0add9979ca0d54aaa73017
SUCCESS checkout https://github.com/kylebrowning/vapor-sse.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/kylebrowning/vapor-sse.git
https://github.com/kylebrowning/vapor-sse.git
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.121.3",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
}
],
"manifest_display_name" : "vapor-sse",
"name" : "vapor-sse",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SSE",
"targets" : [
"SSE"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SSETests",
"module_type" : "SwiftTarget",
"name" : "SSETests",
"path" : "Tests/SSETests",
"product_dependencies" : [
"VaporTesting"
],
"sources" : [
"SSEIntegrationTests.swift",
"ServerSentEventTests.swift"
],
"target_dependencies" : [
"SSE"
],
"type" : "test"
},
{
"c99name" : "SSE",
"module_type" : "SwiftTarget",
"name" : "SSE",
"path" : "Sources/SSE",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"SSE"
],
"sources" : [
"Request+SSE.swift",
"Response+SSE.swift",
"SSEResponse.swift",
"ServerSentEvent.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/854] Write sources
[7/854] Copying PrivacyInfo.xcprivacy
[13/854] Write sources
[16/854] Copying PrivacyInfo.xcprivacy
[17/854] Write sources
[19/854] Copying PrivacyInfo.xcprivacy
[19/854] Write sources
[60/854] Compiling CSystem shims.c
[61/854] Compiling CNIOWindows WSAStartup.c
[61/854] Compiling CNIOWindows shim.c
[62/854] Compiling CNIOWASI CNIOWASI.c
[64/854] Compiling _NumericsShims _NumericsShims.c
[65/854] Write swift-version-2F0A5646E1D333AE.txt
[66/854] Compiling CNIOOpenBSD shim.c
[67/854] Compiling CNIOLinux liburing_shims.c
[67/854] Compiling CNIOLinux shim.c
[69/854] Compiling CNIOPosix event_loop_id.c
[70/854] Compiling _AtomicsShims.c
[71/858] Compiling CNIOSHA1 c_nio_sha1.c
[72/862] Compiling CVaporBcrypt blf.c
[73/862] Compiling CNIOLLHTTP c_nio_http.c
[74/862] Compiling CVaporBcrypt bcrypt.c
[75/946] Compiling CNIOLLHTTP c_nio_llhttp.c
[77/1032] Compiling RealModule RealFunctions.swift
[78/1032] Compiling RealModule Real.swift
[79/1033] Compiling _NIODataStructures PriorityQueue.swift
[80/1033] Emitting module ServiceContextModule
[81/1033] Compiling ServiceContextModule ServiceContextKey.swift
[82/1033] Compiling ServiceContextModule ServiceContext.swift
[83/1033] Emitting module _CertificateInternals
[84/1033] Compiling _CertificateInternals _TinyArray.swift
[85/1033] Compiling _NIOBase64 Base64.swift
[86/1033] Emitting module _NIOBase64
[87/1033] Compiling RealModule Float80+Real.swift
[88/1033] Compiling RealModule Float16+Real.swift
[89/1033] Compiling RealModule Float+Real.swift
[90/1033] Compiling RealModule AugmentedArithmetic.swift
[91/1033] Emitting module RealModule
[92/1033] Compiling Crypto MLKEM_boring.swift
[93/1033] Compiling Crypto MLKEM_wrapper.swift
[94/1033] Compiling RealModule ElementaryFunctions.swift
[95/1033] Compiling RealModule Double+Real.swift
[96/1033] Compiling RealModule RelaxedArithmetic.swift
[96/1033] Compiling CNIOLLHTTP c_nio_api.c
[97/1033] Compiling CNIOExtrasZlib empty.c
[99/1042] Compiling Crypto SymmetricKeys.swift
[100/1042] Compiling Crypto HMAC.swift
[101/1042] Compiling Crypto AES.swift
[102/1042] Compiling Crypto ECDSASignature_boring.swift
[103/1043] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[104/1043] Compiling Instrumentation NoOpInstrument.swift
[105/1043] Compiling Instrumentation MultiplexInstrument.swift
[106/1043] Emitting module _NIODataStructures
[107/1043] Compiling Crypto XWing.swift
[108/1043] Compiling Crypto ECDH_boring.swift
[109/1043] Compiling Crypto NISTCurvesKeys.swift
[110/1043] Compiling Crypto X25519Keys.swift
[111/1043] Compiling Crypto DH.swift
[112/1043] Compiling Crypto Ed25519Keys.swift
[115/1043] Compiling Crypto XWing_boring.swift
[116/1043] Compiling Crypto KEM-Errors.swift
[117/1043] Emitting module InternalCollectionsUtilities
[118/1043] Compiling Crypto MACFunctions.swift
[119/1043] Compiling Crypto MessageAuthenticationCode.swift
[120/1043] Compiling Crypto KEM.swift
[121/1043] Compiling Crypto MLKEM.swift
[121/1043] Compiling fiat_p256_adx_sqr.S
[123/1043] Compiling _NIODataStructures _TinyArray.swift
[124/1043] Compiling _NIODataStructures Heap.swift
[125/1043] Compiling Instrumentation InstrumentationSystem.swift
[126/1043] Compiling Instrumentation Locks.swift
[127/1043] Compiling Instrumentation Instrument.swift
[128/1043] Emitting module Instrumentation
[129/1171] Emitting module SystemPackage
[130/1181] Compiling _RopeModule BigString.swift
[131/1181] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[132/1181] Compiling _RopeModule BigString+Chunk+Breaks.swift
[133/1181] Compiling _RopeModule BigString+Chunk+Character.swift
[134/1181] Compiling _RopeModule BigString+Chunk+Counts.swift
[135/1181] Compiling _RopeModule BigString+Chunk+Description.swift
[136/1181] Compiling _RopeModule BigString+Chunk+Index.swift
[137/1181] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[138/1188] Compiling _RopeModule BigString+Builder.swift
[139/1188] Compiling _RopeModule BigString+Contents.swift
[140/1188] Compiling _RopeModule BigString+Debugging.swift
[141/1188] Compiling _RopeModule BigString+Index.swift
[142/1188] Compiling _RopeModule BigString+Ingester.swift
[143/1188] Compiling _RopeModule BigString+Invariants.swift
[144/1188] Compiling _RopeModule BigString+Metrics.swift
[145/1188] Compiling _RopeModule BigString+Summary.swift
[146/1188] Compiling OrderedCollections _HashTable+Bucket.swift
[147/1188] Compiling OrderedCollections _HashTable+BucketIterator.swift
[148/1188] Compiling OrderedCollections _HashTable+Constants.swift
[148/1188] Compiling CNIODarwin shim.c
[150/1188] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[151/1188] Compiling OrderedCollections _Hashtable+Header.swift
[152/1188] Compiling OrderedCollections OrderedDictionary+Codable.swift
[153/1188] Compiling Logging LogHandler.swift
[154/1188] Compiling Logging Locks.swift
[155/1188] Compiling Logging Logging.swift
[156/1188] Compiling Logging MetadataProvider.swift
[157/1188] Emitting module Logging
[158/1196] Compiling HeapModule _HeapNode.swift
[159/1196] Compiling HeapModule Heap.swift
[159/1274] Compiling CNIOBoringSSLShims shims.c
[161/1274] Compiling HashTreeCollections TreeSet+Filter.swift
[162/1274] Compiling HashTreeCollections TreeSet+Hashable.swift
[163/1274] Compiling HashTreeCollections TreeSet+Sendable.swift
[164/1274] Compiling HeapModule Heap+UnsafeHandle.swift
[165/1280] Compiling HeapModule Heap+Invariants.swift
[166/1280] Emitting module HeapModule
[167/1280] Compiling HeapModule Heap+Descriptions.swift
[168/1280] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[169/1280] Emitting module CoreMetrics
[170/1280] Compiling CoreMetrics Locks.swift
[171/1280] Compiling CoreMetrics Metrics.swift
[171/1280] Compiling fiat_p256_adx_mul.S
[173/1280] Compiling HashTreeCollections _HashNode+Storage.swift
[174/1280] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[175/1280] Compiling HashTreeCollections _HashNode+Structural filter.swift
[176/1280] Compiling HashTreeCollections _HashNode+Initializers.swift
[177/1280] Compiling HashTreeCollections _HashNode+Invariants.swift
[178/1280] Compiling HashTreeCollections _HashNode+Lookups.swift
[179/1280] Compiling HashTreeCollections _Bitmap.swift
[180/1280] Compiling HashTreeCollections _Bucket.swift
[181/1280] Compiling HashTreeCollections _Hash.swift
[182/1280] Compiling HashTreeCollections TreeSet+Sequence.swift
[183/1280] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[184/1280] Compiling HashTreeCollections _AncestorHashSlots.swift
[185/1280] Compiling HashTreeCollections _HashLevel.swift
[186/1280] Compiling HashTreeCollections _HashNode+Builder.swift
[187/1280] Compiling HashTreeCollections _HashNode+Debugging.swift
[188/1280] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[189/1280] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[190/1280] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[202/1297] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[203/1297] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[204/1297] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[205/1297] Compiling HashTreeCollections TreeDictionary+Values.swift
[206/1297] Compiling HashTreeCollections TreeDictionary.swift
[207/1297] Compiling HashTreeCollections TreeSet+Codable.swift
[208/1297] Compiling HashTreeCollections TreeSet+Collection.swift
[211/1303] Compiling fiat_curve25519_adx_square.S
[213/1303] Compiling ContainersPreview Inout.swift
[214/1304] Compiling ContainersPreview InputSpan.swift
[214/1304] Compiling fiat_curve25519_adx_mul.S
[216/1304] Compiling Tracing TracerProtocol.swift
[217/1304] Compiling Tracing TracingTime.swift
[218/1304] Compiling Tracing NoOpTracer.swift
[219/1304] Compiling Tracing Tracer.swift
[220/1304] Compiling Tracing TracerProtocol+Legacy.swift
[221/1304] Compiling ContainersPreview Shared.swift
[222/1304] Compiling ContainersPreview Box.swift
[223/1304] Compiling ContainersPreview Borrow.swift
[224/1304] Emitting module ContainersPreview
[225/1304] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[226/1304] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[227/1304] Compiling ContainersPreview Drain.swift
[228/1304] Compiling ContainersPreview Producer.swift
[229/1304] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[230/1304] Compiling ContainersPreview BorrowingSequence.swift
[231/1304] Compiling ContainersPreview Container.swift
[232/1304] Compiling ContainersPreview ContainerAlgorithms.swift
[233/1304] Compiling ContainersPreview OutputSpan+Extras.swift
[234/1304] Compiling ContainersPreview TemporaryAllocation.swift
[235/1304] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[236/1304] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[237/1304] Compiling HashTreeCollections _HashNode.swift
[238/1304] Compiling HashTreeCollections _HashNodeHeader.swift
[239/1304] Compiling HashTreeCollections _HashSlot.swift
[240/1304] Compiling HashTreeCollections _HashStack.swift
[241/1304] Compiling HashTreeCollections TreeDictionary+Codable.swift
[242/1304] Compiling HashTreeCollections TreeDictionary+Collection.swift
[243/1304] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[244/1304] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[245/1304] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[246/1304] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[247/1304] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[248/1304] Compiling HashTreeCollections TreeSet+Debugging.swift
[249/1304] Compiling HashTreeCollections TreeSet+Descriptions.swift
[250/1304] Compiling HashTreeCollections _RawHashNode.swift
[251/1304] Compiling HashTreeCollections _UnmanagedHashNode.swift
[252/1304] Compiling HashTreeCollections _UnsafePath.swift
[253/1304] Compiling HashTreeCollections _HashTreeIterator.swift
[254/1304] Compiling HashTreeCollections _HashTreeStatistics.swift
[255/1304] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[256/1304] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[257/1304] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[258/1304] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[259/1304] Emitting module Tracing
[260/1304] Compiling Tracing InstrumentationSystem+Tracing.swift
[261/1304] Compiling Tracing SpanProtocol.swift
[291/1345] Compiling HashTreeCollections _HashNode+Structural merge.swift
[292/1345] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[293/1345] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[294/1345] Compiling HashTreeCollections _HashNode+Structural union.swift
[295/1345] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[296/1345] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[297/1345] Compiling _RopeModule _CharacterRecognizer.swift
[298/1345] Compiling DequeModule RigidDeque+Consumption.swift
[299/1345] Compiling DequeModule RigidDeque+Container.swift
[300/1345] Compiling DequeModule RigidDeque+Descriptions.swift
[301/1345] Compiling DequeModule RigidDeque+Equatable.swift
[302/1345] Compiling DequeModule RigidDeque+Experimental.swift
[303/1349] Compiling DequeModule UniqueDeque+Insertions.swift
[304/1349] Compiling DequeModule UniqueDeque+Prepend.swift
[305/1349] Compiling DequeModule UniqueDeque+Removals.swift
[306/1349] Compiling DequeModule UniqueDeque+Replacements.swift
[307/1349] Compiling DequeModule RigidDeque+Hashable.swift
[308/1349] Compiling DequeModule RigidDeque+Initializers.swift
[309/1349] Compiling DequeModule RigidDeque+Insertions.swift
[310/1349] Compiling DequeModule RigidDeque+Prepend.swift
[311/1349] Compiling DequeModule UniqueDeque+Equatable.swift
[312/1349] Compiling DequeModule UniqueDeque+Experimental.swift
[313/1349] Compiling DequeModule UniqueDeque+Hashable.swift
[314/1349] Compiling DequeModule UniqueDeque+Initializers.swift
[315/1349] Compiling DequeModule RigidDeque+Removals.swift
[316/1349] Compiling DequeModule RigidDeque+Replacements.swift
[317/1349] Compiling DequeModule RigidDeque+Testing.swift
[318/1349] Compiling DequeModule RigidDeque.swift
[319/1349] Compiling DequeModule _DequeBufferHeader.swift
[320/1349] Compiling DequeModule RigidDeque+Append.swift
[321/1349] Compiling DequeModule UniqueDeque+Append.swift
[322/1349] Compiling DequeModule UniqueDeque+Consumption.swift
[323/1349] Compiling DequeModule UniqueDeque+Container.swift
[324/1349] Compiling DequeModule UniqueDeque+Descriptions.swift
[325/1349] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[326/1349] Compiling DequeModule Deque+Extras.swift
[327/1349] Compiling DequeModule Deque+Codable.swift
[328/1349] Compiling DequeModule Deque+Collection.swift
[329/1349] Compiling DequeModule Deque+CustomReflectable.swift
[330/1349] Compiling DequeModule Deque+Descriptions.swift
[331/1349] Compiling DequeModule Deque+Equatable.swift
[332/1349] Compiling DequeModule Deque._UnsafeHandle.swift
[333/1349] Compiling DequeModule Deque.swift
[334/1349] Compiling DequeModule _DequeBuffer.swift
[335/1349] Compiling DequeModule Deque+Hashable.swift
[336/1349] Compiling DequeModule Deque+Testing.swift
[337/1349] Compiling DequeModule Deque._Storage.swift
[358/1349] Emitting module Crypto
[374/1358] Compiling DequeModule UniqueDeque.swift
[375/1358] Compiling DequeModule _DequeSlot.swift
[376/1358] Compiling DequeModule _UnsafeDequeHandle.swift
[377/1366] Compiling OrderedCollections OrderedSet+SubSequence.swift
[378/1366] Compiling OrderedCollections OrderedSet+Testing.swift
[379/1366] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[380/1366] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[381/1366] Compiling OrderedCollections OrderedSet.swift
[382/1366] Compiling OrderedCollections _UnsafeBitset.swift
[400/1366] Emitting module _RopeModule
[411/1366] Emitting module OrderedCollections
[429/1366] Compiling SwiftASN1 DER.swift
[430/1367] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[431/1367] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[432/1367] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[433/1367] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[434/1367] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[435/1367] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[436/1367] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[437/1367] Compiling HashTreeCollections TreeSet.swift
[438/1367] Compiling SwiftASN1 Errors.swift
[438/1367] Compiling tls_method.cc
[438/1367] Compiling tls_record.cc
[450/1367] Compiling HashTreeCollections TreeDictionary+Filter.swift
[451/1367] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[452/1367] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[453/1367] Compiling HashTreeCollections TreeDictionary+Keys.swift
[454/1367] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[455/1367] Compiling HashTreeCollections TreeDictionary+Merge.swift
[456/1367] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[457/1367] Compiling DequeModule _UnsafeDequeSegments.swift
[466/1367] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[467/1367] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[468/1367] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[479/1367] Emitting module DequeModule
[479/1367] Compiling tls13_server.cc
[480/1367] Compiling tls13_enc.cc
[482/1367] Compiling Metrics Metrics.swift
[483/1367] Emitting module Metrics
[484/1367] Emitting module HashTreeCollections
[499/1367] Emitting module SwiftASN1
[587/1367] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[588/1367] Compiling Crypto RNG_boring.swift
[589/1367] Compiling Crypto SafeCompare_boring.swift
[590/1367] Compiling Crypto Zeroization_boring.swift
[591/1367] Compiling Crypto PrettyBytes.swift
[592/1367] Compiling Crypto SafeCompare.swift
[593/1367] Compiling Crypto SecureBytes.swift
[594/1367] Compiling Crypto Zeroization.swift
[595/1367] Compiling Crypto resource_bundle_accessor.swift
[595/1367] Compiling tls13_both.cc
[596/1367] Compiling tls13_client.cc
[598/1367] Compiling RoutingKit AnyRouter.swift
[599/1367] Compiling RoutingKit Parameters.swift
[600/1367] Compiling RoutingKit Router.swift
[601/1367] Compiling RoutingKit PathComponent.swift
[602/1367] Emitting module RoutingKit
[603/1367] Compiling RoutingKit TrieRouter.swift
[603/1367] Compiling t1_enc.cc
[604/1367] Compiling ssl_versions.cc
[605/1367] Compiling ssl_transcript.cc
[606/1367] Compiling ssl_x509.cc
[607/1367] Compiling ssl_stat.cc
[608/1367] Compiling ssl_session.cc
[609/1367] Compiling ssl_privkey.cc
[610/1367] Compiling ssl_key_share.cc
[611/1367] Compiling ssl_file.cc
[612/1367] Compiling ssl_lib.cc
[613/1367] Compiling ssl_credential.cc
[614/1367] Compiling ssl_cipher.cc
[615/1367] Compiling ssl_buffer.cc
[616/1367] Compiling ssl_cert.cc
[617/1367] Compiling ssl_asn1.cc
[618/1367] Compiling ssl_aead_ctx.cc
[619/1367] Compiling s3_pkt.cc
[620/1367] Compiling s3_lib.cc
[621/1367] Compiling s3_both.cc
[622/1367] Compiling handshake_client.cc
[623/1367] Compiling handshake_server.cc
[624/1367] Compiling handshake.cc
[625/1367] Compiling handoff.cc
[626/1367] Compiling md5-x86_64-linux.S
[627/1367] Compiling encrypted_client_hello.cc
[628/1367] Compiling md5-x86_64-apple.S
[629/1367] Compiling md5-586-linux.S
[630/1367] Compiling dtls_record.cc
[631/1367] Compiling dtls_method.cc
[632/1367] Compiling md5-586-apple.S
[633/1367] Compiling chacha20_poly1305_x86_64-linux.S
[633/1367] Compiling chacha20_poly1305_x86_64-apple.S
[635/1367] Compiling extensions.cc
[636/1367] Compiling chacha20_poly1305_armv8-win.S
[637/1367] Compiling d1_srtp.cc
[638/1367] Compiling chacha20_poly1305_armv8-linux.S
[639/1367] Compiling chacha-x86_64-linux.S
[640/1367] Compiling chacha-x86_64-apple.S
[641/1367] Compiling chacha20_poly1305_armv8-apple.S
[641/1367] Compiling chacha-x86-linux.S
[643/1367] Compiling d1_pkt.cc
[644/1367] Compiling chacha-x86-apple.S
[645/1367] Compiling chacha-armv8-win.S
[646/1367] Compiling chacha-armv8-linux.S
[647/1367] Compiling chacha-armv4-linux.S
[647/1367] Compiling aes128gcmsiv-x86_64-linux.S
[649/1367] Compiling aes128gcmsiv-x86_64-apple.S
[650/1367] Compiling chacha-armv8-apple.S
[651/1367] Compiling x86_64-mont5-linux.S
[652/1367] Compiling x86_64-mont5-apple.S
[653/1367] Compiling x86_64-mont-linux.S
[654/1367] Compiling x86_64-mont-apple.S
[655/1367] Compiling x86-mont-linux.S
[656/1367] Compiling x86-mont-apple.S
[657/1367] Compiling vpaes-x86_64-linux.S
[658/1367] Compiling vpaes-x86-linux.S
[659/1367] Compiling vpaes-x86_64-apple.S
[660/1367] Compiling vpaes-x86-apple.S
[661/1367] Compiling err_data.cc
[662/1367] Compiling vpaes-armv8-win.S
[663/1367] Compiling vpaes-armv8-linux.S
[664/1367] Compiling vpaes-armv8-apple.S
[665/1367] Compiling sha512-x86_64-apple.S
[666/1367] Compiling vpaes-armv7-linux.S
[667/1367] Compiling sha512-x86_64-linux.S
[668/1367] Compiling bio_ssl.cc
[669/1367] Compiling sha512-armv8-win.S
[670/1367] Compiling sha512-armv8-linux.S
[671/1367] Compiling sha512-armv4-linux.S
[672/1367] Compiling sha512-armv8-apple.S
[673/1367] Compiling d1_lib.cc
[674/1367] Compiling sha512-586-linux.S
[675/1367] Compiling sha256-x86_64-linux.S
[675/1367] Compiling sha512-586-apple.S
[677/1367] Compiling sha256-x86_64-apple.S
[677/1367] Compiling sha256-armv8-win.S
[679/1367] Compiling sha256-armv8-linux.S
[680/1367] Compiling sha256-armv4-linux.S
[681/1367] Compiling sha256-armv8-apple.S
[682/1367] Compiling sha256-586-linux.S
[683/1367] Compiling d1_both.cc
[684/1367] Compiling sha1-x86_64-apple.S
[685/1367] Compiling sha256-586-apple.S
[686/1367] Compiling sha1-x86_64-linux.S
[687/1367] Compiling sha1-armv8-linux.S
[688/1367] Compiling sha1-armv8-win.S
[689/1367] Compiling sha1-armv8-apple.S
[690/1367] Compiling sha1-armv4-large-linux.S
[691/1367] Compiling sha1-586-linux.S
[692/1367] Compiling sha1-586-apple.S
[693/1367] Compiling rsaz-avx2-linux.S
[694/1367] Compiling rdrand-x86_64-linux.S
[695/1367] Compiling rsaz-avx2-apple.S
[696/1367] Compiling rdrand-x86_64-apple.S
[697/1367] Compiling p256_beeu-x86_64-asm-linux.S
[698/1367] Compiling p256_beeu-x86_64-asm-apple.S
[699/1367] Compiling p256_beeu-armv8-asm-linux.S
[700/1367] Compiling p256_beeu-armv8-asm-apple.S
[701/1367] Compiling p256_beeu-armv8-asm-win.S
[702/1367] Compiling p256-x86_64-asm-linux.S
[703/1367] Compiling p256-x86_64-asm-apple.S
[704/1367] Compiling p256-armv8-asm-linux.S
[705/1367] Compiling p256-armv8-asm-win.S
[706/1367] Compiling ghashv8-armv8-linux.S
[707/1367] Compiling p256-armv8-asm-apple.S
[708/1367] Compiling ghashv8-armv8-win.S
[709/1367] Compiling ghashv8-armv7-linux.S
[710/1367] Compiling ghashv8-armv8-apple.S
[711/1367] Compiling ghash-x86_64-linux.S
[712/1367] Compiling ghash-x86-linux.S
[713/1367] Compiling ghash-x86_64-apple.S
[714/1367] Compiling ghash-ssse3-x86_64-linux.S
[714/1367] Compiling ghash-x86-apple.S
[716/1367] Compiling ghash-ssse3-x86_64-apple.S
[717/1367] Compiling ghash-ssse3-x86-linux.S
[718/1367] Compiling ghash-ssse3-x86-apple.S
[719/1367] Compiling ghash-neon-armv8-win.S
[720/1367] Compiling ghash-neon-armv8-linux.S
[721/1367] Compiling ghash-neon-armv8-apple.S
[722/1367] Compiling ghash-armv4-linux.S
[723/1367] Compiling co-586-linux.S
[724/1367] Compiling co-586-apple.S
[725/1367] Compiling bsaes-armv7-linux.S
[726/1367] Compiling bn-armv8-win.S
[726/1367] Compiling bn-armv8-linux.S
[728/1367] Compiling bn-armv8-apple.S
[729/1367] Compiling bn-586-linux.S
[730/1367] Compiling bn-586-apple.S
[731/1367] Compiling armv8-mont-win.S
[732/1367] Compiling armv8-mont-linux.S
[733/1367] Compiling armv8-mont-apple.S
[734/1367] Compiling armv4-mont-linux.S
[735/1367] Compiling aesv8-gcm-armv8-win.S
[736/1367] Compiling aesv8-gcm-armv8-linux.S
[737/1367] Compiling aesv8-armv8-win.S
[738/1367] Compiling aesv8-armv8-linux.S
[739/1367] Compiling aesv8-armv7-linux.S
[740/1367] Compiling aesv8-armv8-apple.S
[741/1367] Compiling aesv8-gcm-armv8-apple.S
[742/1367] Compiling aesni-x86_64-linux.S
[743/1367] Compiling aesni-x86_64-apple.S
[744/1367] Compiling aesni-x86-linux.S
[745/1367] Compiling aesni-x86-apple.S
[746/1367] Compiling aesni-gcm-x86_64-apple.S
[747/1367] Compiling aes-gcm-avx2-x86_64-linux.S
[747/1367] Compiling aesni-gcm-x86_64-linux.S
[749/1367] Compiling aes-gcm-avx2-x86_64-apple.S
[750/1367] Compiling aes-gcm-avx10-x86_64-linux.S
[751/1367] Compiling aes-gcm-avx10-x86_64-apple.S
[752/1367] Compiling x_x509a.cc
[753/1367] Compiling x_x509.cc
[754/1367] Compiling x_val.cc
[755/1367] Compiling x_spki.cc
[756/1367] Compiling x_sig.cc
[757/1367] Compiling x_exten.cc
[758/1367] Compiling x_req.cc
[759/1367] Compiling x_pubkey.cc
[760/1367] Compiling x_name.cc
[761/1367] Compiling x_crl.cc
[762/1367] Compiling x_attrib.cc
[763/1367] Compiling x509spki.cc
[764/1367] Compiling x_algor.cc
[765/1367] Compiling x509rset.cc
[766/1367] Compiling x_all.cc
[767/1367] Compiling x509cset.cc
[768/1367] Compiling x509_v3.cc
[769/1367] Compiling x509name.cc
[770/1367] Compiling x509_vpm.cc
[771/1367] Compiling x509_vfy.cc
[772/1367] Compiling x509_txt.cc
[773/1367] Compiling x509_trs.cc
[774/1367] Compiling x509_set.cc
[775/1367] Compiling x509_req.cc
[776/1367] Compiling x509_obj.cc
[777/1367] Compiling x509_def.cc
[778/1367] Compiling x509_d2.cc
[779/1367] Compiling x509_ext.cc
[780/1367] Compiling x509_lu.cc
[781/1367] Compiling x509_cmp.cc
[782/1367] Compiling x509.cc
[783/1367] Compiling x509_att.cc
[784/1367] Compiling v3_skey.cc
[785/1367] Compiling v3_purp.cc
[786/1367] Compiling v3_prn.cc
[786/1367] Compiling v3_pmaps.cc
[788/1367] Compiling v3_pcons.cc
[789/1367] Compiling v3_utl.cc
[790/1367] Compiling v3_ocsp.cc
[791/1367] Compiling v3_ncons.cc
[792/1367] Compiling v3_int.cc
[793/1367] Compiling v3_lib.cc
[794/1367] Compiling v3_info.cc
[795/1367] Compiling v3_ia5.cc
[796/1367] Compiling v3_extku.cc
[797/1367] Compiling v3_genn.cc
[798/1367] Compiling v3_enum.cc
[799/1367] Compiling v3_crld.cc
[800/1367] Compiling v3_cpols.cc
[801/1367] Compiling v3_conf.cc
[802/1367] Compiling v3_bitst.cc
[803/1367] Compiling v3_bcons.cc
[804/1367] Compiling v3_akeya.cc
[805/1367] Compiling v3_akey.cc
[806/1367] Compiling t_x509a.cc
[806/1367] Compiling v3_alt.cc
[808/1367] Compiling t_crl.cc
[809/1367] Compiling t_x509.cc
[810/1367] Compiling rsa_pss.cc
[811/1367] Compiling t_req.cc
[812/1367] Compiling i2d_pr.cc
[813/1367] Compiling name_print.cc
[814/1367] Compiling policy.cc
[815/1367] Compiling a_digest.cc
[816/1367] Compiling a_verify.cc
[817/1367] Compiling asn1_gen.cc
[818/1367] Compiling by_file.cc
[819/1367] Compiling by_dir.cc
[819/1367] Compiling algorithm.cc
[821/1367] Compiling a_sign.cc
[822/1367] Compiling voprf.cc
[823/1367] Compiling trust_token.cc
[824/1367] Compiling thread_win.cc
[825/1367] Compiling thread.cc
[826/1367] Compiling thread_none.cc
[827/1367] Compiling thread_pthread.cc
[828/1367] Compiling pmbtoken.cc
[829/1367] Compiling stack.cc
[830/1367] Compiling slhdsa.cc
[831/1367] Compiling spake2plus.cc
[832/1367] Compiling siphash.cc
[833/1367] Compiling sha1.cc
[834/1367] Compiling sha256.cc
[835/1367] Compiling sha512.cc
[836/1367] Compiling rsa_extra.cc
[837/1367] Compiling rsa_print.cc
[838/1367] Compiling rsa_crypt.cc
[839/1367] Compiling refcount.cc
[840/1367] Compiling rsa_asn1.cc
[841/1367] Compiling rc4.cc
[842/1367] Compiling windows.cc
[843/1367] Compiling urandom.cc
[844/1367] Compiling trusty.cc
[845/1367] Compiling rand.cc
[846/1367] Compiling ios.cc
[847/1367] Compiling passive.cc
[848/1367] Compiling poly1305_arm_asm.S
[849/1367] Compiling getentropy.cc
[850/1367] Compiling forkunsafe.cc
[851/1367] Compiling deterministic.cc
[852/1367] Compiling fork_detect.cc
[853/1367] Compiling poly1305_vec.cc
[854/1367] Compiling poly1305_arm.cc
[855/1367] Compiling poly1305.cc
[856/1367] Compiling pool.cc
[857/1367] Compiling pkcs7.cc
[858/1367] Compiling pkcs8.cc
[859/1367] Compiling pkcs8_x509.cc
[860/1367] Compiling p5_pbev2.cc
[861/1367] Compiling pkcs7_x509.cc
[862/1367] Compiling pem_xaux.cc
[863/1367] Compiling pem_x509.cc
[864/1367] Compiling pem_pkey.cc
[865/1367] Compiling pem_pk8.cc
[866/1367] Compiling pem_oth.cc
[867/1367] Compiling mlkem.cc
[868/1367] Compiling obj_xref.cc
[869/1367] Compiling pem_info.cc
[870/1367] Compiling pem_lib.cc
[871/1367] Compiling pem_all.cc
[872/1367] Compiling mldsa.cc
[873/1367] Compiling poly_rq_mul.S
[874/1367] Compiling obj.cc
[875/1367] Compiling mem.cc
[876/1367] Compiling fips_shared_support.cc
[877/1367] Compiling md5.cc
[878/1367] Compiling md4.cc
[879/1367] Compiling lhash.cc
[880/1367] Compiling kyber.cc
[881/1367] Compiling ex_data.cc
[882/1367] Compiling sign.cc
[883/1367] Compiling scrypt.cc
[884/1367] Compiling pbkdf.cc
[885/1367] Compiling print.cc
[886/1367] Compiling hpke.cc
[887/1367] Compiling hrss.cc
[888/1367] Compiling p_x25519_asn1.cc
[889/1367] Compiling p_x25519.cc
[890/1367] Compiling p_ed25519.cc
[891/1367] Compiling p_rsa_asn1.cc
[892/1367] Compiling p_rsa.cc
[893/1367] Compiling p_ec.cc
[894/1367] Compiling p_hkdf.cc
[895/1367] Compiling p_ed25519_asn1.cc
[896/1367] Compiling p_ec_asn1.cc
[897/1367] Compiling p_dh_asn1.cc
[898/1367] Compiling p_dsa_asn1.cc
[899/1367] Compiling p_dh.cc
[900/1367] Compiling err.cc
[901/1367] Compiling evp_ctx.cc
[902/1367] Compiling evp.cc
[903/1367] Compiling engine.cc
[904/1367] Compiling evp_asn1.cc
[905/1367] Compiling ecdsa_asn1.cc
[906/1367] Compiling ecdh.cc
[907/1367] Compiling hash_to_curve.cc
[908/1367] Compiling ec_derive.cc
[909/1367] Compiling dsa.cc
[910/1367] Compiling dsa_asn1.cc
[911/1367] Compiling ec_asn1.cc
[912/1367] Compiling params.cc
[913/1367] Compiling bcm.cc
[914/1367] Compiling x25519-asm-arm.S
[915/1367] Compiling digest_extra.cc
[916/1367] Compiling des.cc
[917/1367] Compiling curve25519_64_adx.cc
[918/1367] Compiling dh_asn1.cc
[919/1367] Compiling spake25519.cc
[920/1367] Compiling crypto.cc
[921/1367] Compiling cpu_intel.cc
[922/1367] Compiling cpu_arm_linux.cc
[923/1367] Compiling curve25519.cc
[924/1367] Compiling cpu_arm_freebsd.cc
[925/1367] Compiling cpu_aarch64_win.cc
[926/1367] Compiling cpu_aarch64_sysreg.cc
[927/1367] Compiling cpu_aarch64_openbsd.cc
[928/1367] Compiling cpu_aarch64_linux.cc
[929/1367] Compiling cpu_aarch64_fuchsia.cc
[930/1367] Compiling cpu_aarch64_apple.cc
[931/1367] Compiling conf.cc
[932/1367] Compiling get_cipher.cc
[933/1367] Compiling tls_cbc.cc
[934/1367] Compiling e_rc4.cc
[935/1367] Compiling e_tls.cc
[936/1367] Compiling e_null.cc
[937/1367] Compiling e_rc2.cc
[938/1367] Compiling e_des.cc
[939/1367] Compiling e_chacha20poly1305.cc
[940/1367] Compiling e_aesgcmsiv.cc
[941/1367] Compiling derive_key.cc
[942/1367] Compiling e_aesctrhmac.cc
[943/1367] Compiling chacha.cc
[944/1367] Compiling unicode.cc
[945/1367] Compiling ber.cc
[946/1367] Compiling cbs.cc
[947/1367] Compiling cbb.cc
[948/1367] Compiling asn1_compat.cc
[949/1367] Compiling buf.cc
[950/1367] Compiling blake2.cc
[951/1367] Compiling socket_helper.cc
[952/1367] Compiling bn_asn1.cc
[953/1367] Compiling socket.cc
[954/1367] Compiling convert.cc
[955/1367] Compiling printf.cc
[956/1367] Compiling pair.cc
[957/1367] Compiling hexdump.cc
[958/1367] Compiling file.cc
[959/1367] Compiling fd.cc
[960/1367] Compiling errno.cc
[961/1367] Compiling connect.cc
[962/1367] Compiling bio_mem.cc
[963/1367] Compiling base64.cc
[964/1367] Compiling bio.cc
[965/1367] Compiling tasn_typ.cc
[966/1367] Compiling tasn_fre.cc
[967/1367] Compiling tasn_enc.cc
[968/1367] Compiling tasn_utl.cc
[969/1367] Compiling tasn_new.cc
[970/1367] Compiling posix_time.cc
[971/1367] Compiling f_string.cc
[972/1367] Compiling f_int.cc
[973/1367] Compiling tasn_dec.cc
[974/1367] Compiling asn_pack.cc
[975/1367] Compiling asn1_par.cc
[976/1367] Compiling asn1_lib.cc
[977/1367] Compiling a_utctm.cc
[978/1367] Compiling a_type.cc
[979/1367] Compiling a_time.cc
[980/1367] Compiling a_octet.cc
[981/1367] Compiling a_strnid.cc
[982/1367] Compiling a_strex.cc
[983/1367] Compiling a_object.cc
[984/1367] Compiling a_mbstr.cc
[985/1367] Compiling a_int.cc
[986/1367] Compiling fiat_p256_adx_sqr.S
[987/1367] Compiling a_i2d_fp.cc
[988/1367] Compiling a_dup.cc
[989/1367] Compiling fiat_p256_adx_mul.S
[990/1367] Compiling fiat_curve25519_adx_square.S
[991/1367] Compiling a_d2i_fp.cc
[992/1367] Compiling md5-x86_64-linux.S
[992/1367] Compiling fiat_curve25519_adx_mul.S
[994/1367] Compiling md5-586-linux.S
[995/1367] Compiling md5-x86_64-apple.S
[996/1367] Compiling a_gentm.cc
[997/1367] Compiling md5-586-apple.S
[998/1367] Compiling chacha20_poly1305_x86_64-linux.S
[999/1367] Compiling chacha20_poly1305_x86_64-apple.S
[1000/1367] Compiling chacha20_poly1305_armv8-win.S
[1001/1367] Compiling a_bitstr.cc
[1002/1367] Compiling a_bool.cc
[1003/1367] Compiling chacha20_poly1305_armv8-linux.S
[1004/1367] Compiling chacha-x86_64-linux.S
[1005/1367] Compiling chacha20_poly1305_armv8-apple.S
[1006/1367] Compiling chacha-x86_64-apple.S
[1007/1367] Compiling chacha-x86-apple.S
[1008/1367] Compiling chacha-armv8-win.S
[1009/1367] Compiling chacha-x86-linux.S
[1010/1367] Compiling chacha-armv8-linux.S
[1011/1367] Compiling chacha-armv4-linux.S
[1012/1367] Compiling x86_64-mont5-linux.S
[1013/1367] Compiling aes128gcmsiv-x86_64-apple.S
[1014/1367] Compiling aes128gcmsiv-x86_64-linux.S
[1015/1367] Compiling chacha-armv8-apple.S
[1016/1367] Compiling x86_64-mont5-apple.S
[1017/1367] Compiling x86_64-mont-linux.S
[1018/1367] Compiling x86-mont-linux.S
[1019/1367] Compiling x86-mont-apple.S
[1019/1367] Compiling x86_64-mont-apple.S
[1021/1367] Compiling vpaes-x86_64-linux.S
[1022/1367] Compiling vpaes-x86_64-apple.S
[1023/1367] Compiling CCryptoBoringSSLShims shims.c
[1024/1367] Compiling vpaes-x86-linux.S
[1025/1367] Compiling vpaes-x86-apple.S
[1026/1367] Compiling vpaes-armv8-linux.S
[1027/1367] Compiling vpaes-armv8-win.S
[1028/1367] Compiling vpaes-armv8-apple.S
[1029/1367] Compiling vpaes-armv7-linux.S
[1030/1367] Compiling sha512-x86_64-linux.S
[1031/1367] Compiling sha512-x86_64-apple.S
[1032/1367] Compiling err_data.cc
[1033/1367] Compiling sha512-armv8-linux.S
[1034/1367] Compiling sha512-armv8-win.S
[1035/1367] Compiling sha512-armv4-linux.S
[1036/1367] Compiling sha512-586-linux.S
[1037/1367] Compiling sha512-armv8-apple.S
[1038/1367] Compiling sha512-586-apple.S
[1039/1367] Compiling sha256-x86_64-apple.S
[1039/1367] Compiling sha256-x86_64-linux.S
[1041/1367] Compiling sha256-armv8-linux.S
[1041/1367] Compiling sha256-armv8-win.S
[1043/1367] Compiling sha256-armv4-linux.S
[1044/1367] Compiling sha256-armv8-apple.S
[1045/1367] Compiling sha256-586-linux.S
[1046/1367] Compiling sha256-586-apple.S
[1046/1367] Compiling sha1-x86_64-linux.S
[1047/1367] Compiling sha1-x86_64-apple.S
[1049/1367] Compiling sha1-armv8-win.S
[1050/1367] Compiling sha1-armv8-linux.S
[1051/1367] Compiling sha1-586-linux.S
[1052/1367] Compiling sha1-armv4-large-linux.S
[1053/1367] Compiling sha1-armv8-apple.S
[1054/1367] Compiling sha1-586-apple.S
[1055/1367] Compiling rsaz-avx2-apple.S
[1055/1367] Compiling rsaz-avx2-linux.S
[1057/1367] Compiling rdrand-x86_64-linux.S
[1058/1367] Compiling rdrand-x86_64-apple.S
[1059/1367] Compiling p256_beeu-armv8-asm-win.S
[1059/1367] Compiling p256_beeu-x86_64-asm-apple.S
[1060/1367] Compiling p256_beeu-x86_64-asm-linux.S
[1062/1367] Compiling p256-x86_64-asm-linux.S
[1063/1367] Compiling p256_beeu-armv8-asm-linux.S
[1064/1367] Compiling p256_beeu-armv8-asm-apple.S
[1065/1367] Compiling p256-x86_64-asm-apple.S
[1066/1367] Compiling p256-armv8-asm-win.S
[1067/1367] Compiling p256-armv8-asm-linux.S
[1067/1367] Compiling ghashv8-armv8-win.S
[1069/1367] Compiling ghashv8-armv7-linux.S
[1070/1367] Compiling p256-armv8-asm-apple.S
[1070/1367] Compiling ghashv8-armv8-linux.S
[1072/1367] Compiling ghashv8-armv8-apple.S
[1073/1367] Compiling ghash-x86_64-linux.S
[1074/1367] Compiling ghash-x86_64-apple.S
[1075/1367] Compiling ghash-x86-apple.S
[1076/1367] Compiling ghash-x86-linux.S
[1077/1367] Compiling ghash-ssse3-x86_64-linux.S
[1078/1367] Compiling ghash-ssse3-x86-linux.S
[1078/1367] Compiling ghash-ssse3-x86_64-apple.S
[1078/1367] Compiling ghash-ssse3-x86-apple.S
[1081/1367] Compiling ghash-neon-armv8-win.S
[1082/1367] Compiling ghash-neon-armv8-linux.S
[1083/1367] Compiling ghash-neon-armv8-apple.S
[1084/1367] Compiling ghash-armv4-linux.S
[1085/1367] Compiling co-586-apple.S
[1086/1367] Compiling co-586-linux.S
[1087/1367] Compiling bn-armv8-win.S
[1087/1367] Compiling bsaes-armv7-linux.S
[1089/1367] Compiling bn-armv8-linux.S
[1090/1367] Compiling bn-armv8-apple.S
[1091/1367] Compiling bn-586-linux.S
[1092/1367] Compiling bn-586-apple.S
[1093/1367] Compiling armv8-mont-linux.S
[1094/1367] Compiling armv4-mont-linux.S
[1095/1367] Compiling armv8-mont-win.S
[1096/1367] Compiling armv8-mont-apple.S
[1097/1367] Compiling aesv8-gcm-armv8-win.S
[1098/1367] Compiling aesv8-gcm-armv8-linux.S
[1099/1367] Compiling aesv8-armv8-win.S
[1100/1367] Compiling aesv8-gcm-armv8-apple.S
[1101/1367] Compiling aesv8-armv7-linux.S
[1102/1367] Compiling aesv8-armv8-linux.S
[1103/1367] Compiling aesv8-armv8-apple.S
[1104/1367] Compiling aesni-x86_64-apple.S
[1105/1367] Compiling aesni-x86_64-linux.S
[1106/1367] Compiling aesni-x86-linux.S
[1107/1367] Compiling aesni-x86-apple.S
[1108/1367] Compiling aesni-gcm-x86_64-linux.S
[1109/1367] Compiling aesni-gcm-x86_64-apple.S
[1110/1367] Compiling aes-gcm-avx512-x86_64-linux.S
[1111/1367] Compiling aes-gcm-avx512-x86_64-apple.S
[1112/1367] Compiling aes-gcm-avx2-x86_64-linux.S
[1113/1367] Compiling aes-gcm-avx2-x86_64-apple.S
[1114/1367] Compiling c-nioatomics.c
[1115/1367] Compiling xwing.cc
[1116/1367] Compiling x_sig.cc
[1117/1367] Compiling x_spki.cc
[1118/1367] Compiling x_x509a.cc
[1119/1367] Compiling x_req.cc
[1120/1367] Compiling x_name.cc
[1121/1367] Compiling x_x509.cc
[1122/1367] Compiling x_pubkey.cc
[1123/1367] Compiling c-atomics.c
[1124/1367] Compiling x_exten.cc
[1125/1374] Compiling x_crl.cc
[1126/1374] Compiling x_attrib.cc
[1127/1374] Compiling x509spki.cc
[1128/1374] Compiling x509rset.cc
[1129/1374] Compiling x_all.cc
[1130/1374] Compiling x509cset.cc
[1131/1374] Compiling x_algor.cc
[1132/1374] Compiling x509name.cc
[1133/1374] Compiling x509_vpm.cc
[1135/1374] Compiling NIOConcurrencyHelpers lock.swift
[1136/1374] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1137/1374] Compiling NIOConcurrencyHelpers atomics.swift
[1138/1374] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[1139/1374] Compiling NIOConcurrencyHelpers NIOLock.swift
[1140/1374] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1141/1374] Emitting module NIOConcurrencyHelpers
[1141/1374] Compiling x509_txt.cc
[1142/1374] Compiling x509_vfy.cc
[1143/1374] Compiling x509_v3.cc
[1144/1374] Compiling x509_obj.cc
[1145/1374] Compiling x509_trs.cc
[1146/1374] Compiling x509_req.cc
[1147/1374] Compiling x509_set.cc
[1148/1374] Compiling x509_ext.cc
[1149/1374] Compiling x509_lu.cc
[1150/1401] Compiling x509_def.cc
[1151/1401] Compiling x509_d2.cc
[1152/1401] Compiling x509_cmp.cc
[1154/1401] Compiling ConsoleKitTerminal ConsoleClear.swift
[1155/1401] Compiling ConsoleKitTerminal Console+Ask.swift
[1156/1401] Compiling ConsoleKitTerminal Console+Choose.swift
[1156/1403] Compiling x509.cc
[1157/1403] Compiling x509_att.cc
[1159/1403] Emitting module ConsoleKitTerminal
[1160/1403] Compiling ConsoleKitTerminal ActivityBar.swift
[1161/1403] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1162/1403] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1162/1403] Compiling v3_prn.cc
[1163/1403] Compiling v3_skey.cc
[1165/1403] Compiling ConsoleKitTerminal Console+Confirm.swift
[1166/1403] Compiling ConsoleKitTerminal Console+Input.swift
[1167/1403] Compiling ConsoleKitTerminal Console+Center.swift
[1168/1403] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1169/1403] Compiling ConsoleKitTerminal CustomActivity.swift
[1170/1403] Compiling ConsoleKitTerminal LoadingBar.swift
[1171/1403] Compiling ConsoleKitTerminal Console+Output.swift
[1172/1403] Compiling ConsoleKitTerminal Console+Wait.swift
[1173/1403] Compiling ConsoleKitTerminal ConsoleColor.swift
[1173/1403] Compiling v3_purp.cc
[1175/1403] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1176/1403] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1176/1403] Compiling v3_utl.cc
[1178/1403] Compiling ConsoleKitTerminal ProgressBar.swift
[1179/1403] Compiling ConsoleKitTerminal Console+Clear.swift
[1180/1403] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1181/1403] Compiling ConsoleKitTerminal ANSI.swift
[1182/1403] Compiling ConsoleKitTerminal Console.swift
[1183/1403] Compiling ConsoleKitTerminal Terminal.swift
[1184/1403] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1185/1403] Compiling ConsoleKitTerminal ConsoleText.swift
[1186/1403] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1186/1403] Compiling v3_pmaps.cc
[1187/1403] Compiling v3_pcons.cc
[1188/1403] Compiling v3_ocsp.cc
[1189/1403] Compiling v3_ncons.cc
[1191/1403] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1192/1403] Compiling ConsoleKitTerminal LoggerFragment.swift
[1192/1403] Compiling v3_lib.cc
[1193/1403] Compiling v3_int.cc
[1194/1403] Compiling v3_ia5.cc
[1195/1403] Compiling v3_info.cc
[1196/1403] Compiling v3_genn.cc
[1197/1425] Compiling v3_extku.cc
[1198/1425] Compiling v3_enum.cc
[1199/1425] Compiling v3_crld.cc
[1200/1425] Compiling v3_bitst.cc
[1201/1425] Compiling v3_bcons.cc
[1202/1425] Compiling v3_cpols.cc
[1203/1425] Compiling v3_conf.cc
[1204/1425] Compiling v3_alt.cc
[1206/1425] Compiling ConsoleKitCommands Argument.swift
[1207/1425] Compiling ConsoleKitCommands CommandSignature.swift
[1208/1425] Compiling ConsoleKitCommands Flag.swift
[1209/1425] Compiling ConsoleKitCommands Option.swift
[1209/1427] Compiling v3_akeya.cc
[1211/1427] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1212/1427] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1213/1427] Compiling ConsoleKitCommands Command.swift
[1214/1427] Compiling ConsoleKitCommands CommandContext.swift
[1215/1427] Compiling ConsoleKitCommands CommandError.swift
[1216/1427] Emitting module ConsoleKitCommands
[1217/1427] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1218/1427] Compiling ConsoleKitCommands AsyncCommand.swift
[1219/1427] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1220/1427] Compiling ConsoleKitCommands AsyncCommands.swift
[1221/1427] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1222/1427] Compiling ConsoleKitCommands AnyCommand.swift
[1223/1427] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1224/1427] Compiling ConsoleKitCommands Utilities.swift
[1224/1427] Compiling t_x509a.cc
[1225/1427] Compiling i2d_pr.cc
[1226/1427] Compiling v3_akey.cc
[1227/1427] Compiling t_x509.cc
[1228/1427] Compiling t_crl.cc
[1229/1427] Compiling rsa_pss.cc
[1230/1427] Compiling name_print.cc
[1231/1427] Compiling t_req.cc
[1232/1427] Compiling policy.cc
[1234/1427] Compiling ConsoleKitCommands CommandGroup.swift
[1235/1427] Compiling ConsoleKitCommands CommandInput.swift
[1236/1427] Compiling ConsoleKitCommands Commands.swift
[1237/1427] Compiling ConsoleKitCommands Console+Run.swift
[1238/1427] Compiling ConsoleKitCommands ConsoleError.swift
[1239/1427] Compiling ConsoleKitCommands Completion.swift
[1239/1427] Compiling by_file.cc
[1240/1427] Compiling asn1_gen.cc
[1241/1427] Compiling by_dir.cc
[1242/1427] Compiling voprf.cc
[1243/1427] Compiling algorithm.cc
[1244/1427] Compiling trust_token.cc
[1245/1427] Compiling a_verify.cc
[1246/1427] Compiling a_digest.cc
[1247/1427] Compiling a_sign.cc
[1248/1429] Compiling pmbtoken.cc
[1249/1429] Compiling thread_win.cc
[1250/1429] Compiling thread_pthread.cc
[1251/1429] Compiling thread_none.cc
[1252/1429] Compiling thread.cc
[1254/1429] Emitting module ConsoleKit
[1255/1429] Compiling ConsoleKit Exports.swift
[1255/1429] Compiling stack.cc
[1256/1429] Compiling siphash.cc
[1257/1429] Compiling slhdsa.cc
[1258/1429] Compiling spake2plus.cc
[1259/1429] Compiling sha512.cc
[1260/1429] Compiling sha256.cc
[1261/1429] Compiling sha1.cc
[1262/1429] Compiling rsa_extra.cc
[1263/1429] Compiling rsa_print.cc
[1264/1429] Compiling refcount.cc
[1265/1429] Compiling rsa_crypt.cc
[1266/1429] Compiling rc4.cc
[1267/1429] Compiling windows.cc
[1268/1429] Compiling urandom.cc
[1269/1429] Compiling rsa_asn1.cc
[1270/1429] Compiling trusty.cc
[1271/1429] Compiling rand.cc
[1272/1429] Compiling ios.cc
[1273/1429] Compiling passive.cc
[1274/1429] Compiling poly1305_arm_asm.S
[1275/1429] Compiling getentropy.cc
[1276/1429] Compiling forkunsafe.cc
[1277/1429] Compiling fork_detect.cc
[1278/1429] Compiling deterministic.cc
[1279/1429] Compiling poly1305_vec.cc
[1280/1429] Compiling pool.cc
[1281/1429] Compiling poly1305_arm.cc
[1282/1429] Compiling poly1305.cc
[1283/1429] Compiling pkcs7.cc
[1284/1429] Compiling pkcs8_x509.cc
[1285/1429] Compiling pkcs8.cc
[1286/1429] Compiling p5_pbev2.cc
[1287/1429] Compiling pkcs7_x509.cc
[1288/1429] Compiling pem_xaux.cc
[1289/1429] Compiling pem_x509.cc
[1290/1429] Compiling pem_pkey.cc
[1291/1429] Compiling pem_oth.cc
[1292/1429] Compiling pem_pk8.cc
[1293/1429] Compiling mlkem.cc
[1294/1429] Compiling obj_xref.cc
[1295/1429] Compiling pem_lib.cc
[1296/1429] Compiling pem_info.cc
[1297/1429] Compiling obj.cc
[1298/1429] Compiling pem_all.cc
[1299/1429] Compiling mldsa.cc
[1300/1429] Compiling poly_rq_mul.S
[1301/1429] Compiling mem.cc
[1302/1429] Compiling fips_shared_support.cc
[1303/1429] Compiling md4.cc
[1304/1429] Compiling md5.cc
[1305/1429] Compiling lhash.cc
[1306/1429] Compiling kyber.cc
[1306/1429] Compiling fuzzer_mode.cc
[1308/1429] Compiling ex_data.cc
[1309/1429] Compiling hpke.cc
[1310/1429] Compiling sign.cc
[1311/1429] Compiling hrss.cc
[1312/1429] Compiling scrypt.cc
[1313/1429] Compiling pbkdf.cc
[1314/1429] Compiling print.cc
[1315/1429] Compiling p_x25519.cc
[1316/1429] Compiling p_x25519_asn1.cc
[1317/1429] Compiling p_rsa_asn1.cc
[1318/1429] Compiling p_hkdf.cc
[1319/1429] Compiling p_ed25519_asn1.cc
[1320/1429] Compiling p_ed25519.cc
[1321/1429] Compiling p_rsa.cc
[1322/1429] Compiling p_ec.cc
[1323/1429] Compiling p_ec_asn1.cc
[1324/1429] Compiling p_dh_asn1.cc
[1325/1429] Compiling p_dsa_asn1.cc
[1326/1429] Compiling p_dh.cc
[1327/1429] Compiling err.cc
[1328/1429] Compiling engine.cc
[1328/1429] Compiling ecdsa_p1363.cc
[1330/1429] Compiling evp.cc
[1331/1429] Compiling evp_ctx.cc
[1332/1429] Compiling evp_asn1.cc
[1333/1429] Compiling ecdh.cc
[1334/1429] Compiling ec_derive.cc
[1335/1429] Compiling ecdsa_asn1.cc
[1336/1429] Compiling hash_to_curve.cc
[1337/1429] Compiling dsa.cc
[1338/1429] Compiling dsa_asn1.cc
[1339/1429] Compiling x25519-asm-arm.S
[1340/1429] Compiling ec_asn1.cc
[1341/1429] Compiling digest_extra.cc
[1342/1429] Compiling params.cc
[1343/1429] Compiling curve25519_64_adx.cc
[1344/1429] Compiling dh_asn1.cc
[1345/1429] Compiling des.cc
[1346/1429] Compiling spake25519.cc
[1347/1429] Compiling cpu_intel.cc
[1348/1429] Compiling cpu_arm_linux.cc
[1349/1429] Compiling crypto.cc
[1350/1429] Compiling curve25519.cc
[1351/1429] Compiling cpu_arm_freebsd.cc
[1352/1429] Compiling cpu_aarch64_win.cc
[1353/1429] Compiling cpu_aarch64_openbsd.cc
[1354/1429] Compiling cpu_aarch64_sysreg.cc
[1355/1429] Compiling cpu_aarch64_linux.cc
[1356/1429] Compiling cpu_aarch64_fuchsia.cc
[1357/1429] Compiling cpu_aarch64_apple.cc
[1358/1429] Compiling conf.cc
[1359/1429] Compiling tls_cbc.cc
[1360/1429] Compiling get_cipher.cc
[1361/1429] Compiling e_rc4.cc
[1362/1429] Compiling e_tls.cc
[1363/1429] Compiling cms.cc
[1364/1429] Compiling e_rc2.cc
[1365/1429] Compiling e_null.cc
[1366/1429] Compiling e_des.cc
[1367/1429] Compiling e_chacha20poly1305.cc
[1368/1429] Compiling e_aesgcmsiv.cc
[1369/1429] Compiling derive_key.cc
[1370/1429] Compiling e_aeseax.cc
[1371/1429] Compiling e_aesctrhmac.cc
[1372/1429] Compiling chacha.cc
[1373/1429] Compiling unicode.cc
[1374/1429] Compiling cbb.cc
[1375/1429] Compiling cbs.cc
[1376/1429] Compiling sqrt.cc
[1377/1429] Compiling ber.cc
[1378/1429] Compiling buf.cc
[1379/1429] Compiling asn1_compat.cc
[1380/1429] Compiling exponentiation.cc
[1381/1429] Compiling div.cc
[1382/1429] Compiling blake2.cc
[1383/1429] Compiling printf.cc
[1384/1429] Compiling convert.cc
[1385/1429] Compiling hexdump.cc
[1386/1429] Compiling pair.cc
[1387/1429] Compiling bn_asn1.cc
[1388/1429] Compiling file.cc
[1389/1429] Compiling fd.cc
[1390/1429] Compiling errno.cc
[1391/1429] Compiling bio_mem.cc
[1392/1429] Compiling base64.cc
[1393/1429] Compiling bio.cc
[1394/1429] Compiling tasn_typ.cc
[1395/1429] Compiling tasn_fre.cc
[1396/1429] Compiling tasn_enc.cc
[1397/1429] Compiling tasn_new.cc
[1398/1429] Compiling tasn_utl.cc
[1399/1429] Compiling tasn_dec.cc
[1400/1429] Compiling posix_time.cc
[1401/1429] Compiling f_string.cc
[1402/1429] Compiling bcm.cc
[1403/1429] Compiling f_int.cc
[1404/1429] Compiling asn_pack.cc
[1405/1429] Compiling asn1_par.cc
[1406/1429] Compiling asn1_lib.cc
[1407/1429] Compiling a_utctm.cc
[1408/1429] Compiling a_type.cc
[1409/1429] Compiling a_time.cc
[1410/1429] Compiling a_octet.cc
[1411/1429] Compiling a_strnid.cc
[1412/1429] Compiling a_strex.cc
[1413/1429] Compiling a_mbstr.cc
[1414/1429] Compiling a_int.cc
[1415/1429] Write sources
[1417/1429] Compiling a_object.cc
[1418/1429] Compiling a_i2d_fp.cc
[1419/1429] Write sources
[1420/1429] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1422/1429] Write sources
[1423/1429] Compiling a_dup.cc
[1424/1429] Compiling a_d2i_fp.cc
[1425/1429] Compiling a_gentm.cc
[1426/1458] Compiling a_bool.cc
[1427/1461] Compiling aes.cc
[1429/1529] Compiling Algorithms EitherSequence.swift
[1430/1529] Compiling Algorithms FirstNonNil.swift
[1431/1529] Compiling Algorithms FlattenCollection.swift
[1432/1529] Compiling Algorithms Partition.swift
[1433/1529] Compiling Algorithms Permutations.swift
[1434/1529] Compiling Algorithms Product.swift
[1434/1535] Compiling a_bitstr.cc
[1438/1535] Compiling Algorithms Chunked.swift
[1439/1535] Compiling Algorithms RandomSample.swift
[1440/1536] Emitting module BitCollections
[1441/1536] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1442/1536] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1443/1536] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1444/1536] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1445/1536] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1446/1536] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1447/1536] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1448/1536] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1449/1536] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1450/1536] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1451/1536] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1452/1536] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1453/1536] Compiling Algorithms Intersperse.swift
[1454/1536] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1455/1536] Compiling BitCollections BitSet+CustomReflectable.swift
[1456/1536] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1457/1536] Compiling BitCollections BitSet+Equatable.swift
[1458/1536] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1459/1536] Compiling BitCollections BitSet+Extras.swift
[1460/1536] Compiling BitCollections BitSet+Hashable.swift
[1461/1536] Compiling BitCollections BitSet+Initializers.swift
[1462/1536] Compiling BitCollections BitSet+Invariants.swift
[1463/1536] Compiling BitCollections BitSet+Random.swift
[1464/1536] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1465/1536] Compiling Atomics Unmanaged extensions.swift
[1466/1545] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1467/1545] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1468/1545] Compiling BitCollections BitSet+SetAlgebra union.swift
[1469/1545] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1470/1545] Compiling BitCollections BitSet.Counted.swift
[1471/1545] Compiling BitCollections BitSet.Index.swift
[1473/1545] Compiling Algorithms Reductions.swift
[1474/1545] Compiling Algorithms Rotate.swift
[1475/1547] Compiling Algorithms AdjacentPairs.swift
[1476/1547] Compiling Algorithms Chain.swift
[1481/1547] Compiling BitCollections BitSet._UnsafeHandle.swift
[1482/1547] Compiling BitCollections BitSet.swift
[1483/1547] Compiling BitCollections Range+Utilities.swift
[1484/1547] Compiling BitCollections Slice+Utilities.swift
[1485/1547] Compiling BitCollections UInt+Tricks.swift
[1486/1547] Compiling BitCollections _Word.swift
[1487/1547] Compiling Algorithms Suffix.swift
[1488/1547] Compiling Algorithms Trim.swift
[1489/1547] Compiling Algorithms Split.swift
[1490/1547] Compiling Algorithms Stride.swift
[1491/1547] Compiling Algorithms Combinations.swift
[1492/1547] Compiling Algorithms Compacted.swift
[1493/1547] Compiling Algorithms Cycle.swift
[1494/1547] Compiling Algorithms Joined.swift
[1495/1547] Compiling Algorithms Keyed.swift
[1496/1547] Compiling Algorithms MinMax.swift
[1497/1547] Compiling Algorithms Grouped.swift
[1498/1547] Compiling Algorithms Indexed.swift
[1502/1547] Compiling Algorithms Unique.swift
[1503/1547] Compiling Algorithms Windows.swift
[1530/1553] Compiling Collections HeapModule reexports.swift
[1531/1553] Compiling Collections HashTreeCollections reexports.swift
[1532/1553] Compiling Collections OrderedCollections reexports.swift
[1533/1553] Compiling Collections DequeModule reexports.swift
[1534/1553] Compiling Collections BitCollections reexports.swift
[1535/1553] Emitting module Collections
[1539/1553] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[1540/1553] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1541/1553] Compiling CryptoBoringWrapper RandomBytes.swift
[1542/1553] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1543/1553] Emitting module Atomics
[1548/1553] Emitting module CryptoBoringWrapper
[1549/1553] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1550/1553] Compiling CryptoBoringWrapper EllipticCurve.swift
[1551/1553] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1552/1553] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1553/1676] Emitting module Algorithms
[1554/1676] Compiling CryptoExtras CryptoKitErrors_boring.swift
[1555/1676] Compiling CryptoExtras Data+Extensions.swift
[1556/1676] Compiling CryptoExtras DigestType.swift
[1557/1676] Compiling CryptoExtras Error.swift
[1558/1676] Compiling CryptoExtras I2OSP.swift
[1559/1676] Compiling CryptoExtras IntegerEncoding.swift
[1560/1682] Compiling CryptoExtras OPRFClient.swift
[1561/1682] Compiling CryptoExtras OPRFServer.swift
[1562/1682] Compiling CryptoExtras VOPRF+API.swift
[1563/1682] Compiling CryptoExtras VOPRFClient.swift
[1564/1682] Compiling CryptoExtras ObjectIdentifier.swift
[1565/1682] Compiling CryptoExtras PKCS8DERRepresentation.swift
[1566/1682] Compiling CryptoExtras PKCS8PrivateKey.swift
[1567/1689] Compiling CryptoExtras RFC8410AlgorithmIdentifier.swift
[1568/1689] Compiling CryptoExtras ECToolbox_boring.swift
[1569/1689] Compiling CryptoExtras ECToolbox.swift
[1570/1689] Compiling CryptoExtras VOPRFServer.swift
[1571/1689] Compiling CryptoExtras RSA+BlindSigning.swift
[1572/1689] Compiling CryptoExtras RSA.swift
[1573/1689] Compiling CryptoExtras RSA_boring.swift
[1574/1689] Compiling CryptoExtras PEMDocument.swift
[1575/1689] Compiling CryptoExtras PrettyBytes.swift
[1576/1689] Compiling CryptoExtras SubjectPublicKeyInfo.swift
[1577/1689] Compiling CryptoExtras ThreadOps.swift
[1578/1689] Compiling CryptoExtras ThreadPosix.swift
[1579/1689] Compiling CryptoExtras ThreadSpecific.swift
[1580/1689] Compiling CryptoExtras HashToField.swift
[1581/1689] Compiling CryptoExtras KDF.swift
[1582/1689] Compiling CryptoExtras PBKDF2_boring.swift
[1583/1689] Compiling CryptoExtras PBKDF2_commoncrypto.swift
[1584/1689] Compiling CryptoExtras PBKDF2.swift
[1585/1689] Compiling CryptoExtras Scrypt_boring.swift
[1586/1689] Compiling CryptoExtras CMAC.swift
[1587/1689] Compiling CryptoExtras ARC+API.swift
[1588/1689] Compiling CryptoExtras ARC.swift
[1589/1689] Compiling CryptoExtras ARCCredential.swift
[1590/1689] Compiling CryptoExtras ARCEncoding.swift
[1591/1689] Compiling CryptoExtras ARCPrecredential.swift
[1592/1689] Compiling CryptoExtras ARCPresentation.swift
[1593/1689] Emitting module CryptoExtras
[1594/1689] Compiling CryptoExtras AES_CBC.swift
[1595/1689] Compiling CryptoExtras AES_CFB.swift
[1596/1689] Compiling CryptoExtras AES_CTR.swift
[1597/1689] Compiling CryptoExtras AES_GCM_SIV.swift
[1598/1689] Compiling CryptoExtras Block Function.swift
[1599/1689] Compiling CryptoExtras AES_CFB_boring.swift
[1600/1689] Compiling CryptoExtras AES_CTR_boring.swift
[1601/1689] Compiling CryptoExtras AES_GCM_SIV_boring.swift
[1602/1689] Compiling CryptoExtras ThreadWindows.swift
[1603/1689] Compiling CryptoExtras DLEQ.swift
[1604/1689] Compiling CryptoExtras Prover.swift
[1605/1689] Compiling CryptoExtras Verifier.swift
[1606/1689] Compiling CryptoExtras ZKPToolbox.swift
[1607/1689] Compiling CryptoExtras resource_bundle_accessor.swift
[1608/1689] Compiling NIOCore GlobalSingletons.swift
[1622/1689] Compiling CryptoExtras Scrypt.swift
[1623/1689] Compiling CryptoExtras OPRF.swift
[1638/1689] Compiling CryptoExtras Reexport.swift
[1639/1689] Compiling CryptoExtras BoringSSLHelpers.swift
[1640/1689] Compiling NIOCore SocketAddresses.swift
[1641/1689] Compiling NIOCore SocketOptionProvider.swift
[1642/1689] Compiling NIOCore SystemCallHelpers.swift
[1643/1689] Compiling NIOCore TimeAmount+Duration.swift
[1644/1689] Compiling NIOCore TypeAssistedChannelHandler.swift
[1645/1689] Compiling NIOCore UniversalBootstrapSupport.swift
[1646/1689] Compiling NIOCore Utilities.swift
[1655/1689] Compiling CryptoExtras ARCRequest.swift
[1656/1689] Compiling CryptoExtras ARCResponse.swift
[1657/1689] Compiling CryptoExtras ARCServer.swift
[1658/1689] Compiling CryptoExtras ChaCha20CTR_boring.swift
[1659/1689] Compiling CryptoExtras ChaCha20CTR.swift
[1660/1689] Compiling CryptoExtras Curve25519+PEM.swift
[1675/1691] Emitting module _CryptoExtras
[1676/1691] Compiling _CryptoExtras Exports.swift
[1677/1790] Compiling X509 NameConstraintsPolicy.swift
[1678/1790] Compiling X509 RFC5280Policy.swift
[1679/1790] Compiling X509 URIConstraints.swift
[1680/1790] Compiling X509 VersionPolicy.swift
[1681/1790] Compiling X509 ServerIdentityPolicy.swift
[1682/1790] Compiling X509 TrustRootLoading.swift
[1683/1790] Compiling X509 UnverifiedChain.swift
[1684/1790] Compiling X509 CountryName.swift
[1685/1790] Compiling X509 DNBuilder.swift
[1686/1790] Compiling X509 DomainComponent.swift
[1687/1790] Compiling X509 EmailAddress.swift
[1688/1790] Compiling X509 LocalityName.swift
[1689/1790] Compiling X509 OrganizationName.swift
[1690/1790] Compiling X509 OrganizationalUnitName.swift
[1691/1790] Compiling X509 SubjectKeyIdentifier.swift
[1692/1790] Compiling X509 Extension.swift
[1693/1790] Compiling X509 Extensions.swift
[1694/1790] Compiling X509 ExtensionsBuilder.swift
[1695/1790] Compiling X509 GeneralName.swift
[1696/1790] Compiling X509 Lock.swift
[1697/1790] Compiling X509 LockedValueBox.swift
[1698/1790] Compiling X509 BasicOCSPResponse.swift
[1699/1790] Compiling X509 DirectoryString.swift
[1700/1790] Compiling X509 OCSPCertID.swift
[1701/1790] Compiling X509 OCSPCertStatus.swift
[1702/1800] Emitting module NIOCore
[1703/1800] Compiling X509 AllOfPolicies.swift
[1704/1800] Compiling X509 AnyPolicy.swift
[1705/1800] Compiling X509 CertificateStore.swift
[1706/1800] Compiling X509 CustomCertificateStore.swift
[1707/1800] Compiling X509 OneOfPolicies.swift
[1708/1800] Compiling X509 PolicyBuilder.swift
[1709/1800] Compiling X509 BasicConstraintsPolicy.swift
[1710/1800] Compiling X509 DNSNames.swift
[1711/1800] Compiling X509 DirectoryNames.swift
[1712/1800] Compiling X509 ExpiryPolicy.swift
[1713/1800] Compiling X509 IPConstraints.swift
[1714/1800] Compiling X509 CMSAttribute.swift
[1715/1800] Compiling X509 CMSContentInfo.swift
[1716/1800] Compiling X509 CMSEncapsulatedContentInfo.swift
[1717/1800] Compiling X509 CMSIssuerAndSerialNumber.swift
[1718/1800] Compiling X509 CMSOperations.swift
[1719/1800] Compiling X509 CMSSignature.swift
[1720/1800] Compiling X509 CMSSignedData.swift
[1721/1800] Compiling X509 CMSSignerIdentifier.swift
[1722/1800] Compiling X509 CMSSignerInfo.swift
[1723/1800] Compiling X509 CMSVersion.swift
[1724/1800] Compiling X509 Curve25519+DER.swift
[1725/1800] Compiling X509 OCSPTBSRequest.swift
[1726/1800] Compiling X509 OCSPVersion.swift
[1727/1800] Compiling X509 PKCS8PrivateKey.swift
[1728/1800] Compiling X509 PromiseAndFuture.swift
[1729/1800] Compiling X509 RDNAttribute.swift
[1730/1800] Compiling X509 RandomNumberGenerator+bytes.swift
[1731/1800] Compiling X509 RelativeDistinguishedName.swift
[1732/1800] Compiling X509 SEC1PrivateKey.swift
[1733/1800] Compiling X509 SecKeyWrapper.swift
[1734/1800] Compiling X509 Signature.swift
[1735/1800] Compiling X509 SignatureAlgorithm.swift
[1736/1800] Compiling X509 CSRAttribute.swift
[1737/1800] Compiling X509 CSRAttributes.swift
[1738/1800] Compiling X509 CSRVersion.swift
[1739/1800] Compiling X509 CertificateSigningRequest.swift
[1740/1800] Compiling X509 CertificationRequestInfo.swift
[1741/1800] Compiling X509 ExtensionRequest.swift
[1742/1800] Compiling X509 Certificate.swift
[1743/1800] Compiling X509 CertificatePrivateKey.swift
[1744/1800] Compiling X509 CertificatePublicKey.swift
[1745/1800] Compiling X509 CertificateSerialNumber.swift
[1746/1800] Compiling X509 CertificateVersion.swift
[1747/1856] Compiling X509 StateOrProvinceName.swift
[1748/1856] Compiling X509 StreetAddress.swift
[1749/1856] Compiling X509 Error.swift
[1750/1856] Compiling X509 AuthorityInformationAccess.swift
[1751/1856] Compiling X509 AuthorityKeyIdentifier.swift
[1752/1856] Compiling X509 BasicConstraints.swift
[1753/1856] Compiling X509 ExtendedKeyUsage.swift
[1754/1856] Compiling X509 ExtensionIdentifiers.swift
[1755/1856] Compiling X509 KeyUsage.swift
[1756/1856] Compiling X509 NameConstraints.swift
[1757/1856] Compiling X509 SubjectAlternativeName.swift
[1758/1856] Compiling NIOPosix BSDSocketAPICommon.swift
[1759/1856] Compiling NIOPosix BSDSocketAPIPosix.swift
[1760/1856] Compiling NIOPosix BSDSocketAPIWindows.swift
[1761/1856] Compiling NIOPosix BaseSocket.swift
[1762/1856] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[1763/1856] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1764/1856] Compiling NIOPosix NonBlockingFileIO.swift
[1765/1856] Compiling NIOPosix PendingDatagramWritesManager.swift
[1766/1856] Compiling NIOPosix PendingWritesManager.swift
[1767/1856] Compiling NIOPosix PipeChannel.swift
[1768/1856] Compiling X509 VerifierPolicy.swift
[1769/1856] Compiling X509 AlgorithmIdentifier.swift
[1770/1856] Compiling X509 ECDSASignature.swift
[1771/1856] Compiling X509 RSAPKCS1PublicKey.swift
[1772/1856] Compiling X509 SubjectPublicKeyInfo.swift
[1773/1856] Compiling X509 TBSCertificate.swift
[1774/1856] Compiling X509 Time.swift
[1775/1856] Compiling X509 TimeCalculations.swift
[1776/1856] Compiling X509 Validity.swift
[1777/1856] Compiling X509 X509SendableMetatype.swift
[1778/1856] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1779/1856] Compiling NIOEmbedded Embedded.swift
[1780/1856] Emitting module NIOEmbedded
[1781/1856] Compiling NIOEmbedded AsyncTestingChannel.swift
[1782/1856] Compiling NIOPosix Linux.swift
[1783/1856] Compiling NIOPosix LinuxCPUSet.swift
[1784/1856] Compiling NIOPosix LinuxUring.swift
[1785/1856] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1786/1856] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1787/1856] Compiling NIOPosix NIOThreadPool.swift
[1788/1861] Compiling NIOPosix FileDescriptor.swift
[1789/1861] Compiling NIOPosix GetaddrinfoResolver.swift
[1790/1861] Compiling NIOPosix HappyEyeballs.swift
[1791/1861] Compiling NIOPosix IO.swift
[1792/1861] Compiling NIOPosix IntegerBitPacking.swift
[1793/1861] Compiling NIOPosix IntegerTypes.swift
[1794/1861] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1795/1861] Compiling NIOPosix System.swift
[1796/1861] Compiling NIOPosix Thread.swift
[1797/1861] Compiling NIOPosix ThreadPosix.swift
[1798/1861] Compiling NIOPosix ThreadWindows.swift
[1799/1861] Compiling NIOPosix PosixSingletons.swift
[1800/1861] Compiling NIOPosix RawSocketBootstrap.swift
[1801/1861] Compiling NIOPosix Resolver.swift
[1802/1861] Compiling NIOPosix Selectable.swift
[1803/1861] Compiling NIOPosix SelectableChannel.swift
[1804/1861] Compiling NIOPosix BaseSocketChannel.swift
[1805/1861] Compiling NIOPosix BaseStreamSocketChannel.swift
[1806/1861] Compiling NIOPosix Bootstrap.swift
[1807/1861] Compiling NIOPosix ControlMessage.swift
[1808/1861] Compiling NIOPosix DatagramVectorReadManager.swift
[1809/1861] Compiling NIOPosix Errors+Any.swift
[1810/1861] Emitting module X509
[1811/1861] Compiling NIOPosix SelectorWSAPoll.swift
[1812/1861] Compiling NIOPosix ServerSocket.swift
[1813/1861] Compiling NIOPosix Socket.swift
[1814/1861] Compiling NIOPosix SocketChannel.swift
[1815/1861] Compiling NIOPosix SocketProtocols.swift
[1816/1861] Compiling NIOPosix SelectableEventLoop.swift
[1817/1861] Compiling NIOPosix SelectorEpoll.swift
[1818/1861] Compiling NIOPosix SelectorGeneric.swift
[1819/1861] Compiling NIOPosix SelectorKqueue.swift
[1820/1861] Compiling NIOPosix SelectorUring.swift
[1821/1861] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1822/1861] Emitting module NIOPosix
[1823/1861] Compiling NIOPosix Utilities.swift
[1824/1861] Compiling NIOPosix VsockAddress.swift
[1825/1861] Compiling NIOPosix VsockChannelEvents.swift
[1826/1861] Compiling NIOPosix Windows.swift
[1827/1861] Compiling NIOPosix resource_bundle_accessor.swift
[1832/1861] Compiling NIOPosix PipePair.swift
[1833/1861] Compiling NIOPosix Pool.swift
[1862/1922] Emitting module NIO
[1863/1922] Compiling NIO Exports.swift
[1864/1922] Compiling _NIOFileSystem Array+FileSystem.swift
[1865/1922] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1866/1922] Compiling _NIOFileSystem BufferedReader.swift
[1867/1924] Compiling _NIOFileSystem FileChunks.swift
[1868/1924] Compiling _NIOFileSystem FileHandle.swift
[1869/1964] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1870/1964] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1871/1964] Emitting module NIOSOCKS
[1872/1965] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1873/1965] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1874/1965] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1875/1965] Compiling NIOSOCKS SOCKSResponse.swift
[1876/1965] Compiling NIOSOCKS ClientStateMachine.swift
[1877/1965] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1878/1965] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1879/1965] Compiling NIOSOCKS Errors.swift
[1880/1965] Compiling NIOSOCKS Messages.swift
[1881/1965] Compiling NIOSOCKS Helpers.swift
[1882/1965] Compiling NIOSOCKS AuthenticationMethod.swift
[1883/1965] Compiling NIOSOCKS ClientGreeting.swift
[1884/1965] Compiling NIOSOCKS SOCKSRequest.swift
[1885/1966] Compiling NIOSOCKS SOCKSClientHandler.swift
[1886/1966] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1887/1966] Compiling NIOTLS TLSEvents.swift
[1888/1966] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1889/1966] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1890/1966] Emitting module NIOTLS
[1891/1966] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1892/1966] Compiling NIOTLS SNIHandler.swift
[1893/1966] Compiling NIOSOCKS ServerStateMachine.swift
[1894/1966] Compiling AsyncKit Optional+StrictMap.swift
[1895/1966] Compiling AsyncKit Exports.swift
[1897/1966] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1898/1966] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1899/1997] Compiling NIOSSL IdentityVerification.swift
[1900/1997] Compiling NIOSSL SSLPublicKey.swift
[1901/1997] Compiling NIOSSL ByteBufferBIO.swift
[1902/1997] Compiling NIOSSL CustomPrivateKey.swift
[1903/1997] Compiling NIOSSL SSLPrivateKey.swift
[1904/1997] Compiling NIOSSL AndroidCABundle.swift
[1905/1997] Emitting module NIOFoundationCompat
[1906/1997] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1907/1997] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1908/1997] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1909/1997] Compiling NIOSSL NIOSSLHandler.swift
[1910/1997] Compiling NIOSSL Zeroization.swift
[1911/1997] Compiling NIOSSL TLSConfiguration.swift
[1912/1997] Compiling NIOSSL NIOSSLServerHandler.swift
[1913/1997] Compiling NIOSSL ObjectIdentifier.swift
[1914/1997] Compiling NIOSSL SSLInit.swift
[1915/1997] Compiling NIOSSL SSLPKCS12Bundle.swift
[1918/1997] Emitting module _NIOFileSystem
[1919/2001] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1920/2023] Emitting module NIOHTTP1
[1921/2023] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1922/2023] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1923/2023] Compiling NIOSSL PosixPort.swift
[1924/2023] Compiling NIOSSL SSLCallbacks.swift
[1925/2023] Compiling _NIOFileSystem Mocking.swift
[1926/2023] Compiling _NIOFileSystem Syscall.swift
[1927/2023] Compiling _NIOFileSystem Syscalls.swift
[1928/2023] Compiling _NIOFileSystem SystemFileHandle.swift
[1929/2023] Compiling _NIOFileSystem Utilities.swift
[1930/2023] Compiling _NIOFileSystem NIOFilePath.swift
[1931/2023] Compiling NIOTransportServices AcceptHandler.swift
[1932/2023] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1933/2023] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1934/2023] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1935/2023] Compiling NIOTransportServices StateManagedChannel.swift
[1936/2023] Compiling NIOSSL NIOSSLSecureBytes.swift
[1937/2023] Compiling NIOSSL RNG.swift
[1938/2023] Compiling NIOSSL SafeCompare.swift
[1939/2023] Compiling NIOTransportServices NIOTSSingletons.swift
[1940/2023] Compiling NIOTransportServices NIOTSBootstraps.swift
[1941/2023] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1942/2023] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1943/2023] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[1944/2023] Compiling _NIOFileSystem OpenOptions.swift
[1945/2023] Compiling _NIOFileSystem String+FileSystem.swift
[1946/2023] Compiling _NIOFileSystem resource_bundle_accessor.swift
[1947/2089] Emitting module AsyncKit
[1948/2089] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1949/2089] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1953/2090] Compiling MultipartKit MultipartPart.swift
[1954/2090] Compiling MultipartKit FormDataEncoder.swift
[1955/2090] Compiling MultipartKit Storage.swift
[1956/2090] Compiling MultipartKit BasicCodingKey.swift
[1957/2090] Compiling MultipartKit MultipartError.swift
[1959/2090] Compiling MultipartKit MultipartPartConvertible.swift
[1960/2090] Compiling MultipartKit MultipartFormData.swift
[1961/2090] Compiling MultipartKit MultipartParser.swift
[1962/2092] Compiling NIOHPACK IntegerCoding.swift
[1963/2093] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1964/2093] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1965/2094] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1967/2094] Emitting module NIOTransportServices
[1968/2094] Compiling MultipartKit FormDataDecoder.swift
[1969/2094] Compiling MultipartKit Exports.swift
[1970/2094] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1971/2094] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1974/2094] Compiling NIOHTTPCompression HTTPCompression.swift
[1975/2094] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1976/2094] Compiling NIOHTTPCompression HTTPDecompression.swift
[1977/2094] Emitting module NIOHTTPCompression
[1978/2094] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1979/2094] Compiling NIOHPACK DynamicHeaderTable.swift
[1980/2094] Compiling NIOHPACK HPACKDecoder.swift
[1981/2094] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1982/2094] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1983/2094] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1984/2094] Compiling NIOWebSocket SHA1.swift
[1985/2094] Compiling NIOWebSocket WebSocketOpcode.swift
[1986/2094] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1987/2094] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1988/2094] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1989/2094] Emitting module NIOWebSocket
[1990/2094] Compiling NIOWebSocket WebSocketFrame.swift
[1997/2094] Compiling NIOHPACK HuffmanTables.swift
[1998/2094] Compiling NIOHPACK IndexedHeaderTable.swift
[1999/2094] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[2000/2094] Compiling NIOHPACK HeaderTables.swift
[2002/2094] Compiling NIOHPACK HuffmanCoding.swift
[2005/2094] Compiling NIOHPACK StaticHeaderTable.swift
[2006/2094] Emitting module NIOExtras
[2007/2094] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2008/2094] Emitting module NIOSSL
[2009/2097] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2010/2097] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2011/2097] Compiling NIOHPACK HPACKErrors.swift
[2012/2097] Compiling NIOHPACK HPACKEncoder.swift
[2015/2097] Emitting module NIOHPACK
[2016/2097] Compiling NIOHPACK HPACKHeader.swift
[2038/2097] Emitting module MultipartKit
[2049/2099] Compiling MultipartKit MultipartSerializer.swift
[2050/2099] Compiling MultipartKit Utilities.swift
[2066/2163] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2067/2163] Compiling NIOHTTP2 QuiescingState.swift
[2068/2163] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2069/2163] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2070/2163] Compiling NIOHTTP2 StateMachineResult.swift
[2071/2163] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2072/2163] Compiling NIOHTTP2 DOSHeuristics.swift
[2073/2168] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2074/2168] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2075/2168] Compiling NIOHTTP2 HTTP2PingData.swift
[2076/2168] Compiling NIOFileSystem Exports.swift
[2077/2168] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[2078/2168] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler+StateMachine.swift
[2079/2168] Emitting module NIOFileSystem
[2080/2168] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2081/2168] Emitting module _NIOFileSystemFoundationCompat
[2082/2168] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2083/2168] Compiling NIOHTTP2 SendingRstStreamState.swift
[2084/2168] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2085/2168] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2086/2168] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2087/2168] Compiling NIOHTTP2 InboundEventBuffer.swift
[2088/2168] Compiling NIOHTTP2 InboundWindowManager.swift
[2089/2168] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2090/2168] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2091/2168] Compiling NIOHTTP2 HasLocalSettings.swift
[2092/2168] Compiling NIOHTTP2 HasRemoteSettings.swift
[2093/2168] Compiling NIOExtras WritePCAPHandler.swift
[2094/2168] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2095/2168] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2096/2168] Compiling NIOHTTP2 MaySendFrames.swift
[2097/2168] Compiling NIOHTTP2 SendingDataState.swift
[2098/2168] Compiling NIOHTTP2 SendingGoawayState.swift
[2099/2168] Compiling NIOHTTP2 SendingHeadersState.swift
[2100/2168] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2108/2183] Compiling WebSocketKit WebSocketHandler.swift
[2109/2183] Emitting module WebSocketKit
[2110/2183] Compiling WebSocketKit WebSocket.swift
[2111/2183] Emitting module NIOHTTP2
[2112/2183] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2113/2183] Compiling WebSocketKit Exports.swift
[2114/2183] Compiling WebSocketKit WebSocket+Connect.swift
[2115/2183] Compiling WebSocketKit WebSocket+Concurrency.swift
[2116/2183] Compiling WebSocketKit WebSocketClient.swift
[2117/2183] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2118/2183] Compiling NIOHTTP2 StreamChannelList.swift
[2119/2183] Compiling NIOHTTP2 StreamMap.swift
[2120/2183] Compiling NIOHTTP2 StreamStateMachine.swift
[2121/2183] Compiling NIOHTTP2 Timer.swift
[2122/2183] Compiling NIOHTTP2 UnsafeTransfer.swift
[2123/2183] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2124/2183] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2125/2183] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2126/2183] Compiling NIOHTTP2 MayReceiveFrames.swift
[2127/2183] Compiling NIOHTTP2 ReceivingDataState.swift
[2128/2183] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2129/2183] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2130/2183] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2141/2183] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2144/2183] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler.swift
[2145/2183] Compiling NIOHTTP2 Error+Any.swift
[2146/2183] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2147/2183] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2148/2183] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2149/2183] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2150/2183] Compiling NIOHTTP2 GlitchesMonitor.swift
[2151/2183] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2152/2183] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2153/2183] Compiling NIOHTTP2 HTTP2Frame.swift
[2157/2183] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2158/2183] Compiling NIOHTTP2 HTTP2Settings.swift
[2159/2183] Compiling NIOHTTP2 HTTP2Stream.swift
[2160/2183] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2161/2183] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2162/2183] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2163/2183] Compiling NIOHTTP2 HTTP2StreamID.swift
[2164/2183] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2165/2183] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2166/2183] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2167/2183] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2168/2183] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2169/2183] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2170/2183] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2171/2183] Compiling NIOHTTP2 HTTP2Error.swift
[2172/2183] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2184/2248] Emitting module AsyncHTTPClient
[2185/2255] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2186/2255] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2187/2255] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2188/2255] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2189/2255] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2190/2255] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[2191/2255] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2192/2255] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2193/2255] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2194/2255] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2195/2255] Compiling AsyncHTTPClient ConnectionPool.swift
[2196/2255] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2197/2255] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2198/2255] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2199/2255] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2200/2255] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2201/2255] Compiling AsyncHTTPClient ConnectionTarget.swift
[2202/2255] Compiling AsyncHTTPClient DeconstructedURL.swift
[2203/2255] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2204/2255] Compiling AsyncHTTPClient FoundationExtensions.swift
[2205/2255] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2206/2255] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2207/2255] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2208/2255] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2209/2255] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2210/2255] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2211/2255] Compiling AsyncHTTPClient Transaction.swift
[2212/2255] Compiling AsyncHTTPClient Base64.swift
[2213/2255] Compiling AsyncHTTPClient BasicAuth.swift
[2214/2255] Compiling AsyncHTTPClient HTTP1Connection.swift
[2215/2255] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2216/2255] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2217/2255] Compiling AsyncHTTPClient HTTP2Connection.swift
[2218/2255] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2219/2255] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2220/2255] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2221/2255] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2222/2255] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2223/2255] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2224/2255] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2225/2255] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2226/2255] Compiling AsyncHTTPClient RequestBodyLength.swift
[2227/2255] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2228/2255] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2229/2255] Compiling AsyncHTTPClient TLSConfiguration.swift
[2230/2255] Compiling AsyncHTTPClient RedirectState.swift
[2231/2255] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2232/2255] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[2233/2255] Compiling AsyncHTTPClient RequestBag.swift
[2234/2255] Compiling AsyncHTTPClient RequestValidation.swift
[2235/2255] Compiling AsyncHTTPClient SSLContextCache.swift
[2236/2255] Compiling AsyncHTTPClient Scheme.swift
[2237/2255] Compiling AsyncHTTPClient Singleton.swift
[2238/2255] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2239/2255] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2240/2255] Compiling AsyncHTTPClient TracingSupport.swift
[2241/2255] Compiling AsyncHTTPClient Utils.swift
[2242/2255] Compiling AsyncHTTPClient RequestOptions.swift
[2243/2255] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2244/2255] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2245/2255] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2246/2255] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2247/2255] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2248/2255] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2249/2255] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2250/2255] Compiling AsyncHTTPClient HTTPClient.swift
[2251/2255] Compiling AsyncHTTPClient HTTPClientConfiguration+SwiftConfiguration.swift
[2252/2255] Compiling AsyncHTTPClient HTTPHandler.swift
[2253/2255] Compiling AsyncHTTPClient LRUCache.swift
[2254/2255] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2255/2255] Compiling AsyncHTTPClient NWErrorHandler.swift
[2256/2453] Compiling Vapor ServeCommand.swift
[2257/2453] Compiling Vapor AnyResponse+Concurrency.swift
[2258/2453] Compiling Vapor AsyncBasicResponder.swift
[2259/2453] Compiling Vapor AsyncMiddleware.swift
[2260/2453] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2261/2453] Compiling Vapor AsyncSessionDriver.swift
[2262/2453] Compiling Vapor Authentication+Concurrency.swift
[2263/2453] Compiling Vapor Cache+Concurrency.swift
[2264/2453] Compiling Vapor Client+Concurrency.swift
[2265/2453] Compiling Vapor RequestBody+Concurrency.swift
[2266/2453] Compiling Vapor Responder+Concurrency.swift
[2267/2453] Compiling Vapor ResponseCodable+Concurrency.swift
[2268/2453] Compiling Vapor RoutesBuilder+Concurrency.swift
[2269/2453] Compiling Vapor ViewRenderer+Concurrency.swift
[2270/2453] Compiling Vapor WebSocket+Concurrency.swift
[2271/2453] Compiling Vapor ContainerGetPathExecutor.swift
[2272/2453] Compiling Vapor Content.swift
[2273/2453] Compiling Vapor ContentCoders.swift
[2274/2453] Compiling Vapor ContentConfiguration.swift
[2275/2453] Compiling Vapor ContentContainer.swift
[2276/2453] Compiling Vapor JSONCoder+Custom.swift
[2277/2453] Compiling Vapor JSONCoders+Content.swift
[2278/2474] Compiling Vapor RouteCollection.swift
[2279/2474] Compiling Vapor Routes.swift
[2280/2474] Compiling Vapor RoutesBuilder+Group.swift
[2281/2474] Compiling Vapor RoutesBuilder+Method.swift
[2282/2474] Compiling Vapor RoutesBuilder+Middleware.swift
[2283/2474] Compiling Vapor RoutesBuilder+WebSocket.swift
[2284/2474] Compiling Vapor RoutesBuilder.swift
[2285/2474] Compiling Vapor OTP.swift
[2286/2474] Compiling Vapor ValidatedCertificateChain.swift
[2287/2474] Compiling Vapor Application+Servers.swift
[2288/2474] Compiling Vapor Server.swift
[2289/2474] Compiling Vapor App+Service.swift
[2290/2474] Compiling Vapor Req+Service.swift
[2291/2474] Compiling Vapor Service.swift
[2292/2474] Compiling Vapor Application+Sessions.swift
[2293/2474] Compiling Vapor MemorySessions.swift
[2294/2474] Compiling Vapor Request+Session.swift
[2295/2474] Compiling Vapor Session.swift
[2296/2474] Compiling Vapor SessionCache.swift
[2297/2474] Compiling Vapor SessionData.swift
[2298/2474] Compiling Vapor SessionDriver.swift
[2299/2474] Compiling Vapor SessionsConfiguration.swift
[2300/2474] Compiling Vapor PlaintextDecoder.swift
[2301/2474] Compiling Vapor PlaintextEncoder.swift
[2302/2474] Compiling Vapor URLQueryCoders.swift
[2303/2474] Compiling Vapor URLQueryContainer.swift
[2304/2474] Compiling Vapor Core.swift
[2305/2474] Compiling Vapor Running.swift
[2306/2474] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2307/2474] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2308/2474] Compiling Vapor DotEnvFile+load.swift
[2309/2474] Compiling Vapor Routes+caseInsenstive.swift
[2310/2474] Compiling Vapor Validatable+validate.swift
[2311/2474] Compiling Vapor Environment+Process.swift
[2312/2474] Compiling Vapor Environment+Secret.swift
[2313/2474] Compiling Vapor Environment.swift
[2314/2474] Compiling Vapor Abort.swift
[2315/2474] Compiling Vapor AbortError.swift
[2316/2474] Compiling Vapor DebuggableError.swift
[2317/2474] Compiling Vapor Demangler.swift
[2318/2474] Compiling Vapor ErrorSource.swift
[2319/2474] Compiling Vapor StackTrace.swift
[2320/2474] Compiling Vapor Exports.swift
[2321/2474] Compiling Vapor Application+HTTP.swift
[2322/2474] Compiling Vapor FormDataDecoder+Content.swift
[2323/2474] Compiling Vapor FormDataEncoder+Content.swift
[2324/2474] Compiling Vapor Application+Password.swift
[2325/2474] Compiling Vapor Application+Passwords.swift
[2326/2474] Compiling Vapor AsyncPasswordHasher.swift
[2327/2474] Compiling Vapor BcryptHasher.swift
[2328/2474] Compiling Vapor PasswordHasher.swift
[2329/2474] Compiling Vapor PlaintextHasher.swift
[2330/2474] Compiling Vapor Request+Password.swift
[2331/2474] Compiling Vapor Redirect.swift
[2332/2474] Compiling Vapor Request+Body.swift
[2333/2474] Compiling Vapor Request+BodyStream.swift
[2334/2474] Compiling Vapor Request.swift
[2335/2474] Compiling Vapor Application+Responder.swift
[2336/2474] Compiling Vapor DefaultResponder.swift
[2337/2474] Compiling Vapor Response+Body.swift
[2338/2474] Compiling Vapor Response.swift
[2339/2474] Compiling Vapor ResponseCodable.swift
[2340/2474] Compiling Vapor Application+Routes.swift
[2341/2474] Compiling Vapor Parameters+Require.swift
[2342/2474] Compiling Vapor Request+WebSocket.swift
[2343/2474] Compiling Vapor Route.swift
[2344/2474] Compiling Vapor Extendable.swift
[2345/2474] Compiling Vapor File.swift
[2346/2474] Compiling Vapor FileIO.swift
[2347/2474] Compiling Vapor LifecycleHandler.swift
[2348/2474] Compiling Vapor OptionalType.swift
[2349/2474] Compiling Vapor RFC1123.swift
[2350/2474] Compiling Vapor SocketAddress+Hostname.swift
[2351/2474] Compiling Vapor Storage.swift
[2352/2474] Compiling Vapor String+IsIPAddress.swift
[2353/2474] Compiling Vapor Thread.swift
[2354/2474] Compiling Vapor URI.swift
[2355/2474] Compiling Vapor VaporSendableMetadataType.swift
[2356/2474] Compiling Vapor RangeResult.swift
[2357/2474] Compiling Vapor Validatable.swift
[2358/2474] Compiling Vapor Validation.swift
[2359/2474] Compiling Vapor ValidationKey.swift
[2360/2474] Compiling Vapor Validations.swift
[2361/2474] Compiling Vapor ValidationsError.swift
[2362/2474] Compiling Vapor Validator.swift
[2363/2474] Compiling Vapor ValidatorResult.swift
[2364/2474] Compiling Vapor And.swift
[2365/2474] Compiling Vapor Application.swift
[2366/2474] Compiling Vapor AuthenticationCache.swift
[2367/2474] Compiling Vapor Authenticator.swift
[2368/2474] Compiling Vapor BasicAuthorization.swift
[2369/2474] Compiling Vapor BearerAuthorization.swift
[2370/2474] Compiling Vapor GuardMiddleware.swift
[2371/2474] Compiling Vapor RedirectMiddleware.swift
[2372/2474] Compiling Vapor SessionAuthenticatable.swift
[2373/2474] Compiling Vapor Bcrypt.swift
[2374/2474] Compiling Vapor Application+Cache.swift
[2375/2474] Compiling Vapor Cache.swift
[2376/2474] Compiling Vapor CacheExpirationTime.swift
[2377/2474] Compiling Vapor MemoryCache.swift
[2378/2474] Compiling Vapor Request+Cache.swift
[2379/2474] Compiling Vapor Application+Clients.swift
[2380/2474] Compiling Vapor Client.swift
[2381/2474] Compiling Vapor ClientRequest.swift
[2382/2474] Compiling Vapor ClientResponse.swift
[2383/2474] Compiling Vapor Request+Client.swift
[2384/2474] Compiling Vapor BootCommand.swift
[2385/2474] Compiling Vapor CommandContext+Application.swift
[2386/2474] Compiling Vapor RoutesCommand.swift
[2387/2474] Compiling Vapor HTTPMediaTypePreference.swift
[2388/2474] Compiling Vapor Responder.swift
[2389/2474] Compiling Vapor Application+HTTP+Server.swift
[2390/2474] Compiling Vapor HTTPServer.swift
[2391/2474] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2392/2474] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2393/2474] Compiling Vapor HTTPServerHandler.swift
[2394/2474] Compiling Vapor HTTPServerRequestDecoder.swift
[2395/2474] Compiling Vapor HTTPServerResponseEncoder.swift
[2396/2474] Compiling Vapor HTTPServerUpgradeHandler.swift
[2397/2474] Compiling Vapor Logger+Report.swift
[2398/2474] Compiling Vapor LoggingSystem+Environment.swift
[2399/2474] Compiling Vapor Application+Middleware.swift
[2400/2474] Compiling Vapor CORSMiddleware.swift
[2401/2474] Compiling Vapor ErrorMiddleware.swift
[2402/2474] Compiling Vapor FileMiddleware.swift
[2403/2474] Compiling Vapor Middleware.swift
[2404/2474] Compiling Vapor MiddlewareConfiguration.swift
[2405/2474] Compiling Vapor ResponseCompressionMiddleware.swift
[2406/2474] Compiling Vapor RouteLoggingMiddleware.swift
[2407/2474] Compiling Vapor TracingMiddleware.swift
[2408/2474] Compiling Vapor File+Multipart.swift
[2409/2474] Compiling Vapor Case.swift
[2410/2474] Compiling Vapor CharacterSet.swift
[2411/2474] Compiling Vapor Count.swift
[2412/2474] Compiling Vapor Custom.swift
[2413/2474] Compiling Vapor Email.swift
[2414/2474] Compiling Vapor Empty.swift
[2415/2474] Compiling Vapor In.swift
[2416/2474] Compiling Vapor Nil.swift
[2417/2474] Compiling Vapor NilIgnoring.swift
[2418/2474] Compiling Vapor Not.swift
[2419/2474] Compiling Vapor Or.swift
[2420/2474] Compiling Vapor Pattern.swift
[2421/2474] Compiling Vapor Range.swift
[2422/2474] Compiling Vapor URL.swift
[2423/2474] Compiling Vapor Valid.swift
[2424/2474] Compiling Vapor Application+Views.swift
[2425/2474] Compiling Vapor PlaintextRenderer.swift
[2426/2474] Compiling Vapor Request+View.swift
[2427/2474] Compiling Vapor View.swift
[2428/2474] Compiling Vapor ViewRenderer.swift
[2429/2474] Compiling Vapor _Deprecations.swift
[2430/2474] Compiling Vapor SessionsMiddleware.swift
[2431/2474] Compiling Vapor URLEncodedFormData.swift
[2432/2474] Compiling Vapor URLEncodedFormDecoder.swift
[2433/2474] Compiling Vapor URLEncodedFormEncoder.swift
[2434/2474] Compiling Vapor URLEncodedFormError.swift
[2435/2474] Compiling Vapor URLEncodedFormParser.swift
[2436/2474] Compiling Vapor URLEncodedFormSerializer.swift
[2437/2474] Compiling Vapor URLQueryFragmentConvertible.swift
[2438/2474] Compiling Vapor AnyResponse.swift
[2439/2474] Compiling Vapor Array+Random.swift
[2440/2474] Compiling Vapor Base32.swift
[2441/2474] Compiling Vapor Base64.swift
[2442/2474] Compiling Vapor BaseN.swift
[2443/2474] Compiling Vapor BasicCodingKey.swift
[2444/2474] Compiling Vapor ByteCount.swift
[2445/2474] Compiling Vapor Bytes+Hex.swift
[2446/2474] Compiling Vapor Bytes+SecureCompare.swift
[2447/2474] Compiling Vapor Collection+Safe.swift
[2448/2474] Compiling Vapor DataProtocol+Copy.swift
[2449/2474] Compiling Vapor DecoderUnwrapper.swift
[2450/2474] Compiling Vapor DirectoryConfiguration.swift
[2451/2474] Compiling Vapor DotEnv.swift
[2452/2474] Emitting module Vapor
[2453/2474] Compiling Vapor BasicResponder.swift
[2454/2474] Compiling Vapor BodyStream.swift
[2455/2474] Compiling Vapor Application+HTTP+Client.swift
[2456/2474] Compiling Vapor EventLoopHTTPClient.swift
[2457/2474] Compiling Vapor EndpointCache.swift
[2458/2474] Compiling Vapor HTTPMethod+String.swift
[2459/2474] Compiling Vapor HTTPStatus.swift
[2460/2474] Compiling Vapor HTTPCookies.swift
[2461/2474] Compiling Vapor HTTPHeaderCacheControl.swift
[2462/2474] Compiling Vapor HTTPHeaderExpires.swift
[2463/2474] Compiling Vapor HTTPHeaderLastModified.swift
[2464/2474] Compiling Vapor HTTPHeaders+Cache.swift
[2465/2474] Compiling Vapor HTTPHeaders+Connection.swift
[2466/2474] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2467/2474] Compiling Vapor HTTPHeaders+ContentRange.swift
[2468/2474] Compiling Vapor HTTPHeaders+Directive.swift
[2469/2474] Compiling Vapor HTTPHeaders+Forwarded.swift
[2470/2474] Compiling Vapor HTTPHeaders+Link.swift
[2471/2474] Compiling Vapor HTTPHeaders+Name.swift
[2472/2474] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2473/2474] Compiling Vapor HTTPHeaders.swift
[2474/2474] Compiling Vapor HTTPMediaType.swift
[2475/2479] Compiling SSE ServerSentEvent.swift
[2476/2479] Compiling SSE Response+SSE.swift
[2477/2479] Compiling SSE Request+SSE.swift
[2478/2479] Emitting module SSE
[2479/2479] Compiling SSE SSEResponse.swift
Build complete! (108.27s)
Fetching https://github.com/vapor/vapor.git
[1/76812] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.56s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.121.3 (3.13s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-asn1.git from cache
[1/2652] Fetching websocket-kit
[55/3862] Fetching websocket-kit, swift-service-context
[254/10984] Fetching websocket-kit, swift-service-context, swift-certificates
[352/14600] Fetching websocket-kit, swift-service-context, swift-certificates, multipart-kit
Fetched https://github.com/apple/swift-service-context.git from cache (2.27s)
Fetched https://github.com/vapor/websocket-kit.git from cache (2.28s)
Fetched https://github.com/apple/swift-certificates.git from cache (2.28s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-metrics.git from cache
[1649/3616] Fetching multipart-kit
[1650/9307] Fetching multipart-kit, swift-distributed-tracing
Fetched https://github.com/apple/swift-metrics.git from cache (1.41s)
Fetched https://github.com/apple/swift-log.git from cache (1.42s)
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.96s)
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.04s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.81s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.07s)
Fetching https://github.com/apple/swift-crypto.git from cache
[1650/24972] Fetching multipart-kit, routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.48s)
Fetching https://github.com/vapor/console-kit.git
[1649/3616] Fetching multipart-kit
[1650/10168] Fetching multipart-kit, console-kit
Fetched https://github.com/apple/swift-nio.git from cache (2.58s)
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-crypto.git from cache (1.66s)
Fetching https://github.com/swift-server/async-http-client.git from cache
Fetched https://github.com/vapor/console-kit.git from cache (1.07s)
[1650/6112] Fetching multipart-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.88s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.14s)
[1649/3616] Fetching multipart-kit
Fetched https://github.com/vapor/multipart-kit.git from cache (15.33s)
Fetched https://github.com/apple/swift-atomics.git from cache (15.34s)
Fetched https://github.com/apple/swift-asn1.git from cache (15.34s)
Fetched https://github.com/apple/swift-algorithms.git from cache (15.35s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (15.90s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.20s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.86s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.40s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.3 (0.48s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.50s)
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.73s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.28s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.53s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.55s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (2.66s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (0.52s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.52s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (0.60s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.22.0 (0.49s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.46s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.95.0 (2.14s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (1.06s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.0 (1.74s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.55s)
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.52s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.53s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (1.09s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (0.55s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-http-types.git from cache
[1/2662] Fetching swift-service-lifecycle
[188/8886] Fetching swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.02s)
[1743/6224] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.05s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.22s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.25s)
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.76s)
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.52s)
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.47s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.49s)
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-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.40.0 (0.48s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.32.0 (0.49s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/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-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-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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.32.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.3
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.8.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.10.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.40.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.121.3
Creating working copy for https://github.com/apple/swift-http-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/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.95.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/vapor/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.32.0
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
Build complete.
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.121.3",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
}
],
"manifest_display_name" : "vapor-sse",
"name" : "vapor-sse",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SSE",
"targets" : [
"SSE"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SSETests",
"module_type" : "SwiftTarget",
"name" : "SSETests",
"path" : "Tests/SSETests",
"product_dependencies" : [
"VaporTesting"
],
"sources" : [
"SSEIntegrationTests.swift",
"ServerSentEventTests.swift"
],
"target_dependencies" : [
"SSE"
],
"type" : "test"
},
{
"c99name" : "SSE",
"module_type" : "SwiftTarget",
"name" : "SSE",
"path" : "Sources/SSE",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"SSE"
],
"sources" : [
"Request+SSE.swift",
"Response+SSE.swift",
"SSEResponse.swift",
"ServerSentEvent.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.