The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-uv, reference master (1c65d1), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 17:00:31 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/RussBaz/swift-uv.git
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.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/54] Write swift-version-2F0A5646E1D333AE.txt
[1/54] Write sources
[8/54] Write HelloServer-entitlement.plist
[9/56] Compiling strtok.c
[11/74] Emitting module InternalCollectionsUtilities
[12/74] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[13/74] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[14/75] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/75] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[16/75] Compiling InternalCollectionsUtilities Specialize.swift
[17/75] Compiling InternalCollectionsUtilities UInt+reversed.swift
[18/75] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[19/75] Compiling InternalCollectionsUtilities Debugging.swift
[20/75] Compiling InternalCollectionsUtilities Descriptions.swift
[21/75] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/75] Compiling darwin-proctitle.c
[22/75] Write sources
[27/75] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[28/75] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[29/75] Compiling InternalCollectionsUtilities _SortedCollection.swift
[30/75] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[31/75] Compiling InternalCollectionsUtilities Integer rank.swift
[32/75] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[33/75] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[34/75] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[34/75] Compiling version.c
[35/75] Compiling strscpy.c
[36/75] Compiling threadpool.c
[37/75] Compiling bsd-ifaddrs.c
[38/75] Compiling uv-data-getter-setters.c
[39/75] Compiling core.c
[40/115] Compiling uv-common.c
[41/119] Compiling thread-common.c
[42/302] Compiling random.c
[43/302] Compiling timer.c
[44/302] Compiling thread.c
[45/302] Compiling tty.c
[46/302] Compiling tcp.c
[47/302] Compiling udp.c
[49/302] Compiling HashTreeCollections _Bucket.swift
[50/302] Compiling HashTreeCollections _Hash.swift
[50/303] Compiling random-devurandom.c
[51/303] Compiling random-getentropy.c
[52/303] Compiling signal.c
[54/303] Compiling HeapModule _HeapNode.swift
[55/303] Compiling HeapModule Heap.swift
[56/303] Compiling DequeModule _DequeBuffer.swift
[57/303] Compiling DequeModule _DequeBufferHeader.swift
[58/303] Compiling DequeModule _DequeSlot.swift
[58/303] Compiling proctitle.c
[59/303] Compiling poll.c
[61/303] Compiling HeapModule Heap+Invariants.swift
[62/303] Compiling HeapModule Heap+Descriptions.swift
[63/303] Compiling HeapModule Heap+UnsafeHandle.swift
[64/303] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[64/303] Compiling stream.c
[66/303] Emitting module HeapModule
[66/303] Compiling loop-watcher.c
[67/303] Compiling loop.c
[68/303] Compiling process.c
[69/303] Compiling getnameinfo.c
[70/303] Compiling pipe.c
[72/303] Compiling HashTreeCollections _HashLevel.swift
[73/303] Compiling HashTreeCollections _HashNode+Builder.swift
[73/303] Compiling kqueue.c
[75/303] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[76/303] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[77/303] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[78/303] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[79/303] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[80/303] Compiling HashTreeCollections TreeDictionary+Values.swift
[80/309] Compiling dl.c
[81/309] Compiling getaddrinfo.c
[82/309] Compiling async.c
[83/309] Compiling darwin.c
[84/309] Compiling fsevents.c
[85/309] Write sources
[87/309] Compiling HashTreeCollections _HashNode+Debugging.swift
[88/309] Compiling HashTreeCollections _HashNode+Initializers.swift
[89/309] Compiling HashTreeCollections TreeDictionary+Filter.swift
[90/309] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[91/309] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[92/309] Compiling HashTreeCollections TreeDictionary+Keys.swift
[93/309] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[94/309] Compiling HashTreeCollections TreeDictionary+Merge.swift
[94/309] Compiling inet.c
[95/309] Compiling idna.c
[96/309] Compiling fs-poll.c
[97/309] Compiling fs.c
[99/309] Compiling DequeModule _UnsafeWrappedBuffer.swift
[100/309] Compiling HashTreeCollections TreeSet+Equatable.swift
[101/309] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[102/309] Compiling HashTreeCollections TreeSet+Extras.swift
[103/309] Compiling HashTreeCollections TreeSet+Filter.swift
[104/309] Compiling HashTreeCollections TreeSet+Hashable.swift
[105/309] Compiling HashTreeCollections TreeSet+Sendable.swift
[106/309] Compiling HashTreeCollections TreeSet+Sequence.swift
[107/309] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[108/309] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[109/309] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[110/309] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[111/309] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[112/309] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[113/309] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[114/309] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[115/309] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[116/372] Compiling BitCollections BitSet+Invariants.swift
[117/372] Compiling BitCollections BitSet+Random.swift
[118/372] Compiling BitCollections BitSet+SetAlgebra basics.swift
[119/372] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[120/372] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[121/372] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[122/372] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[123/372] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[124/372] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[125/372] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[126/372] Compiling BitCollections BitSet._UnsafeHandle.swift
[128/372] Compiling OrderedCollections OrderedSet+SubSequence.swift
[129/372] Compiling OrderedCollections OrderedSet+Testing.swift
[130/372] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[131/372] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[132/372] Compiling OrderedCollections OrderedSet.swift
[133/372] Compiling OrderedCollections _UnsafeBitset.swift
[134/372] Compiling BitCollections BitArray+Shifts.swift
[135/372] Compiling BitCollections BitArray+Testing.swift
[136/372] Emitting module DequeModule
[137/372] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[138/372] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[139/372] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[140/372] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[141/372] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[142/372] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[143/372] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[144/372] Compiling HashTreeCollections TreeSet.swift
[147/372] Compiling BitCollections BitArray._UnsafeHandle.swift
[148/372] Compiling BitCollections BitArray.swift
[149/372] Compiling BitCollections BitSet+BidirectionalCollection.swift
[150/372] Compiling BitCollections BitSet+Codable.swift
[151/372] Compiling BitCollections BitSet+Hashable.swift
[152/372] Compiling BitCollections BitSet+Initializers.swift
[153/372] Compiling BitCollections BitArray+RandomBits.swift
[154/372] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[155/372] Compiling BitCollections BitArray+Descriptions.swift
[156/372] Compiling BitCollections BitArray+Equatable.swift
[157/372] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[158/372] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[159/372] Compiling BitCollections BitArray+Extras.swift
[160/372] Compiling BitCollections BitArray+Fill.swift
[168/379] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[169/379] Compiling BitCollections BitSet+CustomReflectable.swift
[170/379] Compiling BitCollections BitSet+CustomStringConvertible.swift
[171/379] Compiling BitCollections BitSet+Equatable.swift
[172/379] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[173/379] Compiling BitCollections BitSet+Extras.swift
[174/379] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[175/379] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[190/379] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[191/379] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[192/379] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[193/379] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[194/379] Compiling BitCollections BitArray+BitwiseOperations.swift
[203/379] Compiling BitCollections BitSet+SetAlgebra union.swift
[204/379] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[205/379] Compiling BitCollections BitSet.Counted.swift
[206/379] Compiling BitCollections BitSet.Index.swift
[210/379] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[211/379] Compiling BitCollections BitArray+Codable.swift
[212/379] Compiling BitCollections BitArray+Collection.swift
[213/379] Compiling BitCollections BitArray+Copy.swift
[214/379] Compiling BitCollections BitArray+CustomReflectable.swift
[215/379] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[256/379] Emitting module BitCollections
[273/384] Compiling BitCollections BitArray+Hashable.swift
[274/384] Compiling BitCollections BitArray+Initializers.swift
[275/384] Compiling BitCollections BitArray+Invariants.swift
[276/384] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[325/384] Emitting module OrderedCollections
[332/384] Compiling BitCollections BitSet.swift
[333/384] Compiling BitCollections Range+Utilities.swift
[334/384] Compiling BitCollections Slice+Utilities.swift
[335/384] Compiling BitCollections UInt+Tricks.swift
[336/384] Compiling BitCollections _Word.swift
[355/384] Emitting module _RopeModule
[356/384] Compiling _RopeModule Rope+Remove.swift
[357/384] Compiling _RopeModule Rope+RemoveSubrange.swift
[358/384] Compiling _RopeModule Rope+Split.swift
[359/384] Compiling _RopeModule Optional Utilities.swift
[360/384] Compiling _RopeModule String Utilities.swift
[361/384] Compiling _RopeModule String.Index+ABI.swift
[362/384] Compiling _RopeModule _CharacterRecognizer.swift
[379/384] Emitting module HashTreeCollections
[380/386] Compiling Collections Collections.swift
[381/386] Emitting module Collections
[382/386] Emitting module MA
[383/386] Compiling MA MAContainer.swift
[384/408] Emitting module UVCore
[385/410] Compiling UVCore UVTcpConnectionController.swift
[386/410] Compiling UVCore UVTcpManager.swift
[387/410] Compiling UVCore UVTcpServerSetup.swift
[388/410] Compiling UVCore UVError.swift
[389/410] Compiling UVCore TcpBuffer.swift
[390/410] Compiling UVCore TcpConnection.swift
[391/410] Compiling UVCore TcpServer.swift
[392/410] Compiling UVCore UVRequestRepresentable.swift
[393/410] Compiling UVCore UVStreamRepresentable.swift
[394/410] Compiling UVCore UVHandlerRepresentable.swift
[395/410] Compiling UVCore UVManualMemoryConvertible.swift
[396/410] Compiling UVCore UVAddressRepresentable.swift
[397/410] Compiling UVCore UVFIFOQueue.swift
[398/410] Compiling UVCore UVTcpBuffer.swift
[399/410] Compiling UVCore UVTcpChannel.swift
[400/410] Compiling UVCore UVTcpConnection.swift
[401/410] Compiling UVCore UVTcpResponse.swift
[402/410] Compiling UVCore UVTcpServer.swift
[403/410] Compiling UVCore UVExecutionThread.swift
[404/410] Compiling UVCore UVExecutor.swift
[405/410] Compiling UVCore UVJobs.swift
[406/410] Compiling UVCore UVTask.swift
[407/410] Compiling UVCore UVScheduledManager.swift
[408/412] Compiling UVServer UVServer.swift
[409/412] Emitting module UVServer
[410/414] Compiling HelloServer main.swift
[411/414] Emitting module HelloServer
[411/414] Write Objects.LinkFileList
[412/414] Linking HelloServer
[413/414] Applying HelloServer
Build complete! (13.27s)
Fetching https://github.com/RussBaz/mini-alloc
Fetching https://github.com/apple/swift-collections.git from cache
[1/43] Fetching mini-alloc
Fetched https://github.com/RussBaz/mini-alloc from cache (0.59s)
Fetched https://github.com/apple/swift-collections.git from cache (0.71s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.91s)
Computing version for https://github.com/RussBaz/mini-alloc
Computed https://github.com/RussBaz/mini-alloc at 1.0.2 (0.47s)
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
Creating working copy for https://github.com/RussBaz/mini-alloc
Working copy of https://github.com/RussBaz/mini-alloc resolved at 1.0.2
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.