The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FlyingFox, reference 0.26.2 (de3823), with Swift 6.0 for macOS (SPM) on 17 Jan 2026 07:15:07 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swhitty/FlyingFox.git
Reference: 0.26.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swhitty/FlyingFox
 * tag               0.26.2     -> FETCH_HEAD
HEAD is now at de38230 0.26.2
Cloned https://github.com/swhitty/FlyingFox.git
Revision (git rev-parse @):
de38230104cf63ef4843cb569ba11c13f8165685
SUCCESS checkout https://github.com/swhitty/FlyingFox.git at 0.26.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/swhitty/FlyingFox.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/31] Emitting module FlyingSocks
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:113:1: warning: extension declares a conformance of imported type 'sockaddr_storage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
111 | }
112 |
113 | extension sockaddr_storage: SocketAddress, @unchecked Swift.Sendable {
    | |- warning: extension declares a conformance of imported type 'sockaddr_storage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
114 |     public static let family = sa_family_t(AF_UNSPEC)
115 |
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:160:1: warning: extension declares a conformance of imported type 'sockaddr_in' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
158 | }
159 |
160 | extension sockaddr_in: SocketAddress, @unchecked Swift.Sendable {
    | |- warning: extension declares a conformance of imported type 'sockaddr_in' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
161 |     public static let family = sa_family_t(AF_INET)
162 |
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:183:1: warning: extension declares a conformance of imported type 'sockaddr_in6' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
181 | }
182 |
183 | extension sockaddr_in6: SocketAddress, @unchecked Swift.Sendable {
    | |- warning: extension declares a conformance of imported type 'sockaddr_in6' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
184 |     public static let family = sa_family_t(AF_INET6)
185 |
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:206:1: warning: extension declares a conformance of imported type 'sockaddr_un' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
204 | }
205 |
206 | extension sockaddr_un: SocketAddress, @unchecked Swift.Sendable {
    | |- warning: extension declares a conformance of imported type 'sockaddr_un' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
207 |     public static let family = sa_family_t(AF_UNIX)
208 |
[5/34] Compiling FlyingSocks Logging.swift
[6/34] Compiling FlyingSocks Mutex.swift
[7/34] Compiling FlyingSocks MutexSwift5.swift
[8/34] Compiling FlyingSocks SwiftSupport.swift
[9/34] Compiling FlyingSocks Task+Timeout.swift
[10/34] Compiling FlyingSocks Transferring.swift
[11/34] Compiling FlyingSocks AsyncBufferedPrefixSequence.swift
[12/34] Compiling FlyingSocks AsyncBufferedSequence+Extensions.swift
[13/34] Compiling FlyingSocks AsyncBufferedSequence.swift
[14/34] Compiling FlyingSocks Socket+Android.swift
[15/34] Compiling FlyingSocks Socket+Darwin.swift
[16/34] Compiling FlyingSocks Socket+Glibc.swift
[17/34] Compiling FlyingSocks AsyncChunkedSequence.swift
[18/34] Compiling FlyingSocks AsyncSharedReplaySequence.swift
[19/34] Compiling FlyingSocks AsyncSocket.swift
[20/34] Compiling FlyingSocks SocketPool+ePoll.swift
[21/34] Compiling FlyingSocks SocketPool+kQueue.swift
[22/34] Compiling FlyingSocks SocketPool.swift
[23/34] Compiling FlyingSocks SocketAddress.swift
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:113:1: warning: extension declares a conformance of imported type 'sockaddr_storage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
111 | }
112 |
113 | extension sockaddr_storage: SocketAddress, @unchecked Swift.Sendable {
    | |- warning: extension declares a conformance of imported type 'sockaddr_storage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
114 |     public static let family = sa_family_t(AF_UNSPEC)
115 |
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:160:1: warning: extension declares a conformance of imported type 'sockaddr_in' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
158 | }
159 |
160 | extension sockaddr_in: SocketAddress, @unchecked Swift.Sendable {
    | |- warning: extension declares a conformance of imported type 'sockaddr_in' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
161 |     public static let family = sa_family_t(AF_INET)
162 |
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:183:1: warning: extension declares a conformance of imported type 'sockaddr_in6' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
181 | }
182 |
183 | extension sockaddr_in6: SocketAddress, @unchecked Swift.Sendable {
    | |- warning: extension declares a conformance of imported type 'sockaddr_in6' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
184 |     public static let family = sa_family_t(AF_INET6)
185 |
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:206:1: warning: extension declares a conformance of imported type 'sockaddr_un' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
204 | }
205 |
206 | extension sockaddr_un: SocketAddress, @unchecked Swift.Sendable {
    | |- warning: extension declares a conformance of imported type 'sockaddr_un' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
207 |     public static let family = sa_family_t(AF_UNIX)
208 |
[24/34] Compiling FlyingSocks SocketError.swift
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:113:1: warning: extension declares a conformance of imported type 'sockaddr_storage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
111 | }
112 |
113 | extension sockaddr_storage: SocketAddress, @unchecked Swift.Sendable {
    | |- warning: extension declares a conformance of imported type 'sockaddr_storage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
114 |     public static let family = sa_family_t(AF_UNSPEC)
115 |
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:160:1: warning: extension declares a conformance of imported type 'sockaddr_in' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
158 | }
159 |
160 | extension sockaddr_in: SocketAddress, @unchecked Swift.Sendable {
    | |- warning: extension declares a conformance of imported type 'sockaddr_in' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
161 |     public static let family = sa_family_t(AF_INET)
162 |
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:183:1: warning: extension declares a conformance of imported type 'sockaddr_in6' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
181 | }
182 |
183 | extension sockaddr_in6: SocketAddress, @unchecked Swift.Sendable {
    | |- warning: extension declares a conformance of imported type 'sockaddr_in6' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
184 |     public static let family = sa_family_t(AF_INET6)
185 |
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:206:1: warning: extension declares a conformance of imported type 'sockaddr_un' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
204 | }
205 |
206 | extension sockaddr_un: SocketAddress, @unchecked Swift.Sendable {
    | |- warning: extension declares a conformance of imported type 'sockaddr_un' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
207 |     public static let family = sa_family_t(AF_UNIX)
208 |
[25/34] Compiling FlyingSocks SocketPool+Poll.swift
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:113:1: warning: extension declares a conformance of imported type 'sockaddr_storage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
111 | }
112 |
113 | extension sockaddr_storage: SocketAddress, @unchecked Swift.Sendable {
    | |- warning: extension declares a conformance of imported type 'sockaddr_storage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
114 |     public static let family = sa_family_t(AF_UNSPEC)
115 |
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:160:1: warning: extension declares a conformance of imported type 'sockaddr_in' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
158 | }
159 |
160 | extension sockaddr_in: SocketAddress, @unchecked Swift.Sendable {
    | |- warning: extension declares a conformance of imported type 'sockaddr_in' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
161 |     public static let family = sa_family_t(AF_INET)
162 |
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:183:1: warning: extension declares a conformance of imported type 'sockaddr_in6' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
181 | }
182 |
183 | extension sockaddr_in6: SocketAddress, @unchecked Swift.Sendable {
    | |- warning: extension declares a conformance of imported type 'sockaddr_in6' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
184 |     public static let family = sa_family_t(AF_INET6)
185 |
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:206:1: warning: extension declares a conformance of imported type 'sockaddr_un' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
204 | }
205 |
206 | extension sockaddr_un: SocketAddress, @unchecked Swift.Sendable {
    | |- warning: extension declares a conformance of imported type 'sockaddr_un' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Darwin' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
207 |     public static let family = sa_family_t(AF_UNIX)
208 |
[26/34] Compiling FlyingSocks ConsumingAsyncSequence.swift
[27/34] Compiling FlyingSocks IdentifiableContinuation.swift
[28/34] Compiling FlyingSocks Logging+OSLog.swift
[29/34] Compiling FlyingSocks Socket+Musl.swift
[30/34] Compiling FlyingSocks Socket+WinSock2.swift
[31/34] Compiling FlyingSocks Socket.swift
[32/34] Compiling FlyingSocks AsyncBufferedCollection.swift
[33/34] Compiling FlyingSocks AsyncBufferedEmptySequence.swift
[34/34] Compiling FlyingSocks AsyncBufferedFileSequence.swift
[35/81] Compiling FlyingFox HTTPHeaders.swift
[36/81] Compiling FlyingFox HTTPLogging+OSLog.swift
[37/81] Compiling FlyingFox HTTPLogging.swift
[38/81] Compiling FlyingFox HTTPMethod.swift
[39/81] Compiling FlyingFox HTTPRequest+Address.swift
[40/86] Compiling FlyingFox JSONBodyPattern.swift
[41/86] Compiling FlyingFox JSONPath.swift
[42/86] Compiling FlyingFox JSONValue.swift
[43/86] Compiling FlyingFox JSONPredicatePattern.swift
[44/86] Compiling FlyingFox NonisolatedUnsafe.swift
[45/86] Emitting module FlyingFox
[46/86] Compiling FlyingFox HTTPRequest+QueryItem.swift
[47/86] Compiling FlyingFox HTTPRequest+RouteParameter.swift
[48/86] Compiling FlyingFox HTTPRequest+Target.swift
[49/86] Compiling FlyingFox HTTPRequest.swift
[50/86] Compiling FlyingFox HTTPResponse.swift
[51/86] Compiling FlyingFox AsyncSequence+Extensions.swift
[52/86] Compiling FlyingFox HTTPBodyPattern.swift
[53/86] Compiling FlyingFox HTTPBodySequence.swift
[54/86] Compiling FlyingFox HTTPChunkedEncodedSequence.swift
[55/86] Compiling FlyingFox HTTPClient.swift
[56/86] Compiling FlyingFox HTTPConnection.swift
[57/86] Compiling FlyingFox HTTPDecoder+StandardizePath.swift
[58/86] Compiling FlyingFox HTTPDecoder.swift
[59/86] Compiling FlyingFox HTTPEncoder.swift
[60/86] Compiling FlyingFox HTTPHandler.swift
[61/86] Compiling FlyingFox HTTPHeader.swift
[62/86] Compiling FlyingFox HTTPStatusCode.swift
[63/86] Compiling FlyingFox HTTPVersion.swift
[64/86] Compiling FlyingFox ClosureHTTPHandler.swift
[65/86] Compiling FlyingFox DirectoryHTTPHandler.swift
[66/86] Compiling FlyingFox FileHTTPHandler.swift
[67/86] Compiling FlyingFox SocketAddress+Glibc.swift
[68/86] Compiling FlyingFox URLSession+Async.swift
[69/86] Compiling FlyingFox AsyncStream+WSFrame.swift
[70/86] Compiling FlyingFox SHA1.swift
[71/86] Compiling FlyingFox WSCloseCode.swift
[72/86] Compiling FlyingFox ProxyHTTPHandler.swift
[73/86] Compiling FlyingFox RedirectHTTPHandler.swift
[74/86] Compiling FlyingFox RoutedHTTPHandler.swift
[75/86] Compiling FlyingFox WebSocketHTTPHandler.swift
[76/86] Compiling FlyingFox HTTPRoute+JSONValue.swift
[77/86] Compiling FlyingFox HTTPRoute.swift
[78/86] Compiling FlyingFox HTTPRouteParameterValue.swift
[79/86] Compiling FlyingFox HTTPServer+Configuration.swift
[80/86] Compiling FlyingFox HTTPServer+Listening.swift
[81/86] Compiling FlyingFox HTTPServer.swift
[82/86] Compiling FlyingFox WSFrame.swift
[83/86] Compiling FlyingFox WSFrameEncoder.swift
[84/86] Compiling FlyingFox WSFrameValidator.swift
[85/86] Compiling FlyingFox WSHandler.swift
[86/86] Compiling FlyingFox WSMessage.swift
Build complete! (7.03s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FlyingFox",
  "name" : "FlyingFox",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "FlyingFox",
      "targets" : [
        "FlyingFox"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FlyingSocks",
      "targets" : [
        "FlyingSocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FlyingSocksTests",
      "module_type" : "SwiftTarget",
      "name" : "FlyingSocksTests",
      "path" : "FlyingSocks/Tests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FlyingSocks/Tests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AsyncBufferedDataSequenceTests.swift",
        "AsyncBufferedEmptySequenceTests.swift",
        "AsyncBufferedFileSequenceTests.swift",
        "AsyncBufferedPrefixSequenceTests.swift",
        "AsyncSharedReplaySequenceTests.swift",
        "AsyncSocketTests.swift",
        "FileManager+TemporaryFile.swift",
        "IdentifiableContinuationTests.swift",
        "Logging+OSLogTests.swift",
        "Logging+PrintTests.swift",
        "MutexTests.swift",
        "SocketAddressTests.swift",
        "SocketErrorTests.swift",
        "SocketPool+PollTests.swift",
        "SocketPool+kQueueTests.swift",
        "SocketPoolTests.swift",
        "SocketTests.swift",
        "Task+TimeoutTests.swift"
      ],
      "target_dependencies" : [
        "FlyingSocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FlyingSocks",
      "module_type" : "SwiftTarget",
      "name" : "FlyingSocks",
      "path" : "FlyingSocks/Sources",
      "product_memberships" : [
        "FlyingFox",
        "FlyingSocks"
      ],
      "sources" : [
        "AsyncBufferedCollection.swift",
        "AsyncBufferedEmptySequence.swift",
        "AsyncBufferedFileSequence.swift",
        "AsyncBufferedPrefixSequence.swift",
        "AsyncBufferedSequence+Extensions.swift",
        "AsyncBufferedSequence.swift",
        "AsyncChunkedSequence.swift",
        "AsyncSharedReplaySequence.swift",
        "AsyncSocket.swift",
        "ConsumingAsyncSequence.swift",
        "IdentifiableContinuation.swift",
        "Logging+OSLog.swift",
        "Logging.swift",
        "Mutex.swift",
        "MutexSwift5.swift",
        "Socket+Android.swift",
        "Socket+Darwin.swift",
        "Socket+Glibc.swift",
        "Socket+Musl.swift",
        "Socket+WinSock2.swift",
        "Socket.swift",
        "SocketAddress.swift",
        "SocketError.swift",
        "SocketPool+Poll.swift",
        "SocketPool+ePoll.swift",
        "SocketPool+kQueue.swift",
        "SocketPool.swift",
        "SwiftSupport.swift",
        "Task+Timeout.swift",
        "Transferring.swift"
      ],
      "target_dependencies" : [
        "CSystemLinux"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FlyingFoxTests",
      "module_type" : "SwiftTarget",
      "name" : "FlyingFoxTests",
      "path" : "FlyingFox/Tests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/FlyingFox/Tests/Stubs",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AsyncSequence+ExtensionsTests.swift",
        "AsyncSocketTests.swift",
        "HTTPBodyPatternTests.swift",
        "HTTPBodySequenceTests.swift",
        "HTTPClientTests.swift",
        "HTTPConnectionTests.swift",
        "HTTPDecoderTests.swift",
        "HTTPEncoderTests.swift",
        "HTTPHeaderTests.swift",
        "HTTPLoggingTests.swift",
        "HTTPMethodTests.swift",
        "HTTPRequest+AddressTests.swift",
        "HTTPRequest+Mock.swift",
        "HTTPRequest+QueryItemTests.swift",
        "HTTPRequestTests.swift",
        "HTTPResponse+Mock.swift",
        "HTTPResponseTests.swift",
        "HTTPRouteParameterValueTests.swift",
        "HTTPRouteTests.swift",
        "HTTPServerTests.swift",
        "HTTPStatusCodeTests.swift",
        "Handlers/DirectoryHTTPHandlerTests.swift",
        "Handlers/HTTPHandlerTests.swift",
        "Handlers/RedirectHTTPHandlerTests.swift",
        "Handlers/RoutedHTTPHandlerTests.swift",
        "Handlers/WebSocketHTTPHandlerTests.swift",
        "JSON/JSONBodyPatternTests.swift",
        "JSON/JSONPathTests.swift",
        "JSON/JSONValueTests.swift",
        "URLSession+AsyncTests.swift",
        "WebSocket/AsyncStream+WSFrameTests.swift",
        "WebSocket/WSFrameEncoderTests.swift",
        "WebSocket/WSFrameTests.swift",
        "WebSocket/WSFrameValidatorTests.swift",
        "WebSocket/WSHandlerTests.swift"
      ],
      "target_dependencies" : [
        "FlyingFox"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FlyingFox",
      "module_type" : "SwiftTarget",
      "name" : "FlyingFox",
      "path" : "FlyingFox/Sources",
      "product_memberships" : [
        "FlyingFox"
      ],
      "sources" : [
        "AsyncSequence+Extensions.swift",
        "HTTPBodyPattern.swift",
        "HTTPBodySequence.swift",
        "HTTPChunkedEncodedSequence.swift",
        "HTTPClient.swift",
        "HTTPConnection.swift",
        "HTTPDecoder+StandardizePath.swift",
        "HTTPDecoder.swift",
        "HTTPEncoder.swift",
        "HTTPHandler.swift",
        "HTTPHeader.swift",
        "HTTPHeaders.swift",
        "HTTPLogging+OSLog.swift",
        "HTTPLogging.swift",
        "HTTPMethod.swift",
        "HTTPRequest+Address.swift",
        "HTTPRequest+QueryItem.swift",
        "HTTPRequest+RouteParameter.swift",
        "HTTPRequest+Target.swift",
        "HTTPRequest.swift",
        "HTTPResponse.swift",
        "HTTPRoute.swift",
        "HTTPRouteParameterValue.swift",
        "HTTPServer+Configuration.swift",
        "HTTPServer+Listening.swift",
        "HTTPServer.swift",
        "HTTPStatusCode.swift",
        "HTTPVersion.swift",
        "Handlers/ClosureHTTPHandler.swift",
        "Handlers/DirectoryHTTPHandler.swift",
        "Handlers/FileHTTPHandler.swift",
        "Handlers/ProxyHTTPHandler.swift",
        "Handlers/RedirectHTTPHandler.swift",
        "Handlers/RoutedHTTPHandler.swift",
        "Handlers/WebSocketHTTPHandler.swift",
        "JSON/HTTPRoute+JSONValue.swift",
        "JSON/JSONBodyPattern.swift",
        "JSON/JSONPath.swift",
        "JSON/JSONValue.swift",
        "JSONPredicatePattern.swift",
        "NonisolatedUnsafe.swift",
        "SocketAddress+Glibc.swift",
        "URLSession+Async.swift",
        "WebSocket/AsyncStream+WSFrame.swift",
        "WebSocket/SHA1.swift",
        "WebSocket/WSCloseCode.swift",
        "WebSocket/WSFrame.swift",
        "WebSocket/WSFrameEncoder.swift",
        "WebSocket/WSFrameValidator.swift",
        "WebSocket/WSHandler.swift",
        "WebSocket/WSMessage.swift"
      ],
      "target_dependencies" : [
        "FlyingSocks"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CSystemLinux",
      "module_type" : "ClangTarget",
      "name" : "CSystemLinux",
      "path" : "CSystemLinux",
      "product_memberships" : [
        "FlyingFox",
        "FlyingSocks"
      ],
      "sources" : [
        "shims.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.