Build Information
Successful build of swift-uv, reference master (1c65d1
), with Swift 6.0 for macOS (SPM) on 2 Dec 2024 23:39:22 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.58.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RussBaz/swift-uv.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RussBaz/swift-uv
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 1c65d1e Possible dependency fix workaround on Linux?
Cloned https://github.com/RussBaz/swift-uv.git
Revision (git rev-parse @):
1c65d1edefc0dfbdc19b75f655b4ce99fb092db7
SUCCESS checkout https://github.com/RussBaz/swift-uv.git at master
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/RussBaz/mini-alloc
[1/43] Fetching mini-alloc
[43/15646] Fetching mini-alloc, swift-collections
Fetched https://github.com/RussBaz/mini-alloc from cache (2.08s)
Fetched https://github.com/apple/swift-collections.git from cache (2.08s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (3.00s)
Computing version for https://github.com/RussBaz/mini-alloc
Computed https://github.com/RussBaz/mini-alloc at 1.0.2 (0.45s)
Creating working copy for https://github.com/RussBaz/mini-alloc
Working copy of https://github.com/RussBaz/mini-alloc resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swift-uv",
"name": "swift-uv",
"url": "https://github.com/RussBaz/swift-uv.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-uv",
"dependencies": [
{
"identity": "mini-alloc",
"name": "mini-alloc",
"url": "https://github.com/RussBaz/mini-alloc",
"version": "1.0.2",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/mini-alloc",
"dependencies": [
]
},
{
"identity": "swift-collections",
"name": "swift-collections",
"url": "https://github.com/apple/swift-collections.git",
"version": "1.1.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/RussBaz/swift-uv.git
[1/363] Fetching swift-uv
Fetched https://github.com/RussBaz/swift-uv.git from cache (0.92s)
Fetching https://github.com/RussBaz/mini-alloc from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/RussBaz/mini-alloc from cache (0.47s)
Fetched https://github.com/apple/swift-collections.git from cache (0.56s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.02s)
Computing version for https://github.com/RussBaz/mini-alloc
Computed https://github.com/RussBaz/mini-alloc at 1.0.2 (0.02s)
Creating working copy for https://github.com/RussBaz/mini-alloc
Working copy of https://github.com/RussBaz/mini-alloc resolved at 1.0.2
Creating working copy for https://github.com/RussBaz/swift-uv.git
Working copy of https://github.com/RussBaz/swift-uv.git resolved at master (1c65d1e)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
warning: '.resolve-product-dependencies': dependency 'swift-uv' is not used by any target
Found 2 product dependencies
- mini-alloc
- swift-collections
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/RussBaz/swift-uv.git
{
"dependencies" : [
{
"identity" : "mini-alloc",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RussBaz/mini-alloc"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "swift-uv",
"name" : "swift-uv",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "UVCore",
"targets" : [
"UVCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "UVServer",
"targets" : [
"UVServer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HelloServer",
"targets" : [
"HelloServer"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "uvTests",
"module_type" : "SwiftTarget",
"name" : "uvTests",
"path" : "Tests/uvTests",
"sources" : [
"uvTests.swift"
],
"target_dependencies" : [
"UVCore"
],
"type" : "test"
},
{
"c99name" : "UVServer",
"module_type" : "SwiftTarget",
"name" : "UVServer",
"path" : "Sources/UVServer",
"product_memberships" : [
"UVServer",
"HelloServer"
],
"sources" : [
"UVServer.swift"
],
"target_dependencies" : [
"UVCore"
],
"type" : "library"
},
{
"c99name" : "UVCore",
"module_type" : "SwiftTarget",
"name" : "UVCore",
"path" : "Sources/UVCore",
"product_dependencies" : [
"MA",
"Collections"
],
"product_memberships" : [
"UVCore",
"UVServer",
"HelloServer"
],
"sources" : [
"Jobs/UVJobs.swift",
"Jobs/UVTask.swift",
"Scheduled/UVScheduledManager.swift",
"TCP/RawHandlers/TcpBuffer.swift",
"TCP/RawHandlers/TcpConnection.swift",
"TCP/RawHandlers/TcpServer.swift",
"TCP/UVTcpBuffer.swift",
"TCP/UVTcpChannel.swift",
"TCP/UVTcpConnection.swift",
"TCP/UVTcpConnectionController.swift",
"TCP/UVTcpManager.swift",
"TCP/UVTcpResponse.swift",
"TCP/UVTcpServer.swift",
"TCP/UVTcpServerSetup.swift",
"UVError.swift",
"UVExecutionThread.swift",
"UVExecutor.swift",
"Utilities/UVAddressRepresentable.swift",
"Utilities/UVFIFOQueue.swift",
"Utilities/UVHandlerRepresentable.swift",
"Utilities/UVManualMemoryConvertible.swift",
"Utilities/UVRequestRepresentable.swift",
"Utilities/UVStreamRepresentable.swift"
],
"target_dependencies" : [
"Clibuv"
],
"type" : "library"
},
{
"c99name" : "HelloServer",
"module_type" : "SwiftTarget",
"name" : "HelloServer",
"path" : "Sources/HelloServer",
"product_memberships" : [
"HelloServer"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"UVCore",
"UVServer"
],
"type" : "executable"
},
{
"c99name" : "Clibuv",
"module_type" : "ClangTarget",
"name" : "Clibuv",
"path" : "Sources/Clibuv",
"product_memberships" : [
"UVCore",
"UVServer",
"HelloServer"
],
"sources" : [
"src/fs-poll.c",
"src/idna.c",
"src/inet.c",
"src/random.c",
"src/strscpy.c",
"src/strtok.c",
"src/thread-common.c",
"src/threadpool.c",
"src/timer.c",
"src/unix/async.c",
"src/unix/bsd-ifaddrs.c",
"src/unix/core.c",
"src/unix/darwin-proctitle.c",
"src/unix/darwin.c",
"src/unix/dl.c",
"src/unix/fs.c",
"src/unix/fsevents.c",
"src/unix/getaddrinfo.c",
"src/unix/getnameinfo.c",
"src/unix/kqueue.c",
"src/unix/loop-watcher.c",
"src/unix/loop.c",
"src/unix/pipe.c",
"src/unix/poll.c",
"src/unix/process.c",
"src/unix/proctitle.c",
"src/unix/random-devurandom.c",
"src/unix/random-getentropy.c",
"src/unix/signal.c",
"src/unix/stream.c",
"src/unix/tcp.c",
"src/unix/thread.c",
"src/unix/tty.c",
"src/unix/udp.c",
"src/uv-common.c",
"src/uv-data-getter-setters.c",
"src/version.c"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/54] Compiling strtok.c
[1/54] Write swift-version--7754E27361AE5C74.txt
[2/54] Write sources
[8/56] Compiling bsd-ifaddrs.c
[9/56] Compiling timer.c
[10/56] Write sources
[11/56] Write HelloServer-entitlement.plist
[12/56] Write sources
[16/56] Compiling async.c
[17/56] Compiling random.c
[18/56] Compiling inet.c
[19/56] Compiling version.c
[20/56] Compiling uv-data-getter-setters.c
[21/56] Compiling threadpool.c
[22/71] Compiling uv-common.c
[23/74] Compiling udp.c
[24/74] Compiling tty.c
[25/74] Compiling thread.c
[26/74] Compiling tcp.c
[27/74] Compiling thread-common.c
[28/74] Compiling random-getentropy.c
[29/74] Compiling random-devurandom.c
[30/74] Compiling proctitle.c
[31/74] Compiling signal.c
[32/74] Compiling strscpy.c
[33/74] Compiling poll.c
[34/74] Compiling stream.c
[35/74] Compiling idna.c
[36/74] Compiling loop.c
[37/74] Compiling pipe.c
[38/74] Compiling process.c
[39/74] Compiling loop-watcher.c
[40/74] Compiling getnameinfo.c
[41/74] Compiling kqueue.c
[42/74] Compiling getaddrinfo.c
[43/74] Write sources
[44/74] Compiling fsevents.c
[45/74] Compiling dl.c
[46/74] Compiling darwin-proctitle.c
[47/74] Compiling fs-poll.c
[48/74] Compiling fs.c
[49/74] Compiling darwin.c
[50/74] Compiling core.c
[52/74] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[53/74] Compiling InternalCollectionsUtilities Specialize.swift
[54/74] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[55/75] Compiling InternalCollectionsUtilities Debugging.swift
[56/75] Compiling InternalCollectionsUtilities Descriptions.swift
[57/75] Compiling InternalCollectionsUtilities _SortedCollection.swift
[58/75] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[59/75] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[60/75] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[61/75] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[62/75] Compiling InternalCollectionsUtilities UInt+reversed.swift
[63/75] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[64/75] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[65/75] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[66/75] Compiling InternalCollectionsUtilities Integer rank.swift
[67/75] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[68/75] Emitting module InternalCollectionsUtilities
[69/75] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[70/75] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[71/357] Compiling DequeModule _DequeSlot.swift
[72/358] Compiling HeapModule Heap+Descriptions.swift
[73/358] Compiling HeapModule Heap.swift
[74/358] Compiling HeapModule Heap+UnsafeHandle.swift
[75/358] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[76/358] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[77/358] Compiling HashTreeCollections TreeDictionary+Filter.swift
[78/358] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[79/358] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[80/358] Compiling HashTreeCollections TreeDictionary+Keys.swift
[81/364] Compiling DequeModule _UnsafeWrappedBuffer.swift
[82/364] Compiling HeapModule _HeapNode.swift
[83/364] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[84/364] Emitting module HeapModule
[85/364] Compiling HeapModule Heap+Invariants.swift
[86/364] Compiling HashTreeCollections _HashNode+Structural merge.swift
[87/364] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[88/364] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[89/364] Compiling HashTreeCollections _HashNode+Structural union.swift
[90/364] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[91/364] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[92/369] Compiling DequeModule _DequeBufferHeader.swift
[93/369] Compiling DequeModule _DequeBuffer.swift
[94/369] Compiling HashTreeCollections _AncestorHashSlots.swift
[95/369] Compiling HashTreeCollections _Bitmap.swift
[96/369] Compiling HashTreeCollections _HashLevel.swift
[97/369] Compiling HashTreeCollections _HashNode+Builder.swift
[98/369] Compiling HashTreeCollections _HashNode+Debugging.swift
[99/369] Compiling HashTreeCollections _HashNode+Initializers.swift
[100/369] Compiling HashTreeCollections _HashNode+Invariants.swift
[101/369] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[102/369] Compiling HashTreeCollections _HashTreeStatistics.swift
[103/369] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[104/369] Compiling HashTreeCollections TreeSet+Equatable.swift
[105/369] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[106/369] Compiling HashTreeCollections TreeSet+Extras.swift
[107/369] Compiling HashTreeCollections TreeSet+Filter.swift
[108/369] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[109/369] Compiling HashTreeCollections TreeDictionary+Merge.swift
[110/369] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[111/369] Compiling HashTreeCollections _RawHashNode.swift
[112/369] Compiling HashTreeCollections _UnmanagedHashNode.swift
[113/369] Compiling BitCollections BitSet.swift
[114/369] Compiling HashTreeCollections TreeSet+Hashable.swift
[115/369] Compiling HashTreeCollections TreeSet+Sendable.swift
[116/369] Compiling HashTreeCollections TreeSet+Sequence.swift
[117/369] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[118/369] Compiling HashTreeCollections _HashNode+Lookups.swift
[119/369] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[120/369] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[121/369] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[122/369] Compiling HashTreeCollections _HashNode+Storage.swift
[123/369] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[124/369] Compiling HashTreeCollections _HashNode+Structural filter.swift
[125/369] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[138/369] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[139/369] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[140/369] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[141/369] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[142/369] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[143/369] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[144/369] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[145/369] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[146/369] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[147/369] Compiling HashTreeCollections TreeDictionary+Values.swift
[148/369] Compiling HashTreeCollections TreeDictionary.swift
[149/369] Compiling HashTreeCollections TreeSet+Codable.swift
[150/369] Compiling HashTreeCollections TreeSet+Collection.swift
[151/369] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[152/369] Compiling HashTreeCollections TreeSet+Debugging.swift
[153/369] Compiling HashTreeCollections TreeSet+Descriptions.swift
[163/377] Compiling BitCollections Range+Utilities.swift
[164/377] Compiling BitCollections Slice+Utilities.swift
[165/377] Compiling BitCollections UInt+Tricks.swift
[166/377] Compiling BitCollections _Word.swift
[185/384] Compiling OrderedCollections OrderedSet.swift
[186/384] Compiling OrderedCollections _UnsafeBitset.swift
[188/384] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[189/384] Compiling HashTreeCollections _HashNode.swift
[190/384] Compiling HashTreeCollections _HashNodeHeader.swift
[191/384] Compiling HashTreeCollections _HashSlot.swift
[192/384] Compiling HashTreeCollections _HashStack.swift
[193/384] Compiling HashTreeCollections _HashTreeIterator.swift
[198/384] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[199/384] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[206/384] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[209/384] Compiling HashTreeCollections _Bucket.swift
[210/384] Compiling HashTreeCollections _Hash.swift
[225/384] Emitting module BitCollections
[297/384] Emitting module DequeModule
[298/384] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[299/384] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[300/384] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[301/384] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[302/384] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[303/384] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[304/384] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[305/384] Compiling HashTreeCollections TreeSet.swift
[339/384] Compiling _RopeModule Rope+Remove.swift
[340/384] Compiling _RopeModule Rope+RemoveSubrange.swift
[341/384] Compiling _RopeModule Rope+Split.swift
[342/384] Compiling _RopeModule Optional Utilities.swift
[343/384] Compiling _RopeModule String Utilities.swift
[344/384] Compiling _RopeModule String.Index+ABI.swift
[345/384] Compiling _RopeModule _CharacterRecognizer.swift
[377/384] Emitting module OrderedCollections
[378/384] Emitting module _RopeModule
[379/384] Emitting module MA
[380/384] Compiling MA MAContainer.swift
[381/384] Emitting module HashTreeCollections
[382/386] Compiling Collections Collections.swift
[383/386] Emitting module Collections
[384/408] Emitting module UVCore
[385/410] Compiling UVCore UVExecutionThread.swift
[386/410] Compiling UVCore UVExecutor.swift
[387/410] Compiling UVCore UVJobs.swift
[388/410] Compiling UVCore UVTask.swift
[389/410] Compiling UVCore UVScheduledManager.swift
[390/410] Compiling UVCore TcpBuffer.swift
[391/410] Compiling UVCore TcpConnection.swift
[392/410] Compiling UVCore TcpServer.swift
[393/410] Compiling UVCore UVTcpConnectionController.swift
[394/410] Compiling UVCore UVTcpManager.swift
[395/410] Compiling UVCore UVRequestRepresentable.swift
[396/410] Compiling UVCore UVStreamRepresentable.swift
[397/410] Compiling UVCore UVAddressRepresentable.swift
[398/410] Compiling UVCore UVFIFOQueue.swift
[399/410] Compiling UVCore UVTcpServerSetup.swift
[400/410] Compiling UVCore UVError.swift
[401/410] Compiling UVCore UVTcpBuffer.swift
[402/410] Compiling UVCore UVTcpChannel.swift
[403/410] Compiling UVCore UVTcpConnection.swift
[404/410] Compiling UVCore UVTcpResponse.swift
[405/410] Compiling UVCore UVTcpServer.swift
[406/410] Compiling UVCore UVHandlerRepresentable.swift
[407/410] Compiling UVCore UVManualMemoryConvertible.swift
[408/412] Emitting module UVServer
[409/412] Compiling UVServer UVServer.swift
[410/414] Emitting module HelloServer
[411/414] Compiling HelloServer main.swift
[411/414] Write Objects.LinkFileList
[412/414] Linking HelloServer
[413/414] Applying HelloServer
Build complete! (22.39s)
Build complete.
{
"dependencies" : [
{
"identity" : "mini-alloc",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RussBaz/mini-alloc"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "swift-uv",
"name" : "swift-uv",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "UVCore",
"targets" : [
"UVCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "UVServer",
"targets" : [
"UVServer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HelloServer",
"targets" : [
"HelloServer"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "uvTests",
"module_type" : "SwiftTarget",
"name" : "uvTests",
"path" : "Tests/uvTests",
"sources" : [
"uvTests.swift"
],
"target_dependencies" : [
"UVCore"
],
"type" : "test"
},
{
"c99name" : "UVServer",
"module_type" : "SwiftTarget",
"name" : "UVServer",
"path" : "Sources/UVServer",
"product_memberships" : [
"UVServer",
"HelloServer"
],
"sources" : [
"UVServer.swift"
],
"target_dependencies" : [
"UVCore"
],
"type" : "library"
},
{
"c99name" : "UVCore",
"module_type" : "SwiftTarget",
"name" : "UVCore",
"path" : "Sources/UVCore",
"product_dependencies" : [
"MA",
"Collections"
],
"product_memberships" : [
"UVCore",
"UVServer",
"HelloServer"
],
"sources" : [
"Jobs/UVJobs.swift",
"Jobs/UVTask.swift",
"Scheduled/UVScheduledManager.swift",
"TCP/RawHandlers/TcpBuffer.swift",
"TCP/RawHandlers/TcpConnection.swift",
"TCP/RawHandlers/TcpServer.swift",
"TCP/UVTcpBuffer.swift",
"TCP/UVTcpChannel.swift",
"TCP/UVTcpConnection.swift",
"TCP/UVTcpConnectionController.swift",
"TCP/UVTcpManager.swift",
"TCP/UVTcpResponse.swift",
"TCP/UVTcpServer.swift",
"TCP/UVTcpServerSetup.swift",
"UVError.swift",
"UVExecutionThread.swift",
"UVExecutor.swift",
"Utilities/UVAddressRepresentable.swift",
"Utilities/UVFIFOQueue.swift",
"Utilities/UVHandlerRepresentable.swift",
"Utilities/UVManualMemoryConvertible.swift",
"Utilities/UVRequestRepresentable.swift",
"Utilities/UVStreamRepresentable.swift"
],
"target_dependencies" : [
"Clibuv"
],
"type" : "library"
},
{
"c99name" : "HelloServer",
"module_type" : "SwiftTarget",
"name" : "HelloServer",
"path" : "Sources/HelloServer",
"product_memberships" : [
"HelloServer"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"UVCore",
"UVServer"
],
"type" : "executable"
},
{
"c99name" : "Clibuv",
"module_type" : "ClangTarget",
"name" : "Clibuv",
"path" : "Sources/Clibuv",
"product_memberships" : [
"UVCore",
"UVServer",
"HelloServer"
],
"sources" : [
"src/fs-poll.c",
"src/idna.c",
"src/inet.c",
"src/random.c",
"src/strscpy.c",
"src/strtok.c",
"src/thread-common.c",
"src/threadpool.c",
"src/timer.c",
"src/unix/async.c",
"src/unix/bsd-ifaddrs.c",
"src/unix/core.c",
"src/unix/darwin-proctitle.c",
"src/unix/darwin.c",
"src/unix/dl.c",
"src/unix/fs.c",
"src/unix/fsevents.c",
"src/unix/getaddrinfo.c",
"src/unix/getnameinfo.c",
"src/unix/kqueue.c",
"src/unix/loop-watcher.c",
"src/unix/loop.c",
"src/unix/pipe.c",
"src/unix/poll.c",
"src/unix/process.c",
"src/unix/proctitle.c",
"src/unix/random-devurandom.c",
"src/unix/random-getentropy.c",
"src/unix/signal.c",
"src/unix/stream.c",
"src/unix/tcp.c",
"src/unix/thread.c",
"src/unix/tty.c",
"src/unix/udp.c",
"src/uv-common.c",
"src/uv-data-getter-setters.c",
"src/version.c"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.