The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-server-socket.io, reference 5.0.0-beta.1 (0e864e), with Swift 6.1 for macOS (SPM) on 10 Apr 2026 22:49:09 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.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Dean151/swift-server-socket.io.git
Reference: 5.0.0-beta.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Dean151/swift-server-socket.io
 * tag               5.0.0-beta.1 -> FETCH_HEAD
HEAD is now at 0e864e1 feat: initial commit
Cloned https://github.com/Dean151/swift-server-socket.io.git
Revision (git rev-parse @):
0e864e1d1807ee20bd4c4a0d0ee1fa3f1242d4b2
SUCCESS checkout https://github.com/Dean151/swift-server-socket.io.git at 5.0.0-beta.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Dean151/swift-server-socket.io.git
https://github.com/Dean151/swift-server-socket.io.git
{
  "dependencies" : [
    {
      "identity" : "swift-server-engine.io",
      "requirement" : {
        "exact" : [
          "4.0.0-beta.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Dean151/swift-server-engine.io"
    },
    {
      "identity" : "redistack",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/RediStack.git"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.76.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "hummingbird-websocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird-websocket.git"
    },
    {
      "identity" : "swift-mutex",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.6",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swhitty/swift-mutex.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    }
  ],
  "manifest_display_name" : "swift-server-socket.io",
  "name" : "swift-server-socket.io",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SocketIO",
      "targets" : [
        "SocketIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SocketIORedisAdapter",
      "targets" : [
        "SocketIORedisAdapter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SocketIOTestApp",
      "targets" : [
        "SocketIOTestApp"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SocketIOTests",
      "module_type" : "SwiftTarget",
      "name" : "SocketIOTests",
      "path" : "Tests/SocketIOTests",
      "product_dependencies" : [
        "HummingbirdTesting"
      ],
      "sources" : [
        "SocketIO.swift"
      ],
      "target_dependencies" : [
        "SocketIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SocketIOTestApp",
      "module_type" : "SwiftTarget",
      "name" : "SocketIOTestApp",
      "path" : "Demo/SocketIO",
      "product_memberships" : [
        "SocketIOTestApp"
      ],
      "sources" : [
        "App.swift"
      ],
      "target_dependencies" : [
        "SocketIO"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SocketIORedisAdapter",
      "module_type" : "SwiftTarget",
      "name" : "SocketIORedisAdapter",
      "path" : "Sources/SocketIORedisAdapter",
      "product_dependencies" : [
        "NIOCore",
        "NIOPosix",
        "RediStack"
      ],
      "product_memberships" : [
        "SocketIORedisAdapter"
      ],
      "sources" : [
        "RedisClusterCoordinator.swift",
        "RedisConnectionStateRecoveryStore.swift"
      ],
      "target_dependencies" : [
        "SocketIO"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SocketIO",
      "module_type" : "SwiftTarget",
      "name" : "SocketIO",
      "path" : "Sources/SocketIO",
      "product_dependencies" : [
        "EngineIO",
        "HTTPTypes",
        "Hummingbird",
        "HummingbirdWebSocket",
        "Logging",
        "Mutex",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "SocketIO",
        "SocketIORedisAdapter",
        "SocketIOTestApp"
      ],
      "sources" : [
        "Adapter.swift",
        "BroadcastAck.swift",
        "BroadcastOperator.swift",
        "ClusterCoordinator.swift",
        "ConnectionStateRecovery.swift",
        "EmitVolatility.swift",
        "Middleware.swift",
        "Namespace.swift",
        "ParentNamespace.swift",
        "RemoteSocket.swift",
        "Server.swift",
        "ServerConfiguration.swift",
        "ServerCore.swift",
        "ServerSideEvent.swift",
        "Socket.swift",
        "SocketAck.swift",
        "SocketDisconnectReason.swift",
        "SocketErrorPayload.swift",
        "SocketEvent.swift",
        "SocketHandshake.swift",
        "SocketIOEndpoint.swift",
        "SocketIOPacket.swift",
        "SocketIOValue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
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/474] Write sources
[13/474] Copying PrivacyInfo.xcprivacy
[13/474] Write sources
[13/474] Write SocketIOTestApp-entitlement.plist
[13/474] Write sources
[13/474] Copying PrivacyInfo.xcprivacy
[13/474] Write sources
[51/474] Compiling CNIOWindows shim.c
[51/474] Compiling CNIOWindows WSAStartup.c
[53/474] Compiling CNIOWASI CNIOWASI.c
[54/474] Compiling CNIOOpenBSD shim.c
[55/474] Compiling CNIOLinux shim.c
[55/474] Compiling CNIOLinux liburing_shims.c
[57/474] Write swift-version-2F0A5646E1D333AE.txt
[58/474] Compiling fiat_p256_adx_sqr.S
[59/474] Compiling fiat_p256_adx_mul.S
[60/474] Compiling _AtomicsShims.c
[61/480] Compiling CNIOPosix event_loop_id.c
[62/480] Compiling CNIOLLHTTP c_nio_http.c
[63/487] Compiling CNIOSHA1 c_nio_sha1.c
[64/493] Compiling CNIOLLHTTP c_nio_api.c
[65/522] Compiling CNIOLLHTTP c_nio_llhttp.c
[66/525] Compiling CNIODarwin shim.c
[67/528] Compiling CNIOBoringSSLShims shims.c
[68/528] Compiling fiat_curve25519_adx_square.S
[70/528] Compiling _NIOBase64 Base64.swift
[71/528] Emitting module _NIOBase64
[72/528] Compiling ServiceContextModule ServiceContextKey.swift
[72/528] Compiling fiat_curve25519_adx_mul.S
[74/528] Emitting module ServiceContextModule
[75/528] Compiling ServiceContextModule ServiceContext.swift
[76/528] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[77/528] Compiling InternalCollectionsUtilities _SortedCollection.swift
[78/528] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[79/528] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[80/529] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[81/529] Compiling Mutex MutexSwift5.swift
[82/529] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[83/529] Compiling InternalCollectionsUtilities Integer rank.swift
[84/529] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[85/529] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[86/529] Compiling InternalCollectionsUtilities Span+Extras.swift
[87/529] Compiling InternalCollectionsUtilities String+Padding.swift
[88/529] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[89/529] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[90/529] Compiling InternalCollectionsUtilities Debugging.swift
[91/529] Compiling InternalCollectionsUtilities Descriptions.swift
[92/529] Emitting module InternalCollectionsUtilities
[93/529] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[94/529] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[95/529] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[96/529] Compiling InternalCollectionsUtilities UInt+reversed.swift
[97/529] Compiling _NIODataStructures _TinyArray.swift
[98/529] Emitting module Logging
[99/529] Emitting module _NIODataStructures
[100/529] Compiling Logging Locks.swift
[101/529] Compiling _NIODataStructures Heap.swift
[102/529] Compiling _NIODataStructures PriorityQueue.swift
[103/529] Compiling Logging MetadataProvider.swift
[104/607] Compiling ConcurrencyHelpers LockedValueBox.swift
[105/607] Compiling _RopeModule BigString.swift
[106/607] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[107/607] Compiling _RopeModule BigString+Chunk+Breaks.swift
[108/607] Compiling _RopeModule BigString+Chunk+Character.swift
[109/607] Compiling _RopeModule BigString+Chunk+Counts.swift
[110/607] Compiling _RopeModule BigString+Chunk+Description.swift
[111/607] Compiling _RopeModule BigString+Chunk+Index.swift
[112/607] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[113/614] Compiling _RopeModule BigString+Builder.swift
[114/614] Compiling _RopeModule BigString+Contents.swift
[115/614] Compiling _RopeModule BigString+Debugging.swift
[116/614] Compiling _RopeModule BigString+Index.swift
[117/614] Compiling _RopeModule BigString+Ingester.swift
[118/614] Compiling _RopeModule BigString+Invariants.swift
[119/614] Compiling _RopeModule BigString+Metrics.swift
[120/614] Compiling _RopeModule BigString+Summary.swift
[121/614] Compiling Mutex Mutex.swift
[122/614] Compiling Instrumentation NoOpInstrument.swift
[123/614] Emitting module Mutex
[124/614] Compiling Mutex AllocatedLock.swift
[125/614] Emitting module ConcurrencyHelpers
[126/614] Compiling ConcurrencyHelpers Lock.swift
[127/614] Compiling Instrumentation MultiplexInstrument.swift
[128/614] Compiling Instrumentation Instrument.swift
[129/614] Compiling Instrumentation InstrumentationSystem.swift
[130/614] Compiling Instrumentation Locks.swift
[131/614] Emitting module Instrumentation
[132/614] Compiling CoreMetrics Locks.swift
[133/614] Compiling CoreMetrics Metrics.swift
[134/614] Emitting module CoreMetrics
[135/688] Compiling Logging LogEvent.swift
[136/688] Compiling Logging LogHandler.swift
[137/688] Compiling Logging Logging.swift
[138/690] Compiling HeapModule _HeapNode.swift
[139/690] Compiling HeapModule Heap+Invariants.swift
[140/690] Compiling HeapModule Heap.swift
[141/690] Compiling HeapModule Heap+Descriptions.swift
[142/690] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[143/690] Compiling HeapModule Heap+UnsafeHandle.swift
[144/690] Emitting module HeapModule
[145/690] Compiling Tracing TracingTime.swift
[146/690] Compiling Tracing TracerProtocol.swift
[147/690] Compiling Tracing Tracer.swift
[148/690] Compiling Tracing TracerProtocol+Legacy.swift
[149/690] Compiling OrderedCollections OrderedDictionary+Elements.swift
[150/690] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[151/690] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[152/690] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[153/690] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[154/690] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[154/774] Compiling tls_record.cc
[155/774] Compiling tls13_server.cc
[156/774] Compiling tls_method.cc
[158/774] Compiling Tracing InstrumentationSystem+Tracing.swift
[159/774] Emitting module Tracing
[160/774] Compiling Tracing SpanProtocol.swift
[161/774] Compiling Tracing NoOpTracer.swift
[162/774] Compiling HashTreeCollections _HashNode.swift
[163/774] Compiling HashTreeCollections _HashNodeHeader.swift
[164/774] Compiling HashTreeCollections _HashSlot.swift
[165/774] Compiling HashTreeCollections _HashStack.swift
[166/774] Compiling HashTreeCollections _HashTreeIterator.swift
[167/774] Compiling HashTreeCollections _HashTreeStatistics.swift
[168/774] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[169/774] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[170/774] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[171/774] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[172/774] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[173/774] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[174/774] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[175/774] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[176/774] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[177/774] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[178/774] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[179/774] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[189/774] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[190/774] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[191/774] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[192/774] Compiling HashTreeCollections TreeSet+Equatable.swift
[193/774] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[194/774] Compiling HashTreeCollections TreeSet+Extras.swift
[195/774] Compiling HashTreeCollections TreeSet+Filter.swift
[196/774] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[197/774] Compiling HashTreeCollections TreeDictionary+Keys.swift
[198/774] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[199/774] Compiling HashTreeCollections TreeDictionary+Merge.swift
[200/774] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[201/774] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[202/774] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[203/774] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[204/774] Compiling HashTreeCollections TreeSet+Hashable.swift
[205/774] Compiling HashTreeCollections TreeSet+Sendable.swift
[206/774] Compiling HashTreeCollections TreeSet+Sequence.swift
[207/774] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[208/774] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[209/774] Compiling HashTreeCollections TreeDictionary+Filter.swift
[210/774] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[211/808] Compiling HashTreeCollections _HashNode+Structural merge.swift
[212/808] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[213/808] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[214/808] Compiling HashTreeCollections _HashNode+Structural union.swift
[215/808] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[216/808] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[217/808] Compiling _RopeModule _CharacterRecognizer.swift
[218/808] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[219/808] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[220/808] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[221/808] Compiling ContainersPreview BorrowingSequence.swift
[223/811] Compiling ContainersPreview Inout.swift
[224/811] Compiling ContainersPreview InputSpan.swift
[225/811] Compiling ContainersPreview Shared.swift
[230/811] Compiling ContainersPreview Producer.swift
[231/811] Compiling ContainersPreview Borrow.swift
[232/811] Compiling ContainersPreview Box.swift
[233/811] Compiling ContainersPreview RandomAccessContainer.swift
[234/811] Compiling ContainersPreview RangeExpression2.swift
[235/811] Compiling ContainersPreview RangeReplaceableContainer.swift
[236/811] Compiling ContainersPreview Drain+Map.swift
[237/811] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[238/811] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[239/811] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[240/811] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[241/811] Compiling ContainersPreview Drain+Reduce.swift
[242/811] Compiling ContainersPreview Drain.swift
[243/811] Compiling ContainersPreview Producer+Collect.swift
[244/811] Compiling ContainersPreview ContainerIterator.swift
[245/811] Compiling ContainersPreview DynamicContainer.swift
[246/811] Compiling ContainersPreview MutableContainer.swift
[247/811] Compiling ContainersPreview PermutableContainer.swift
[251/811] Compiling ContainersPreview Producer+Filter.swift
[252/811] Compiling ContainersPreview Producer+Map.swift
[253/811] Compiling ContainersPreview Producer+Reduce.swift
[254/811] Compiling ContainersPreview BidirectionalContainer.swift
[255/811] Compiling ContainersPreview Container+Filter.swift
[256/811] Compiling ContainersPreview Container+SpanwiseZip.swift
[257/811] Compiling ContainersPreview Container.swift
[258/811] Compiling ContainersPreview OutputSpan+Extras.swift
[259/811] Compiling ContainersPreview TemporaryAllocation.swift
[260/811] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[261/811] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[262/811] Emitting module ContainersPreview
[314/819] Compiling UnixSignals UnixSignal.swift
[315/819] Compiling UnixSignals UnixSignalsSequence.swift
[316/819] Emitting module UnixSignals
[317/819] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[318/819] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[319/819] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[320/819] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[321/819] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[322/819] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[323/819] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[324/819] Compiling HashTreeCollections TreeSet.swift
[325/860] Compiling DequeModule UniqueDeque+Insertions.swift
[326/860] Compiling DequeModule UniqueDeque+Prepend.swift
[327/860] Compiling DequeModule UniqueDeque+Removals.swift
[328/860] Compiling DequeModule UniqueDeque+Replacements.swift
[329/860] Compiling DequeModule RigidDeque+Consumption.swift
[330/860] Compiling DequeModule RigidDeque+Container.swift
[331/860] Compiling DequeModule RigidDeque+Descriptions.swift
[332/860] Compiling DequeModule RigidDeque+Equatable.swift
[333/860] Compiling DequeModule RigidDeque+Experimental.swift
[334/864] Emitting module _RopeModule
[335/864] Compiling DequeModule UniqueDeque+Append.swift
[336/864] Compiling DequeModule UniqueDeque+Consumption.swift
[337/864] Compiling DequeModule UniqueDeque+Container.swift
[338/864] Compiling DequeModule UniqueDeque+Descriptions.swift
[345/864] Compiling HTTPTypes ISOLatin1String.swift
[346/864] Compiling HTTPTypes NIOLock.swift
[350/864] Compiling DequeModule RigidDeque+Removals.swift
[351/864] Compiling DequeModule RigidDeque+Replacements.swift
[352/864] Compiling DequeModule RigidDeque+Testing.swift
[359/864] Emitting module OrderedCollections
[359/864] Compiling tls13_enc.cc
[360/864] Compiling tls13_client.cc
[361/864] Compiling tls13_both.cc
[362/864] Compiling t1_enc.cc
[373/864] Compiling DequeModule Deque._UnsafeHandle.swift
[374/864] Compiling DequeModule Deque.swift
[375/864] Compiling DequeModule _DequeBuffer.swift
[376/864] Compiling DequeModule _DequeBufferHeader.swift
[377/864] Compiling DequeModule RigidDeque+Append.swift
[378/864] Compiling DequeModule RigidDeque+Hashable.swift
[379/864] Compiling DequeModule RigidDeque+Initializers.swift
[380/864] Compiling DequeModule RigidDeque+Insertions.swift
[381/864] Compiling DequeModule RigidDeque+Prepend.swift
[382/864] Compiling DequeModule UniqueDeque+Equatable.swift
[383/864] Compiling DequeModule UniqueDeque+Experimental.swift
[384/864] Compiling DequeModule UniqueDeque+Hashable.swift
[385/864] Compiling DequeModule UniqueDeque+Initializers.swift
[386/864] Compiling DequeModule Deque+Codable.swift
[387/864] Compiling DequeModule Deque+Collection.swift
[388/864] Compiling DequeModule Deque+CustomReflectable.swift
[389/864] Compiling DequeModule Deque+Descriptions.swift
[390/864] Compiling DequeModule Deque+Equatable.swift
[391/864] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[392/864] Compiling DequeModule Deque+Extras.swift
[393/864] Compiling DequeModule Deque+Hashable.swift
[394/864] Compiling DequeModule Deque+Testing.swift
[395/864] Compiling DequeModule Deque._Storage.swift
[399/864] Compiling DequeModule RigidDeque.swift
[413/864] Compiling DequeModule UniqueDeque.swift
[414/864] Compiling DequeModule _DequeSlot.swift
[415/864] Compiling DequeModule _UnsafeDequeHandle.swift
[416/864] Compiling DequeModule _UnsafeDequeSegments.swift
[451/864] Compiling ssl_x509.cc
[452/864] Compiling ssl_versions.cc
[453/864] Compiling ssl_stat.cc
[454/864] Compiling ssl_transcript.cc
[459/864] Compiling ssl_session.cc
[460/864] Compiling ssl_privkey.cc
[462/864] Emitting module DequeModule
[463/864] Emitting module HashTreeCollections
[464/864] Emitting module Metrics
[465/864] Compiling Metrics Metrics.swift
[466/864] Compiling HTTPTypes HTTPResponse.swift
[467/864] Compiling HTTPTypes HTTPRequest.swift
[468/864] Compiling HTTPTypes HTTPParsedFields.swift
[469/864] Compiling HTTPTypes HTTPFields.swift
[470/864] Compiling HTTPTypes HTTPFieldName.swift
[471/864] Compiling HTTPTypes HTTPField.swift
[472/864] Emitting module HTTPTypes
[473/864] Compiling HTTPTypes HTTPRequest+URL.swift
[473/864] Compiling ssl_file.cc
[474/864] Compiling ssl_key_share.cc
[475/864] Compiling ssl_credential.cc
[476/864] Compiling ssl_lib.cc
[477/864] Compiling ssl_buffer.cc
[477/864] Compiling ssl_cipher.cc
[479/864] Compiling ssl_cert.cc
[480/864] Compiling ssl_asn1.cc
[481/864] Compiling ssl_aead_ctx.cc
[482/864] Compiling s3_pkt.cc
[483/864] Compiling s3_lib.cc
[484/864] Compiling s3_both.cc
[485/864] Compiling handshake_server.cc
[486/864] Compiling handshake.cc
[487/864] Compiling handshake_client.cc
[487/864] Compiling handoff.cc
[489/864] Compiling md5-x86_64-linux.S
[490/864] Compiling md5-x86_64-apple.S
[491/864] Compiling extensions.cc
[492/864] Compiling md5-586-linux.S
[493/864] Compiling md5-586-apple.S
[494/864] Compiling encrypted_client_hello.cc
[495/864] Compiling chacha20_poly1305_x86_64-linux.S
[496/864] Compiling chacha20_poly1305_x86_64-apple.S
[497/864] Compiling chacha20_poly1305_armv8-win.S
[498/864] Compiling chacha20_poly1305_armv8-linux.S
[499/864] Compiling chacha20_poly1305_armv8-apple.S
[500/864] Compiling dtls_record.cc
[501/864] Compiling dtls_method.cc
[502/864] Compiling chacha-x86_64-linux.S
[503/864] Compiling chacha-x86_64-apple.S
[504/864] Compiling chacha-x86-linux.S
[504/864] Compiling chacha-x86-apple.S
[506/864] Compiling chacha-armv8-win.S
[507/864] Compiling err_data.cc
[508/864] Compiling chacha-armv8-linux.S
[509/864] Compiling chacha-armv4-linux.S
[510/864] Compiling aes128gcmsiv-x86_64-linux.S
[511/864] Compiling chacha-armv8-apple.S
[512/864] Compiling d1_srtp.cc
[513/864] Compiling aes128gcmsiv-x86_64-apple.S
[514/864] Compiling x86_64-mont5-apple.S
[515/864] Compiling x86_64-mont5-linux.S
[516/864] Compiling d1_pkt.cc
[517/864] Compiling x86_64-mont-linux.S
[518/864] Compiling x86_64-mont-apple.S
[519/864] Compiling bio_ssl.cc
[520/864] Compiling x86-mont-linux.S
[521/864] Compiling x86-mont-apple.S
[522/864] Compiling vpaes-x86_64-apple.S
[522/864] Compiling vpaes-x86_64-linux.S
[524/864] Compiling vpaes-x86-linux.S
[525/864] Compiling vpaes-x86-apple.S
[526/864] Compiling vpaes-armv8-linux.S
[527/864] Compiling vpaes-armv8-win.S
[528/864] Compiling vpaes-armv8-apple.S
[529/864] Compiling sha512-x86_64-linux.S
[530/864] Compiling vpaes-armv7-linux.S
[531/864] Compiling sha512-x86_64-apple.S
[532/864] Compiling sha512-armv8-win.S
[533/864] Compiling sha512-armv8-linux.S
[534/864] Compiling d1_lib.cc
[535/864] Compiling sha512-armv4-linux.S
[536/864] Compiling sha512-586-linux.S
[537/864] Compiling sha512-armv8-apple.S
[538/864] Compiling sha256-x86_64-linux.S
[539/864] Compiling sha256-x86_64-apple.S
[540/864] Compiling sha512-586-apple.S
[540/864] Compiling sha256-armv8-win.S
[542/864] Compiling sha256-armv8-linux.S
[543/864] Compiling sha256-armv8-apple.S
[544/864] Compiling sha256-586-linux.S
[545/864] Compiling sha256-armv4-linux.S
[546/864] Compiling sha256-586-apple.S
[547/864] Compiling sha1-x86_64-linux.S
[548/864] Compiling sha1-x86_64-apple.S
[549/864] Compiling sha1-armv8-win.S
[549/864] Compiling sha1-armv8-linux.S
[551/864] Compiling sha1-armv8-apple.S
[552/864] Compiling sha1-armv4-large-linux.S
[553/864] Compiling sha1-586-linux.S
[554/864] Compiling d1_both.cc
[555/864] Compiling sha1-586-apple.S
[556/864] Compiling rsaz-avx2-apple.S
[557/864] Compiling rsaz-avx2-linux.S
[558/864] Compiling rdrand-x86_64-linux.S
[559/864] Compiling rdrand-x86_64-apple.S
[560/864] Compiling p256_beeu-x86_64-asm-linux.S
[561/864] Compiling p256_beeu-x86_64-asm-apple.S
[562/864] Compiling p256_beeu-armv8-asm-win.S
[563/864] Compiling p256_beeu-armv8-asm-linux.S
[564/864] Compiling p256-x86_64-asm-apple.S
[565/864] Compiling p256_beeu-armv8-asm-apple.S
[565/864] Compiling p256-x86_64-asm-linux.S
[567/864] Compiling p256-armv8-asm-win.S
[568/864] Compiling p256-armv8-asm-linux.S
[569/864] Compiling p256-armv8-asm-apple.S
[570/864] Compiling ghashv8-armv8-win.S
[571/864] Compiling ghashv8-armv8-linux.S
[572/864] Compiling ghashv8-armv8-apple.S
[573/864] Compiling ghashv8-armv7-linux.S
[574/864] Compiling ghash-x86_64-linux.S
[575/864] Compiling ghash-x86_64-apple.S
[576/864] Compiling ghash-x86-linux.S
[577/864] Compiling ghash-x86-apple.S
[578/864] Compiling ghash-ssse3-x86_64-linux.S
[579/864] Compiling ghash-ssse3-x86_64-apple.S
[580/864] Compiling ghash-ssse3-x86-linux.S
[581/864] Compiling ghash-ssse3-x86-apple.S
[582/864] Compiling ghash-neon-armv8-win.S
[583/864] Compiling ghash-neon-armv8-linux.S
[584/864] Compiling ghash-neon-armv8-apple.S
[585/864] Compiling co-586-linux.S
[585/864] Compiling ghash-armv4-linux.S
[587/864] Compiling co-586-apple.S
[588/864] Compiling bn-armv8-win.S
[588/864] Compiling bsaes-armv7-linux.S
[590/864] Compiling bn-armv8-linux.S
[591/864] Compiling bn-armv8-apple.S
[592/864] Compiling bn-586-linux.S
[593/864] Compiling bn-586-apple.S
[594/864] Compiling armv8-mont-linux.S
[595/864] Compiling armv8-mont-win.S
[596/864] Compiling armv8-mont-apple.S
[597/864] Compiling armv4-mont-linux.S
[598/864] Compiling aesv8-gcm-armv8-win.S
[599/864] Compiling aesv8-gcm-armv8-linux.S
[600/864] Compiling aesv8-armv8-win.S
[601/864] Compiling aesv8-gcm-armv8-apple.S
[602/864] Compiling aesv8-armv8-linux.S
[603/864] Compiling aesv8-armv8-apple.S
[604/864] Compiling aesv8-armv7-linux.S
[605/864] Compiling aesni-x86_64-linux.S
[606/864] Compiling aesni-x86_64-apple.S
[607/864] Compiling aesni-x86-linux.S
[608/864] Compiling aesni-x86-apple.S
[609/864] Compiling aesni-gcm-x86_64-linux.S
[610/864] Compiling aesni-gcm-x86_64-apple.S
[611/864] Compiling aes-gcm-avx2-x86_64-linux.S
[612/864] Compiling aes-gcm-avx2-x86_64-apple.S
[613/864] Compiling aes-gcm-avx10-x86_64-apple.S
[614/864] Compiling aes-gcm-avx10-x86_64-linux.S
[615/864] Compiling x_sig.cc
[616/864] Compiling x_val.cc
[617/864] Compiling x_x509a.cc
[618/864] Compiling x_spki.cc
[619/864] Compiling x_x509.cc
[619/864] Compiling x_pubkey.cc
[621/864] Compiling x_req.cc
[622/864] Compiling x_name.cc
[623/864] Compiling x_exten.cc
[624/864] Compiling x_crl.cc
[625/864] Compiling x_attrib.cc
[626/864] Compiling x_algor.cc
[627/864] Compiling x509spki.cc
[628/864] Compiling x_all.cc
[629/864] Compiling x509name.cc
[630/864] Compiling x509cset.cc
[631/864] Compiling x509rset.cc
[632/864] Compiling x509_vpm.cc
[633/864] Compiling x509_v3.cc
[634/864] Compiling x509_vfy.cc
[635/864] Compiling x509_txt.cc
[636/864] Compiling x509_trs.cc
[637/864] Compiling x509_set.cc
[638/864] Compiling x509_d2.cc
[639/864] Compiling x509_req.cc
[639/864] Compiling x509_def.cc
[641/864] Compiling x509_ext.cc
[642/864] Compiling x509_obj.cc
[643/864] Compiling x509_lu.cc
[644/864] Compiling x509_cmp.cc
[645/864] Compiling x509.cc
[646/864] Compiling x509_att.cc
[647/864] Compiling v3_prn.cc
[648/864] Compiling v3_pcons.cc
[649/864] Compiling v3_utl.cc
[650/864] Compiling v3_skey.cc
[651/864] Compiling v3_pmaps.cc
[652/864] Compiling v3_ocsp.cc
[653/864] Compiling v3_purp.cc
[654/864] Compiling v3_ncons.cc
[655/864] Compiling v3_int.cc
[656/864] Compiling v3_lib.cc
[657/864] Compiling v3_info.cc
[658/864] Compiling v3_ia5.cc
[659/864] Compiling v3_extku.cc
[660/864] Compiling v3_enum.cc
[661/864] Compiling v3_genn.cc
[662/864] Compiling v3_conf.cc
[663/864] Compiling v3_crld.cc
[664/864] Compiling v3_cpols.cc
[665/864] Compiling v3_bitst.cc
[666/864] Compiling v3_bcons.cc
[667/864] Compiling v3_akeya.cc
[668/864] Compiling v3_alt.cc
[669/864] Compiling t_crl.cc
[670/864] Compiling v3_akey.cc
[671/864] Compiling t_x509a.cc
[671/864] Compiling t_req.cc
[673/864] Compiling rsa_pss.cc
[674/864] Compiling t_x509.cc
[675/864] Compiling i2d_pr.cc
[676/864] Compiling name_print.cc
[677/864] Compiling policy.cc
[678/864] Compiling by_file.cc
[679/864] Compiling a_digest.cc
[680/864] Compiling a_verify.cc
[681/864] Compiling algorithm.cc
[682/864] Compiling a_sign.cc
[683/864] Compiling by_dir.cc
[684/864] Compiling asn1_gen.cc
[685/864] Compiling voprf.cc
[686/864] Compiling thread_win.cc
[687/864] Compiling thread_pthread.cc
[688/864] Compiling thread.cc
[689/864] Compiling thread_none.cc
[690/864] Compiling trust_token.cc
[691/864] Compiling stack.cc
[692/864] Compiling pmbtoken.cc
[693/864] Compiling slhdsa.cc
[694/864] Compiling spake2plus.cc
[695/864] Compiling siphash.cc
[696/864] Compiling sha512.cc
[697/864] Compiling sha1.cc
[698/864] Compiling sha256.cc
[699/864] Compiling rsa_extra.cc
[700/864] Compiling rsa_print.cc
[701/864] Compiling rsa_crypt.cc
[702/864] Compiling refcount.cc
[703/864] Compiling rc4.cc
[704/864] Compiling rsa_asn1.cc
[705/864] Compiling urandom.cc
[706/864] Compiling windows.cc
[707/864] Compiling trusty.cc
[707/864] Compiling rand.cc
[709/864] Compiling ios.cc
[710/864] Compiling passive.cc
[711/864] Compiling poly1305_arm_asm.S
[712/864] Compiling getentropy.cc
[713/864] Compiling forkunsafe.cc
[714/864] Compiling deterministic.cc
[715/864] Compiling fork_detect.cc
[716/864] Compiling poly1305_vec.cc
[717/864] Compiling poly1305_arm.cc
[718/864] Compiling poly1305.cc
[719/864] Compiling pool.cc
[720/864] Compiling pkcs7.cc
[721/864] Compiling pkcs8.cc
[722/864] Compiling pkcs8_x509.cc
[723/864] Compiling p5_pbev2.cc
[724/864] Compiling pkcs7_x509.cc
[725/864] Compiling pem_xaux.cc
[726/864] Compiling pem_x509.cc
[727/864] Compiling pem_pkey.cc
[728/864] Compiling pem_pk8.cc
[729/864] Compiling pem_oth.cc
[730/864] Compiling mlkem.cc
[731/864] Compiling obj_xref.cc
[732/864] Compiling pem_info.cc
[733/864] Compiling mldsa.cc
[734/864] Compiling pem_lib.cc
[735/864] Compiling pem_all.cc
[736/864] Compiling poly_rq_mul.S
[737/864] Compiling obj.cc
[738/864] Compiling mem.cc
[739/864] Compiling fips_shared_support.cc
[740/864] Compiling md5.cc
[741/864] Compiling md4.cc
[742/864] Compiling lhash.cc
[743/864] Compiling kyber.cc
[744/864] Compiling ex_data.cc
[745/864] Compiling sign.cc
[746/864] Compiling scrypt.cc
[747/864] Compiling pbkdf.cc
[748/864] Compiling print.cc
[749/864] Compiling hpke.cc
[750/864] Compiling hrss.cc
[751/864] Compiling p_x25519_asn1.cc
[752/864] Compiling p_x25519.cc
[753/864] Compiling p_ed25519.cc
[754/864] Compiling p_rsa_asn1.cc
[755/864] Compiling p_ec.cc
[756/864] Compiling p_rsa.cc
[757/864] Compiling p_hkdf.cc
[758/864] Compiling p_ed25519_asn1.cc
[759/864] Compiling p_ec_asn1.cc
[760/864] Compiling p_dh_asn1.cc
[761/864] Compiling p_dsa_asn1.cc
[762/864] Compiling p_dh.cc
[763/864] Compiling evp_ctx.cc
[764/864] Compiling err.cc
[765/864] Compiling engine.cc
[766/864] Compiling evp.cc
[767/864] Compiling ecdsa_asn1.cc
[768/864] Compiling evp_asn1.cc
[769/864] Compiling ecdh.cc
[770/864] Compiling hash_to_curve.cc
[771/864] Compiling ec_derive.cc
[772/864] Compiling dsa.cc
[773/864] Compiling bcm.cc
[774/864] Compiling ec_asn1.cc
[774/864] Compiling dsa_asn1.cc
[776/864] Compiling digest_extra.cc
[777/864] Compiling params.cc
[778/864] Compiling x25519-asm-arm.S
[779/864] Compiling des.cc
[780/864] Compiling dh_asn1.cc
[781/864] Compiling curve25519_64_adx.cc
[782/864] Compiling spake25519.cc
[783/864] Compiling cpu_intel.cc
[784/864] Compiling crypto.cc
[785/864] Compiling cpu_arm_linux.cc
[786/864] Compiling cpu_aarch64_win.cc
[787/864] Compiling cpu_arm_freebsd.cc
[788/864] Compiling curve25519.cc
[789/864] Compiling cpu_aarch64_sysreg.cc
[790/864] Compiling cpu_aarch64_openbsd.cc
[791/864] Compiling cpu_aarch64_linux.cc
[792/864] Compiling cpu_aarch64_fuchsia.cc
[793/864] Compiling cpu_aarch64_apple.cc
[794/864] Compiling get_cipher.cc
[795/864] Compiling tls_cbc.cc
[795/864] Compiling conf.cc
[797/864] Compiling e_tls.cc
[798/864] Compiling e_rc4.cc
[799/864] Compiling e_rc2.cc
[800/864] Compiling e_null.cc
[801/864] Compiling e_des.cc
[802/864] Compiling e_chacha20poly1305.cc
[803/864] Compiling e_aesgcmsiv.cc
[804/864] Compiling derive_key.cc
[805/864] Compiling e_aesctrhmac.cc
[806/864] Compiling chacha.cc
[807/864] Compiling unicode.cc
[808/864] Compiling ber.cc
[809/864] Compiling cbb.cc
[810/864] Compiling cbs.cc
[811/864] Compiling buf.cc
[812/864] Compiling asn1_compat.cc
[813/864] Compiling blake2.cc
[814/864] Compiling socket_helper.cc
[815/864] Compiling bn_asn1.cc
[816/864] Compiling convert.cc
[817/864] Compiling socket.cc
[818/864] Compiling printf.cc
[819/864] Compiling pair.cc
[819/864] Compiling hexdump.cc
[821/864] Compiling file.cc
[822/864] Compiling fd.cc
[823/864] Compiling errno.cc
[824/864] Compiling connect.cc
[825/864] Compiling bio_mem.cc
[826/864] Compiling bio.cc
[827/864] Compiling base64.cc
[828/864] Compiling tasn_typ.cc
[829/864] Compiling tasn_fre.cc
[830/864] Compiling tasn_enc.cc
[831/864] Compiling tasn_utl.cc
[832/864] Compiling tasn_new.cc
[833/864] Compiling posix_time.cc
[834/864] Compiling f_string.cc
[835/864] Compiling f_int.cc
[836/864] Compiling tasn_dec.cc
[836/864] Compiling asn_pack.cc
[838/864] Compiling asn1_par.cc
[839/864] Compiling asn1_lib.cc
[840/864] Compiling a_utctm.cc
[841/864] Compiling a_type.cc
[842/864] Compiling a_time.cc
[843/864] Compiling a_octet.cc
[844/864] Compiling a_strnid.cc
[845/864] Compiling a_strex.cc
[846/864] Compiling a_mbstr.cc
[847/864] Compiling a_object.cc
[848/864] Compiling CCompressZlib empty.c
[848/864] Write sources
[852/864] Compiling a_int.cc
[853/864] Compiling a_i2d_fp.cc
[854/864] Compiling a_dup.cc
[855/864] Compiling a_d2i_fp.cc
[856/864] Compiling a_gentm.cc
[857/897] Compiling a_bitstr.cc
[858/905] Compiling a_bool.cc
[860/993] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[861/993] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[862/993] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[863/993] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[864/993] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[865/993] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[866/993] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[867/993] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[868/994] Compiling Atomics Unmanaged extensions.swift
[869/994] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[870/994] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[871/994] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[872/994] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[873/994] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[874/994] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[875/994] Compiling AsyncAlgorithms MergeStorage.swift
[876/994] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[877/994] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[878/994] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[879/994] Compiling AsyncAlgorithms Rethrow.swift
[880/994] Compiling AsyncAlgorithms SetAlgebra.swift
[881/994] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[882/994] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[883/994] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[884/994] Compiling AsyncAlgorithms CombineLatestStorage.swift
[885/994] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[886/994] Compiling AsyncAlgorithms DebounceStateMachine.swift
[889/1000] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[890/1000] Compiling AsyncAlgorithms AsyncShareSequence.swift
[893/1000] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[894/1000] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[895/1000] Compiling AsyncAlgorithms AsyncChannel.swift
[896/1000] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[897/1000] Compiling AsyncAlgorithms ChannelStateMachine.swift
[898/1000] Compiling AsyncAlgorithms ChannelStorage.swift
[905/1000] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[906/1000] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[907/1000] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[908/1000] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[909/1000] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[910/1000] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[911/1000] Emitting module BitCollections
[912/1000] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[913/1000] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[918/1000] Compiling AsyncAlgorithms DebounceStorage.swift
[919/1000] Compiling AsyncAlgorithms Dictionary.swift
[920/1000] Compiling AsyncAlgorithms AsyncFlatMapLatestSequence.swift
[921/1000] Compiling AsyncAlgorithms FlatMapLatestStateMachine.swift
[922/1000] Compiling AsyncAlgorithms FlatMapLatestStorage.swift
[923/1000] Compiling AsyncAlgorithms Disconnected.swift
[924/1000] Compiling AsyncAlgorithms _TinyArray.swift
[925/1000] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[926/1000] Compiling AsyncAlgorithms Locking.swift
[927/1000] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[928/1000] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[929/1000] Compiling AsyncAlgorithms MergeStateMachine.swift
[930/1000] Compiling BitCollections BitSet._UnsafeHandle.swift
[931/1000] Compiling BitCollections BitSet.swift
[932/1000] Compiling BitCollections Range+Utilities.swift
[933/1000] Compiling BitCollections Slice+Utilities.swift
[934/1000] Compiling BitCollections UInt+Tricks.swift
[935/1000] Compiling BitCollections _Word.swift
[958/1011] Compiling Collections HeapModule reexports.swift
[959/1011] Compiling Collections DequeModule reexports.swift
[960/1011] Compiling Collections HashTreeCollections reexports.swift
[961/1011] Emitting module Collections
[962/1011] Compiling Collections OrderedCollections reexports.swift
[963/1011] Compiling Collections BitCollections reexports.swift
[964/1011] Emitting module AsyncAlgorithms
[965/1011] Emitting module Atomics
[989/1011] Compiling c-nioatomics.c
[991/1011] Compiling AsyncAlgorithms UnsafeTransfer.swift
[992/1011] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[993/1011] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[994/1011] Compiling AsyncAlgorithms ZipStateMachine.swift
[995/1011] Compiling AsyncAlgorithms ZipStorage.swift
[1007/1011] Compiling c-atomics.c
[1009/1028] Compiling ServiceLifecycle Service.swift
[1010/1028] Compiling ServiceLifecycle CancellationWaiter.swift
[1011/1028] Emitting module ServiceLifecycle
[1012/1028] Compiling ServiceLifecycle GracefulShutdown.swift
[1013/1028] Compiling NIOConcurrencyHelpers lock.swift
[1014/1028] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1015/1028] Compiling NIOConcurrencyHelpers NIOLock.swift
[1016/1028] Compiling NIOConcurrencyHelpers atomics.swift
[1017/1028] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1018/1028] Emitting module NIOConcurrencyHelpers
[1019/1028] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[1020/1028] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1021/1028] Compiling ServiceLifecycle ClosureService.swift
[1022/1028] Compiling ServiceLifecycle ServiceRunnerError.swift
[1023/1028] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1024/1028] Compiling ServiceLifecycle ServiceGroup.swift
[1025/1028] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1026/1093] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1027/1093] Compiling NIOCore NIOScheduledCallback.swift
[1028/1093] Compiling NIOCore NIOSendable.swift
[1029/1093] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[1030/1093] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[1031/1093] Compiling NIOCore RecvByteBufferAllocator.swift
[1032/1093] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1033/1100] Compiling NIOCore ConvenienceOptionSupport.swift
[1034/1100] Compiling NIOCore DeadChannel.swift
[1035/1100] Compiling NIOCore DispatchQueue+WithFuture.swift
[1036/1100] Compiling NIOCore EventLoop+Deprecated.swift
[1037/1100] Compiling NIOCore EventLoop+SerialExecutor.swift
[1038/1100] Compiling NIOCore EventLoop.swift
[1039/1100] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1040/1100] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1041/1100] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1042/1100] Compiling NIOCore EventLoopFuture.swift
[1043/1100] Compiling NIOCore FileDescriptor.swift
[1044/1100] Compiling NIOCore FileHandle.swift
[1045/1100] Compiling NIOCore FileRegion.swift
[1046/1100] Compiling NIOCore GlobalSingletons.swift
[1047/1100] Compiling NIOCore IO.swift
[1048/1100] Compiling NIOCore IOData.swift
[1049/1100] Compiling NIOCore IPProtocol.swift
[1050/1100] Compiling NIOCore IntegerBitPacking.swift
[1051/1100] Compiling NIOCore IntegerTypes.swift
[1052/1100] Compiling NIOCore Interfaces.swift
[1053/1100] Compiling NIOCore Linux.swift
[1054/1100] Compiling NIOCore SocketAddresses.swift
[1055/1100] Compiling NIOCore SocketOptionProvider.swift
[1056/1100] Compiling NIOCore SystemCallHelpers.swift
[1057/1100] Compiling NIOCore TimeAmount+Duration.swift
[1058/1100] Compiling NIOCore TypeAssistedChannelHandler.swift
[1059/1100] Compiling NIOCore UniversalBootstrapSupport.swift
[1060/1100] Compiling NIOCore Utilities.swift
[1061/1100] Compiling NIOCore ChannelHandler.swift
[1062/1100] Compiling NIOCore ChannelHandlers.swift
[1063/1100] Compiling NIOCore ChannelInvoker.swift
[1064/1100] Compiling NIOCore ChannelOption.swift
[1065/1100] Compiling NIOCore ChannelPipeline.swift
[1066/1100] Compiling NIOCore CircularBuffer.swift
[1067/1100] Compiling NIOCore Codec.swift
[1068/1100] Compiling NIOCore NIOAsyncWriter.swift
[1069/1100] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1070/1100] Compiling NIOCore BSDSocketAPI.swift
[1071/1100] Compiling NIOCore ByteBuffer-aux.swift
[1072/1100] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1073/1100] Compiling NIOCore ByteBuffer-conversions.swift
[1074/1100] Compiling NIOCore ByteBuffer-core.swift
[1075/1100] Compiling NIOCore AddressedEnvelope.swift
[1076/1100] Compiling NIOCore AsyncAwaitSupport.swift
[1077/1100] Compiling NIOCore AsyncChannel.swift
[1078/1100] Compiling NIOCore AsyncChannelHandler.swift
[1079/1100] Compiling NIOCore AsyncChannelInboundStream.swift
[1080/1100] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1081/1100] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1082/1100] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1083/1100] Compiling NIOCore MarkedCircularBuffer.swift
[1084/1100] Compiling NIOCore MulticastChannel.swift
[1085/1100] Compiling NIOCore NIOAny.swift
[1086/1100] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1087/1100] Compiling NIOCore NIOCoreSendableMetatype.swift
[1088/1100] Compiling NIOCore NIODecodedAsyncSequence.swift
[1089/1100] Compiling NIOCore NIOLoopBound.swift
[1090/1100] Compiling NIOCore ByteBuffer-hex.swift
[1091/1100] Compiling NIOCore ByteBuffer-int.swift
[1092/1100] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1093/1100] Compiling NIOCore ByteBuffer-multi-int.swift
[1094/1100] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1095/1100] Compiling NIOCore ByteBuffer-views.swift
[1096/1100] Compiling NIOCore Channel.swift
[1097/1100] Emitting module NIOCore
[1098/1168] Emitting module NIOHTTPTypes
[1099/1168] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1100/1168] Emitting module NIOEmbedded
[1101/1168] Compiling NIOEmbedded Embedded.swift
[1102/1168] Compiling NIOEmbedded AsyncTestingChannel.swift
[1103/1168] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1104/1168] Compiling NIOPosix FileDescriptor.swift
[1105/1168] Compiling NIOPosix GetaddrinfoResolver.swift
[1106/1168] Compiling NIOPosix HappyEyeballs.swift
[1107/1168] Compiling NIOPosix IO.swift
[1108/1168] Compiling NIOPosix IntegerBitPacking.swift
[1109/1168] Compiling NIOPosix IntegerTypes.swift
[1110/1173] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1111/1173] Compiling NIOPosix PosixSingletons.swift
[1112/1173] Compiling NIOPosix RawSocketBootstrap.swift
[1113/1173] Compiling NIOPosix Resolver.swift
[1114/1173] Compiling NIOPosix Selectable.swift
[1115/1173] Compiling NIOPosix SelectableChannel.swift
[1116/1173] Compiling NIOPosix Linux.swift
[1117/1173] Compiling NIOPosix LinuxCPUSet.swift
[1118/1173] Compiling NIOPosix LinuxUring.swift
[1119/1173] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1120/1173] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1121/1173] Compiling NIOPosix NIOThreadPool.swift
[1122/1173] Emitting module NIOPosix
[1123/1173] Compiling NIOPosix SelectableEventLoop.swift
[1124/1173] Compiling NIOPosix SelectorEpoll.swift
[1125/1173] Compiling NIOPosix SelectorGeneric.swift
[1126/1173] Compiling NIOPosix SelectorKqueue.swift
[1127/1173] Compiling NIOPosix SelectorUring.swift
[1128/1173] Compiling NIOPosix Utilities.swift
[1129/1173] Compiling NIOPosix VsockAddress.swift
[1130/1173] Compiling NIOPosix VsockChannelEvents.swift
[1131/1173] Compiling NIOPosix Windows.swift
[1132/1173] Compiling NIOPosix resource_bundle_accessor.swift
[1133/1173] Compiling CompressNIO ZlibWrapper.swift
[1134/1173] Compiling CompressNIO Zlib.swift
[1135/1173] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[1136/1173] Compiling CompressNIO Error.swift
[1137/1173] Compiling CompressNIO Compressor.swift
[1138/1173] Compiling CompressNIO CompressionAlgorithm.swift
[1139/1173] Compiling CompressNIO ByteBuffer+decompress.swift
[1140/1173] Compiling CompressNIO ByteBuffer+compress.swift
[1141/1173] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[1142/1173] Emitting module CompressNIO
[1143/1173] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1144/1173] Compiling NIOPosix System.swift
[1145/1173] Compiling NIOPosix Thread.swift
[1146/1173] Compiling NIOPosix ThreadPosix.swift
[1147/1173] Compiling NIOPosix ThreadWindows.swift
[1148/1173] Compiling NIOPosix SelectorWSAPoll.swift
[1149/1173] Compiling NIOPosix ServerSocket.swift
[1150/1173] Compiling NIOPosix Socket.swift
[1151/1173] Compiling NIOPosix SocketChannel.swift
[1152/1173] Compiling NIOPosix SocketProtocols.swift
[1153/1173] Compiling NIOPosix NonBlockingFileIO.swift
[1154/1173] Compiling NIOPosix PendingDatagramWritesManager.swift
[1155/1173] Compiling NIOPosix PendingWritesManager.swift
[1156/1173] Compiling NIOPosix PipeChannel.swift
[1157/1173] Compiling NIOPosix PipePair.swift
[1158/1173] Compiling NIOPosix Pool.swift
[1159/1173] Compiling NIOPosix BSDSocketAPICommon.swift
[1160/1173] Compiling NIOPosix BSDSocketAPIPosix.swift
[1161/1173] Compiling NIOPosix BSDSocketAPIWindows.swift
[1162/1173] Compiling NIOPosix BaseSocket.swift
[1163/1173] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[1164/1173] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1165/1173] Compiling NIOPosix BaseSocketChannel.swift
[1166/1173] Compiling NIOPosix BaseStreamSocketChannel.swift
[1167/1173] Compiling NIOPosix Bootstrap.swift
[1168/1173] Compiling NIOPosix ControlMessage.swift
[1169/1173] Compiling NIOPosix DatagramVectorReadManager.swift
[1170/1173] Compiling NIOPosix Errors+Any.swift
[1171/1175] Compiling NIO Exports.swift
[1172/1175] Emitting module NIO
[1173/1203] Compiling NIOTLS TLSEvents.swift
[1174/1203] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1175/1203] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1176/1203] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1177/1203] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1178/1203] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1179/1204] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1180/1204] Emitting module NIOTLS
[1181/1204] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1182/1204] Compiling NIOTLS SNIHandler.swift
[1183/1204] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1184/1204] Emitting module NIOFoundationCompat
[1185/1204] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1186/1204] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1187/1204] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1188/1257] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1189/1257] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1190/1257] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1191/1257] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1192/1257] Compiling NIOTransportServices NIOTSSingletons.swift
[1193/1257] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1194/1257] Compiling NIOTransportServices NIOTSErrors.swift
[1195/1257] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1196/1257] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1197/1257] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1198/1257] Compiling NIOTransportServices AcceptHandler.swift
[1199/1257] Emitting module NIOHTTP1
[1200/1257] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1201/1257] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1202/1290] Emitting module NIOTransportServices
[1203/1292] Compiling NIOWebSocket WebSocketOpcode.swift
[1204/1293] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1205/1293] Compiling NIOTransportServices StateManagedChannel.swift
[1206/1293] Compiling NIOExtras RequestResponseHandlers+State.swift
[1207/1293] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1208/1293] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1209/1293] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1210/1293] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1211/1293] Compiling NIOWebSocket SHA1.swift
[1212/1293] Emitting module NIOSSL
[1213/1296] Compiling NIOExtras NIORequestIdentifiable.swift
[1214/1296] Compiling NIOExtras PCAPRingBuffer.swift
[1215/1296] Compiling NIOExtras NIOExtrasError.swift
[1216/1296] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1217/1296] Compiling NIOExtras QuiescingHelper.swift
[1218/1296] Compiling NIOExtras RequestResponseHandler.swift
[1219/1296] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1220/1296] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1221/1296] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1222/1296] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1223/1296] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1228/1296] Compiling NIOExtras LineBasedFrameDecoder.swift
[1229/1296] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1232/1297] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1233/1297] Emitting module NIOHTTPTypesHTTP1
[1234/1297] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1235/1297] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1236/1297] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1237/1297] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1238/1297] Emitting module NIOWebSocket
[1239/1297] Compiling NIOWebSocket WebSocketFrame.swift
[1240/1297] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1241/1297] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1246/1297] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1247/1297] Compiling NIOExtras JSONRPCFraming.swift
[1248/1297] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1249/1297] Compiling NIOExtras LengthFieldPrepender.swift
[1252/1297] Compiling NIOExtras DebugInboundEventsHandler.swift
[1256/1297] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1260/1297] Emitting module NIOExtras
[1261/1312] Compiling NIOSSL UniversalBootstrapSupport.swift
[1262/1312] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1263/1312] Compiling NIOSSL resource_bundle_accessor.swift
[1264/1312] Compiling WSCore WebSocketDataFrame.swift
[1265/1312] Compiling WSCore WebSocketDataHandler.swift
[1266/1312] Compiling WSCore WebSocketFrameSequence.swift
[1267/1312] Compiling WSCore WebSocketHandler.swift
[1268/1312] Compiling WSCore WebSocketExtension.swift
[1269/1312] Compiling WSCore WebSocketExtensionBuilder.swift
[1270/1312] Compiling WSCore WebSocketExtensionHTTPParameters.swift
[1271/1312] Compiling NIOSSL SSLInit.swift
[1272/1312] Compiling NIOSSL SSLPKCS12Bundle.swift
[1273/1312] Compiling NIOSSL SSLPrivateKey.swift
[1277/1312] Compiling NIOSSL AndroidCABundle.swift
[1278/1312] Compiling NIOSSL ByteBufferBIO.swift
[1279/1312] Compiling NIOSSL CustomPrivateKey.swift
[1280/1312] Compiling NIOSSL IdentityVerification.swift
[1284/1312] Compiling NIOExtras WritePCAPHandler.swift
[1285/1312] Compiling WSCore String+validatingString.swift
[1286/1312] Compiling WSCore UnsafeTransfer.swift
[1287/1312] Compiling WSCore WebSocketContext.swift
[1295/1374] Compiling RediStack RedisError.swift
[1296/1374] Compiling RediStack RedisKey+TTL.swift
[1297/1374] Compiling RediStack RedisKey.swift
[1298/1377] Emitting module RediStack
[1299/1377] Compiling RediStack StandardLibrary.swift
[1300/1377] Compiling RediStack SwiftNIO.swift
[1301/1377] Compiling RediStack RESPTranslator.swift
[1302/1377] Compiling RediStack RESPValue.swift
[1303/1377] Compiling RediStack RESPValueConvertible.swift
[1304/1377] Compiling RediStack RedisChannelName.swift
[1305/1377] Compiling RediStack RedisClient.swift
[1306/1377] Compiling RediStack RedisCommandEncoder-multi-encode.swift
[1307/1377] Compiling RediStack RedisCommandEncoder.swift
[1308/1377] Compiling RediStack RedisConnection+Configuration.swift
[1309/1377] Compiling RediStack RedisConnection.swift
[1310/1377] Compiling RediStack RedisClusterNodeDescriptionProtocol.swift
[1311/1377] Compiling RediStack RedisClusterNodeID.swift
[1312/1377] Compiling RediStack RedisClusterShardDescriptionProtocol.swift
[1313/1377] Compiling RediStack RedisHashSlot.swift
[1314/1377] Compiling RediStack RedisByteDecoder.swift
[1315/1377] Compiling RediStack RedisCommandHandler.swift
[1316/1377] Compiling RediStack RedisMessageEncoder.swift
[1317/1377] Compiling RediStack RedisPubSubHandler.swift
[1318/1377] Compiling RediStack ConnectionPool.swift
[1319/1377] Compiling RediStack RedisConnectionPool+Configuration.swift
[1320/1377] Compiling RediStack RedisConnectionPool.swift
[1321/1377] Compiling RediStack RedisConnectionPoolError.swift
[1322/1377] Compiling RediStack RedisLogging.swift
[1323/1377] Compiling RediStack RedisMetrics.swift
[1324/1377] Compiling RediStack _Deprecations.swift
[1325/1377] Compiling RediStack SwiftPolyfill.swift
[1326/1377] Compiling RediStack BasicCommands.swift
[1327/1377] Compiling RediStack HashCommands.swift
[1328/1377] Compiling RediStack ListCommands.swift
[1329/1377] Compiling RediStack PubSubCommands.swift
[1330/1377] Compiling RediStack SetCommands.swift
[1331/1377] Compiling RediStack SortedSetCommands.swift
[1332/1377] Compiling RediStack StringCommands.swift
[1339/1378] Compiling WSCore WebSocketStateMachine.swift
[1340/1378] Compiling WSCore WebSocketInboundMessageStream.swift
[1341/1378] Compiling WSCore WebSocketMessage.swift
[1342/1378] Compiling WSCore WebSocketOutboundWriter.swift
[1343/1378] Compiling WSCore WebSocketInboundStream.swift
[1346/1378] Emitting module WSCore
[1349/1380] Emitting module HummingbirdCore
[1370/1382] Compiling WSCompression PerMessageDeflateExtension.swift
[1371/1382] Emitting module WSCompression
[1378/1382] Compiling HummingbirdCore String+percentEncode.swift
[1379/1382] Compiling HummingbirdCore UnsafeTransfer.swift
[1380/1452] Compiling Hummingbird RequestResponder.swift
[1381/1452] Compiling Hummingbird Response.swift
[1382/1452] Compiling Hummingbird URI+decodeQuery.swift
[1383/1452] Compiling Hummingbird MemoryPersistDriver.swift
[1384/1452] Compiling Hummingbird PersistDriver.swift
[1385/1452] Compiling Hummingbird PersistError.swift
[1386/1452] Compiling Hummingbird ByteBuffer+foundation.swift
[1387/1459] Compiling Hummingbird Trie+serialize.swift
[1388/1459] Compiling Hummingbird TrieRouter.swift
[1389/1459] Compiling Hummingbird ChildRequestContext.swift
[1390/1459] Compiling Hummingbird Request.swift
[1391/1459] Compiling Hummingbird RequestContext.swift
[1392/1459] Compiling Hummingbird RequestContextSource.swift
[1393/1459] Compiling Hummingbird RequestID.swift
[1394/1459] Compiling Hummingbird EndpointResponder.swift
[1395/1459] Compiling Hummingbird Parameters+UUID.swift
[1396/1459] Compiling Hummingbird Parameters.swift
[1397/1459] Compiling Hummingbird ResponseGenerator.swift
[1398/1459] Compiling Hummingbird RouteCollection.swift
[1399/1459] Compiling Hummingbird Router+validation.swift
[1400/1459] Compiling Hummingbird Router.swift
[1401/1459] Compiling Hummingbird Middleware.swift
[1402/1459] Compiling Hummingbird MiddlewareGroup.swift
[1403/1459] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[1404/1459] Compiling Hummingbird _Middleware2.swift
[1405/1459] Compiling Hummingbird _OptionalMiddleware.swift
[1406/1459] Compiling Hummingbird _SpreadMiddleware.swift
[1407/1459] Compiling Hummingbird TracingMiddleware.swift
[1408/1459] Compiling Hummingbird RouterGroup.swift
[1409/1459] Compiling Hummingbird RouterMethods.swift
[1410/1459] Compiling Hummingbird RouterPath.swift
[1411/1459] Compiling Hummingbird RouterResponder.swift
[1412/1459] Compiling Hummingbird TransformingRouterGroup.swift
[1413/1459] Compiling Hummingbird RouterTrie.swift
[1414/1459] Compiling Hummingbird Trie+resolve.swift
[1415/1459] Emitting module Hummingbird
[1416/1459] Compiling Hummingbird Application+ConfigReader.swift
[1417/1459] Compiling Hummingbird Application.swift
[1418/1459] Compiling Hummingbird CodableProtocols.swift
[1419/1459] Compiling Hummingbird JSONCoding.swift
[1420/1459] Compiling Hummingbird ResponseEncodable.swift
[1421/1459] Compiling Hummingbird URLEncodedForm+Request.swift
[1422/1459] Compiling Hummingbird URLEncodedForm.swift
[1423/1459] Compiling Hummingbird URLEncodedFormDecoder.swift
[1424/1459] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[1425/1459] Compiling Hummingbird Exports.swift
[1426/1459] Compiling Hummingbird CacheControl.swift
[1427/1459] Compiling Hummingbird FileIO.swift
[1428/1459] Compiling Hummingbird FileProvider.swift
[1429/1459] Compiling Hummingbird LocalFileSystem.swift
[1430/1459] Compiling Hummingbird Cookie.swift
[1431/1459] Compiling Hummingbird Cookies.swift
[1432/1459] Compiling Hummingbird URLEncodedFormEncoder.swift
[1433/1459] Compiling Hummingbird URLEncodedFormNode.swift
[1434/1459] Compiling Hummingbird Configuration.swift
[1435/1459] Compiling Hummingbird Deprecations.swift
[1436/1459] Compiling Hummingbird Environment.swift
[1437/1459] Compiling Hummingbird EditedHTTPError.swift
[1438/1459] Compiling Hummingbird HTTPError.swift
[1439/1459] Compiling Hummingbird HTTPResponseError.swift
[1440/1459] Compiling Hummingbird MediaType+FileExtension.swift
[1441/1459] Compiling Hummingbird MediaType.swift
[1442/1459] Compiling Hummingbird Request+Cookies.swift
[1443/1459] Compiling Hummingbird Response+Cookies.swift
[1444/1459] Compiling Hummingbird CORSMiddleware.swift
[1445/1459] Compiling Hummingbird FileMiddleware.swift
[1446/1459] Compiling Hummingbird LogRequestMiddleware.swift
[1447/1459] Compiling Hummingbird MetricsMiddleware.swift
[1448/1459] Compiling Hummingbird DateCache.swift
[1449/1459] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[1450/1459] Compiling Hummingbird HexDigest.swift
[1451/1459] Compiling Hummingbird InitializableFromSource.swift
[1452/1459] Compiling Hummingbird PreludeService.swift
[1453/1459] Compiling Hummingbird SplitStringSequences.swift
[1454/1459] Compiling Hummingbird StringProtocol.swift
[1455/1470] Compiling HummingbirdWSCompression Exports.swift
[1456/1470] Compiling HummingbirdWebSocket Exports.swift
[1457/1470] Emitting module HummingbirdWSCompression
[1458/1470] Compiling HummingbirdWebSocket WebSocketRouter.swift
[1459/1470] Compiling HummingbirdWebSocket HTTPServerBuilder+WebSocket.swift
[1460/1470] Compiling HummingbirdWebSocket NIOWebSocketServerUpgrade+ext.swift
[1461/1470] Compiling HummingbirdWebSocket WebSocketChannel.swift
[1462/1470] Compiling HummingbirdWebSocket WebSocketServerConfiguration.swift
[1463/1470] Emitting module HummingbirdWebSocket
[1464/1470] Compiling HummingbirdCompression ResponseCompressionMiddleware.swift
[1465/1470] Emitting module HummingbirdCompression
[1466/1470] Compiling HummingbirdCompression CompressedBodyWriter.swift
[1467/1470] Compiling HummingbirdCompression RequestDecompressionMiddleware.swift
[1468/1477] Compiling EngineIO SessionStore.swift
[1469/1477] Compiling EngineIO ServerConfiguration.swift
[1470/1477] Compiling EngineIO OpenPacket.swift
[1471/1477] Compiling EngineIO Packet.swift
[1472/1477] Compiling EngineIO EngineIOMessage.swift
[1473/1477] Emitting module EngineIO
[1474/1477] Compiling EngineIO Server.swift
[1475/1499] Compiling SocketIO Adapter.swift
[1476/1499] Compiling SocketIO BroadcastAck.swift
[1477/1499] Compiling SocketIO BroadcastOperator.swift
[1478/1501] Emitting module SocketIO
[1479/1501] Compiling SocketIO ServerSideEvent.swift
[1480/1501] Compiling SocketIO Socket.swift
[1481/1501] Compiling SocketIO ClusterCoordinator.swift
[1482/1501] Compiling SocketIO ConnectionStateRecovery.swift
[1483/1501] Compiling SocketIO EmitVolatility.swift
[1484/1501] Compiling SocketIO SocketIOPacket.swift
[1485/1501] Compiling SocketIO SocketIOValue.swift
[1486/1501] Compiling SocketIO SocketHandshake.swift
[1487/1501] Compiling SocketIO SocketIOEndpoint.swift
[1488/1501] Compiling SocketIO Middleware.swift
[1489/1501] Compiling SocketIO Namespace.swift
[1490/1501] Compiling SocketIO ParentNamespace.swift
[1491/1501] Compiling SocketIO RemoteSocket.swift
[1492/1501] Compiling SocketIO Server.swift
[1493/1501] Compiling SocketIO SocketErrorPayload.swift
[1494/1501] Compiling SocketIO SocketEvent.swift
[1495/1501] Compiling SocketIO SocketAck.swift
[1496/1501] Compiling SocketIO SocketDisconnectReason.swift
[1497/1501] Compiling SocketIO ServerConfiguration.swift
[1498/1501] Compiling SocketIO ServerCore.swift
[1499/1506] Compiling SocketIOTestApp App.swift
[1500/1506] Emitting module SocketIOTestApp
[1500/1506] Write Objects.LinkFileList
[1502/1506] Compiling SocketIORedisAdapter RedisClusterCoordinator.swift
[1503/1506] Emitting module SocketIORedisAdapter
[1504/1506] Compiling SocketIORedisAdapter RedisConnectionStateRecoveryStore.swift
[1504/1506] Linking SocketIOTestApp
[1505/1506] Applying SocketIOTestApp
Build complete! (96.44s)
Fetching https://github.com/swhitty/swift-mutex.git
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/hummingbird-project/hummingbird-websocket.git
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git from cache
Fetching https://github.com/apple/swift-log.git from cache
[1/324] Fetching swift-mutex
[2/3581] Fetching swift-mutex, hummingbird-websocket
[297/6300] Fetching swift-mutex, hummingbird-websocket, swift-service-lifecycle
Fetched https://github.com/hummingbird-project/hummingbird-websocket.git from cache (0.86s)
Fetching https://github.com/swift-server/RediStack.git
[1971/3043] Fetching swift-mutex, swift-service-lifecycle
[3032/29484] Fetching swift-mutex, swift-service-lifecycle, hummingbird
[7527/34282] Fetching swift-mutex, swift-service-lifecycle, hummingbird, redistack
Fetched https://github.com/swift-server/RediStack.git from cache (1.04s)
Fetching https://github.com/Dean151/swift-server-engine.io
[9642/29484] Fetching swift-mutex, swift-service-lifecycle, hummingbird
Fetched https://github.com/swhitty/swift-mutex.git from cache (2.26s)
[10123/29160] Fetching swift-service-lifecycle, hummingbird
Fetched https://github.com/apple/swift-nio.git from cache (2.36s)
[19907/29218] Fetching swift-service-lifecycle, hummingbird, swift-server-engine.io
Fetched https://github.com/Dean151/swift-server-engine.io from cache (0.68s)
[20964/29160] Fetching swift-service-lifecycle, hummingbird
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (3.10s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (3.10s)
Fetched https://github.com/apple/swift-http-types.git from cache (3.10s)
Fetched https://github.com/apple/swift-log.git from cache (3.12s)
Computing version for https://github.com/swhitty/swift-mutex.git
Computed https://github.com/swhitty/swift-mutex.git at 0.0.6 (3.62s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.47s)
Computing version for https://github.com/hummingbird-project/hummingbird-websocket.git
Computed https://github.com/hummingbird-project/hummingbird-websocket.git at 2.6.0 (0.45s)
Fetching https://github.com/hummingbird-project/swift-websocket.git
Fetching https://github.com/apple/swift-nio-extras.git from cache
[1/841] Fetching swift-websocket
Fetched https://github.com/hummingbird-project/swift-websocket.git from cache (0.80s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.01s)
Computing version for https://github.com/hummingbird-project/swift-websocket.git
Computed https://github.com/hummingbird-project/swift-websocket.git at 1.5.0 (1.49s)
Fetching https://github.com/adam-fowler/compress-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
[1/643] Fetching compress-nio
Fetched https://github.com/adam-fowler/compress-nio.git from cache (0.73s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.86s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.86s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (1.43s)
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-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
[1/6224] Fetching swift-async-algorithms
[64/13369] Fetching swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.72s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.84s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.85s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.06s)
[4502/7145] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (1.20s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.21s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.21s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.39s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.80s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.29s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (0.45s)
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/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.11.0 (0.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.95s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.46s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (2.10s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.91s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (3.55s)
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/swift-server/RediStack.git
Computed https://github.com/swift-server/RediStack.git at 1.6.3 (0.47s)
Fetching https://github.com/apple/swift-metrics.git from cache
Fetched https://github.com/apple/swift-metrics.git from cache (0.83s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (1.44s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.53s)
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 (2.02s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.47s)
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.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.60s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.22.0 (0.52s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/swift-server/async-http-client.git from cache
[1/5727] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.19s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.21s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (1.71s)
Fetching https://github.com/apple/swift-service-context.git
[1/1236] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.81s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.32s)
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/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (0.45s)
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.47s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.1 (1.06s)
Computing version for https://github.com/Dean151/swift-server-engine.io
Computed https://github.com/Dean151/swift-server-engine.io at 4.0.0-beta.2 (0.49s)
Fetching https://github.com/hummingbird-project/hummingbird-compression.git
[1/1095] Fetching hummingbird-compression
Fetched https://github.com/hummingbird-project/hummingbird-compression.git from cache (0.73s)
Computing version for https://github.com/hummingbird-project/hummingbird-compression.git
Computed https://github.com/hummingbird-project/hummingbird-compression.git at 2.0.0 (1.21s)
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.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-nio-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-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/adam-fowler/compress-nio.git
Working copy of https://github.com/adam-fowler/compress-nio.git resolved at 1.4.2
Creating working copy for https://github.com/hummingbird-project/swift-websocket.git
Working copy of https://github.com/hummingbird-project/swift-websocket.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/hummingbird-project/hummingbird-websocket.git
Working copy of https://github.com/hummingbird-project/hummingbird-websocket.git resolved at 2.6.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.42.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-nio-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/hummingbird-project/hummingbird-compression.git
Working copy of https://github.com/hummingbird-project/hummingbird-compression.git resolved at 2.0.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
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/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.22.0
Creating working copy for https://github.com/swift-server/RediStack.git
Working copy of https://github.com/swift-server/RediStack.git resolved at 1.6.3
Creating working copy for https://github.com/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-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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.33.1
Creating working copy for https://github.com/apple/swift-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Creating working copy for https://github.com/swhitty/swift-mutex.git
Working copy of https://github.com/swhitty/swift-mutex.git resolved at 0.0.6
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.11.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-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-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/Dean151/swift-server-engine.io
Working copy of https://github.com/Dean151/swift-server-engine.io resolved at 4.0.0-beta.2
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
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-server-engine.io",
      "requirement" : {
        "exact" : [
          "4.0.0-beta.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Dean151/swift-server-engine.io"
    },
    {
      "identity" : "redistack",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/RediStack.git"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.76.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "hummingbird-websocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird-websocket.git"
    },
    {
      "identity" : "swift-mutex",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.6",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swhitty/swift-mutex.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    }
  ],
  "manifest_display_name" : "swift-server-socket.io",
  "name" : "swift-server-socket.io",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SocketIO",
      "targets" : [
        "SocketIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SocketIORedisAdapter",
      "targets" : [
        "SocketIORedisAdapter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SocketIOTestApp",
      "targets" : [
        "SocketIOTestApp"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SocketIOTests",
      "module_type" : "SwiftTarget",
      "name" : "SocketIOTests",
      "path" : "Tests/SocketIOTests",
      "product_dependencies" : [
        "HummingbirdTesting"
      ],
      "sources" : [
        "SocketIO.swift"
      ],
      "target_dependencies" : [
        "SocketIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SocketIOTestApp",
      "module_type" : "SwiftTarget",
      "name" : "SocketIOTestApp",
      "path" : "Demo/SocketIO",
      "product_memberships" : [
        "SocketIOTestApp"
      ],
      "sources" : [
        "App.swift"
      ],
      "target_dependencies" : [
        "SocketIO"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SocketIORedisAdapter",
      "module_type" : "SwiftTarget",
      "name" : "SocketIORedisAdapter",
      "path" : "Sources/SocketIORedisAdapter",
      "product_dependencies" : [
        "NIOCore",
        "NIOPosix",
        "RediStack"
      ],
      "product_memberships" : [
        "SocketIORedisAdapter"
      ],
      "sources" : [
        "RedisClusterCoordinator.swift",
        "RedisConnectionStateRecoveryStore.swift"
      ],
      "target_dependencies" : [
        "SocketIO"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SocketIO",
      "module_type" : "SwiftTarget",
      "name" : "SocketIO",
      "path" : "Sources/SocketIO",
      "product_dependencies" : [
        "EngineIO",
        "HTTPTypes",
        "Hummingbird",
        "HummingbirdWebSocket",
        "Logging",
        "Mutex",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "SocketIO",
        "SocketIORedisAdapter",
        "SocketIOTestApp"
      ],
      "sources" : [
        "Adapter.swift",
        "BroadcastAck.swift",
        "BroadcastOperator.swift",
        "ClusterCoordinator.swift",
        "ConnectionStateRecovery.swift",
        "EmitVolatility.swift",
        "Middleware.swift",
        "Namespace.swift",
        "ParentNamespace.swift",
        "RemoteSocket.swift",
        "Server.swift",
        "ServerConfiguration.swift",
        "ServerCore.swift",
        "ServerSideEvent.swift",
        "Socket.swift",
        "SocketAck.swift",
        "SocketDisconnectReason.swift",
        "SocketErrorPayload.swift",
        "SocketEvent.swift",
        "SocketHandshake.swift",
        "SocketIOEndpoint.swift",
        "SocketIOPacket.swift",
        "SocketIOValue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.