Build Information
Successful build of swift-server-socket.io, reference 5.x (660c6f), with Swift 6.1 for macOS (SPM) on 11 Apr 2026 00:12:01 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Dean151/swift-server-socket.io.git
Reference: 5.x
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Dean151/swift-server-socket.io
* branch 5.x -> FETCH_HEAD
* [new branch] 5.x -> origin/5.x
HEAD is now at 660c6ff feat(readme): added spi shields
Cloned https://github.com/Dean151/swift-server-socket.io.git
Revision (git rev-parse @):
660c6ffef8df65122e0eb70f147300fd0b53acce
SUCCESS checkout https://github.com/Dean151/swift-server-socket.io.git at 5.x
========================================
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
[3/474] Copying PrivacyInfo.xcprivacy
[3/474] Write sources
[8/474] Copying PrivacyInfo.xcprivacy
[10/474] Write sources
[10/474] Write SocketIOTestApp-entitlement.plist
[11/474] Write sources
[51/474] Compiling CNIOWindows WSAStartup.c
[52/474] Compiling CNIOWASI CNIOWASI.c
[53/474] Compiling CNIOWindows shim.c
[54/474] Write swift-version-2F0A5646E1D333AE.txt
[55/474] Compiling CNIOOpenBSD shim.c
[55/474] Compiling CNIOLinux shim.c
[57/474] Compiling CNIOLinux liburing_shims.c
[58/483] Compiling CNIOPosix event_loop_id.c
[59/483] Compiling CNIOLLHTTP c_nio_http.c
[60/483] Compiling CNIOSHA1 c_nio_sha1.c
[61/483] Compiling _AtomicsShims.c
[62/487] Compiling CNIOLLHTTP c_nio_api.c
[63/525] Compiling CNIOLLHTTP c_nio_llhttp.c
[64/528] Compiling CNIODarwin shim.c
[66/528] Emitting module ServiceContextModule
[67/528] Compiling ServiceContextModule ServiceContext.swift
[68/528] Compiling ServiceContextModule ServiceContextKey.swift
[69/528] Compiling _NIOBase64 Base64.swift
[70/528] Emitting module _NIOBase64
[70/528] Compiling fiat_p256_adx_sqr.S
[71/528] Compiling fiat_p256_adx_mul.S
[72/528] Compiling fiat_curve25519_adx_square.S
[74/528] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[75/528] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[75/529] Compiling fiat_curve25519_adx_mul.S
[77/535] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[78/535] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[79/535] Compiling InternalCollectionsUtilities UInt+reversed.swift
[80/535] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[81/535] Compiling InternalCollectionsUtilities _SortedCollection.swift
[82/535] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[83/535] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[84/535] Compiling InternalCollectionsUtilities Debugging.swift
[85/535] Compiling InternalCollectionsUtilities Descriptions.swift
[86/535] Emitting module InternalCollectionsUtilities
[87/535] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[88/535] Compiling InternalCollectionsUtilities Integer rank.swift
[89/535] Compiling _NIODataStructures PriorityQueue.swift
[90/535] Compiling _NIODataStructures _TinyArray.swift
[91/535] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[92/535] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[93/535] Compiling InternalCollectionsUtilities Span+Extras.swift
[94/535] Compiling InternalCollectionsUtilities String+Padding.swift
[95/535] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[96/535] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[97/535] Compiling Logging LogEvent.swift
[98/535] Compiling Logging Locks.swift
[99/535] Compiling Logging MetadataProvider.swift
[100/535] Compiling Instrumentation Instrument.swift
[101/535] Compiling Instrumentation NoOpInstrument.swift
[102/535] Compiling Instrumentation MultiplexInstrument.swift
[103/535] Emitting module Instrumentation
[104/535] Compiling Instrumentation Locks.swift
[105/535] Compiling Instrumentation InstrumentationSystem.swift
[106/535] Emitting module _NIODataStructures
[107/535] Compiling _NIODataStructures Heap.swift
[108/535] Compiling ConcurrencyHelpers LockedValueBox.swift
[109/535] Compiling Mutex MutexSwift5.swift
[110/535] Emitting module ConcurrencyHelpers
[111/535] Compiling ConcurrencyHelpers Lock.swift
[112/615] Compiling CoreMetrics Locks.swift
[113/615] Emitting module CoreMetrics
[114/615] Compiling CoreMetrics Metrics.swift
[114/671] Compiling CNIOBoringSSLShims shims.c
[116/674] Compiling Logging LogHandler.swift
[117/674] Emitting module Logging
[118/674] Compiling Logging Logging.swift
[119/674] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[120/674] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[121/674] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[122/674] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[123/674] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[124/674] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[125/674] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[126/674] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[127/683] Compiling OrderedCollections _HashTable+Bucket.swift
[128/683] Compiling OrderedCollections _HashTable+BucketIterator.swift
[129/683] Compiling OrderedCollections _HashTable+Constants.swift
[130/683] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[131/683] Compiling OrderedCollections _HashTable+Testing.swift
[132/683] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[133/683] Compiling OrderedCollections _HashTable.swift
[134/683] Compiling OrderedCollections OrderedSet+Hashable.swift
[135/690] Compiling Tracing Tracer.swift
[136/690] Compiling Mutex Mutex.swift
[137/690] Compiling Mutex AllocatedLock.swift
[138/690] Emitting module Mutex
[139/690] Compiling Tracing TracerProtocol.swift
[140/690] Compiling Tracing TracingTime.swift
[141/690] Compiling Tracing NoOpTracer.swift
[142/690] Compiling Tracing TracerProtocol+Legacy.swift
[143/690] Compiling HeapModule _HeapNode.swift
[144/690] Compiling HeapModule Heap+Descriptions.swift
[145/768] Compiling HeapModule Heap+Invariants.swift
[146/768] Compiling HeapModule Heap.swift
[147/768] Compiling HeapModule Heap+UnsafeHandle.swift
[148/768] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[149/768] Emitting module Tracing
[150/768] Compiling Tracing InstrumentationSystem+Tracing.swift
[151/768] Compiling Tracing SpanProtocol.swift
[152/768] Emitting module HeapModule
[153/768] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[154/768] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[155/768] Compiling HashTreeCollections _HashNode+Structural union.swift
[156/768] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[157/768] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[158/768] Compiling HashTreeCollections _HashNode+Lookups.swift
[159/768] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[160/768] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[161/768] Compiling HashTreeCollections _HashNode.swift
[162/768] Compiling HashTreeCollections _HashNodeHeader.swift
[163/768] Compiling HashTreeCollections _HashSlot.swift
[164/768] Compiling HashTreeCollections _HashStack.swift
[165/768] Compiling HashTreeCollections _HashTreeIterator.swift
[166/768] Compiling HashTreeCollections _HashTreeStatistics.swift
[167/768] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[168/768] Compiling HashTreeCollections _RawHashNode.swift
[169/768] Compiling HashTreeCollections _UnmanagedHashNode.swift
[170/768] Compiling HashTreeCollections _UnsafePath.swift
[171/808] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[172/808] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[173/808] Compiling HashTreeCollections TreeDictionary+Keys.swift
[174/808] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[175/808] Compiling HashTreeCollections TreeDictionary+Merge.swift
[176/808] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[177/808] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[178/808] Compiling HashTreeCollections TreeDictionary+Values.swift
[179/808] Compiling ContainersPreview PermutableContainer.swift
[180/808] Compiling ContainersPreview Producer.swift
[181/808] Compiling ContainersPreview Borrow.swift
[182/808] Compiling ContainersPreview Box.swift
[183/808] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[184/808] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[185/808] Compiling ContainersPreview Drain+Reduce.swift
[186/808] Compiling ContainersPreview Drain.swift
[187/808] Compiling ContainersPreview Producer+Collect.swift
[188/808] Compiling ContainersPreview Producer+Filter.swift
[189/808] Compiling ContainersPreview Producer+Map.swift
[190/808] Compiling ContainersPreview Producer+Reduce.swift
[191/811] Compiling ContainersPreview OutputSpan+Extras.swift
[192/811] Compiling ContainersPreview TemporaryAllocation.swift
[193/811] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[194/811] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[195/811] Emitting module ContainersPreview
[196/811] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[197/811] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[198/811] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[199/811] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[200/811] Compiling ContainersPreview ContainerIterator.swift
[201/811] Compiling ContainersPreview DynamicContainer.swift
[202/811] Compiling ContainersPreview MutableContainer.swift
[209/811] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[210/811] Compiling ContainersPreview BorrowingSequence.swift
[211/811] Compiling ContainersPreview RandomAccessContainer.swift
[212/811] Compiling ContainersPreview RangeExpression2.swift
[213/811] Compiling ContainersPreview RangeReplaceableContainer.swift
[214/811] Compiling ContainersPreview Drain+Map.swift
[215/811] Compiling ContainersPreview BidirectionalContainer.swift
[216/811] Compiling ContainersPreview Container+Filter.swift
[217/811] Compiling ContainersPreview Container+SpanwiseZip.swift
[218/811] Compiling ContainersPreview Container.swift
[219/811] Compiling ContainersPreview Inout.swift
[220/811] Compiling ContainersPreview InputSpan.swift
[221/811] Compiling ContainersPreview Shared.swift
[233/811] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[240/811] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[241/811] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[242/811] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[243/811] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[244/811] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[245/811] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[268/811] Compiling tls_method.cc
[270/811] Compiling HashTreeCollections TreeDictionary.swift
[271/811] Compiling HashTreeCollections TreeSet+Codable.swift
[272/811] Compiling HashTreeCollections TreeSet+Collection.swift
[273/811] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[274/811] Compiling HashTreeCollections TreeSet+Debugging.swift
[275/811] Compiling HashTreeCollections TreeSet+Descriptions.swift
[276/811] Compiling _RopeModule _CharacterRecognizer.swift
[276/811] Compiling tls_record.cc
[278/811] Compiling OrderedCollections OrderedSet+SubSequence.swift
[279/811] Compiling OrderedCollections OrderedSet+Testing.swift
[280/811] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[281/811] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[282/811] Compiling OrderedCollections OrderedSet.swift
[283/811] Compiling OrderedCollections _UnsafeBitset.swift
[284/811] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[285/811] Compiling HashTreeCollections TreeDictionary+Filter.swift
[310/852] Compiling DequeModule RigidDeque+Consumption.swift
[311/852] Compiling DequeModule RigidDeque+Container.swift
[312/852] Compiling DequeModule RigidDeque+Descriptions.swift
[313/852] Compiling DequeModule RigidDeque+Equatable.swift
[314/852] Compiling DequeModule RigidDeque+Experimental.swift
[315/852] Compiling DequeModule UniqueDeque+Append.swift
[316/852] Compiling DequeModule UniqueDeque+Consumption.swift
[317/860] Compiling DequeModule RigidDeque+Hashable.swift
[318/860] Compiling DequeModule RigidDeque+Initializers.swift
[319/860] Compiling DequeModule RigidDeque+Insertions.swift
[320/860] Compiling DequeModule RigidDeque+Prepend.swift
[326/864] Compiling UnixSignals UnixSignalsSequence.swift
[327/864] Emitting module UnixSignals
[328/864] Compiling UnixSignals UnixSignal.swift
[335/864] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[336/864] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[337/864] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[338/864] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[339/864] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[340/864] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[341/864] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[342/864] Compiling HashTreeCollections TreeSet.swift
[343/864] Compiling DequeModule RigidDeque+Removals.swift
[344/864] Compiling DequeModule RigidDeque+Replacements.swift
[345/864] Compiling DequeModule RigidDeque+Testing.swift
[346/864] Compiling DequeModule RigidDeque.swift
[347/864] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[348/864] Compiling DequeModule Deque+Extras.swift
[349/864] Compiling DequeModule Deque+Hashable.swift
[350/864] Compiling DequeModule Deque+Testing.swift
[351/864] Compiling DequeModule Deque._Storage.swift
[352/864] Compiling DequeModule UniqueDeque+Insertions.swift
[353/864] Compiling DequeModule UniqueDeque+Prepend.swift
[354/864] Compiling DequeModule UniqueDeque+Removals.swift
[355/864] Compiling DequeModule UniqueDeque+Replacements.swift
[361/864] Compiling DequeModule UniqueDeque.swift
[362/864] Compiling DequeModule _DequeSlot.swift
[363/864] Compiling DequeModule _UnsafeDequeHandle.swift
[373/864] Compiling DequeModule _UnsafeDequeSegments.swift
[382/864] Emitting module _RopeModule
[391/864] Compiling DequeModule UniqueDeque+Equatable.swift
[392/864] Compiling DequeModule UniqueDeque+Experimental.swift
[393/864] Compiling DequeModule UniqueDeque+Hashable.swift
[394/864] Compiling DequeModule UniqueDeque+Initializers.swift
[395/864] Compiling DequeModule Deque+Codable.swift
[396/864] Compiling DequeModule Deque+Collection.swift
[397/864] Compiling DequeModule Deque+CustomReflectable.swift
[398/864] Compiling DequeModule Deque+Descriptions.swift
[399/864] Compiling DequeModule Deque+Equatable.swift
[408/864] Emitting module OrderedCollections
[408/864] Compiling tls13_server.cc
[410/864] Compiling HTTPTypes NIOLock.swift
[420/864] Compiling DequeModule Deque._UnsafeHandle.swift
[421/864] Compiling DequeModule Deque.swift
[422/864] Compiling DequeModule _DequeBuffer.swift
[423/864] Compiling DequeModule _DequeBufferHeader.swift
[424/864] Compiling DequeModule RigidDeque+Append.swift
[425/864] Compiling HTTPTypes ISOLatin1String.swift
[426/864] Compiling HTTPTypes HTTPResponse.swift
[426/864] Compiling tls13_enc.cc
[427/864] Compiling tls13_client.cc
[436/864] Compiling DequeModule UniqueDeque+Container.swift
[437/864] Compiling DequeModule UniqueDeque+Descriptions.swift
[446/864] Compiling tls13_both.cc
[451/864] Compiling t1_enc.cc
[457/864] Emitting module DequeModule
[457/864] Compiling ssl_versions.cc
[458/864] Compiling ssl_x509.cc
[459/864] Compiling ssl_transcript.cc
[461/864] Emitting module HashTreeCollections
[461/864] Compiling ssl_stat.cc
[463/864] Emitting module Metrics
[464/864] Compiling Metrics Metrics.swift
[465/864] Compiling HTTPTypes HTTPRequest.swift
[466/864] Compiling HTTPTypes HTTPFields.swift
[467/864] Compiling HTTPTypes HTTPParsedFields.swift
[468/864] Compiling HTTPTypes HTTPField.swift
[469/864] Compiling HTTPTypes HTTPFieldName.swift
[470/864] Emitting module HTTPTypes
[471/864] Compiling HTTPTypes HTTPRequest+URL.swift
[471/864] Compiling ssl_session.cc
[472/864] Compiling ssl_privkey.cc
[473/864] Compiling ssl_key_share.cc
[474/864] Compiling ssl_file.cc
[475/864] Compiling ssl_lib.cc
[476/864] Compiling ssl_credential.cc
[477/864] Compiling ssl_cipher.cc
[478/864] Compiling ssl_cert.cc
[479/864] Compiling ssl_buffer.cc
[480/864] Compiling ssl_aead_ctx.cc
[481/864] Compiling ssl_asn1.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_client.cc
[487/864] Compiling handshake.cc
[488/864] Compiling handoff.cc
[489/864] Compiling md5-x86_64-linux.S
[490/864] Compiling md5-x86_64-apple.S
[491/864] Compiling md5-586-linux.S
[492/864] Compiling md5-586-apple.S
[493/864] Compiling encrypted_client_hello.cc
[494/864] Compiling dtls_record.cc
[495/864] Compiling chacha20_poly1305_x86_64-linux.S
[496/864] Compiling chacha20_poly1305_x86_64-apple.S
[497/864] Compiling extensions.cc
[498/864] Compiling chacha20_poly1305_armv8-win.S
[499/864] Compiling chacha20_poly1305_armv8-linux.S
[500/864] Compiling chacha-x86_64-apple.S
[500/864] Compiling chacha-x86_64-linux.S
[502/864] Compiling dtls_method.cc
[503/864] Compiling chacha20_poly1305_armv8-apple.S
[504/864] Compiling d1_srtp.cc
[505/864] Compiling chacha-x86-linux.S
[506/864] Compiling chacha-x86-apple.S
[507/864] Compiling chacha-armv8-win.S
[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 aes128gcmsiv-x86_64-apple.S
[512/864] Compiling chacha-armv8-apple.S
[513/864] Compiling x86_64-mont5-linux.S
[514/864] Compiling d1_pkt.cc
[515/864] Compiling x86_64-mont5-apple.S
[515/864] Compiling x86_64-mont-linux.S
[517/864] Compiling x86_64-mont-apple.S
[518/864] Compiling x86-mont-linux.S
[519/864] Compiling x86-mont-apple.S
[520/864] Compiling err_data.cc
[521/864] Compiling vpaes-x86_64-linux.S
[522/864] Compiling bio_ssl.cc
[523/864] Compiling vpaes-x86_64-apple.S
[524/864] Compiling vpaes-x86-linux.S
[525/864] Compiling vpaes-x86-apple.S
[526/864] Compiling vpaes-armv8-win.S
[527/864] Compiling vpaes-armv8-linux.S
[528/864] Compiling vpaes-armv7-linux.S
[529/864] Compiling vpaes-armv8-apple.S
[530/864] Compiling sha512-x86_64-linux.S
[531/864] Compiling sha512-armv8-win.S
[532/864] Compiling sha512-armv8-linux.S
[533/864] Compiling sha512-x86_64-apple.S
[534/864] Compiling sha512-armv4-linux.S
[535/864] Compiling d1_lib.cc
[536/864] Compiling sha512-armv8-apple.S
[537/864] Compiling sha512-586-linux.S
[538/864] Compiling sha512-586-apple.S
[539/864] Compiling sha256-x86_64-linux.S
[540/864] Compiling sha256-x86_64-apple.S
[541/864] Compiling sha256-armv8-linux.S
[542/864] Compiling sha256-armv8-win.S
[543/864] Compiling sha256-armv4-linux.S
[544/864] Compiling sha256-armv8-apple.S
[545/864] Compiling sha256-586-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 d1_both.cc
[550/864] Compiling sha1-armv8-win.S
[551/864] Compiling sha1-armv8-linux.S
[552/864] Compiling sha1-armv8-apple.S
[553/864] Compiling sha1-armv4-large-linux.S
[554/864] Compiling sha1-586-apple.S
[554/864] Compiling sha1-586-linux.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-linux.S
[564/864] Compiling p256_beeu-armv8-asm-apple.S
[566/864] Compiling p256-x86_64-asm-apple.S
[567/864] Compiling p256-armv8-asm-linux.S
[567/864] Compiling p256-armv8-asm-win.S
[567/864] Compiling ghashv8-armv8-win.S
[570/864] Compiling p256-armv8-asm-apple.S
[571/864] Compiling ghashv8-armv8-linux.S
[572/864] Compiling ghashv8-armv8-apple.S
[573/864] Compiling ghash-x86_64-apple.S
[574/864] Compiling ghash-x86_64-linux.S
[575/864] Compiling ghashv8-armv7-linux.S
[576/864] Compiling ghash-x86-linux.S
[577/864] Compiling ghash-ssse3-x86_64-linux.S
[578/864] Compiling ghash-x86-apple.S
[578/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-linux.S
[583/864] Compiling ghash-armv4-linux.S
[584/864] Compiling ghash-neon-armv8-win.S
[584/864] Compiling ghash-neon-armv8-apple.S
[586/864] Compiling co-586-linux.S
[587/864] Compiling co-586-apple.S
[588/864] Compiling bsaes-armv7-linux.S
[588/864] Compiling bn-armv8-win.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 armv8-mont-win.S
[594/864] Compiling armv8-mont-linux.S
[595/864] Compiling bn-586-apple.S
[596/864] Compiling armv4-mont-linux.S
[597/864] Compiling aesv8-gcm-armv8-win.S
[598/864] Compiling armv8-mont-apple.S
[599/864] Compiling aesv8-gcm-armv8-linux.S
[600/864] Compiling aesv8-gcm-armv8-apple.S
[601/864] Compiling aesv8-armv8-win.S
[602/864] Compiling aesv8-armv8-apple.S
[603/864] Compiling aesv8-armv7-linux.S
[604/864] Compiling aesv8-armv8-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-linux.S
[614/864] Compiling aes-gcm-avx10-x86_64-apple.S
[615/864] Compiling x_x509a.cc
[616/864] Compiling x_val.cc
[617/864] Compiling x_x509.cc
[618/864] Compiling x_sig.cc
[619/864] Compiling x_req.cc
[619/864] Compiling x_pubkey.cc
[621/864] Compiling x_spki.cc
[622/864] Compiling x_exten.cc
[623/864] Compiling x_name.cc
[624/864] Compiling x_crl.cc
[625/864] Compiling x_attrib.cc
[626/864] Compiling x509spki.cc
[627/864] Compiling x_algor.cc
[628/864] Compiling x509rset.cc
[629/864] Compiling x_all.cc
[630/864] Compiling x509name.cc
[631/864] Compiling x509cset.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_obj.cc
[639/864] Compiling x509_ext.cc
[640/864] Compiling x509_def.cc
[641/864] Compiling x509_d2.cc
[642/864] Compiling x509_req.cc
[642/864] Compiling x509_lu.cc
[644/864] Compiling x509_cmp.cc
[645/864] Compiling x509_att.cc
[646/864] Compiling x509.cc
[647/864] Compiling v3_skey.cc
[648/864] Compiling v3_ocsp.cc
[649/864] Compiling v3_utl.cc
[650/864] Compiling v3_pmaps.cc
[651/864] Compiling v3_prn.cc
[652/864] Compiling v3_pcons.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_enum.cc
[660/864] Compiling v3_genn.cc
[661/864] Compiling v3_extku.cc
[662/864] Compiling v3_crld.cc
[663/864] Compiling v3_cpols.cc
[664/864] Compiling v3_conf.cc
[665/864] Compiling v3_bitst.cc
[665/864] Compiling v3_bcons.cc
[667/864] Compiling v3_akeya.cc
[668/864] Compiling v3_alt.cc
[669/864] Compiling v3_akey.cc
[670/864] Compiling t_x509a.cc
[671/864] Compiling t_x509.cc
[672/864] Compiling t_crl.cc
[673/864] Compiling t_req.cc
[674/864] Compiling rsa_pss.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 by_dir.cc
[680/864] Compiling algorithm.cc
[681/864] Compiling a_verify.cc
[681/864] Compiling asn1_gen.cc
[683/864] Compiling a_sign.cc
[684/864] Compiling a_digest.cc
[685/864] Compiling voprf.cc
[686/864] Compiling thread_win.cc
[687/864] Compiling thread.cc
[688/864] Compiling thread_pthread.cc
[689/864] Compiling thread_none.cc
[690/864] Compiling stack.cc
[691/864] Compiling trust_token.cc
[692/864] Compiling pmbtoken.cc
[693/864] Compiling slhdsa.cc
[694/864] Compiling spake2plus.cc
[695/864] Compiling siphash.cc
[696/864] Compiling sha256.cc
[697/864] Compiling sha512.cc
[698/864] Compiling sha1.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 windows.cc
[706/864] Compiling urandom.cc
[707/864] Compiling trusty.cc
[708/864] Compiling rand.cc
[709/864] Compiling ios.cc
[710/864] Compiling poly1305_arm_asm.S
[711/864] Compiling passive.cc
[712/864] Compiling getentropy.cc
[713/864] Compiling forkunsafe.cc
[714/864] Compiling fork_detect.cc
[715/864] Compiling deterministic.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 pkcs8.cc
[721/864] Compiling pkcs8_x509.cc
[722/864] Compiling pkcs7.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_lib.cc
[733/864] Compiling pem_info.cc
[734/864] Compiling mldsa.cc
[735/864] Compiling pem_all.cc
[736/864] Compiling poly_rq_mul.S
[737/864] Compiling fips_shared_support.cc
[738/864] Compiling obj.cc
[739/864] Compiling mem.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 print.cc
[748/864] Compiling pbkdf.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_rsa.cc
[756/864] Compiling p_ec.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 evp.cc
[766/864] Compiling engine.cc
[767/864] Compiling evp_asn1.cc
[768/864] Compiling ecdh.cc
[769/864] Compiling ecdsa_asn1.cc
[770/864] Compiling ec_derive.cc
[771/864] Compiling hash_to_curve.cc
[772/864] Compiling dsa.cc
[773/864] Compiling bcm.cc
[774/864] Compiling ec_asn1.cc
[775/864] Compiling dsa_asn1.cc
[776/864] Compiling params.cc
[777/864] Compiling x25519-asm-arm.S
[778/864] Compiling digest_extra.cc
[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_arm_freebsd.cc
[787/864] Compiling curve25519.cc
[788/864] Compiling cpu_aarch64_win.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 conf.cc
[795/864] Compiling get_cipher.cc
[796/864] Compiling e_tls.cc
[797/864] Compiling e_rc4.cc
[798/864] Compiling tls_cbc.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 e_aesctrhmac.cc
[805/864] Compiling derive_key.cc
[806/864] Compiling chacha.cc
[807/864] Compiling unicode.cc
[808/864] Compiling cbs.cc
[809/864] Compiling cbb.cc
[810/864] Compiling ber.cc
[811/864] Compiling asn1_compat.cc
[812/864] Compiling buf.cc
[813/864] Compiling blake2.cc
[814/864] Compiling socket_helper.cc
[815/864] Compiling convert.cc
[816/864] Compiling bn_asn1.cc
[817/864] Compiling socket.cc
[818/864] Compiling printf.cc
[819/864] Compiling hexdump.cc
[820/864] Compiling pair.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 base64.cc
[827/864] Compiling bio.cc
[828/864] Compiling tasn_typ.cc
[829/864] Compiling tasn_fre.cc
[830/864] Compiling tasn_utl.cc
[831/864] Compiling tasn_enc.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 asn_pack.cc
[837/864] Compiling tasn_dec.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_object.cc
[847/864] Compiling a_mbstr.cc
[848/864] Compiling CCompressZlib empty.c
[848/864] Write sources
[851/864] Compiling a_int.cc
[852/864] Compiling a_i2d_fp.cc
[853/864] Write sources
[854/864] Compiling a_dup.cc
[855/864] Compiling a_d2i_fp.cc
[856/864] Compiling a_gentm.cc
[857/889] Compiling a_bool.cc
[857/890] Compiling a_bitstr.cc
[860/993] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[861/993] Compiling AsyncAlgorithms AsyncShareSequence.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 BoundedBufferStateMachine.swift
[867/993] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[868/994] Compiling Atomics Unmanaged extensions.swift
[869/994] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[870/994] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[871/994] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[872/994] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[873/994] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[874/994] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[875/1000] Emitting module BitCollections
[876/1000] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[877/1000] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[878/1000] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[879/1000] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[880/1000] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[881/1000] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[882/1000] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[883/1000] Compiling AsyncAlgorithms CombineLatestStorage.swift
[884/1000] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[885/1000] Compiling AsyncAlgorithms DebounceStateMachine.swift
[886/1000] Compiling AsyncAlgorithms DebounceStorage.swift
[887/1000] Compiling AsyncAlgorithms Dictionary.swift
[888/1000] Compiling AsyncAlgorithms AsyncFlatMapLatestSequence.swift
[889/1000] Compiling AsyncAlgorithms FlatMapLatestStateMachine.swift
[890/1000] Compiling AsyncAlgorithms FlatMapLatestStorage.swift
[891/1000] Compiling AsyncAlgorithms Disconnected.swift
[892/1000] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[893/1000] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[908/1005] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[909/1005] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[910/1005] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[911/1005] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[912/1005] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[913/1005] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[914/1005] Compiling AsyncAlgorithms AsyncChannel.swift
[915/1005] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[916/1005] Compiling AsyncAlgorithms ChannelStateMachine.swift
[917/1005] Compiling AsyncAlgorithms ChannelStorage.swift
[918/1005] Compiling AsyncAlgorithms MergeStorage.swift
[919/1005] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[920/1005] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[921/1005] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[922/1005] Compiling AsyncAlgorithms Rethrow.swift
[923/1005] Compiling AsyncAlgorithms SetAlgebra.swift
[930/1005] Compiling AsyncAlgorithms _TinyArray.swift
[931/1005] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[932/1005] Compiling AsyncAlgorithms Locking.swift
[933/1005] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[934/1005] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[935/1005] Compiling AsyncAlgorithms MergeStateMachine.swift
[936/1005] Compiling AsyncAlgorithms UnsafeTransfer.swift
[937/1005] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[938/1005] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[939/1005] Compiling AsyncAlgorithms ZipStateMachine.swift
[940/1005] Compiling AsyncAlgorithms ZipStorage.swift
[941/1005] Compiling BitCollections _Word.swift
[970/1011] Compiling Collections HashTreeCollections reexports.swift
[971/1011] Compiling Collections OrderedCollections reexports.swift
[972/1011] Compiling Collections DequeModule reexports.swift
[973/1011] Compiling Collections HeapModule reexports.swift
[974/1011] Compiling Collections BitCollections reexports.swift
[975/1011] Emitting module Collections
[976/1011] Emitting module AsyncAlgorithms
[977/1011] Emitting module Atomics
[988/1011] Compiling c-nioatomics.c
[1007/1011] Compiling c-atomics.c
[1009/1028] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1010/1028] Compiling ServiceLifecycle ServiceRunnerError.swift
[1011/1028] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[1012/1028] Compiling NIOConcurrencyHelpers lock.swift
[1013/1028] Compiling NIOConcurrencyHelpers NIOLock.swift
[1014/1028] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1015/1028] Emitting module NIOConcurrencyHelpers
[1016/1028] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1017/1028] Compiling NIOConcurrencyHelpers atomics.swift
[1018/1028] Compiling ServiceLifecycle Service.swift
[1019/1028] Compiling ServiceLifecycle GracefulShutdown.swift
[1020/1028] Compiling ServiceLifecycle ClosureService.swift
[1021/1028] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1022/1028] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1023/1028] Compiling ServiceLifecycle CancellationWaiter.swift
[1024/1028] Emitting module ServiceLifecycle
[1025/1028] Compiling ServiceLifecycle ServiceGroup.swift
[1026/1093] Compiling NIOCore MarkedCircularBuffer.swift
[1027/1093] Compiling NIOCore MulticastChannel.swift
[1028/1093] Compiling NIOCore NIOAny.swift
[1029/1093] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1030/1093] Compiling NIOCore NIOCoreSendableMetatype.swift
[1031/1093] Compiling NIOCore NIODecodedAsyncSequence.swift
[1032/1093] Compiling NIOCore NIOLoopBound.swift
[1033/1100] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1034/1100] Compiling NIOCore NIOScheduledCallback.swift
[1035/1100] Compiling NIOCore NIOSendable.swift
[1036/1100] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[1037/1100] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[1038/1100] Compiling NIOCore RecvByteBufferAllocator.swift
[1039/1100] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1040/1100] Compiling NIOCore IO.swift
[1041/1100] Compiling NIOCore IOData.swift
[1042/1100] Compiling NIOCore IPProtocol.swift
[1043/1100] Compiling NIOCore IntegerBitPacking.swift
[1044/1100] Compiling NIOCore IntegerTypes.swift
[1045/1100] Compiling NIOCore Interfaces.swift
[1046/1100] Compiling NIOCore Linux.swift
[1047/1100] Compiling NIOCore ConvenienceOptionSupport.swift
[1048/1100] Compiling NIOCore DeadChannel.swift
[1049/1100] Compiling NIOCore DispatchQueue+WithFuture.swift
[1050/1100] Compiling NIOCore EventLoop+Deprecated.swift
[1051/1100] Compiling NIOCore EventLoop+SerialExecutor.swift
[1052/1100] Compiling NIOCore EventLoop.swift
[1053/1100] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1054/1100] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1055/1100] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1056/1100] Compiling NIOCore EventLoopFuture.swift
[1057/1100] Compiling NIOCore FileDescriptor.swift
[1058/1100] Compiling NIOCore FileHandle.swift
[1059/1100] Compiling NIOCore FileRegion.swift
[1060/1100] Compiling NIOCore GlobalSingletons.swift
[1061/1100] Compiling NIOCore AddressedEnvelope.swift
[1062/1100] Compiling NIOCore AsyncAwaitSupport.swift
[1063/1100] Compiling NIOCore AsyncChannel.swift
[1064/1100] Compiling NIOCore AsyncChannelHandler.swift
[1065/1100] Compiling NIOCore AsyncChannelInboundStream.swift
[1066/1100] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1067/1100] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1068/1100] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1069/1100] Compiling NIOCore SocketAddresses.swift
[1070/1100] Compiling NIOCore SocketOptionProvider.swift
[1071/1100] Compiling NIOCore SystemCallHelpers.swift
[1072/1100] Compiling NIOCore TimeAmount+Duration.swift
[1073/1100] Compiling NIOCore TypeAssistedChannelHandler.swift
[1074/1100] Compiling NIOCore UniversalBootstrapSupport.swift
[1075/1100] Compiling NIOCore Utilities.swift
[1076/1100] Compiling NIOCore ChannelHandler.swift
[1077/1100] Compiling NIOCore ChannelHandlers.swift
[1078/1100] Compiling NIOCore ChannelInvoker.swift
[1079/1100] Compiling NIOCore ChannelOption.swift
[1080/1100] Compiling NIOCore ChannelPipeline.swift
[1081/1100] Compiling NIOCore CircularBuffer.swift
[1082/1100] Compiling NIOCore Codec.swift
[1083/1100] Compiling NIOCore ByteBuffer-hex.swift
[1084/1100] Compiling NIOCore ByteBuffer-int.swift
[1085/1100] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1086/1100] Compiling NIOCore ByteBuffer-multi-int.swift
[1087/1100] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1088/1100] Compiling NIOCore ByteBuffer-views.swift
[1089/1100] Compiling NIOCore Channel.swift
[1090/1100] Compiling NIOCore NIOAsyncWriter.swift
[1091/1100] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1092/1100] Compiling NIOCore BSDSocketAPI.swift
[1093/1100] Compiling NIOCore ByteBuffer-aux.swift
[1094/1100] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1095/1100] Compiling NIOCore ByteBuffer-conversions.swift
[1096/1100] Compiling NIOCore ByteBuffer-core.swift
[1097/1100] Emitting module NIOCore
[1098/1168] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1099/1168] Emitting module NIOHTTPTypes
[1100/1168] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1101/1168] Compiling NIOEmbedded AsyncTestingChannel.swift
[1102/1168] Emitting module NIOEmbedded
[1103/1168] Compiling NIOEmbedded Embedded.swift
[1104/1168] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1105/1168] Compiling NIOPosix PosixSingletons.swift
[1106/1168] Compiling NIOPosix RawSocketBootstrap.swift
[1107/1168] Compiling NIOPosix Resolver.swift
[1108/1168] Compiling NIOPosix Selectable.swift
[1109/1168] Compiling NIOPosix SelectableChannel.swift
[1110/1168] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1111/1168] Compiling NIOPosix System.swift
[1112/1168] Compiling NIOPosix Thread.swift
[1113/1168] Compiling NIOPosix ThreadPosix.swift
[1114/1168] Compiling NIOPosix ThreadWindows.swift
[1115/1173] Compiling NIOPosix FileDescriptor.swift
[1116/1173] Compiling NIOPosix GetaddrinfoResolver.swift
[1117/1173] Compiling NIOPosix HappyEyeballs.swift
[1118/1173] Compiling NIOPosix IO.swift
[1119/1173] Compiling NIOPosix IntegerBitPacking.swift
[1120/1173] Compiling NIOPosix IntegerTypes.swift
[1121/1173] Compiling NIOPosix SelectorWSAPoll.swift
[1122/1173] Compiling NIOPosix ServerSocket.swift
[1123/1173] Compiling NIOPosix Socket.swift
[1124/1173] Compiling NIOPosix SocketChannel.swift
[1125/1173] Compiling NIOPosix SocketProtocols.swift
[1126/1173] Compiling NIOPosix SelectableEventLoop.swift
[1127/1173] Compiling NIOPosix SelectorEpoll.swift
[1128/1173] Compiling NIOPosix SelectorGeneric.swift
[1129/1173] Compiling NIOPosix SelectorKqueue.swift
[1130/1173] Compiling NIOPosix SelectorUring.swift
[1131/1173] Compiling NIOPosix Utilities.swift
[1132/1173] Compiling NIOPosix VsockAddress.swift
[1133/1173] Compiling NIOPosix VsockChannelEvents.swift
[1134/1173] Compiling NIOPosix Windows.swift
[1135/1173] Compiling NIOPosix resource_bundle_accessor.swift
[1136/1173] Compiling CompressNIO ByteBuffer+decompress.swift
[1137/1173] Emitting module CompressNIO
[1138/1173] Compiling CompressNIO ZlibWrapper.swift
[1139/1173] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[1140/1173] Compiling CompressNIO Compressor.swift
[1141/1173] Compiling CompressNIO ByteBuffer+compress.swift
[1142/1173] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[1143/1173] Compiling CompressNIO CompressionAlgorithm.swift
[1144/1173] Compiling CompressNIO Error.swift
[1145/1173] Compiling CompressNIO Zlib.swift
[1146/1173] Compiling NIOPosix Linux.swift
[1147/1173] Compiling NIOPosix LinuxCPUSet.swift
[1148/1173] Compiling NIOPosix LinuxUring.swift
[1149/1173] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1150/1173] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1151/1173] Compiling NIOPosix NIOThreadPool.swift
[1152/1173] Compiling NIOPosix NonBlockingFileIO.swift
[1153/1173] Compiling NIOPosix PendingDatagramWritesManager.swift
[1154/1173] Compiling NIOPosix PendingWritesManager.swift
[1155/1173] Compiling NIOPosix PipeChannel.swift
[1156/1173] Compiling NIOPosix PipePair.swift
[1157/1173] Compiling NIOPosix Pool.swift
[1158/1173] Compiling NIOPosix BSDSocketAPICommon.swift
[1159/1173] Compiling NIOPosix BSDSocketAPIPosix.swift
[1160/1173] Compiling NIOPosix BSDSocketAPIWindows.swift
[1161/1173] Compiling NIOPosix BaseSocket.swift
[1162/1173] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[1163/1173] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1164/1173] Emitting module NIOPosix
[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] Emitting module NIOTLS
[1174/1203] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1175/1203] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1176/1203] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1177/1203] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1178/1203] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1179/1203] Compiling NIOTLS TLSEvents.swift
[1180/1203] Compiling NIOTLS SNIHandler.swift
[1181/1203] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1182/1204] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1183/1204] Compiling NIOFoundationCompat Codable+ByteBuffer.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] Emitting module NIOHTTP1
[1190/1257] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1191/1257] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1192/1257] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1193/1257] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1194/1257] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1195/1257] Compiling NIOTransportServices NIOTSEventLoop.swift
[1196/1257] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1197/1257] Compiling NIOTransportServices StateManagedChannel.swift
[1198/1257] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1199/1257] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1200/1257] Compiling NIOTransportServices NIOTSErrors.swift
[1201/1257] Compiling NIOTransportServices NIOTSBootstraps.swift
[1202/1290] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1203/1290] Emitting module NIOTransportServices
[1204/1292] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1205/1292] Compiling NIOWebSocket SHA1.swift
[1206/1292] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1207/1292] Compiling NIOWebSocket WebSocketOpcode.swift
[1208/1292] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1209/1293] Compiling NIOTransportServices AcceptHandler.swift
[1210/1293] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1211/1293] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1212/1293] Compiling NIOExtras LineBasedFrameDecoder.swift
[1213/1293] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1214/1293] Compiling NIOExtras QuiescingHelper.swift
[1215/1293] Compiling NIOExtras RequestResponseHandler.swift
[1216/1293] Compiling NIOExtras RequestResponseHandlers+State.swift
[1217/1293] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1218/1294] Compiling NIOExtras DebugInboundEventsHandler.swift
[1219/1294] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1220/1294] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1221/1294] Compiling NIOExtras JSONRPCFraming.swift
[1222/1294] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1223/1294] Compiling NIOExtras NIOExtrasError.swift
[1224/1294] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1226/1294] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1227/1294] Compiling NIOExtras NIORequestIdentifiable.swift
[1228/1294] Compiling NIOExtras PCAPRingBuffer.swift
[1229/1294] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1230/1294] Compiling NIOExtras LengthFieldPrepender.swift
[1231/1294] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1232/1294] Emitting module NIOHTTPTypesHTTP1
[1233/1294] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1234/1294] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1235/1294] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1236/1294] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1237/1294] Emitting module NIOWebSocket
[1238/1294] Compiling NIOWebSocket WebSocketFrame.swift
[1243/1294] Emitting module NIOExtras
[1244/1294] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1245/1294] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1246/1294] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1260/1294] Emitting module NIOSSL
[1261/1312] Compiling NIOSSL SSLInit.swift
[1262/1312] Compiling NIOSSL SSLPKCS12Bundle.swift
[1263/1312] Compiling NIOSSL SSLPrivateKey.swift
[1264/1312] Compiling WSCore WebSocketExtension.swift
[1265/1312] Compiling WSCore WebSocketExtensionBuilder.swift
[1266/1312] Compiling WSCore WebSocketDataFrame.swift
[1267/1312] Compiling WSCore WebSocketDataHandler.swift
[1268/1312] Compiling WSCore WebSocketExtensionHTTPParameters.swift
[1269/1312] Compiling WSCore String+validatingString.swift
[1270/1312] Compiling WSCore UnsafeTransfer.swift
[1271/1312] Compiling WSCore WebSocketContext.swift
[1275/1312] Compiling NIOSSL LinuxCABundle.swift
[1276/1312] Compiling NIOSSL NIOSSLClientHandler.swift
[1277/1312] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1278/1312] Compiling NIOSSL NIOSSLHandler.swift
[1282/1312] Compiling NIOSSL UniversalBootstrapSupport.swift
[1283/1312] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1284/1312] Compiling NIOSSL resource_bundle_accessor.swift
[1291/1312] Compiling WSCore WebSocketFrameSequence.swift
[1292/1312] Compiling WSCore WebSocketHandler.swift
[1294/1312] Compiling NIOExtras WritePCAPHandler.swift
[1295/1374] Compiling RediStack RedisError.swift
[1296/1374] Compiling RediStack RedisKey+TTL.swift
[1297/1374] Compiling RediStack RedisKey.swift
[1298/1377] Compiling RediStack RedisByteDecoder.swift
[1299/1377] Compiling RediStack RedisCommandHandler.swift
[1300/1377] Compiling RediStack RedisMessageEncoder.swift
[1301/1377] Compiling RediStack RedisPubSubHandler.swift
[1302/1377] Compiling HummingbirdCore HTTPChannelHandler.swift
[1303/1377] Compiling HummingbirdCore HTTPServerBuilder.swift
[1304/1377] Compiling HummingbirdCore HTTPUserEventHandler.swift
[1305/1377] Compiling HummingbirdCore Server.swift
[1306/1377] Compiling HummingbirdCore ServerChildChannel.swift
[1307/1377] Compiling HummingbirdCore ServerConfiguration.swift
[1308/1377] Compiling HummingbirdCore TSTLSOptions.swift
[1309/1377] Compiling HummingbirdCore URI.swift
[1310/1377] Compiling HummingbirdCore OutputBuffer.swift
[1311/1377] Compiling HummingbirdCore SendableMetatype.swift
[1312/1377] Compiling RediStack ListCommands.swift
[1313/1377] Emitting module RediStack
[1314/1377] Compiling HummingbirdCore Deprecations.swift
[1315/1377] Compiling HummingbirdCore Request.swift
[1316/1377] Compiling HummingbirdCore RequestBody+inboundClose.swift
[1317/1377] Compiling HummingbirdCore ResponseWriter.swift
[1318/1377] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[1319/1377] Compiling HummingbirdCore BindAddress.swift
[1320/1377] Compiling HummingbirdCore HTTP1Channel+ConfigReader.swift
[1321/1377] Compiling HummingbirdCore HTTP1Channel.swift
[1322/1377] Compiling RediStack RedisLogging.swift
[1323/1377] Compiling RediStack RedisMetrics.swift
[1324/1377] Compiling RediStack _Deprecations.swift
[1325/1377] Compiling HummingbirdCore FlatDictionary.swift
[1326/1377] Compiling HummingbirdCore HBParser.swift
[1327/1377] Compiling HummingbirdCore RequestBody.swift
[1328/1377] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[1329/1377] Compiling HummingbirdCore Response.swift
[1330/1377] Compiling HummingbirdCore ResponseBody.swift
[1331/1377] Compiling HummingbirdCore ResponseBodyWriter.swift
[1332/1377] Compiling HummingbirdCore AnyAsyncSequence.swift
[1333/1377] Compiling WSCore WebSocketOutboundWriter.swift
[1334/1377] Compiling WSCore WebSocketInboundMessageStream.swift
[1335/1377] Compiling WSCore WebSocketMessage.swift
[1344/1378] Emitting module WSCore
[1345/1378] Compiling WSCore WebSocketInboundStream.swift
[1348/1378] Compiling WSCore WebSocketStateMachine.swift
[1354/1382] Emitting module HummingbirdCore
[1364/1382] Emitting module WSCompression
[1365/1382] Compiling WSCompression PerMessageDeflateExtension.swift
[1378/1382] Compiling HummingbirdCore String+percentEncode.swift
[1379/1382] Compiling HummingbirdCore UnsafeTransfer.swift
[1380/1452] Compiling Hummingbird Trie+serialize.swift
[1381/1452] Compiling Hummingbird TrieRouter.swift
[1382/1452] Compiling Hummingbird ChildRequestContext.swift
[1383/1452] Compiling Hummingbird Request.swift
[1384/1452] Compiling Hummingbird RequestContext.swift
[1385/1452] Compiling Hummingbird RequestContextSource.swift
[1386/1452] Compiling Hummingbird RequestID.swift
[1387/1459] Compiling Hummingbird EndpointResponder.swift
[1388/1459] Compiling Hummingbird Parameters+UUID.swift
[1389/1459] Compiling Hummingbird Parameters.swift
[1390/1459] Compiling Hummingbird ResponseGenerator.swift
[1391/1459] Compiling Hummingbird RouteCollection.swift
[1392/1459] Compiling Hummingbird Router+validation.swift
[1393/1459] Compiling Hummingbird Router.swift
[1394/1459] Compiling Hummingbird RouterGroup.swift
[1395/1459] Compiling Hummingbird RouterMethods.swift
[1396/1459] Compiling Hummingbird RouterPath.swift
[1397/1459] Compiling Hummingbird RouterResponder.swift
[1398/1459] Compiling Hummingbird TransformingRouterGroup.swift
[1399/1459] Compiling Hummingbird RouterTrie.swift
[1400/1459] Compiling Hummingbird Trie+resolve.swift
[1401/1459] Emitting module Hummingbird
[1402/1459] Compiling Hummingbird RequestResponder.swift
[1403/1459] Compiling Hummingbird Response.swift
[1404/1459] Compiling Hummingbird URI+decodeQuery.swift
[1405/1459] Compiling Hummingbird MemoryPersistDriver.swift
[1406/1459] Compiling Hummingbird PersistDriver.swift
[1407/1459] Compiling Hummingbird PersistError.swift
[1408/1459] Compiling Hummingbird ByteBuffer+foundation.swift
[1409/1459] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[1410/1459] Compiling Hummingbird Exports.swift
[1411/1459] Compiling Hummingbird CacheControl.swift
[1412/1459] Compiling Hummingbird FileIO.swift
[1413/1459] Compiling Hummingbird FileProvider.swift
[1414/1459] Compiling Hummingbird LocalFileSystem.swift
[1415/1459] Compiling Hummingbird Cookie.swift
[1416/1459] Compiling Hummingbird Cookies.swift
[1417/1459] Compiling Hummingbird URLEncodedFormEncoder.swift
[1418/1459] Compiling Hummingbird URLEncodedFormNode.swift
[1419/1459] Compiling Hummingbird Configuration.swift
[1420/1459] Compiling Hummingbird Deprecations.swift
[1421/1459] Compiling Hummingbird Environment.swift
[1422/1459] Compiling Hummingbird EditedHTTPError.swift
[1423/1459] Compiling Hummingbird HTTPError.swift
[1424/1459] Compiling Hummingbird HTTPResponseError.swift
[1425/1459] Compiling Hummingbird Application+ConfigReader.swift
[1426/1459] Compiling Hummingbird Application.swift
[1427/1459] Compiling Hummingbird CodableProtocols.swift
[1428/1459] Compiling Hummingbird JSONCoding.swift
[1429/1459] Compiling Hummingbird ResponseEncodable.swift
[1430/1459] Compiling Hummingbird URLEncodedForm+Request.swift
[1431/1459] Compiling Hummingbird URLEncodedForm.swift
[1432/1459] Compiling Hummingbird URLEncodedFormDecoder.swift
[1433/1459] Compiling Hummingbird MediaType+FileExtension.swift
[1434/1459] Compiling Hummingbird MediaType.swift
[1435/1459] Compiling Hummingbird Request+Cookies.swift
[1436/1459] Compiling Hummingbird Response+Cookies.swift
[1437/1459] Compiling Hummingbird CORSMiddleware.swift
[1438/1459] Compiling Hummingbird FileMiddleware.swift
[1439/1459] Compiling Hummingbird LogRequestMiddleware.swift
[1440/1459] Compiling Hummingbird MetricsMiddleware.swift
[1441/1459] Compiling Hummingbird Middleware.swift
[1442/1459] Compiling Hummingbird MiddlewareGroup.swift
[1443/1459] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[1444/1459] Compiling Hummingbird _Middleware2.swift
[1445/1459] Compiling Hummingbird _OptionalMiddleware.swift
[1446/1459] Compiling Hummingbird _SpreadMiddleware.swift
[1447/1459] Compiling Hummingbird TracingMiddleware.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 HummingbirdWebSocket WebSocketServerConfiguration.swift
[1456/1470] Emitting module HummingbirdWSCompression
[1457/1470] Compiling HummingbirdWSCompression Exports.swift
[1458/1470] Compiling HummingbirdWebSocket NIOWebSocketServerUpgrade+ext.swift
[1459/1470] Compiling HummingbirdWebSocket WebSocketRouter.swift
[1460/1470] Compiling HummingbirdWebSocket HTTPServerBuilder+WebSocket.swift
[1461/1470] Emitting module HummingbirdWebSocket
[1462/1470] Compiling HummingbirdWebSocket Exports.swift
[1463/1470] Compiling HummingbirdWebSocket WebSocketChannel.swift
[1464/1470] Emitting module HummingbirdCompression
[1465/1470] Compiling HummingbirdCompression ResponseCompressionMiddleware.swift
[1466/1470] Compiling HummingbirdCompression CompressedBodyWriter.swift
[1467/1470] Compiling HummingbirdCompression RequestDecompressionMiddleware.swift
[1468/1477] Compiling EngineIO ServerConfiguration.swift
[1469/1477] Compiling EngineIO SessionStore.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] Emitting module SocketIO
[1476/1501] Compiling SocketIO Adapter.swift
[1477/1501] Compiling SocketIO BroadcastAck.swift
[1478/1501] Compiling SocketIO BroadcastOperator.swift
[1479/1501] Compiling SocketIO SocketHandshake.swift
[1480/1501] Compiling SocketIO SocketIOEndpoint.swift
[1481/1501] Compiling SocketIO RemoteSocket.swift
[1482/1501] Compiling SocketIO Server.swift
[1483/1501] Compiling SocketIO SocketIOPacket.swift
[1484/1501] Compiling SocketIO SocketIOValue.swift
[1485/1501] Compiling SocketIO SocketErrorPayload.swift
[1486/1501] Compiling SocketIO SocketEvent.swift
[1487/1501] Compiling SocketIO ServerSideEvent.swift
[1488/1501] Compiling SocketIO Socket.swift
[1489/1501] Compiling SocketIO SocketAck.swift
[1490/1501] Compiling SocketIO SocketDisconnectReason.swift
[1491/1501] Compiling SocketIO ServerConfiguration.swift
[1492/1501] Compiling SocketIO ServerCore.swift
[1493/1501] Compiling SocketIO ClusterCoordinator.swift
[1494/1501] Compiling SocketIO ConnectionStateRecovery.swift
[1495/1501] Compiling SocketIO EmitVolatility.swift
[1496/1501] Compiling SocketIO Middleware.swift
[1497/1501] Compiling SocketIO Namespace.swift
[1498/1501] Compiling SocketIO ParentNamespace.swift
[1499/1506] Compiling SocketIOTestApp App.swift
[1500/1506] Emitting module SocketIOTestApp
[1500/1506] Write Objects.LinkFileList
[1502/1506] Compiling SocketIORedisAdapter RedisConnectionStateRecoveryStore.swift
[1503/1506] Compiling SocketIORedisAdapter RedisClusterCoordinator.swift
[1504/1506] Emitting module SocketIORedisAdapter
[1504/1506] Linking SocketIOTestApp
[1505/1506] Applying SocketIOTestApp
Build complete! (95.56s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-http-types.git from cache
Fetching https://github.com/hummingbird-project/hummingbird-websocket.git
Fetching https://github.com/swhitty/swift-mutex.git
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/apple/swift-log.git from cache
[1/2719] Fetching swift-service-lifecycle
[192/5976] Fetching swift-service-lifecycle, hummingbird-websocket
[752/6300] Fetching swift-service-lifecycle, hummingbird-websocket, swift-mutex
Fetched https://github.com/apple/swift-http-types.git from cache (0.77s)
Fetching https://github.com/swift-server/RediStack.git
[5292/32741] Fetching swift-service-lifecycle, hummingbird-websocket, swift-mutex, hummingbird
Fetched https://github.com/apple/swift-log.git from cache (0.99s)
Fetching https://github.com/Dean151/swift-server-engine.io
[11854/37539] Fetching swift-service-lifecycle, hummingbird-websocket, swift-mutex, hummingbird, redistack
[18247/37597] Fetching swift-service-lifecycle, hummingbird-websocket, swift-mutex, hummingbird, redistack, swift-server-engine.io
Fetched https://github.com/Dean151/swift-server-engine.io from cache (0.58s)
[18342/37539] Fetching swift-service-lifecycle, hummingbird-websocket, swift-mutex, hummingbird, redistack
Fetched https://github.com/swift-server/RediStack.git from cache (1.06s)
Fetched https://github.com/swhitty/swift-mutex.git from cache (1.90s)
Fetched https://github.com/hummingbird-project/hummingbird-websocket.git from cache (1.90s)
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.90s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.25s)
Fetched https://github.com/apple/swift-nio.git from cache (2.35s)
Computing version for https://github.com/swhitty/swift-mutex.git
Computed https://github.com/swhitty/swift-mutex.git at 0.0.6 (2.86s)
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.48s)
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.46s)
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.03s)
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.53s)
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.75s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.91s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.91s)
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.49s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.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-algorithms.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
[1/6224] Fetching swift-async-algorithms
[437/13369] Fetching swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-atomics.git from cache (0.93s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.93s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.94s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.04s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.04s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.24s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.24s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.81s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.88s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.40s)
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.50s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (0.54s)
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.50s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.54s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.49s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (2.22s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.93s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (3.38s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.47s)
Computing version for https://github.com/swift-server/RediStack.git
Computed https://github.com/swift-server/RediStack.git at 1.6.3 (0.48s)
Fetching https://github.com/apple/swift-metrics.git from cache
Fetched https://github.com/apple/swift-metrics.git from cache (0.87s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (1.51s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.56s)
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.06s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.53s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.49s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.59s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.22.0 (0.53s)
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.10s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.12s)
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.63s)
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.82s)
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.31s)
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.48s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (0.55s)
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.49s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.1 (1.09s)
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.47s)
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.75s)
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.25s)
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/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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/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/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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.1
Creating working copy for https://github.com/apple/swift-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-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-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/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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.8.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.11.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.1
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-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/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/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-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/swift-server/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-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/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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.42.0
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.