The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Sockit, reference main (ac83af), with Swift 6.1 for macOS (SPM) on 27 Mar 2026 11:26:37 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sufiyanyusuf/sockit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sufiyanyusuf/sockit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ac83af5 docs: fix README mismatches — remove dead defaultTimeout claim, update test count
Cloned https://github.com/sufiyanyusuf/sockit.git
Revision (git rev-parse @):
ac83af575078fc4b1e4bb2def6bf629a6f45ab29
SUCCESS checkout https://github.com/sufiyanyusuf/sockit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sufiyanyusuf/sockit.git
https://github.com/sufiyanyusuf/sockit.git
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.99.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "websocket-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.16.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/websocket-kit.git"
    }
  ],
  "manifest_display_name" : "Sockit",
  "name" : "Sockit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SockitCore",
      "targets" : [
        "SockitCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SockitClient",
      "targets" : [
        "SockitClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SockitServer",
      "targets" : [
        "SockitServer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SockitServerTests",
      "module_type" : "SwiftTarget",
      "name" : "SockitServerTests",
      "path" : "Tests/SockitServerTests",
      "sources" : [
        "ChannelRegistryTests.swift",
        "CodeReviewFindingsServerTests.swift",
        "ConnectionManagerTests.swift",
        "ConnectionReducerTests.swift",
        "TypedRouterTests.swift"
      ],
      "target_dependencies" : [
        "SockitServer",
        "SockitClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SockitServer",
      "module_type" : "SwiftTarget",
      "name" : "SockitServer",
      "path" : "Sources/SockitServer",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "SockitServer"
      ],
      "sources" : [
        "Internal/Action/ServerAction.swift",
        "Internal/Effect/ServerEffect.swift",
        "Internal/Reducer/ConnectionReducer.swift",
        "Internal/State/ConnectionState.swift",
        "Public/ChannelRegistry.swift",
        "Public/Connection.swift",
        "Public/ConnectionManager.swift",
        "Public/SockitHandler.swift",
        "Public/TypedRouter.swift",
        "SockitServer.swift",
        "Vapor/VaporIntegration.swift"
      ],
      "target_dependencies" : [
        "SockitCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SockitNIOTransportTests",
      "module_type" : "SwiftTarget",
      "name" : "SockitNIOTransportTests",
      "path" : "Tests/SockitNIOTransportTests",
      "sources" : [
        "NIOWebSocketTransportTests.swift"
      ],
      "target_dependencies" : [
        "SockitNIOTransport",
        "SockitCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SockitNIOTransport",
      "module_type" : "SwiftTarget",
      "name" : "SockitNIOTransport",
      "path" : "Sources/SockitNIOTransport",
      "product_dependencies" : [
        "WebSocketKit"
      ],
      "product_memberships" : [
        "SockitClient"
      ],
      "sources" : [
        "NIOWebSocketTransport.swift"
      ],
      "target_dependencies" : [
        "SockitCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SockitIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "SockitIntegrationTests",
      "path" : "Tests/SockitIntegrationTests",
      "sources" : [
        "IntegrationTests.swift"
      ],
      "target_dependencies" : [
        "SockitClient",
        "SockitNIOTransport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SockitCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SockitCoreTests",
      "path" : "Tests/SockitCoreTests",
      "sources" : [
        "MessageEncodingTests.swift",
        "PerformanceTests.swift",
        "RequestResponseTests.swift"
      ],
      "target_dependencies" : [
        "SockitCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SockitCore",
      "module_type" : "SwiftTarget",
      "name" : "SockitCore",
      "path" : "Sources/SockitCore",
      "product_memberships" : [
        "SockitCore",
        "SockitClient",
        "SockitServer"
      ],
      "sources" : [
        "Protocol/SockitMessage.swift",
        "SockitCore.swift",
        "Transport/TransportProtocol.swift",
        "Types/PushEvent.swift",
        "Types/RawPayload.swift",
        "Types/RawPushEvent.swift",
        "Types/RawRequest.swift",
        "Types/RawResponse.swift",
        "Types/Request.swift",
        "Types/Response.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SockitClientTests",
      "module_type" : "SwiftTarget",
      "name" : "SockitClientTests",
      "path" : "Tests/SockitClientTests",
      "sources" : [
        "ClientReducerTests.swift",
        "CodeReviewFindingsTests.swift"
      ],
      "target_dependencies" : [
        "SockitClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SockitClient",
      "module_type" : "SwiftTarget",
      "name" : "SockitClient",
      "path" : "Sources/SockitClient",
      "product_memberships" : [
        "SockitClient"
      ],
      "sources" : [
        "Internal/Action/ClientAction.swift",
        "Internal/Effect/ClientEffect.swift",
        "Internal/Reducer/ClientReducer.swift",
        "Internal/State/ClientState.swift",
        "Internal/Transport/WebSocketTransport.swift",
        "Public/Client.swift",
        "Public/ClientConfig.swift",
        "Public/PushEventRegistry.swift",
        "Public/SockitCommand.swift",
        "Public/SockitPushEvent.swift",
        "SockitClient.swift"
      ],
      "target_dependencies" : [
        "SockitCore",
        "SockitNIOTransport"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/863] Write sources
[14/863] Copying PrivacyInfo.xcprivacy
[15/863] Write sources
[15/863] Copying PrivacyInfo.xcprivacy
[19/863] Write sources
[19/863] Copying PrivacyInfo.xcprivacy
[19/863] Write sources
[25/863] Copying PrivacyInfo.xcprivacy
[27/863] Write sources
[62/863] Compiling CNIOWindows WSAStartup.c
[63/863] Compiling CNIOWindows shim.c
[64/863] Compiling CSystem shims.c
[64/863] Compiling CNIOWASI CNIOWASI.c
[66/863] Compiling _NumericsShims _NumericsShims.c
[67/863] Write swift-version-2F0A5646E1D333AE.txt
[68/863] Compiling CNIOLinux shim.c
[68/863] Compiling CNIOOpenBSD shim.c
[70/863] Compiling CNIOLinux liburing_shims.c
[71/863] Compiling CNIOPosix event_loop_id.c
[72/863] Compiling _AtomicsShims.c
[73/871] Compiling CNIOSHA1 c_nio_sha1.c
[74/871] Compiling CVaporBcrypt blf.c
[75/871] Compiling CNIOLLHTTP c_nio_http.c
[76/917] Compiling CVaporBcrypt bcrypt.c
[77/946] Compiling CNIOLLHTTP c_nio_llhttp.c
[79/965] Emitting module _NIOBase64
[80/965] Compiling _NIOBase64 Base64.swift
[81/965] Compiling RealModule RealFunctions.swift
[82/965] Compiling RealModule Real.swift
[83/966] Emitting module _CertificateInternals
[84/966] Compiling _CertificateInternals _TinyArray.swift
[85/966] Compiling ServiceContextModule ServiceContextKey.swift
[86/966] Compiling ServiceContextModule ServiceContext.swift
[87/966] Emitting module ServiceContextModule
[88/966] Compiling RealModule RelaxedArithmetic.swift
[89/966] Compiling RealModule Float80+Real.swift
[90/966] Compiling RealModule Float+Real.swift
[91/966] Compiling RealModule ElementaryFunctions.swift
[92/966] Compiling RealModule Float16+Real.swift
[92/966] Compiling CNIOLLHTTP c_nio_api.c
[94/969] Compiling InternalCollectionsUtilities Debugging.swift
[95/969] Compiling InternalCollectionsUtilities Descriptions.swift
[96/969] Compiling RealModule AugmentedArithmetic.swift
[97/969] Emitting module RealModule
[98/969] Compiling RealModule Double+Real.swift
[99/1061] Compiling _NIODataStructures PriorityQueue.swift
[100/1061] Compiling _NIODataStructures _TinyArray.swift
[101/1061] Compiling Instrumentation MultiplexInstrument.swift
[102/1061] Compiling Instrumentation NoOpInstrument.swift
[103/1061] Emitting module Instrumentation
[104/1061] Compiling Instrumentation Instrument.swift
[105/1061] Compiling Instrumentation InstrumentationSystem.swift
[106/1061] Compiling Crypto DH.swift
[107/1061] Compiling Crypto ECDH.swift
[108/1061] Compiling Crypto AESWrap.swift
[109/1061] Compiling Crypto AESWrap_boring.swift
[110/1061] Compiling Crypto ANSIx963.swift
[111/1061] Compiling Crypto HKDF.swift
[112/1061] Compiling Crypto KEM.swift
[113/1061] Compiling Crypto MLKEM.swift
[114/1061] Compiling Crypto Ed25519_boring.swift
[115/1061] Compiling Crypto NISTCurvesKeys_boring.swift
[116/1061] Emitting module InternalCollectionsUtilities
[117/1061] Compiling Crypto X25519Keys_boring.swift
[118/1061] Compiling Crypto Curve25519.swift
[119/1061] Compiling Crypto MLKEM_boring.swift
[120/1061] Compiling Crypto MLKEM_wrapper.swift
[121/1061] Compiling Crypto XWing_boring.swift
[122/1061] Compiling Crypto KEM-Errors.swift
[123/1061] Compiling Crypto XWing.swift
[124/1061] Compiling Crypto ECDH_boring.swift
[125/1062] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[126/1062] Compiling _NIODataStructures Heap.swift
[127/1062] Emitting module _NIODataStructures
[127/1062] Compiling CNIOExtrasZlib trees.c
[129/1062] Compiling Logging MetadataProvider.swift
[130/1062] Emitting module Logging
[131/1062] Compiling Logging Locks.swift
[132/1062] Compiling Logging LogHandler.swift
[133/1062] Compiling Logging Logging.swift
[134/1062] Compiling Instrumentation Locks.swift
[135/1062] Compiling Crypto HPKE.swift
[136/1062] Compiling Crypto HPKE-Context.swift
[137/1062] Compiling Crypto HPKE-KeySchedule.swift
[138/1062] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[139/1062] Compiling Crypto HPKE-KEM.swift
[140/1062] Compiling Crypto HPKE-Errors.swift
[144/1062] Compiling Crypto HPKE-Modes.swift
[145/1062] Compiling Crypto Insecure.swift
[146/1062] Compiling Crypto Insecure_HashFunctions.swift
[146/1065] Compiling CNIOExtrasZlib zutil.c
[148/1206] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[149/1206] Compiling _RopeModule BigString+Chunk+Splitting.swift
[150/1206] Compiling _RopeModule BigString+Chunk+UTF16.swift
[151/1206] Compiling _RopeModule BigString+Metrics.swift
[152/1206] Compiling _RopeModule BigString+Summary.swift
[153/1206] Compiling _RopeModule BigString.swift
[154/1206] Compiling _RopeModule BigString+Chunk+Counts.swift
[155/1206] Compiling _RopeModule BigString+Chunk+Description.swift
[156/1206] Compiling _RopeModule BigString+Chunk+Index.swift
[159/1214] Compiling _RopeModule BigString+Chunk+UTF8.swift
[160/1214] Compiling _RopeModule BigString+Chunk+UnicodeScalar.swift
[161/1214] Compiling _RopeModule BigString+Chunk.swift
[162/1214] Compiling _RopeModule BigString+BidirectionalCollection.swift
[163/1214] Compiling _RopeModule BigString+Comparable.swift
[164/1214] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[165/1214] Compiling _RopeModule BigString+CustomStringConvertible.swift
[166/1214] Compiling _RopeModule BigString+Equatable.swift
[167/1214] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[168/1214] Compiling _RopeModule BigString+Hashing.swift
[169/1214] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[170/1214] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[171/1214] Compiling _RopeModule BigString+Sequence.swift
[172/1214] Compiling _RopeModule BigString+TextOutputStream.swift
[174/1214] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[175/1214] Compiling _RopeModule BigString+Chunk+Breaks.swift
[176/1214] Compiling _RopeModule BigString+Chunk+Character.swift
[181/1221] Compiling _RopeModule BigString+Builder.swift
[182/1221] Compiling _RopeModule BigString+Contents.swift
[183/1221] Compiling _RopeModule BigString+Debugging.swift
[184/1221] Compiling _RopeModule BigString+Index.swift
[185/1221] Compiling _RopeModule BigString+Ingester.swift
[186/1221] Compiling _RopeModule BigString+Invariants.swift
[189/1221] Compiling CoreMetrics Locks.swift
[190/1221] Emitting module CoreMetrics
[191/1221] Compiling CoreMetrics Metrics.swift
[192/1221] Compiling HeapModule Heap.swift
[193/1221] Compiling HeapModule _HeapNode.swift
[197/1221] Emitting module SystemPackage
[201/1221] Compiling HeapModule Heap+UnsafeHandle.swift
[202/1221] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[203/1221] Compiling HeapModule Heap+Invariants.swift
[204/1221] Compiling HeapModule Heap+Descriptions.swift
[205/1221] Emitting module HeapModule
[209/1335] Compiling Tracing TracerProtocol.swift
[210/1335] Compiling Tracing TracingTime.swift
[211/1335] Compiling Tracing TracerProtocol+Legacy.swift
[212/1335] Compiling ContainersPreview RandomAccessContainer.swift
[213/1335] Compiling ContainersPreview RangeExpression2.swift
[214/1335] Compiling ContainersPreview RangeReplaceableContainer.swift
[215/1335] Compiling ContainersPreview Drain+Map.swift
[216/1335] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[217/1335] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[218/1335] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[219/1335] Compiling ContainersPreview BorrowingSequence.swift
[220/1335] Compiling ContainersPreview Producer.swift
[221/1335] Compiling ContainersPreview Borrow.swift
[222/1335] Compiling ContainersPreview Box.swift
[223/1335] Compiling ContainersPreview OutputSpan+Extras.swift
[224/1335] Compiling ContainersPreview TemporaryAllocation.swift
[225/1335] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[226/1335] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[227/1338] Emitting module ContainersPreview
[228/1338] Compiling ContainersPreview Drain+Reduce.swift
[229/1338] Compiling ContainersPreview Drain.swift
[230/1338] Compiling ContainersPreview Producer+Collect.swift
[231/1338] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[232/1338] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[233/1338] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[234/1338] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[235/1338] Compiling ContainersPreview Producer+Filter.swift
[236/1338] Compiling ContainersPreview Producer+Map.swift
[237/1338] Compiling ContainersPreview Producer+Reduce.swift
[238/1338] Compiling ContainersPreview ContainerIterator.swift
[239/1338] Compiling ContainersPreview DynamicContainer.swift
[240/1338] Compiling ContainersPreview MutableContainer.swift
[241/1338] Compiling ContainersPreview PermutableContainer.swift
[242/1338] Compiling ContainersPreview BidirectionalContainer.swift
[243/1338] Compiling ContainersPreview Container+Filter.swift
[244/1338] Compiling ContainersPreview Container+SpanwiseZip.swift
[245/1338] Compiling ContainersPreview Container.swift
[246/1338] Compiling ContainersPreview Inout.swift
[247/1338] Compiling ContainersPreview InputSpan.swift
[248/1338] Compiling ContainersPreview Shared.swift
[253/1338] Compiling HashTreeCollections _UnmanagedHashNode.swift
[254/1338] Compiling HashTreeCollections _UnsafePath.swift
[255/1338] Compiling HashTreeCollections TreeDictionary+Codable.swift
[256/1338] Compiling HashTreeCollections TreeDictionary+Collection.swift
[260/1338] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[261/1338] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[262/1338] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[263/1338] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[264/1338] Compiling HashTreeCollections _HashNode+Structural union.swift
[265/1338] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[266/1338] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[267/1338] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[268/1338] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[269/1338] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[270/1338] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[271/1338] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[272/1338] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[273/1338] Compiling HashTreeCollections _HashNode+Structural merge.swift
[274/1338] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[275/1344] Compiling Tracing NoOpTracer.swift
[276/1344] Compiling Tracing InstrumentationSystem+Tracing.swift
[277/1344] Compiling Tracing Tracer.swift
[278/1344] Emitting module Tracing
[279/1344] Compiling Tracing SpanProtocol.swift
[279/1344] Compiling CNIOExtrasZlib inftrees.c
[280/1344] Compiling CNIOExtrasZlib inflate.c
[293/1344] Compiling CNIOExtrasZlib inffast.c
[294/1385] Compiling CNIOExtrasZlib deflate.c
[295/1385] Compiling CNIOExtrasZlib crc32.c
[297/1385] Compiling HashTreeCollections TreeSet+Filter.swift
[298/1385] Compiling HashTreeCollections TreeSet+Hashable.swift
[299/1385] Compiling HashTreeCollections TreeSet+Sendable.swift
[300/1385] Compiling HashTreeCollections TreeSet+Sequence.swift
[301/1385] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[302/1385] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[303/1385] Compiling HashTreeCollections TreeDictionary+Values.swift
[303/1385] Compiling CNIOExtrasZlib adler32.c
[305/1385] Compiling DequeModule UniqueDeque+Append.swift
[306/1385] Compiling DequeModule UniqueDeque+Consumption.swift
[307/1385] Compiling DequeModule UniqueDeque+Container.swift
[308/1385] Compiling DequeModule UniqueDeque+Descriptions.swift
[309/1389] Compiling HashTreeCollections TreeDictionary.swift
[310/1389] Compiling HashTreeCollections TreeSet+Codable.swift
[311/1389] Compiling HashTreeCollections TreeSet+Collection.swift
[312/1389] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[313/1389] Compiling HashTreeCollections TreeSet+Debugging.swift
[314/1389] Compiling HashTreeCollections TreeSet+Descriptions.swift
[315/1389] Compiling _RopeModule _CharacterRecognizer.swift
[316/1389] Compiling OrderedCollections OrderedSet+Testing.swift
[317/1389] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[318/1389] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[319/1389] Compiling OrderedCollections OrderedSet.swift
[320/1389] Compiling OrderedCollections _UnsafeBitset.swift
[321/1389] Compiling HashTreeCollections TreeSet+Equatable.swift
[322/1389] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[323/1389] Compiling HashTreeCollections TreeSet+Extras.swift
[334/1389] Compiling OrderedCollections OrderedSet+SubSequence.swift
[348/1397] Compiling DequeModule UniqueDeque.swift
[349/1397] Compiling DequeModule _DequeSlot.swift
[350/1397] Compiling DequeModule _UnsafeDequeHandle.swift
[351/1397] Compiling DequeModule _UnsafeDequeSegments.swift
[364/1397] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[365/1397] Compiling DequeModule Deque+Extras.swift
[366/1397] Compiling DequeModule Deque+Hashable.swift
[367/1397] Compiling DequeModule Deque+Testing.swift
[368/1397] Compiling DequeModule Deque._Storage.swift
[369/1397] Compiling DequeModule RigidDeque+Removals.swift
[370/1397] Compiling DequeModule RigidDeque+Replacements.swift
[371/1397] Compiling DequeModule RigidDeque+Testing.swift
[372/1397] Compiling DequeModule RigidDeque.swift
[373/1397] Compiling DequeModule RigidDeque+Hashable.swift
[374/1397] Compiling DequeModule RigidDeque+Initializers.swift
[375/1397] Compiling DequeModule RigidDeque+Insertions.swift
[376/1397] Compiling DequeModule RigidDeque+Prepend.swift
[377/1397] Compiling DequeModule UniqueDeque+Insertions.swift
[378/1397] Compiling DequeModule UniqueDeque+Prepend.swift
[379/1397] Compiling DequeModule UniqueDeque+Removals.swift
[380/1397] Compiling DequeModule UniqueDeque+Replacements.swift
[381/1397] Compiling DequeModule RigidDeque+Consumption.swift
[382/1397] Compiling DequeModule RigidDeque+Container.swift
[383/1397] Compiling DequeModule RigidDeque+Descriptions.swift
[384/1397] Compiling DequeModule RigidDeque+Equatable.swift
[385/1397] Compiling DequeModule RigidDeque+Experimental.swift
[386/1397] Compiling DequeModule Deque._UnsafeHandle.swift
[387/1397] Compiling DequeModule Deque.swift
[388/1397] Compiling DequeModule _DequeBuffer.swift
[389/1397] Compiling DequeModule _DequeBufferHeader.swift
[390/1397] Compiling DequeModule RigidDeque+Append.swift
[391/1397] Compiling DequeModule UniqueDeque+Equatable.swift
[392/1397] Compiling DequeModule UniqueDeque+Experimental.swift
[393/1397] Compiling DequeModule UniqueDeque+Hashable.swift
[394/1397] Compiling DequeModule UniqueDeque+Initializers.swift
[394/1397] Compiling CNIODarwin shim.c
[402/1397] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[403/1397] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[404/1397] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[405/1397] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[406/1397] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[407/1397] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[408/1397] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[409/1397] Compiling HashTreeCollections TreeSet.swift
[410/1397] Compiling DequeModule Deque+Codable.swift
[411/1397] Compiling DequeModule Deque+Collection.swift
[412/1397] Compiling DequeModule Deque+CustomReflectable.swift
[413/1397] Compiling DequeModule Deque+Descriptions.swift
[414/1397] Compiling DequeModule Deque+Equatable.swift
[415/1397] Emitting module _RopeModule
[415/1397] Compiling fiat_p256_adx_sqr.S
[416/1397] Compiling fiat_p256_adx_mul.S
[426/1397] Compiling fiat_curve25519_adx_square.S
[428/1397] Compiling SwiftASN1 DER.swift
[430/1398] Compiling fiat_curve25519_adx_mul.S
[451/1398] Emitting module OrderedCollections
[476/1398] Compiling SwiftASN1 Errors.swift
[502/1398] Compiling CNIOBoringSSLShims shims.c
[508/1398] Emitting module DequeModule
[509/1398] Emitting module Metrics
[510/1398] Compiling Metrics Metrics.swift
[511/1398] Compiling SockitCore Request.swift
[512/1398] Compiling SockitCore RawResponse.swift
[525/1398] Emitting module SwiftASN1
[528/1399] Compiling SockitCore RawRequest.swift
[529/1399] Compiling SockitCore RawPushEvent.swift
[530/1399] Compiling SockitCore RawPayload.swift
[531/1399] Compiling SockitCore TransportProtocol.swift
[532/1399] Compiling SockitCore SockitCore.swift
[533/1399] Compiling SockitCore SockitMessage.swift
[534/1399] Emitting module SockitCore
[535/1399] Compiling SockitCore PushEvent.swift
[536/1399] Compiling RoutingKit TrieRouter.swift
[537/1399] Compiling RoutingKit Router.swift
[548/1408] Emitting module Crypto
[624/1408] Emitting module HashTreeCollections
[624/1408] Compiling tls_method.cc
[624/1408] Compiling tls_record.cc
[626/1408] Compiling tls13_server.cc
[627/1408] Compiling tls13_enc.cc
[629/1408] Compiling SockitCore Response.swift
[630/1408] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[631/1408] Compiling Crypto RNG_boring.swift
[632/1408] Compiling Crypto SafeCompare_boring.swift
[633/1408] Compiling Crypto Zeroization_boring.swift
[634/1408] Compiling Crypto PrettyBytes.swift
[635/1408] Compiling Crypto SafeCompare.swift
[636/1408] Compiling Crypto SecureBytes.swift
[637/1408] Compiling Crypto Zeroization.swift
[638/1408] Compiling Crypto resource_bundle_accessor.swift
[638/1408] Compiling tls13_both.cc
[639/1408] Compiling tls13_client.cc
[640/1416] Compiling t1_enc.cc
[641/1419] Compiling ssl_versions.cc
[642/1419] Compiling ssl_transcript.cc
[644/1419] Compiling RoutingKit PathComponent.swift
[645/1419] Compiling RoutingKit AnyRouter.swift
[646/1419] Emitting module RoutingKit
[647/1419] Compiling RoutingKit Parameters.swift
[647/1419] Compiling ssl_x509.cc
[648/1419] Compiling ssl_stat.cc
[650/1419] Compiling SockitClient SockitPushEvent.swift
[651/1420] Compiling SockitClient SockitCommand.swift
[652/1420] Compiling SockitClient ClientConfig.swift
[653/1420] Compiling SockitClient PushEventRegistry.swift
[654/1420] Compiling SockitClient SockitClient.swift
[654/1420] Compiling ssl_session.cc
[655/1420] Compiling ssl_privkey.cc
[657/1420] Compiling SockitClient WebSocketTransport.swift
[658/1420] Compiling SockitClient ClientState.swift
[659/1420] Compiling SockitClient ClientReducer.swift
[660/1420] Emitting module SockitClient
[661/1420] Compiling SockitClient Client.swift
[662/1420] Compiling SockitClient ClientAction.swift
[663/1420] Compiling SockitClient ClientEffect.swift
[663/1420] Compiling ssl_buffer.cc
[664/1420] Compiling ssl_key_share.cc
[665/1420] Compiling ssl_file.cc
[666/1420] Compiling ssl_cipher.cc
[667/1420] Compiling ssl_cert.cc
[668/1420] Compiling ssl_credential.cc
[669/1420] Compiling ssl_lib.cc
[670/1420] Compiling ssl_asn1.cc
[671/1420] Compiling ssl_aead_ctx.cc
[672/1420] Compiling s3_pkt.cc
[673/1420] Compiling s3_lib.cc
[674/1420] Compiling s3_both.cc
[675/1420] Compiling handshake.cc
[676/1420] Compiling handoff.cc
[677/1420] Compiling handshake_server.cc
[678/1420] Compiling handshake_client.cc
[679/1420] Compiling md5-x86_64-linux.S
[680/1420] Compiling md5-x86_64-apple.S
[681/1420] Compiling extensions.cc
[682/1420] Compiling md5-586-linux.S
[683/1420] Compiling md5-586-apple.S
[684/1420] Compiling chacha20_poly1305_x86_64-linux.S
[685/1420] Compiling encrypted_client_hello.cc
[686/1420] Compiling chacha20_poly1305_x86_64-apple.S
[687/1420] Compiling chacha20_poly1305_armv8-win.S
[688/1420] Compiling chacha20_poly1305_armv8-linux.S
[689/1420] Compiling chacha-x86_64-linux.S
[690/1420] Compiling chacha20_poly1305_armv8-apple.S
[691/1420] Compiling chacha-x86_64-apple.S
[692/1420] Compiling chacha-x86-linux.S
[693/1420] Compiling chacha-x86-apple.S
[694/1420] Compiling err_data.cc
[695/1420] Compiling chacha-armv8-win.S
[696/1420] Compiling chacha-armv8-linux.S
[697/1420] Compiling dtls_record.cc
[698/1420] Compiling chacha-armv4-linux.S
[699/1420] Compiling chacha-armv8-apple.S
[700/1420] Compiling aes128gcmsiv-x86_64-linux.S
[701/1420] Compiling aes128gcmsiv-x86_64-apple.S
[702/1420] Compiling x86_64-mont5-linux.S
[703/1420] Compiling bio_ssl.cc
[704/1420] Compiling x86_64-mont5-apple.S
[705/1420] Compiling d1_srtp.cc
[706/1420] Compiling dtls_method.cc
[707/1420] Compiling x86_64-mont-linux.S
[708/1420] Compiling x86_64-mont-apple.S
[709/1420] Compiling x86-mont-linux.S
[709/1420] Compiling x86-mont-apple.S
[711/1420] Compiling vpaes-x86_64-linux.S
[712/1420] Compiling vpaes-x86_64-apple.S
[713/1420] Compiling d1_pkt.cc
[714/1420] Compiling vpaes-x86-apple.S
[714/1420] Compiling vpaes-armv8-win.S
[716/1420] Compiling vpaes-x86-linux.S
[716/1420] Compiling vpaes-armv8-linux.S
[718/1420] Compiling vpaes-armv8-apple.S
[719/1420] Compiling vpaes-armv7-linux.S
[720/1420] Compiling sha512-x86_64-linux.S
[720/1420] Compiling sha512-x86_64-apple.S
[722/1420] Compiling sha512-armv8-linux.S
[723/1420] Compiling sha512-armv4-linux.S
[724/1420] Compiling sha512-armv8-win.S
[725/1420] Compiling sha512-586-linux.S
[726/1420] Compiling d1_lib.cc
[727/1420] Compiling sha512-armv8-apple.S
[728/1420] Compiling sha512-586-apple.S
[729/1420] Compiling sha256-x86_64-linux.S
[730/1420] Compiling sha256-x86_64-apple.S
[731/1420] Compiling sha256-armv8-linux.S
[732/1420] Compiling sha256-armv8-win.S
[733/1420] Compiling sha256-586-linux.S
[733/1420] Compiling sha256-armv4-linux.S
[735/1420] Compiling sha256-armv8-apple.S
[736/1420] Compiling d1_both.cc
[736/1420] Compiling sha256-586-apple.S
[738/1420] Compiling sha1-x86_64-linux.S
[739/1420] Compiling sha1-armv8-win.S
[740/1420] Compiling sha1-x86_64-apple.S
[741/1420] Compiling sha1-586-linux.S
[742/1420] Compiling sha1-armv8-linux.S
[743/1420] Compiling sha1-armv4-large-linux.S
[744/1420] Compiling sha1-armv8-apple.S
[745/1420] Compiling rsaz-avx2-linux.S
[746/1420] Compiling sha1-586-apple.S
[747/1420] Compiling rdrand-x86_64-linux.S
[747/1420] Compiling rsaz-avx2-apple.S
[749/1420] Compiling p256_beeu-x86_64-asm-linux.S
[750/1420] Compiling rdrand-x86_64-apple.S
[751/1420] Compiling p256_beeu-armv8-asm-win.S
[752/1420] Compiling p256_beeu-x86_64-asm-apple.S
[752/1420] Compiling p256_beeu-armv8-asm-linux.S
[754/1420] Compiling p256_beeu-armv8-asm-apple.S
[755/1420] Compiling p256-x86_64-asm-linux.S
[756/1420] Compiling p256-x86_64-asm-apple.S
[757/1420] Compiling p256-armv8-asm-win.S
[758/1420] Compiling p256-armv8-asm-linux.S
[759/1420] Compiling ghashv8-armv8-linux.S
[760/1420] Compiling ghashv8-armv8-win.S
[761/1420] Compiling p256-armv8-asm-apple.S
[762/1420] Compiling ghashv8-armv8-apple.S
[763/1420] Compiling ghashv8-armv7-linux.S
[764/1420] Compiling ghash-x86_64-linux.S
[765/1420] Compiling ghash-ssse3-x86_64-linux.S
[766/1420] Compiling ghash-x86-apple.S
[767/1420] Compiling ghash-x86_64-apple.S
[768/1420] Compiling ghash-x86-linux.S
[769/1420] Compiling ghash-ssse3-x86_64-apple.S
[770/1420] Compiling ghash-ssse3-x86-linux.S
[771/1420] Compiling ghash-neon-armv8-linux.S
[772/1420] Compiling ghash-ssse3-x86-apple.S
[773/1420] Compiling ghash-neon-armv8-apple.S
[774/1420] Compiling ghash-neon-armv8-win.S
[775/1420] Compiling ghash-armv4-linux.S
[776/1420] Compiling co-586-linux.S
[777/1420] Compiling bsaes-armv7-linux.S
[778/1420] Compiling co-586-apple.S
[779/1420] Compiling bn-armv8-linux.S
[780/1420] Compiling bn-armv8-win.S
[781/1420] Compiling bn-586-linux.S
[782/1420] Compiling bn-armv8-apple.S
[783/1420] Compiling armv8-mont-win.S
[784/1420] Compiling bn-586-apple.S
[785/1420] Compiling armv8-mont-linux.S
[786/1420] Compiling aesv8-gcm-armv8-win.S
[787/1420] Compiling armv4-mont-linux.S
[788/1420] Compiling armv8-mont-apple.S
[789/1420] Compiling aesv8-gcm-armv8-linux.S
[790/1420] Compiling aesv8-gcm-armv8-apple.S
[791/1420] Compiling aesv8-armv8-win.S
[792/1420] Compiling aesv8-armv7-linux.S
[793/1420] Compiling aesv8-armv8-linux.S
[794/1420] Compiling aesv8-armv8-apple.S
[795/1420] Compiling aesni-x86_64-linux.S
[796/1420] Compiling aesni-x86-linux.S
[797/1420] Compiling aesni-x86_64-apple.S
[798/1420] Compiling aesni-x86-apple.S
[799/1420] Compiling aesni-gcm-x86_64-linux.S
[800/1420] Compiling aes-gcm-avx2-x86_64-linux.S
[800/1420] Compiling aes-gcm-avx2-x86_64-apple.S
[802/1420] Compiling aes-gcm-avx10-x86_64-linux.S
[803/1420] Compiling aes-gcm-avx10-x86_64-apple.S
[803/1420] Compiling aesni-gcm-x86_64-apple.S
[805/1420] Compiling x_val.cc
[806/1420] Compiling x_x509a.cc
[807/1420] Compiling x_sig.cc
[808/1420] Compiling x_x509.cc
[809/1420] Compiling x_spki.cc
[810/1420] Compiling x_req.cc
[811/1420] Compiling x_exten.cc
[812/1420] Compiling x_pubkey.cc
[813/1420] Compiling x_name.cc
[814/1420] Compiling x_crl.cc
[815/1420] Compiling x_algor.cc
[816/1420] Compiling x_attrib.cc
[817/1420] Compiling x_all.cc
[818/1420] Compiling x509spki.cc
[819/1420] Compiling x509rset.cc
[820/1420] Compiling x509name.cc
[821/1420] Compiling x509cset.cc
[822/1420] Compiling x509_vpm.cc
[823/1420] Compiling x509_v3.cc
[824/1420] Compiling x509_vfy.cc
[825/1420] Compiling x509_txt.cc
[826/1420] Compiling x509_trs.cc
[827/1420] Compiling x509_obj.cc
[828/1420] Compiling x509_set.cc
[829/1420] Compiling x509_req.cc
[830/1420] Compiling x509_def.cc
[831/1420] Compiling x509_d2.cc
[832/1420] Compiling x509_ext.cc
[833/1420] Compiling x509_lu.cc
[834/1420] Compiling x509_cmp.cc
[835/1420] Compiling x509.cc
[836/1420] Compiling x509_att.cc
[837/1420] Compiling v3_skey.cc
[838/1420] Compiling v3_purp.cc
[839/1420] Compiling v3_utl.cc
[840/1420] Compiling v3_prn.cc
[841/1420] Compiling v3_pmaps.cc
[842/1420] Compiling v3_pcons.cc
[843/1420] Compiling v3_ocsp.cc
[844/1420] Compiling v3_ncons.cc
[845/1420] Compiling v3_int.cc
[846/1420] Compiling v3_lib.cc
[847/1420] Compiling v3_ia5.cc
[848/1420] Compiling v3_info.cc
[849/1420] Compiling v3_extku.cc
[850/1420] Compiling v3_enum.cc
[851/1420] Compiling v3_genn.cc
[852/1420] Compiling v3_crld.cc
[853/1420] Compiling v3_conf.cc
[854/1420] Compiling v3_cpols.cc
[855/1420] Compiling v3_bitst.cc
[856/1420] Compiling v3_bcons.cc
[857/1420] Compiling v3_akey.cc
[858/1420] Compiling v3_alt.cc
[859/1420] Compiling v3_akeya.cc
[860/1420] Compiling t_x509a.cc
[861/1420] Compiling t_x509.cc
[862/1420] Compiling t_crl.cc
[863/1420] Compiling t_req.cc
[864/1420] Compiling rsa_pss.cc
[865/1420] Compiling i2d_pr.cc
[866/1420] Compiling name_print.cc
[867/1420] Compiling policy.cc
[868/1420] Compiling by_file.cc
[869/1420] Compiling algorithm.cc
[870/1420] Compiling asn1_gen.cc
[871/1420] Compiling a_verify.cc
[871/1420] Compiling by_dir.cc
[873/1420] Compiling a_digest.cc
[874/1420] Compiling a_sign.cc
[875/1420] Compiling voprf.cc
[876/1420] Compiling thread_win.cc
[877/1420] Compiling thread_pthread.cc
[878/1420] Compiling thread.cc
[879/1420] Compiling thread_none.cc
[880/1420] Compiling trust_token.cc
[881/1420] Compiling stack.cc
[882/1420] Compiling pmbtoken.cc
[883/1420] Compiling slhdsa.cc
[884/1420] Compiling spake2plus.cc
[885/1420] Compiling siphash.cc
[886/1420] Compiling sha256.cc
[887/1420] Compiling sha512.cc
[888/1420] Compiling sha1.cc
[889/1420] Compiling rsa_print.cc
[890/1420] Compiling rsa_extra.cc
[891/1420] Compiling rsa_crypt.cc
[892/1420] Compiling refcount.cc
[893/1420] Compiling rc4.cc
[894/1420] Compiling rsa_asn1.cc
[895/1420] Compiling windows.cc
[896/1420] Compiling trusty.cc
[897/1420] Compiling urandom.cc
[898/1420] Compiling rand.cc
[899/1420] Compiling ios.cc
[900/1420] Compiling passive.cc
[901/1420] Compiling poly1305_arm_asm.S
[902/1420] Compiling getentropy.cc
[903/1420] Compiling forkunsafe.cc
[904/1420] Compiling fork_detect.cc
[905/1420] Compiling deterministic.cc
[906/1420] Compiling poly1305_vec.cc
[907/1420] Compiling poly1305_arm.cc
[908/1420] Compiling poly1305.cc
[909/1420] Compiling pool.cc
[910/1420] Compiling pkcs7.cc
[911/1420] Compiling pkcs8.cc
[912/1420] Compiling pkcs8_x509.cc
[913/1420] Compiling p5_pbev2.cc
[914/1420] Compiling pkcs7_x509.cc
[915/1420] Compiling pem_xaux.cc
[916/1420] Compiling pem_x509.cc
[917/1420] Compiling pem_pkey.cc
[918/1420] Compiling pem_pk8.cc
[919/1420] Compiling pem_oth.cc
[920/1420] Compiling mlkem.cc
[921/1420] Compiling obj_xref.cc
[922/1420] Compiling pem_info.cc
[923/1420] Compiling pem_lib.cc
[924/1420] Compiling pem_all.cc
[925/1420] Compiling mldsa.cc
[926/1420] Compiling poly_rq_mul.S
[927/1420] Compiling obj.cc
[928/1420] Compiling mem.cc
[929/1420] Compiling fips_shared_support.cc
[930/1420] Compiling md5.cc
[931/1420] Compiling md4.cc
[932/1420] Compiling lhash.cc
[933/1420] Compiling kyber.cc
[934/1420] Compiling ex_data.cc
[935/1420] Compiling scrypt.cc
[935/1420] Compiling sign.cc
[937/1420] Compiling pbkdf.cc
[938/1420] Compiling print.cc
[939/1420] Compiling hpke.cc
[940/1420] Compiling hrss.cc
[941/1420] Compiling p_x25519_asn1.cc
[942/1420] Compiling p_x25519.cc
[943/1420] Compiling p_ed25519.cc
[944/1420] Compiling p_rsa_asn1.cc
[945/1420] Compiling p_hkdf.cc
[946/1420] Compiling p_rsa.cc
[947/1420] Compiling p_ec.cc
[948/1420] Compiling p_ed25519_asn1.cc
[949/1420] Compiling p_ec_asn1.cc
[950/1420] Compiling p_dh_asn1.cc
[951/1420] Compiling p_dsa_asn1.cc
[952/1420] Compiling p_dh.cc
[953/1420] Compiling evp_ctx.cc
[954/1420] Compiling err.cc
[955/1420] Compiling evp.cc
[956/1420] Compiling engine.cc
[957/1420] Compiling evp_asn1.cc
[958/1420] Compiling ecdh.cc
[959/1420] Compiling ecdsa_asn1.cc
[960/1420] Compiling hash_to_curve.cc
[961/1420] Compiling ec_derive.cc
[962/1420] Compiling dsa.cc
[963/1420] Compiling ec_asn1.cc
[964/1420] Compiling dsa_asn1.cc
[965/1420] Compiling x25519-asm-arm.S
[966/1420] Compiling params.cc
[967/1420] Compiling bcm.cc
[968/1420] Compiling digest_extra.cc
[969/1420] Compiling des.cc
[970/1420] Compiling dh_asn1.cc
[971/1420] Compiling curve25519_64_adx.cc
[972/1420] Compiling spake25519.cc
[973/1420] Compiling cpu_intel.cc
[974/1420] Compiling crypto.cc
[975/1420] Compiling cpu_arm_linux.cc
[976/1420] Compiling cpu_arm_freebsd.cc
[977/1420] Compiling cpu_aarch64_win.cc
[978/1420] Compiling cpu_aarch64_sysreg.cc
[979/1420] Compiling curve25519.cc
[980/1420] Compiling cpu_aarch64_openbsd.cc
[981/1420] Compiling cpu_aarch64_linux.cc
[982/1420] Compiling cpu_aarch64_fuchsia.cc
[983/1420] Compiling cpu_aarch64_apple.cc
[984/1420] Compiling get_cipher.cc
[985/1420] Compiling tls_cbc.cc
[986/1420] Compiling conf.cc
[987/1420] Compiling e_tls.cc
[988/1420] Compiling e_rc4.cc
[989/1420] Compiling e_rc2.cc
[990/1420] Compiling e_null.cc
[991/1420] Compiling e_des.cc
[992/1420] Compiling e_chacha20poly1305.cc
[993/1420] Compiling e_aesgcmsiv.cc
[994/1420] Compiling derive_key.cc
[995/1420] Compiling chacha.cc
[996/1420] Compiling e_aesctrhmac.cc
[997/1420] Compiling unicode.cc
[998/1420] Compiling cbs.cc
[999/1420] Compiling ber.cc
[1000/1420] Compiling cbb.cc
[1001/1420] Compiling asn1_compat.cc
[1002/1420] Compiling buf.cc
[1003/1420] Compiling blake2.cc
[1004/1420] Compiling socket_helper.cc
[1005/1420] Compiling bn_asn1.cc
[1006/1420] Compiling convert.cc
[1007/1420] Compiling socket.cc
[1008/1420] Compiling printf.cc
[1009/1420] Compiling pair.cc
[1010/1420] Compiling hexdump.cc
[1011/1420] Compiling file.cc
[1012/1420] Compiling fd.cc
[1013/1420] Compiling errno.cc
[1014/1420] Compiling connect.cc
[1015/1420] Compiling bio_mem.cc
[1016/1420] Compiling base64.cc
[1017/1420] Compiling bio.cc
[1018/1420] Compiling tasn_typ.cc
[1019/1420] Compiling tasn_fre.cc
[1020/1420] Compiling tasn_utl.cc
[1021/1420] Compiling tasn_new.cc
[1022/1420] Compiling tasn_enc.cc
[1023/1420] Compiling posix_time.cc
[1024/1420] Compiling f_string.cc
[1025/1420] Compiling f_int.cc
[1026/1420] Compiling asn_pack.cc
[1027/1420] Compiling tasn_dec.cc
[1028/1420] Compiling asn1_par.cc
[1029/1420] Compiling asn1_lib.cc
[1030/1420] Compiling a_type.cc
[1031/1420] Compiling a_utctm.cc
[1032/1420] Compiling a_time.cc
[1033/1420] Compiling a_octet.cc
[1034/1420] Compiling a_strnid.cc
[1035/1420] Compiling a_strex.cc
[1036/1420] Compiling a_mbstr.cc
[1037/1420] Compiling a_object.cc
[1038/1420] Compiling a_int.cc
[1039/1420] Compiling a_i2d_fp.cc
[1040/1420] Compiling fiat_p256_adx_sqr.S
[1041/1420] Compiling fiat_p256_adx_mul.S
[1042/1420] Compiling fiat_curve25519_adx_square.S
[1043/1420] Compiling a_dup.cc
[1044/1420] Compiling a_d2i_fp.cc
[1045/1420] Compiling fiat_curve25519_adx_mul.S
[1046/1420] Compiling md5-x86_64-linux.S
[1047/1420] Compiling md5-x86_64-apple.S
[1048/1420] Compiling md5-586-linux.S
[1049/1420] Compiling md5-586-apple.S
[1050/1420] Compiling a_gentm.cc
[1051/1420] Compiling chacha20_poly1305_x86_64-linux.S
[1052/1420] Compiling chacha20_poly1305_x86_64-apple.S
[1053/1420] Compiling a_bitstr.cc
[1054/1420] Compiling chacha20_poly1305_armv8-win.S
[1055/1420] Compiling a_bool.cc
[1056/1420] Compiling chacha20_poly1305_armv8-linux.S
[1057/1420] Compiling chacha-x86_64-linux.S
[1058/1420] Compiling chacha-x86-linux.S
[1058/1420] Compiling chacha-x86_64-apple.S
[1060/1420] Compiling chacha20_poly1305_armv8-apple.S
[1061/1420] Compiling chacha-x86-apple.S
[1062/1420] Compiling chacha-armv8-win.S
[1063/1420] Compiling chacha-armv8-linux.S
[1064/1420] Compiling chacha-armv4-linux.S
[1065/1420] Compiling aes128gcmsiv-x86_64-linux.S
[1066/1420] Compiling chacha-armv8-apple.S
[1067/1420] Compiling aes128gcmsiv-x86_64-apple.S
[1068/1420] Compiling x86_64-mont5-linux.S
[1069/1420] Compiling x86_64-mont5-apple.S
[1070/1420] Compiling x86_64-mont-linux.S
[1071/1420] Compiling x86_64-mont-apple.S
[1072/1420] Compiling x86-mont-apple.S
[1073/1420] Compiling x86-mont-linux.S
[1074/1420] Compiling vpaes-x86_64-apple.S
[1075/1420] Compiling vpaes-x86_64-linux.S
[1076/1420] Compiling CCryptoBoringSSLShims shims.c
[1077/1420] Compiling vpaes-x86-linux.S
[1078/1420] Compiling vpaes-x86-apple.S
[1079/1420] Compiling vpaes-armv8-win.S
[1080/1420] Compiling vpaes-armv8-linux.S
[1081/1420] Compiling err_data.cc
[1082/1420] Compiling vpaes-armv7-linux.S
[1083/1420] Compiling vpaes-armv8-apple.S
[1084/1420] Compiling sha512-x86_64-linux.S
[1084/1420] Compiling sha512-x86_64-apple.S
[1086/1420] Compiling sha512-armv8-win.S
[1087/1420] Compiling sha512-armv8-linux.S
[1088/1420] Compiling sha512-armv4-linux.S
[1089/1420] Compiling sha512-armv8-apple.S
[1090/1420] Compiling sha512-586-linux.S
[1091/1420] Compiling sha512-586-apple.S
[1092/1420] Compiling sha256-x86_64-apple.S
[1093/1420] Compiling sha256-x86_64-linux.S
[1094/1420] Compiling sha256-armv8-win.S
[1095/1420] Compiling sha256-armv8-linux.S
[1096/1420] Compiling sha256-armv4-linux.S
[1097/1420] Compiling sha256-586-linux.S
[1098/1420] Compiling sha256-armv8-apple.S
[1099/1420] Compiling sha256-586-apple.S
[1100/1420] Compiling sha1-x86_64-apple.S
[1101/1420] Compiling sha1-x86_64-linux.S
[1102/1420] Compiling sha1-armv8-win.S
[1103/1420] Compiling sha1-armv8-linux.S
[1104/1420] Compiling sha1-armv4-large-linux.S
[1105/1420] Compiling sha1-586-linux.S
[1106/1420] Compiling sha1-armv8-apple.S
[1107/1420] Compiling rsaz-avx2-apple.S
[1107/1420] Compiling sha1-586-apple.S
[1109/1420] Compiling rsaz-avx2-linux.S
[1110/1420] Compiling rdrand-x86_64-linux.S
[1111/1420] Compiling rdrand-x86_64-apple.S
[1112/1420] Compiling p256_beeu-x86_64-asm-linux.S
[1113/1420] Compiling p256_beeu-x86_64-asm-apple.S
[1114/1420] Compiling p256_beeu-armv8-asm-win.S
[1115/1420] Compiling p256_beeu-armv8-asm-linux.S
[1116/1420] Compiling p256-x86_64-asm-apple.S
[1116/1420] Compiling p256-x86_64-asm-linux.S
[1117/1420] Compiling p256_beeu-armv8-asm-apple.S
[1119/1420] Compiling p256-armv8-asm-win.S
[1120/1420] Compiling p256-armv8-asm-linux.S
[1121/1420] Compiling p256-armv8-asm-apple.S
[1122/1420] Compiling ghashv8-armv8-linux.S
[1122/1420] Compiling ghashv8-armv7-linux.S
[1122/1420] Compiling ghashv8-armv8-win.S
[1122/1420] Compiling ghash-x86_64-linux.S
[1126/1420] Compiling ghashv8-armv8-apple.S
[1127/1420] Compiling ghash-x86_64-apple.S
[1128/1420] Compiling ghash-x86-linux.S
[1129/1420] Compiling ghash-ssse3-x86-linux.S
[1130/1420] Compiling ghash-ssse3-x86-apple.S
[1131/1420] Compiling ghash-ssse3-x86_64-apple.S
[1131/1420] Compiling ghash-x86-apple.S
[1132/1420] Compiling ghash-ssse3-x86_64-linux.S
[1134/1420] Compiling ghash-neon-armv8-win.S
[1135/1420] Compiling ghash-neon-armv8-linux.S
[1136/1420] Compiling ghash-neon-armv8-apple.S
[1137/1420] Compiling ghash-armv4-linux.S
[1138/1420] Compiling co-586-linux.S
[1138/1420] Compiling co-586-apple.S
[1138/1420] Compiling bn-armv8-win.S
[1139/1420] Compiling bsaes-armv7-linux.S
[1139/1420] Compiling bn-armv8-linux.S
[1143/1420] Compiling bn-armv8-apple.S
[1144/1420] Compiling bn-586-linux.S
[1145/1420] Compiling bn-586-apple.S
[1146/1420] Compiling armv8-mont-win.S
[1147/1420] Compiling aesv8-gcm-armv8-win.S
[1147/1420] Compiling armv8-mont-linux.S
[1147/1420] Compiling armv4-mont-linux.S
[1150/1420] Compiling aesv8-gcm-armv8-linux.S
[1151/1420] Compiling armv8-mont-apple.S
[1152/1420] Compiling aesv8-gcm-armv8-apple.S
[1153/1420] Compiling aesv8-armv8-win.S
[1154/1420] Compiling aesv8-armv7-linux.S
[1155/1420] Compiling aesv8-armv8-linux.S
[1155/1420] Compiling aesni-x86-linux.S
[1155/1420] Compiling aesni-x86_64-linux.S
[1156/1420] Compiling aesni-x86_64-apple.S
[1159/1420] Compiling aesv8-armv8-apple.S
[1160/1420] Compiling aesni-x86-apple.S
[1161/1420] Compiling aesni-gcm-x86_64-linux.S
[1162/1420] Compiling aesni-gcm-x86_64-apple.S
[1163/1420] Compiling aes-gcm-avx2-x86_64-apple.S
[1164/1420] Compiling aes-gcm-avx2-x86_64-linux.S
[1165/1420] Compiling aes-gcm-avx512-x86_64-apple.S
[1166/1420] Compiling aes-gcm-avx512-x86_64-linux.S
[1167/1420] Compiling c-nioatomics.c
[1168/1420] Compiling xwing.cc
[1169/1420] Compiling x_x509a.cc
[1170/1420] Compiling x_req.cc
[1171/1420] Compiling x_sig.cc
[1172/1420] Compiling x_spki.cc
[1173/1420] Compiling x_name.cc
[1174/1420] Compiling x_x509.cc
[1175/1420] Compiling x_pubkey.cc
[1176/1420] Compiling c-atomics.c
[1177/1420] Compiling x_exten.cc
[1178/1427] Compiling x_crl.cc
[1179/1427] Compiling x509spki.cc
[1180/1427] Compiling x_attrib.cc
[1181/1427] Compiling x509cset.cc
[1182/1427] Compiling x509name.cc
[1183/1427] Compiling x509rset.cc
[1184/1427] Compiling x_all.cc
[1185/1427] Compiling x_algor.cc
[1186/1427] Compiling x509_vpm.cc
[1188/1427] Compiling NIOConcurrencyHelpers lock.swift
[1189/1427] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[1190/1427] Compiling NIOConcurrencyHelpers atomics.swift
[1191/1427] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1192/1427] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1193/1427] Compiling NIOConcurrencyHelpers NIOLock.swift
[1194/1427] Emitting module NIOConcurrencyHelpers
[1194/1427] Compiling x509_vfy.cc
[1195/1427] Compiling x509_txt.cc
[1196/1427] Compiling x509_v3.cc
[1197/1427] Compiling x509_trs.cc
[1198/1427] Compiling x509_obj.cc
[1199/1427] Compiling x509_set.cc
[1200/1427] Compiling x509_req.cc
[1201/1427] Compiling x509_lu.cc
[1202/1427] Compiling x509_ext.cc
[1203/1454] Compiling x509_def.cc
[1204/1454] Compiling x509_d2.cc
[1205/1454] Compiling x509.cc
[1206/1454] Compiling x509_cmp.cc
[1207/1454] Compiling x509_att.cc
[1208/1454] Compiling v3_skey.cc
[1210/1454] Emitting module ConsoleKitTerminal
[1211/1454] Compiling ConsoleKitTerminal ActivityBar.swift
[1212/1454] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1213/1454] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1214/1456] Compiling ConsoleKitTerminal ConsoleClear.swift
[1215/1456] Compiling ConsoleKitTerminal Console+Ask.swift
[1216/1456] Compiling ConsoleKitTerminal Console+Choose.swift
[1217/1456] Compiling ConsoleKitTerminal ProgressBar.swift
[1218/1456] Compiling ConsoleKitTerminal Console+Clear.swift
[1219/1456] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1219/1456] Compiling v3_purp.cc
[1221/1456] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1222/1456] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1222/1456] Compiling v3_utl.cc
[1223/1456] Compiling v3_prn.cc
[1225/1456] Compiling ConsoleKitTerminal Console+Confirm.swift
[1226/1456] Compiling ConsoleKitTerminal Console+Input.swift
[1227/1456] Compiling ConsoleKitTerminal Console+Center.swift
[1228/1456] Compiling ConsoleKitTerminal Console+Output.swift
[1229/1456] Compiling ConsoleKitTerminal Console+Wait.swift
[1230/1456] Compiling ConsoleKitTerminal ConsoleColor.swift
[1231/1456] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1232/1456] Compiling ConsoleKitTerminal CustomActivity.swift
[1233/1456] Compiling ConsoleKitTerminal LoadingBar.swift
[1234/1456] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1235/1456] Compiling ConsoleKitTerminal ConsoleText.swift
[1236/1456] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1237/1456] Compiling ConsoleKitTerminal ANSI.swift
[1238/1456] Compiling ConsoleKitTerminal Console.swift
[1239/1456] Compiling ConsoleKitTerminal Terminal.swift
[1239/1456] Compiling v3_pmaps.cc
[1240/1456] Compiling v3_pcons.cc
[1241/1456] Compiling v3_ocsp.cc
[1242/1456] Compiling v3_ncons.cc
[1243/1456] Compiling v3_lib.cc
[1244/1456] Compiling v3_int.cc
[1245/1456] Compiling v3_info.cc
[1247/1456] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1248/1456] Compiling ConsoleKitTerminal LoggerFragment.swift
[1248/1456] Compiling v3_genn.cc
[1249/1456] Compiling v3_ia5.cc
[1250/1478] Compiling v3_extku.cc
[1251/1478] Compiling v3_enum.cc
[1252/1478] Compiling v3_crld.cc
[1253/1478] Compiling v3_cpols.cc
[1254/1478] Compiling v3_conf.cc
[1255/1478] Compiling v3_bitst.cc
[1256/1478] Compiling v3_bcons.cc
[1257/1478] Compiling v3_akeya.cc
[1259/1478] Compiling ConsoleKitCommands Argument.swift
[1260/1478] Compiling ConsoleKitCommands CommandSignature.swift
[1261/1478] Compiling ConsoleKitCommands Flag.swift
[1262/1478] Compiling ConsoleKitCommands Option.swift
[1262/1480] Compiling v3_alt.cc
[1264/1480] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1265/1480] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1266/1480] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1267/1480] Compiling ConsoleKitCommands Utilities.swift
[1267/1480] Compiling i2d_pr.cc
[1268/1480] Compiling v3_akey.cc
[1269/1480] Compiling t_x509a.cc
[1270/1480] Compiling t_crl.cc
[1271/1480] Compiling t_x509.cc
[1272/1480] Compiling t_req.cc
[1273/1480] Compiling rsa_pss.cc
[1274/1480] Compiling name_print.cc
[1275/1480] Compiling policy.cc
[1277/1480] Emitting module ConsoleKitCommands
[1278/1480] Compiling ConsoleKitCommands Command.swift
[1279/1480] Compiling ConsoleKitCommands CommandContext.swift
[1280/1480] Compiling ConsoleKitCommands CommandError.swift
[1281/1480] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1282/1480] Compiling ConsoleKitCommands AsyncCommand.swift
[1283/1480] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1284/1480] Compiling ConsoleKitCommands CommandGroup.swift
[1285/1480] Compiling ConsoleKitCommands CommandInput.swift
[1286/1480] Compiling ConsoleKitCommands AsyncCommands.swift
[1287/1480] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1288/1480] Compiling ConsoleKitCommands AnyCommand.swift
[1289/1480] Compiling ConsoleKitCommands ConsoleError.swift
[1290/1480] Compiling ConsoleKitCommands Completion.swift
[1291/1480] Compiling ConsoleKitCommands Commands.swift
[1292/1480] Compiling ConsoleKitCommands Console+Run.swift
[1292/1480] Compiling by_file.cc
[1293/1480] Compiling by_dir.cc
[1294/1480] Compiling algorithm.cc
[1295/1480] Compiling asn1_gen.cc
[1296/1480] Compiling a_verify.cc
[1297/1480] Compiling a_digest.cc
[1298/1480] Compiling a_sign.cc
[1299/1480] Compiling voprf.cc
[1300/1480] Compiling trust_token.cc
[1301/1482] Compiling pmbtoken.cc
[1302/1482] Compiling thread_win.cc
[1304/1482] Compiling ConsoleKit Exports.swift
[1305/1482] Emitting module ConsoleKit
[1305/1482] Compiling thread.cc
[1306/1482] Compiling thread_none.cc
[1307/1482] Compiling thread_pthread.cc
[1308/1482] Compiling siphash.cc
[1309/1482] Compiling stack.cc
[1310/1482] Compiling slhdsa.cc
[1311/1482] Compiling spake2plus.cc
[1312/1482] Compiling sha512.cc
[1313/1482] Compiling sha256.cc
[1314/1482] Compiling sha1.cc
[1315/1482] Compiling rsa_print.cc
[1316/1482] Compiling rsa_extra.cc
[1317/1482] Compiling refcount.cc
[1318/1482] Compiling rsa_crypt.cc
[1319/1482] Compiling rc4.cc
[1320/1482] Compiling windows.cc
[1321/1482] Compiling urandom.cc
[1322/1482] Compiling trusty.cc
[1323/1482] Compiling rsa_asn1.cc
[1324/1482] Compiling rand.cc
[1325/1482] Compiling ios.cc
[1326/1482] Compiling poly1305_arm_asm.S
[1327/1482] Compiling passive.cc
[1328/1482] Compiling getentropy.cc
[1329/1482] Compiling forkunsafe.cc
[1330/1482] Compiling fork_detect.cc
[1331/1482] Compiling deterministic.cc
[1332/1482] Compiling poly1305_vec.cc
[1333/1482] Compiling poly1305_arm.cc
[1334/1482] Compiling poly1305.cc
[1335/1482] Compiling pool.cc
[1336/1482] Compiling pkcs7.cc
[1337/1482] Compiling pkcs8.cc
[1338/1482] Compiling pkcs8_x509.cc
[1339/1482] Compiling p5_pbev2.cc
[1340/1482] Compiling pkcs7_x509.cc
[1341/1482] Compiling pem_xaux.cc
[1342/1482] Compiling pem_x509.cc
[1343/1482] Compiling pem_pkey.cc
[1344/1482] Compiling pem_pk8.cc
[1345/1482] Compiling pem_oth.cc
[1346/1482] Compiling mlkem.cc
[1347/1482] Compiling obj_xref.cc
[1348/1482] Compiling pem_info.cc
[1349/1482] Compiling pem_lib.cc
[1350/1482] Compiling pem_all.cc
[1351/1482] Compiling obj.cc
[1352/1482] Compiling mldsa.cc
[1353/1482] Compiling mem.cc
[1354/1482] Compiling poly_rq_mul.S
[1355/1482] Compiling fips_shared_support.cc
[1356/1482] Compiling md5.cc
[1357/1482] Compiling md4.cc
[1358/1482] Compiling lhash.cc
[1359/1482] Compiling fuzzer_mode.cc
[1360/1482] Compiling kyber.cc
[1361/1482] Compiling ex_data.cc
[1362/1482] Compiling hpke.cc
[1363/1482] Compiling sign.cc
[1364/1482] Compiling hrss.cc
[1365/1482] Compiling scrypt.cc
[1366/1482] Compiling pbkdf.cc
[1367/1482] Compiling print.cc
[1368/1482] Compiling p_x25519_asn1.cc
[1369/1482] Compiling p_x25519.cc
[1370/1482] Compiling p_rsa_asn1.cc
[1371/1482] Compiling p_hkdf.cc
[1372/1482] Compiling p_ed25519_asn1.cc
[1373/1482] Compiling p_ed25519.cc
[1374/1482] Compiling p_rsa.cc
[1375/1482] Compiling p_ec.cc
[1376/1482] Compiling p_ec_asn1.cc
[1377/1482] Compiling p_dh_asn1.cc
[1378/1482] Compiling p_dsa_asn1.cc
[1379/1482] Compiling p_dh.cc
[1380/1482] Compiling err.cc
[1381/1482] Compiling engine.cc
[1382/1482] Compiling ecdsa_p1363.cc
[1383/1482] Compiling evp.cc
[1384/1482] Compiling evp_ctx.cc
[1385/1482] Compiling evp_asn1.cc
[1386/1482] Compiling ecdh.cc
[1387/1482] Compiling ec_derive.cc
[1388/1482] Compiling hash_to_curve.cc
[1389/1482] Compiling ecdsa_asn1.cc
[1390/1482] Compiling dsa.cc
[1391/1482] Compiling dsa_asn1.cc
[1392/1482] Compiling ec_asn1.cc
[1393/1482] Compiling digest_extra.cc
[1394/1482] Compiling x25519-asm-arm.S
[1395/1482] Compiling params.cc
[1396/1482] Compiling dh_asn1.cc
[1397/1482] Compiling curve25519_64_adx.cc
[1398/1482] Compiling des.cc
[1399/1482] Compiling spake25519.cc
[1400/1482] Compiling cpu_intel.cc
[1401/1482] Compiling cpu_arm_linux.cc
[1402/1482] Compiling crypto.cc
[1403/1482] Compiling cpu_arm_freebsd.cc
[1404/1482] Compiling curve25519.cc
[1405/1482] Compiling cpu_aarch64_win.cc
[1406/1482] Compiling cpu_aarch64_openbsd.cc
[1407/1482] Compiling cpu_aarch64_sysreg.cc
[1408/1482] Compiling cpu_aarch64_linux.cc
[1409/1482] Compiling cpu_aarch64_fuchsia.cc
[1410/1482] Compiling cpu_aarch64_apple.cc
[1411/1482] Compiling conf.cc
[1412/1482] Compiling tls_cbc.cc
[1413/1482] Compiling get_cipher.cc
[1414/1482] Compiling e_rc4.cc
[1415/1482] Compiling e_tls.cc
[1416/1482] Compiling cms.cc
[1417/1482] Compiling e_rc2.cc
[1418/1482] Compiling e_null.cc
[1419/1482] Compiling e_des.cc
[1420/1482] Compiling e_chacha20poly1305.cc
[1421/1482] Compiling e_aesgcmsiv.cc
[1422/1482] Compiling derive_key.cc
[1423/1482] Compiling e_aeseax.cc
[1424/1482] Compiling e_aesctrhmac.cc
[1425/1482] Compiling chacha.cc
[1426/1482] Compiling unicode.cc
[1427/1482] Compiling cbs.cc
[1428/1482] Compiling cbb.cc
[1429/1482] Compiling ber.cc
[1430/1482] Compiling asn1_compat.cc
[1431/1482] Compiling buf.cc
[1432/1482] Compiling sqrt.cc
[1433/1482] Compiling exponentiation.cc
[1434/1482] Compiling div.cc
[1435/1482] Compiling blake2.cc
[1436/1482] Compiling printf.cc
[1437/1482] Compiling convert.cc
[1438/1482] Compiling hexdump.cc
[1439/1482] Compiling pair.cc
[1440/1482] Compiling file.cc
[1441/1482] Compiling bn_asn1.cc
[1442/1482] Compiling fd.cc
[1443/1482] Compiling errno.cc
[1444/1482] Compiling bio_mem.cc
[1445/1482] Compiling base64.cc
[1446/1482] Compiling bio.cc
[1447/1482] Compiling tasn_fre.cc
[1448/1482] Compiling tasn_typ.cc
[1449/1482] Compiling tasn_enc.cc
[1450/1482] Compiling tasn_utl.cc
[1451/1482] Compiling tasn_new.cc
[1452/1482] Compiling tasn_dec.cc
[1453/1482] Compiling posix_time.cc
[1454/1482] Compiling f_string.cc
[1455/1482] Compiling f_int.cc
[1456/1482] Compiling asn1_par.cc
[1457/1482] Compiling asn_pack.cc
[1458/1482] Compiling bcm.cc
[1459/1482] Compiling asn1_lib.cc
[1460/1482] Compiling a_utctm.cc
[1461/1482] Compiling a_type.cc
[1462/1482] Compiling a_time.cc
[1463/1482] Compiling a_octet.cc
[1464/1482] Compiling a_strnid.cc
[1465/1482] Compiling a_strex.cc
[1466/1482] Compiling a_mbstr.cc
[1467/1482] Compiling a_object.cc
[1468/1482] Write sources
[1473/1482] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1474/1482] Compiling a_i2d_fp.cc
[1475/1482] Compiling a_dup.cc
[1476/1482] Compiling a_int.cc
[1477/1482] Compiling a_d2i_fp.cc
[1478/1482] Compiling a_gentm.cc
[1479/1534] Compiling a_bool.cc
[1479/1543] Compiling aes.cc
[1481/1582] Compiling a_bitstr.cc
[1483/1582] Compiling BitCollections BitArray+Fill.swift
[1484/1582] Compiling BitCollections BitArray+Hashable.swift
[1485/1582] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1486/1582] Compiling BitCollections BitArray+Extras.swift
[1487/1582] Compiling BitCollections BitArray+Initializers.swift
[1488/1582] Compiling BitCollections BitArray+Invariants.swift
[1489/1592] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1490/1592] Compiling BitCollections BitSet+Codable.swift
[1491/1594] Compiling Atomics Unmanaged extensions.swift
[1492/1594] Compiling BitCollections BitArray+CustomReflectable.swift
[1493/1594] Compiling BitCollections BitArray+Descriptions.swift
[1494/1594] Compiling BitCollections BitArray+Equatable.swift
[1495/1594] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1499/1600] Compiling Algorithms Unique.swift
[1500/1600] Compiling Algorithms Windows.swift
[1501/1600] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1502/1600] Compiling BitCollections BitSet+Equatable.swift
[1503/1600] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1504/1600] Compiling BitCollections BitSet+Extras.swift
[1505/1600] Compiling BitCollections BitSet+Hashable.swift
[1506/1600] Compiling BitCollections BitSet+Initializers.swift
[1507/1600] Compiling BitCollections BitSet+Invariants.swift
[1508/1600] Compiling BitCollections BitSet+Random.swift
[1509/1600] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1510/1600] Emitting module BitCollections
[1511/1600] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1512/1600] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1513/1600] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1514/1600] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1515/1600] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1516/1600] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1517/1600] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1518/1600] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1519/1600] Compiling BitCollections BitSet+SetAlgebra union.swift
[1520/1600] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1521/1600] Compiling BitCollections BitSet.Counted.swift
[1522/1600] Compiling BitCollections BitSet.Index.swift
[1523/1600] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1524/1600] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1525/1600] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1526/1600] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1527/1600] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1528/1600] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1531/1600] Compiling Algorithms Combinations.swift
[1532/1600] Compiling Algorithms Compacted.swift
[1533/1600] Compiling Algorithms Cycle.swift
[1534/1600] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1535/1600] Compiling BitCollections BitArray+Shifts.swift
[1536/1600] Compiling BitCollections BitArray+Testing.swift
[1537/1600] Compiling BitCollections BitArray._UnsafeHandle.swift
[1538/1600] Compiling BitCollections BitArray.swift
[1539/1600] Compiling Algorithms AdjacentPairs.swift
[1540/1600] Compiling Algorithms Chain.swift
[1541/1600] Compiling Algorithms Chunked.swift
[1548/1600] Compiling BitCollections BitSet._UnsafeHandle.swift
[1549/1600] Compiling BitCollections BitSet.swift
[1550/1600] Compiling BitCollections Range+Utilities.swift
[1551/1600] Compiling BitCollections Slice+Utilities.swift
[1552/1600] Compiling BitCollections UInt+Tricks.swift
[1553/1600] Compiling BitCollections _Word.swift
[1561/1600] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1562/1600] Compiling BitCollections BitArray+RandomBits.swift
[1583/1606] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1584/1606] Compiling CryptoBoringWrapper RandomBytes.swift
[1588/1606] Compiling Collections OrderedCollections reexports.swift
[1589/1606] Compiling Collections DequeModule reexports.swift
[1590/1606] Compiling Collections HashTreeCollections reexports.swift
[1591/1606] Emitting module Collections
[1592/1606] Compiling Collections BitCollections reexports.swift
[1593/1606] Compiling Collections HeapModule reexports.swift
[1594/1606] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1595/1606] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1596/1606] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[1597/1606] Emitting module CryptoBoringWrapper
[1598/1606] Compiling CryptoBoringWrapper EllipticCurve.swift
[1599/1606] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1600/1606] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1603/1606] Emitting module Atomics
[1606/1730] Emitting module Algorithms
[1607/1730] Compiling NIOCore EventLoop+Deprecated.swift
[1608/1730] Compiling NIOCore EventLoop+SerialExecutor.swift
[1609/1730] Compiling NIOCore EventLoop.swift
[1610/1730] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1611/1730] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1612/1730] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1613/1736] Compiling NIOCore IO.swift
[1614/1736] Compiling NIOCore IOData.swift
[1615/1736] Compiling NIOCore IPProtocol.swift
[1616/1736] Compiling NIOCore IntegerBitPacking.swift
[1617/1736] Compiling NIOCore IntegerTypes.swift
[1618/1736] Compiling NIOCore Interfaces.swift
[1619/1736] Compiling NIOCore Linux.swift
[1620/1736] Compiling NIOCore MarkedCircularBuffer.swift
[1621/1736] Compiling NIOCore MulticastChannel.swift
[1622/1736] Compiling NIOCore NIOAny.swift
[1623/1736] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1624/1736] Compiling NIOCore NIOCoreSendableMetatype.swift
[1625/1736] Compiling NIOCore NIODecodedAsyncSequence.swift
[1626/1736] Compiling NIOCore NIOLoopBound.swift
[1627/1743] Emitting module CryptoExtras
[1628/1743] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1629/1743] Compiling CryptoExtras ThreadWindows.swift
[1630/1743] Compiling CryptoExtras DLEQ.swift
[1631/1743] Compiling CryptoExtras Prover.swift
[1632/1743] Compiling CryptoExtras Verifier.swift
[1633/1743] Compiling CryptoExtras ZKPToolbox.swift
[1634/1743] Compiling CryptoExtras resource_bundle_accessor.swift
[1635/1743] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1636/1743] Compiling NIOCore ByteBuffer-hex.swift
[1637/1743] Compiling NIOCore ByteBuffer-int.swift
[1638/1743] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1639/1743] Compiling NIOCore ByteBuffer-multi-int.swift
[1640/1743] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1641/1743] Compiling NIOCore AddressedEnvelope.swift
[1642/1743] Compiling NIOCore AsyncAwaitSupport.swift
[1643/1743] Compiling NIOCore AsyncChannel.swift
[1644/1743] Compiling NIOCore AsyncChannelHandler.swift
[1645/1743] Compiling NIOCore AsyncChannelInboundStream.swift
[1646/1743] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1647/1743] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1648/1743] Compiling NIOCore ConvenienceOptionSupport.swift
[1649/1743] Compiling NIOCore DeadChannel.swift
[1650/1743] Compiling NIOCore DispatchQueue+WithFuture.swift
[1657/1743] Compiling NIOCore EventLoopFuture.swift
[1658/1743] Compiling NIOCore FileDescriptor.swift
[1659/1743] Compiling NIOCore FileHandle.swift
[1660/1743] Compiling NIOCore FileRegion.swift
[1661/1743] Compiling NIOCore GlobalSingletons.swift
[1668/1743] Compiling NIOCore ByteBuffer-conversions.swift
[1669/1743] Compiling NIOCore ByteBuffer-core.swift
[1670/1743] Compiling NIOCore ChannelHandler.swift
[1671/1743] Compiling NIOCore ChannelHandlers.swift
[1672/1743] Compiling NIOCore ChannelInvoker.swift
[1673/1743] Compiling NIOCore ChannelOption.swift
[1674/1743] Compiling NIOCore ChannelPipeline.swift
[1675/1743] Compiling NIOCore CircularBuffer.swift
[1676/1743] Compiling NIOCore Codec.swift
[1680/1743] Compiling NIOCore ByteBuffer-views.swift
[1681/1743] Compiling NIOCore Channel.swift
[1682/1743] Compiling NIOCore NIOAsyncWriter.swift
[1683/1743] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1684/1743] Compiling NIOCore BSDSocketAPI.swift
[1685/1743] Compiling NIOCore ByteBuffer-aux.swift
[1686/1743] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1687/1743] Compiling NIOCore SocketAddresses.swift
[1688/1743] Compiling NIOCore SocketOptionProvider.swift
[1689/1743] Compiling NIOCore SystemCallHelpers.swift
[1690/1743] Compiling NIOCore TimeAmount+Duration.swift
[1691/1743] Compiling NIOCore TypeAssistedChannelHandler.swift
[1692/1743] Compiling NIOCore UniversalBootstrapSupport.swift
[1693/1743] Compiling NIOCore Utilities.swift
[1721/1745] Compiling _CryptoExtras Exports.swift
[1722/1745] Emitting module _CryptoExtras
[1730/1844] Compiling X509 CustomPrivateKey.swift
[1731/1844] Compiling X509 Digests.swift
[1732/1844] Compiling X509 DistinguishedName.swift
[1733/1844] Compiling X509 CommonName.swift
[1734/1844] Compiling X509 CountryName.swift
[1735/1844] Compiling X509 DNBuilder.swift
[1736/1844] Compiling X509 DomainComponent.swift
[1737/1844] Compiling X509 EmailAddress.swift
[1738/1844] Compiling X509 LocalityName.swift
[1739/1844] Compiling X509 OrganizationName.swift
[1740/1844] Compiling X509 OrganizationalUnitName.swift
[1741/1854] Compiling X509 CSRAttribute.swift
[1742/1854] Compiling X509 CSRAttributes.swift
[1743/1854] Compiling X509 CSRVersion.swift
[1744/1854] Compiling X509 CertificateSigningRequest.swift
[1745/1854] Compiling X509 CertificationRequestInfo.swift
[1746/1854] Compiling X509 ExtensionRequest.swift
[1747/1854] Compiling X509 Certificate.swift
[1748/1854] Compiling X509 CertificatePrivateKey.swift
[1749/1854] Compiling X509 CertificatePublicKey.swift
[1750/1854] Compiling X509 CertificateSerialNumber.swift
[1751/1854] Compiling X509 CertificateVersion.swift
[1752/1854] Compiling X509 StateOrProvinceName.swift
[1753/1854] Compiling X509 StreetAddress.swift
[1754/1854] Compiling X509 Error.swift
[1755/1854] Compiling X509 AuthorityInformationAccess.swift
[1756/1854] Compiling X509 AllOfPolicies.swift
[1757/1854] Compiling X509 AnyPolicy.swift
[1758/1854] Compiling X509 CertificateStore.swift
[1759/1854] Compiling X509 CustomCertificateStore.swift
[1760/1854] Compiling X509 OneOfPolicies.swift
[1761/1854] Compiling X509 PolicyBuilder.swift
[1762/1854] Compiling X509 BasicConstraintsPolicy.swift
[1763/1854] Compiling X509 DNSNames.swift
[1764/1854] Compiling X509 DirectoryNames.swift
[1765/1854] Compiling X509 ExpiryPolicy.swift
[1766/1854] Compiling X509 IPConstraints.swift
[1767/1854] Emitting module NIOCore
[1768/1854] Compiling X509 SubjectKeyIdentifier.swift
[1769/1854] Compiling X509 Extension.swift
[1770/1854] Compiling X509 Extensions.swift
[1771/1854] Compiling X509 ExtensionsBuilder.swift
[1772/1854] Compiling X509 GeneralName.swift
[1773/1854] Compiling X509 Lock.swift
[1774/1854] Compiling X509 LockedValueBox.swift
[1775/1854] Compiling X509 BasicOCSPResponse.swift
[1776/1854] Compiling X509 DirectoryString.swift
[1777/1854] Compiling X509 OCSPCertID.swift
[1778/1854] Compiling X509 OCSPCertStatus.swift
[1779/1854] Compiling X509 OCSPTBSRequest.swift
[1780/1854] Compiling X509 OCSPVersion.swift
[1781/1854] Compiling X509 PKCS8PrivateKey.swift
[1782/1854] Compiling X509 PromiseAndFuture.swift
[1783/1854] Compiling X509 RDNAttribute.swift
[1784/1854] Compiling X509 RandomNumberGenerator+bytes.swift
[1785/1854] Compiling X509 RelativeDistinguishedName.swift
[1786/1854] Compiling X509 SEC1PrivateKey.swift
[1787/1854] Compiling X509 SecKeyWrapper.swift
[1788/1854] Compiling X509 Signature.swift
[1789/1854] Compiling X509 SignatureAlgorithm.swift
[1790/1869] Compiling X509 VerifierPolicy.swift
[1791/1869] Compiling X509 AlgorithmIdentifier.swift
[1792/1869] Compiling X509 ECDSASignature.swift
[1793/1869] Compiling X509 RSAPKCS1PublicKey.swift
[1794/1869] Compiling X509 SubjectPublicKeyInfo.swift
[1795/1869] Compiling X509 TBSCertificate.swift
[1796/1869] Compiling X509 Time.swift
[1797/1869] Compiling X509 TimeCalculations.swift
[1798/1869] Compiling X509 Validity.swift
[1799/1869] Compiling X509 X509SendableMetatype.swift
[1800/1910] Compiling NIOPosix Errors+Any.swift
[1801/1910] Compiling NIOPosix Linux.swift
[1802/1910] Compiling NIOPosix LinuxCPUSet.swift
[1803/1910] Compiling NIOPosix LinuxUring.swift
[1804/1910] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1805/1910] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1806/1910] Compiling NIOPosix NIOThreadPool.swift
[1807/1910] Compiling NIOPosix BSDSocketAPICommon.swift
[1808/1910] Compiling NIOPosix BSDSocketAPIPosix.swift
[1809/1910] Compiling NIOPosix BSDSocketAPIWindows.swift
[1810/1910] Compiling NIOPosix BaseSocket.swift
[1811/1910] Compiling X509 CMSAttribute.swift
[1812/1910] Compiling X509 CMSContentInfo.swift
[1813/1910] Compiling X509 CMSEncapsulatedContentInfo.swift
[1814/1910] Compiling X509 CMSIssuerAndSerialNumber.swift
[1815/1910] Compiling X509 CMSOperations.swift
[1816/1910] Compiling X509 CMSSignature.swift
[1817/1910] Compiling X509 CMSSignedData.swift
[1818/1910] Compiling X509 CMSSignerIdentifier.swift
[1819/1910] Compiling X509 CMSSignerInfo.swift
[1820/1910] Compiling X509 CMSVersion.swift
[1821/1910] Compiling X509 Curve25519+DER.swift
[1822/1910] Compiling NIOPosix SocketChannel.swift
[1823/1910] Compiling NIOPosix SocketProtocols.swift
[1824/1910] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1825/1910] Compiling NIOPosix System.swift
[1826/1910] Compiling NIOPosix Thread.swift
[1827/1910] Compiling NIOPosix ThreadPosix.swift
[1828/1910] Compiling NIOPosix ThreadWindows.swift
[1829/1910] Compiling X509 OCSPResponseStatus.swift
[1830/1910] Compiling X509 OCSPSignature.swift
[1831/1910] Compiling X509 OCSPSingleRequest.swift
[1832/1910] Compiling X509 OCSPSingleResponse.swift
[1833/1910] Compiling X509 NameConstraintsPolicy.swift
[1834/1910] Compiling X509 RFC5280Policy.swift
[1835/1910] Compiling X509 URIConstraints.swift
[1836/1910] Compiling X509 VersionPolicy.swift
[1837/1910] Compiling X509 ServerIdentityPolicy.swift
[1838/1910] Compiling X509 TrustRootLoading.swift
[1839/1910] Compiling X509 UnverifiedChain.swift
[1840/1910] Compiling X509 ValidatedCertificateChain.swift
[1841/1910] Compiling X509 VerificationDiagnostic.swift
[1842/1910] Compiling X509 Verifier.swift
[1843/1910] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1844/1910] Compiling NIOEmbedded AsyncTestingChannel.swift
[1845/1910] Compiling NIOEmbedded Embedded.swift
[1846/1910] Emitting module NIOEmbedded
[1852/1915] Compiling NIOPosix SelectorWSAPoll.swift
[1853/1915] Compiling NIOPosix ServerSocket.swift
[1854/1915] Compiling NIOPosix Socket.swift
[1857/1915] Emitting module X509
[1858/1915] Compiling NIOPosix FileDescriptor.swift
[1859/1915] Compiling NIOPosix GetaddrinfoResolver.swift
[1860/1915] Compiling NIOPosix HappyEyeballs.swift
[1861/1915] Compiling NIOPosix IO.swift
[1862/1915] Compiling NIOPosix IntegerBitPacking.swift
[1863/1915] Compiling NIOPosix IntegerTypes.swift
[1864/1915] Compiling NIOPosix BaseSocketChannel.swift
[1865/1915] Compiling NIOPosix BaseStreamSocketChannel.swift
[1866/1915] Compiling NIOPosix Bootstrap.swift
[1867/1915] Compiling NIOPosix ControlMessage.swift
[1868/1915] Compiling NIOPosix DatagramVectorReadManager.swift
[1869/1915] Emitting module NIOPosix
[1870/1915] Compiling NIOPosix Utilities.swift
[1871/1915] Compiling NIOPosix VsockAddress.swift
[1872/1915] Compiling NIOPosix VsockChannelEvents.swift
[1873/1915] Compiling NIOPosix Windows.swift
[1874/1915] Compiling NIOPosix resource_bundle_accessor.swift
[1875/1915] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1876/1915] Compiling NIOPosix PosixSingletons.swift
[1877/1915] Compiling NIOPosix RawSocketBootstrap.swift
[1878/1915] Compiling NIOPosix Resolver.swift
[1879/1915] Compiling NIOPosix Selectable.swift
[1880/1915] Compiling NIOPosix SelectableChannel.swift
[1881/1915] Compiling NIOPosix SelectableEventLoop.swift
[1882/1915] Compiling NIOPosix SelectorEpoll.swift
[1883/1915] Compiling NIOPosix SelectorGeneric.swift
[1884/1915] Compiling NIOPosix SelectorKqueue.swift
[1885/1915] Compiling NIOPosix SelectorUring.swift
[1896/1915] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[1897/1915] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1898/1915] Compiling NIOPosix NonBlockingFileIO.swift
[1899/1915] Compiling NIOPosix PendingDatagramWritesManager.swift
[1900/1915] Compiling NIOPosix PendingWritesManager.swift
[1901/1915] Compiling NIOPosix PipeChannel.swift
[1902/1915] Compiling NIOPosix PipePair.swift
[1903/1915] Compiling NIOPosix Pool.swift
[1916/1976] Emitting module NIO
[1917/1976] Compiling NIO Exports.swift
[1918/2016] Compiling NIOSOCKS SOCKSClientHandler.swift
[1919/2016] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1920/2016] Compiling NIOSOCKS AuthenticationMethod.swift
[1921/2016] Compiling NIOSOCKS ClientGreeting.swift
[1922/2016] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1923/2018] Compiling NIOSOCKS SOCKSResponse.swift
[1924/2018] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1925/2018] Compiling NIOSOCKS ClientStateMachine.swift
[1926/2019] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1927/2019] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1928/2019] Compiling NIOSOCKS Messages.swift
[1929/2019] Compiling NIOSOCKS Helpers.swift
[1930/2019] Compiling NIOSOCKS Errors.swift
[1933/2019] Compiling NIOSOCKS SOCKSRequest.swift
[1936/2019] Emitting module NIOSOCKS
[1937/2019] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1938/2019] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1939/2019] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1940/2019] Compiling NIOTLS TLSEvents.swift
[1941/2019] Emitting module NIOTLS
[1942/2019] Compiling NIOTLS SNIHandler.swift
[1943/2019] Compiling NIOSOCKS ServerStateMachine.swift
[1944/2050] Compiling NIOSSL SSLPublicKey.swift
[1945/2050] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1946/2050] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1947/2050] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1948/2050] Emitting module NIOFoundationCompat
[1949/2050] Emitting module _NIOFileSystem
[1950/2050] Compiling NIOSSL LinuxCABundle.swift
[1951/2050] Compiling NIOSSL NIOSSLClientHandler.swift
[1952/2050] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1953/2050] Compiling NIOSSL NIOSSLHandler.swift
[1954/2076] Compiling NIOSSL SSLConnection.swift
[1955/2076] Compiling NIOSSL SSLContext.swift
[1956/2076] Compiling NIOSSL SSLErrors.swift
[1957/2076] Compiling NIOSSL SSLCertificate.swift
[1958/2076] Compiling NIOSSL SSLCertificateExtensions.swift
[1959/2076] Compiling NIOSSL SSLCertificateName.swift
[1960/2076] Compiling _NIOFileSystem Mocking.swift
[1961/2076] Compiling _NIOFileSystem Syscall.swift
[1962/2076] Compiling NIOTransportServices NIOTSErrors.swift
[1963/2076] Compiling NIOTransportServices NIOTSEventLoop.swift
[1964/2076] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1965/2076] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1966/2076] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1967/2076] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1968/2076] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1969/2076] Compiling NIOTransportServices NIOTSBootstraps.swift
[1970/2076] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1971/2076] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1976/2076] Compiling NIOTransportServices AcceptHandler.swift
[1977/2076] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1978/2076] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1979/2076] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1980/2076] Emitting module NIOHTTP1
[1981/2076] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1982/2076] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1983/2077] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1984/2077] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1985/2077] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1986/2077] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1987/2077] Compiling NIOTransportServices StateManagedChannel.swift
[1990/2077] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1991/2077] Compiling _NIOFileSystem Syscalls.swift
[1992/2077] Compiling _NIOFileSystem SystemFileHandle.swift
[1993/2077] Compiling _NIOFileSystem Utilities.swift
[1994/2077] Compiling _NIOFileSystem NIOFilePath.swift
[1995/2077] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[1996/2077] Compiling _NIOFileSystem OpenOptions.swift
[1997/2077] Compiling _NIOFileSystem String+FileSystem.swift
[1998/2077] Compiling _NIOFileSystem resource_bundle_accessor.swift
[1999/2077] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[2000/2077] Emitting module AsyncKit
[2001/2077] Emitting module NIOTransportServices
[2002/2145] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2003/2145] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2004/2145] Emitting module NIOSSL
[2005/2148] Compiling NIOWebSocket WebSocketOpcode.swift
[2006/2149] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[2007/2149] Compiling NIOHPACK IndexedHeaderTable.swift
[2008/2149] Compiling NIOHPACK IntegerCoding.swift
[2009/2150] Compiling MultipartKit Exports.swift
[2010/2150] Compiling MultipartKit FormDataDecoder.Decoder.swift
[2011/2151] Compiling MultipartKit BasicCodingKey.swift
[2012/2151] Compiling MultipartKit MultipartError.swift
[2013/2151] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2014/2151] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2015/2151] Compiling NIOHPACK HeaderTables.swift
[2016/2151] Compiling NIOHPACK HuffmanTables.swift
[2017/2151] Compiling NIOHPACK HuffmanCoding.swift
[2018/2151] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2019/2151] Emitting module NIOHTTPCompression
[2020/2151] Compiling NIOHTTPCompression HTTPDecompression.swift
[2021/2151] Compiling NIOHTTPCompression HTTPCompression.swift
[2022/2151] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2023/2151] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2024/2151] Compiling MultipartKit MultipartPart.swift
[2025/2151] Compiling MultipartKit MultipartPartConvertible.swift
[2026/2151] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[2027/2151] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[2029/2153] Compiling MultipartKit MultipartSerializer.swift
[2030/2153] Compiling MultipartKit Utilities.swift
[2032/2153] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[2033/2153] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[2034/2153] Compiling MultipartKit FormDataEncoder.swift
[2035/2153] Compiling MultipartKit Storage.swift
[2036/2153] Compiling MultipartKit MultipartFormData.swift
[2037/2153] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[2038/2153] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[2039/2153] Compiling MultipartKit FormDataDecoder.swift
[2041/2153] Compiling MultipartKit FormDataEncoder.Encoder.swift
[2044/2153] Compiling MultipartKit MultipartParser.swift
[2049/2153] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2064/2153] Compiling NIOHPACK StaticHeaderTable.swift
[2065/2153] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2066/2153] Compiling NIOWebSocket SHA1.swift
[2067/2153] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[2068/2153] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[2069/2153] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[2070/2153] Emitting module NIOWebSocket
[2071/2153] Compiling NIOWebSocket WebSocketFrame.swift
[2074/2153] Compiling NIOHPACK HPACKErrors.swift
[2075/2153] Compiling NIOHPACK HPACKEncoder.swift
[2076/2153] Emitting module NIOHPACK
[2077/2153] Compiling NIOHPACK HPACKHeader.swift
[2080/2153] Emitting module NIOExtras
[2081/2153] Compiling NIOSSL UniversalBootstrapSupport.swift
[2082/2153] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2083/2153] Compiling NIOSSL resource_bundle_accessor.swift
[2098/2153] Emitting module MultipartKit
[2137/2222] Emitting module NIOFileSystem
[2138/2222] Compiling NIOFileSystem Exports.swift
[2139/2222] Compiling NIOExtras WritePCAPHandler.swift
[2140/2222] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2141/2222] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2142/2222] Emitting module _NIOFileSystemFoundationCompat
[2143/2230] Compiling WebSocketKit WebSocket+Connect.swift
[2144/2230] Compiling WebSocketKit WebSocketHandler.swift
[2145/2230] Emitting module NIOHTTP2
[2146/2237] Compiling WebSocketKit WebSocket.swift
[2147/2237] Compiling WebSocketKit Exports.swift
[2148/2237] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2149/2237] Compiling WebSocketKit WebSocket+Concurrency.swift
[2150/2237] Emitting module WebSocketKit
[2151/2237] Compiling WebSocketKit WebSocketClient.swift
[2152/2237] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2153/2237] Compiling NIOHTTP2 InboundEventBuffer.swift
[2154/2237] Compiling NIOHTTP2 InboundWindowManager.swift
[2155/2237] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2156/2237] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[2157/2237] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler+StateMachine.swift
[2158/2237] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler.swift
[2159/2237] Compiling NIOHTTP2 HTTP2Stream.swift
[2160/2237] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2161/2237] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2162/2237] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2163/2237] Compiling NIOHTTP2 HTTP2StreamID.swift
[2164/2237] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2165/2237] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2166/2237] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2167/2237] Compiling NIOHTTP2 QuiescingState.swift
[2168/2237] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2169/2237] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2170/2237] Compiling NIOHTTP2 StateMachineResult.swift
[2171/2237] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2172/2237] Compiling NIOHTTP2 DOSHeuristics.swift
[2173/2237] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2174/2237] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2175/2237] Compiling NIOHTTP2 MayReceiveFrames.swift
[2176/2237] Compiling NIOHTTP2 ReceivingDataState.swift
[2177/2237] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2178/2237] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2179/2237] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2180/2237] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2181/2237] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2182/2237] Compiling NIOHTTP2 MaySendFrames.swift
[2183/2237] Compiling NIOHTTP2 SendingDataState.swift
[2184/2237] Compiling NIOHTTP2 SendingGoawayState.swift
[2185/2237] Compiling NIOHTTP2 SendingHeadersState.swift
[2186/2237] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2187/2237] Compiling NIOHTTP2 Error+Any.swift
[2188/2237] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2189/2237] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2190/2237] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2191/2237] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2192/2237] Compiling NIOHTTP2 GlitchesMonitor.swift
[2193/2237] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2194/2237] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2195/2237] Compiling NIOHTTP2 StreamChannelList.swift
[2196/2237] Compiling NIOHTTP2 StreamMap.swift
[2197/2237] Compiling NIOHTTP2 StreamStateMachine.swift
[2198/2237] Compiling NIOHTTP2 Timer.swift
[2199/2237] Compiling NIOHTTP2 UnsafeTransfer.swift
[2200/2237] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2201/2237] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2202/2237] Compiling NIOHTTP2 HTTP2Frame.swift
[2203/2237] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2204/2237] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2205/2237] Compiling NIOHTTP2 HTTP2PingData.swift
[2206/2237] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2207/2237] Compiling NIOHTTP2 HTTP2Settings.swift
[2208/2237] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2209/2237] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2210/2237] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2211/2237] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2212/2237] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2213/2237] Compiling NIOHTTP2 HTTP2Error.swift
[2214/2237] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2215/2237] Compiling NIOHTTP2 SendingRstStreamState.swift
[2216/2237] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2217/2237] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2218/2237] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2219/2237] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2220/2237] Compiling NIOHTTP2 HasLocalSettings.swift
[2221/2237] Compiling NIOHTTP2 HasRemoteSettings.swift
[2238/2302] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2239/2302] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2240/2302] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2241/2302] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2242/2302] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2243/2302] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[2244/2302] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2245/2302] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2246/2309] Emitting module AsyncHTTPClient
[2247/2309] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2248/2309] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2249/2309] Compiling AsyncHTTPClient ConnectionPool.swift
[2250/2309] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2251/2309] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2252/2309] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2253/2309] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2254/2309] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2255/2309] Compiling AsyncHTTPClient ConnectionTarget.swift
[2256/2309] Compiling AsyncHTTPClient DeconstructedURL.swift
[2257/2309] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2258/2309] Compiling AsyncHTTPClient FoundationExtensions.swift
[2259/2309] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2260/2309] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2261/2309] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2262/2309] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2263/2309] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2264/2309] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2265/2309] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2266/2309] Compiling AsyncHTTPClient RequestBodyLength.swift
[2267/2309] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2268/2309] Compiling AsyncHTTPClient SSLContextCache.swift
[2269/2309] Compiling AsyncHTTPClient Scheme.swift
[2270/2309] Compiling AsyncHTTPClient Singleton.swift
[2271/2309] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2272/2309] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2273/2309] Compiling AsyncHTTPClient TracingSupport.swift
[2274/2309] Compiling AsyncHTTPClient Utils.swift
[2275/2309] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2276/2309] Compiling AsyncHTTPClient TLSConfiguration.swift
[2277/2309] Compiling AsyncHTTPClient RedirectState.swift
[2278/2309] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2279/2309] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[2280/2309] Compiling AsyncHTTPClient RequestBag.swift
[2281/2309] Compiling AsyncHTTPClient RequestValidation.swift
[2282/2309] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2283/2309] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2284/2309] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2285/2309] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2286/2309] Compiling AsyncHTTPClient Transaction.swift
[2287/2309] Compiling AsyncHTTPClient Base64.swift
[2288/2309] Compiling AsyncHTTPClient BasicAuth.swift
[2289/2309] Compiling AsyncHTTPClient HTTP1Connection.swift
[2290/2309] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2291/2309] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2292/2309] Compiling AsyncHTTPClient HTTP2Connection.swift
[2293/2309] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2294/2309] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2295/2309] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2296/2309] Compiling AsyncHTTPClient RequestOptions.swift
[2297/2309] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2298/2309] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2299/2309] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2300/2309] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2301/2309] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2302/2309] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2303/2309] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2304/2309] Compiling AsyncHTTPClient HTTPClient.swift
[2305/2309] Compiling AsyncHTTPClient HTTPClientConfiguration+SwiftConfiguration.swift
[2306/2309] Compiling AsyncHTTPClient HTTPHandler.swift
[2307/2309] Compiling AsyncHTTPClient LRUCache.swift
[2308/2309] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2309/2309] Compiling AsyncHTTPClient NWErrorHandler.swift
[2310/2507] Compiling Vapor ServeCommand.swift
[2311/2507] Compiling Vapor AnyResponse+Concurrency.swift
[2312/2507] Compiling Vapor AsyncBasicResponder.swift
[2313/2507] Compiling Vapor AsyncMiddleware.swift
[2314/2507] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2315/2507] Compiling Vapor AsyncSessionDriver.swift
[2316/2507] Compiling Vapor Authentication+Concurrency.swift
[2317/2507] Compiling Vapor Cache+Concurrency.swift
[2318/2507] Compiling Vapor Client+Concurrency.swift
[2319/2507] Compiling Vapor RequestBody+Concurrency.swift
[2320/2507] Compiling Vapor Responder+Concurrency.swift
[2321/2507] Compiling Vapor ResponseCodable+Concurrency.swift
[2322/2507] Compiling Vapor RoutesBuilder+Concurrency.swift
[2323/2507] Compiling Vapor ViewRenderer+Concurrency.swift
[2324/2507] Compiling Vapor WebSocket+Concurrency.swift
[2325/2507] Compiling Vapor ContainerGetPathExecutor.swift
[2326/2507] Compiling Vapor Content.swift
[2327/2507] Compiling Vapor ContentCoders.swift
[2328/2507] Compiling Vapor ContentConfiguration.swift
[2329/2507] Compiling Vapor ContentContainer.swift
[2330/2507] Compiling Vapor JSONCoder+Custom.swift
[2331/2507] Compiling Vapor JSONCoders+Content.swift
[2332/2528] Compiling Vapor FormDataDecoder+Content.swift
[2333/2528] Compiling Vapor FormDataEncoder+Content.swift
[2334/2528] Compiling Vapor Application+Password.swift
[2335/2528] Compiling Vapor Application+Passwords.swift
[2336/2528] Compiling Vapor AsyncPasswordHasher.swift
[2337/2528] Compiling Vapor BcryptHasher.swift
[2338/2528] Compiling Vapor PasswordHasher.swift
[2339/2528] Compiling Vapor PlaintextHasher.swift
[2340/2528] Compiling Vapor Request+Password.swift
[2341/2528] Compiling Vapor Redirect.swift
[2342/2528] Compiling Vapor Request+Body.swift
[2343/2528] Compiling Vapor Request+BodyStream.swift
[2344/2528] Compiling Vapor Request.swift
[2345/2528] Compiling Vapor Application+Responder.swift
[2346/2528] Compiling Vapor DefaultResponder.swift
[2347/2528] Compiling Vapor Response+Body.swift
[2348/2528] Compiling Vapor Response.swift
[2349/2528] Compiling Vapor ResponseCodable.swift
[2350/2528] Compiling Vapor Application+Routes.swift
[2351/2528] Compiling Vapor Parameters+Require.swift
[2352/2528] Compiling Vapor Request+WebSocket.swift
[2353/2528] Compiling Vapor Route.swift
[2354/2528] Emitting module Vapor
[2355/2528] Compiling Vapor Case.swift
[2356/2528] Compiling Vapor CharacterSet.swift
[2357/2528] Compiling Vapor Count.swift
[2358/2528] Compiling Vapor Custom.swift
[2359/2528] Compiling Vapor Email.swift
[2360/2528] Compiling Vapor Empty.swift
[2361/2528] Compiling Vapor In.swift
[2362/2528] Compiling Vapor Nil.swift
[2363/2528] Compiling Vapor NilIgnoring.swift
[2364/2528] Compiling Vapor Not.swift
[2365/2528] Compiling Vapor Or.swift
[2366/2528] Compiling Vapor Pattern.swift
[2367/2528] Compiling Vapor Range.swift
[2368/2528] Compiling Vapor URL.swift
[2369/2528] Compiling Vapor Valid.swift
[2370/2528] Compiling Vapor Application+Views.swift
[2371/2528] Compiling Vapor PlaintextRenderer.swift
[2372/2528] Compiling Vapor Request+View.swift
[2373/2528] Compiling Vapor View.swift
[2374/2528] Compiling Vapor ViewRenderer.swift
[2375/2528] Compiling Vapor _Deprecations.swift
[2376/2528] Compiling Vapor Extendable.swift
[2377/2528] Compiling Vapor File.swift
[2378/2528] Compiling Vapor FileIO.swift
[2379/2528] Compiling Vapor LifecycleHandler.swift
[2380/2528] Compiling Vapor OptionalType.swift
[2381/2528] Compiling Vapor RFC1123.swift
[2382/2528] Compiling Vapor SocketAddress+Hostname.swift
[2383/2528] Compiling Vapor Storage.swift
[2384/2528] Compiling Vapor String+IsIPAddress.swift
[2385/2528] Compiling Vapor Thread.swift
[2386/2528] Compiling Vapor URI.swift
[2387/2528] Compiling Vapor VaporSendableMetadataType.swift
[2388/2528] Compiling Vapor RangeResult.swift
[2389/2528] Compiling Vapor Validatable.swift
[2390/2528] Compiling Vapor Validation.swift
[2391/2528] Compiling Vapor ValidationKey.swift
[2392/2528] Compiling Vapor Validations.swift
[2393/2528] Compiling Vapor ValidationsError.swift
[2394/2528] Compiling Vapor Validator.swift
[2395/2528] Compiling Vapor ValidatorResult.swift
[2396/2528] Compiling Vapor And.swift
[2397/2528] Compiling Vapor PlaintextDecoder.swift
[2398/2528] Compiling Vapor PlaintextEncoder.swift
[2399/2528] Compiling Vapor URLQueryCoders.swift
[2400/2528] Compiling Vapor URLQueryContainer.swift
[2401/2528] Compiling Vapor Core.swift
[2402/2528] Compiling Vapor Running.swift
[2403/2528] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2404/2528] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2405/2528] Compiling Vapor DotEnvFile+load.swift
[2406/2528] Compiling Vapor Routes+caseInsenstive.swift
[2407/2528] Compiling Vapor Validatable+validate.swift
[2408/2528] Compiling Vapor Environment+Process.swift
[2409/2528] Compiling Vapor Environment+Secret.swift
[2410/2528] Compiling Vapor Environment.swift
[2411/2528] Compiling Vapor Abort.swift
[2412/2528] Compiling Vapor AbortError.swift
[2413/2528] Compiling Vapor DebuggableError.swift
[2414/2528] Compiling Vapor Demangler.swift
[2415/2528] Compiling Vapor ErrorSource.swift
[2416/2528] Compiling Vapor StackTrace.swift
[2417/2528] Compiling Vapor Exports.swift
[2418/2528] Compiling Vapor Application+HTTP.swift
[2419/2528] Compiling Vapor Application.swift
[2420/2528] Compiling Vapor AuthenticationCache.swift
[2421/2528] Compiling Vapor Authenticator.swift
[2422/2528] Compiling Vapor BasicAuthorization.swift
[2423/2528] Compiling Vapor BearerAuthorization.swift
[2424/2528] Compiling Vapor GuardMiddleware.swift
[2425/2528] Compiling Vapor RedirectMiddleware.swift
[2426/2528] Compiling Vapor SessionAuthenticatable.swift
[2427/2528] Compiling Vapor Bcrypt.swift
[2428/2528] Compiling Vapor Application+Cache.swift
[2429/2528] Compiling Vapor Cache.swift
[2430/2528] Compiling Vapor CacheExpirationTime.swift
[2431/2528] Compiling Vapor MemoryCache.swift
[2432/2528] Compiling Vapor Request+Cache.swift
[2433/2528] Compiling Vapor Application+Clients.swift
[2434/2528] Compiling Vapor Client.swift
[2435/2528] Compiling Vapor ClientRequest.swift
[2436/2528] Compiling Vapor ClientResponse.swift
[2437/2528] Compiling Vapor Request+Client.swift
[2438/2528] Compiling Vapor BootCommand.swift
[2439/2528] Compiling Vapor CommandContext+Application.swift
[2440/2528] Compiling Vapor RoutesCommand.swift
[2441/2528] Compiling Vapor SessionsMiddleware.swift
[2442/2528] Compiling Vapor URLEncodedFormData.swift
[2443/2528] Compiling Vapor URLEncodedFormDecoder.swift
[2444/2528] Compiling Vapor URLEncodedFormEncoder.swift
[2445/2528] Compiling Vapor URLEncodedFormError.swift
[2446/2528] Compiling Vapor URLEncodedFormParser.swift
[2447/2528] Compiling Vapor URLEncodedFormSerializer.swift
[2448/2528] Compiling Vapor URLQueryFragmentConvertible.swift
[2449/2528] Compiling Vapor AnyResponse.swift
[2450/2528] Compiling Vapor Array+Random.swift
[2451/2528] Compiling Vapor Base32.swift
[2452/2528] Compiling Vapor Base64.swift
[2453/2528] Compiling Vapor BaseN.swift
[2454/2528] Compiling Vapor BasicCodingKey.swift
[2455/2528] Compiling Vapor ByteCount.swift
[2456/2528] Compiling Vapor Bytes+Hex.swift
[2457/2528] Compiling Vapor Bytes+SecureCompare.swift
[2458/2528] Compiling Vapor Collection+Safe.swift
[2459/2528] Compiling Vapor DataProtocol+Copy.swift
[2460/2528] Compiling Vapor DecoderUnwrapper.swift
[2461/2528] Compiling Vapor DirectoryConfiguration.swift
[2462/2528] Compiling Vapor DotEnv.swift
[2463/2528] Compiling Vapor BasicResponder.swift
[2464/2528] Compiling Vapor BodyStream.swift
[2465/2528] Compiling Vapor Application+HTTP+Client.swift
[2466/2528] Compiling Vapor EventLoopHTTPClient.swift
[2467/2528] Compiling Vapor EndpointCache.swift
[2468/2528] Compiling Vapor HTTPMethod+String.swift
[2469/2528] Compiling Vapor HTTPStatus.swift
[2470/2528] Compiling Vapor HTTPCookies.swift
[2471/2528] Compiling Vapor HTTPHeaderCacheControl.swift
[2472/2528] Compiling Vapor HTTPHeaderExpires.swift
[2473/2528] Compiling Vapor HTTPHeaderLastModified.swift
[2474/2528] Compiling Vapor HTTPHeaders+Cache.swift
[2475/2528] Compiling Vapor HTTPHeaders+Connection.swift
[2476/2528] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2477/2528] Compiling Vapor HTTPHeaders+ContentRange.swift
[2478/2528] Compiling Vapor HTTPHeaders+Directive.swift
[2479/2528] Compiling Vapor HTTPHeaders+Forwarded.swift
[2480/2528] Compiling Vapor HTTPHeaders+Link.swift
[2481/2528] Compiling Vapor HTTPHeaders+Name.swift
[2482/2528] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2483/2528] Compiling Vapor HTTPHeaders.swift
[2484/2528] Compiling Vapor HTTPMediaType.swift
[2485/2528] Compiling Vapor RouteCollection.swift
[2486/2528] Compiling Vapor Routes.swift
[2487/2528] Compiling Vapor RoutesBuilder+Group.swift
[2488/2528] Compiling Vapor RoutesBuilder+Method.swift
[2489/2528] Compiling Vapor RoutesBuilder+Middleware.swift
[2490/2528] Compiling Vapor RoutesBuilder+WebSocket.swift
[2491/2528] Compiling Vapor RoutesBuilder.swift
[2492/2528] Compiling Vapor OTP.swift
[2493/2528] Compiling Vapor ValidatedCertificateChain.swift
[2494/2528] Compiling Vapor Application+Servers.swift
[2495/2528] Compiling Vapor Server.swift
[2496/2528] Compiling Vapor App+Service.swift
[2497/2528] Compiling Vapor Req+Service.swift
[2498/2528] Compiling Vapor Service.swift
[2499/2528] Compiling Vapor Application+Sessions.swift
[2500/2528] Compiling Vapor MemorySessions.swift
[2501/2528] Compiling Vapor Request+Session.swift
[2502/2528] Compiling Vapor Session.swift
[2503/2528] Compiling Vapor SessionCache.swift
[2504/2528] Compiling Vapor SessionData.swift
[2505/2528] Compiling Vapor SessionDriver.swift
[2506/2528] Compiling Vapor SessionsConfiguration.swift
[2507/2528] Compiling Vapor HTTPMediaTypePreference.swift
[2508/2528] Compiling Vapor Responder.swift
[2509/2528] Compiling Vapor Application+HTTP+Server.swift
[2510/2528] Compiling Vapor HTTPServer.swift
[2511/2528] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2512/2528] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2513/2528] Compiling Vapor HTTPServerHandler.swift
[2514/2528] Compiling Vapor HTTPServerRequestDecoder.swift
[2515/2528] Compiling Vapor HTTPServerResponseEncoder.swift
[2516/2528] Compiling Vapor HTTPServerUpgradeHandler.swift
[2517/2528] Compiling Vapor Logger+Report.swift
[2518/2528] Compiling Vapor LoggingSystem+Environment.swift
[2519/2528] Compiling Vapor Application+Middleware.swift
[2520/2528] Compiling Vapor CORSMiddleware.swift
[2521/2528] Compiling Vapor ErrorMiddleware.swift
[2522/2528] Compiling Vapor FileMiddleware.swift
[2523/2528] Compiling Vapor Middleware.swift
[2524/2528] Compiling Vapor MiddlewareConfiguration.swift
[2525/2528] Compiling Vapor ResponseCompressionMiddleware.swift
[2526/2528] Compiling Vapor RouteLoggingMiddleware.swift
[2527/2528] Compiling Vapor TracingMiddleware.swift
[2528/2528] Compiling Vapor File+Multipart.swift
[2529/2539] Compiling SockitServer SockitHandler.swift
[2530/2540] Compiling SockitServer TypedRouter.swift
[2531/2540] Compiling SockitServer SockitServer.swift
[2532/2540] Compiling SockitServer ServerAction.swift
[2533/2540] Compiling SockitServer ServerEffect.swift
[2534/2540] Compiling SockitServer ChannelRegistry.swift
[2535/2540] Compiling SockitServer ConnectionManager.swift
[2536/2540] Compiling SockitServer ConnectionState.swift
[2537/2540] Compiling SockitServer Connection.swift
[2538/2540] Emitting module SockitServer
[2539/2540] Compiling SockitServer ConnectionReducer.swift
[2540/2540] Compiling SockitServer VaporIntegration.swift
Build complete! (97.41s)
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/websocket-kit.git
[1/2652] Fetching websocket-kit
[2653/79793] Fetching websocket-kit, vapor
Fetched https://github.com/vapor/websocket-kit.git from cache (2.38s)
Fetched https://github.com/vapor/vapor.git from cache (2.38s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (2.90s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.97s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.98s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.98s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.33s)
Fetched https://github.com/apple/swift-nio.git from cache (2.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.94s)
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.48s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (0.50s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (0.61s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (2.12s)
Fetched https://github.com/apple/swift-collections.git from cache (2.14s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (2.68s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.58s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (0.52s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-log.git from cache
[1/2676] Fetching swift-service-lifecycle
[216/9801] Fetching swift-service-lifecycle, swift-certificates
[217/16029] Fetching swift-service-lifecycle, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.06s)
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.09s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.09s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.11s)
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetched https://github.com/apple/swift-algorithms.git from cache (1.11s)
Fetched https://github.com/apple/swift-log.git from cache (1.13s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.14s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.69s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.93s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.93s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.97s)
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.47s)
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.51s)
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.46s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (2.29s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.46s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.58s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.50s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (1.99s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.54s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (1.02s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (0.47s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.121.3 (0.49s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-metrics.git from cache
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/vapor/async-kit.git
[1/1210] Fetching swift-service-context
[122/22612] Fetching swift-service-context, routing-kit
[337/25108] Fetching swift-service-context, routing-kit, async-kit
[462/28724] Fetching swift-service-context, routing-kit, async-kit, multipart-kit
[788/34415] Fetching swift-service-context, routing-kit, async-kit, multipart-kit, swift-distributed-tracing
[1397/40982] Fetching swift-service-context, routing-kit, async-kit, multipart-kit, swift-distributed-tracing, console-kit
Fetched https://github.com/apple/swift-metrics.git from cache (0.86s)
Fetching https://github.com/swift-server/async-http-client.git from cache
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.14s)
[28381/35291] Fetching swift-service-context, routing-kit, async-kit, multipart-kit, console-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.33s)
Fetched https://github.com/vapor/console-kit.git from cache (1.33s)
Fetched https://github.com/vapor/async-kit.git from cache (1.33s)
[2859/4826] Fetching swift-service-context, multipart-kit
Fetched https://github.com/vapor/multipart-kit.git from cache (1.79s)
Fetched https://github.com/apple/swift-service-context.git from cache (1.79s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.20s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.3 (2.59s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (0.47s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (0.46s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.47s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.22.0 (0.46s)
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.47s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.46s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.33.1 (0.48s)
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/vapor/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-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-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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.33.0
Creating working copy for https://github.com/apple/swift-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-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/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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.42.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-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/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.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-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.33.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.99.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "websocket-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.16.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/websocket-kit.git"
    }
  ],
  "manifest_display_name" : "Sockit",
  "name" : "Sockit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SockitCore",
      "targets" : [
        "SockitCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SockitClient",
      "targets" : [
        "SockitClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SockitServer",
      "targets" : [
        "SockitServer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SockitServerTests",
      "module_type" : "SwiftTarget",
      "name" : "SockitServerTests",
      "path" : "Tests/SockitServerTests",
      "sources" : [
        "ChannelRegistryTests.swift",
        "CodeReviewFindingsServerTests.swift",
        "ConnectionManagerTests.swift",
        "ConnectionReducerTests.swift",
        "TypedRouterTests.swift"
      ],
      "target_dependencies" : [
        "SockitServer",
        "SockitClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SockitServer",
      "module_type" : "SwiftTarget",
      "name" : "SockitServer",
      "path" : "Sources/SockitServer",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "SockitServer"
      ],
      "sources" : [
        "Internal/Action/ServerAction.swift",
        "Internal/Effect/ServerEffect.swift",
        "Internal/Reducer/ConnectionReducer.swift",
        "Internal/State/ConnectionState.swift",
        "Public/ChannelRegistry.swift",
        "Public/Connection.swift",
        "Public/ConnectionManager.swift",
        "Public/SockitHandler.swift",
        "Public/TypedRouter.swift",
        "SockitServer.swift",
        "Vapor/VaporIntegration.swift"
      ],
      "target_dependencies" : [
        "SockitCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SockitNIOTransportTests",
      "module_type" : "SwiftTarget",
      "name" : "SockitNIOTransportTests",
      "path" : "Tests/SockitNIOTransportTests",
      "sources" : [
        "NIOWebSocketTransportTests.swift"
      ],
      "target_dependencies" : [
        "SockitNIOTransport",
        "SockitCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SockitNIOTransport",
      "module_type" : "SwiftTarget",
      "name" : "SockitNIOTransport",
      "path" : "Sources/SockitNIOTransport",
      "product_dependencies" : [
        "WebSocketKit"
      ],
      "product_memberships" : [
        "SockitClient"
      ],
      "sources" : [
        "NIOWebSocketTransport.swift"
      ],
      "target_dependencies" : [
        "SockitCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SockitIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "SockitIntegrationTests",
      "path" : "Tests/SockitIntegrationTests",
      "sources" : [
        "IntegrationTests.swift"
      ],
      "target_dependencies" : [
        "SockitClient",
        "SockitNIOTransport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SockitCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SockitCoreTests",
      "path" : "Tests/SockitCoreTests",
      "sources" : [
        "MessageEncodingTests.swift",
        "PerformanceTests.swift",
        "RequestResponseTests.swift"
      ],
      "target_dependencies" : [
        "SockitCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SockitCore",
      "module_type" : "SwiftTarget",
      "name" : "SockitCore",
      "path" : "Sources/SockitCore",
      "product_memberships" : [
        "SockitCore",
        "SockitClient",
        "SockitServer"
      ],
      "sources" : [
        "Protocol/SockitMessage.swift",
        "SockitCore.swift",
        "Transport/TransportProtocol.swift",
        "Types/PushEvent.swift",
        "Types/RawPayload.swift",
        "Types/RawPushEvent.swift",
        "Types/RawRequest.swift",
        "Types/RawResponse.swift",
        "Types/Request.swift",
        "Types/Response.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SockitClientTests",
      "module_type" : "SwiftTarget",
      "name" : "SockitClientTests",
      "path" : "Tests/SockitClientTests",
      "sources" : [
        "ClientReducerTests.swift",
        "CodeReviewFindingsTests.swift"
      ],
      "target_dependencies" : [
        "SockitClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SockitClient",
      "module_type" : "SwiftTarget",
      "name" : "SockitClient",
      "path" : "Sources/SockitClient",
      "product_memberships" : [
        "SockitClient"
      ],
      "sources" : [
        "Internal/Action/ClientAction.swift",
        "Internal/Effect/ClientEffect.swift",
        "Internal/Reducer/ClientReducer.swift",
        "Internal/State/ClientState.swift",
        "Internal/Transport/WebSocketTransport.swift",
        "Public/Client.swift",
        "Public/ClientConfig.swift",
        "Public/PushEventRegistry.swift",
        "Public/SockitCommand.swift",
        "Public/SockitPushEvent.swift",
        "SockitClient.swift"
      ],
      "target_dependencies" : [
        "SockitCore",
        "SockitNIOTransport"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.