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 FlyingFox, reference 0.22.0 (3ad076), with Swift 6.0 for Linux on 4 Apr 2025 14:41:05 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swhitty/FlyingFox.git
Reference: 0.22.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/swhitty/FlyingFox
 * tag               0.22.0     -> FETCH_HEAD
HEAD is now at 3ad076e 0.22.0
Cloned https://github.com/swhitty/FlyingFox.git
Revision (git rev-parse @):
3ad076e081749cef043e25ac01719a503b772113
SUCCESS checkout https://github.com/swhitty/FlyingFox.git at 0.22.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/swhitty/FlyingFox.git
https://github.com/swhitty/FlyingFox.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FlyingFox",
  "name" : "FlyingFox",
  "path" : "/host/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" : "/host/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",
        "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" : "/host/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/RoutedHTTPHandlerTests.swift",
        "Handlers/WebSocketHTTPHandlerTests.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.swift",
        "HTTPEncoder.swift",
        "HTTPHandler.swift",
        "HTTPHeader.swift",
        "HTTPLogging+OSLog.swift",
        "HTTPLogging.swift",
        "HTTPMethod.swift",
        "HTTPRequest+Address.swift",
        "HTTPRequest+QueryItem.swift",
        "HTTPRequest+RouteParameter.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",
        "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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/4] Write sources
[2/4] Compiling CSystemLinux shims.c
[2/4] Write swift-version-24593BA9C3E375BF.txt
[5/31] Emitting module FlyingSocks
[6/34] Compiling FlyingSocks AsyncBufferedCollection.swift
[7/34] Compiling FlyingSocks AsyncBufferedEmptySequence.swift
[8/34] Compiling FlyingSocks AsyncBufferedFileSequence.swift
[9/34] Compiling FlyingSocks AsyncBufferedPrefixSequence.swift
[10/34] Compiling FlyingSocks Logging.swift
[11/34] Compiling FlyingSocks Mutex.swift
[12/34] Compiling FlyingSocks Socket+Android.swift
[13/34] Compiling FlyingSocks Socket+Darwin.swift
[14/34] Compiling FlyingSocks AsyncSocket.swift
[15/34] Compiling FlyingSocks ConsumingAsyncSequence.swift
[16/34] Compiling FlyingSocks IdentifiableContinuation.swift
[17/34] Compiling FlyingSocks Logging+OSLog.swift
[18/34] Compiling FlyingSocks SocketPool+ePoll.swift
[19/34] Compiling FlyingSocks SocketPool+kQueue.swift
[20/34] Compiling FlyingSocks SocketPool.swift
[21/34] Compiling FlyingSocks SocketAddress.swift
[22/34] Compiling FlyingSocks SocketError.swift
[23/34] Compiling FlyingSocks SocketPool+Poll.swift
[24/34] Compiling FlyingSocks SwiftSupport.swift
[25/34] Compiling FlyingSocks Task+Timeout.swift
[26/34] Compiling FlyingSocks Transferring.swift
[27/34] Compiling FlyingSocks AsyncBufferedSequence+Extensions.swift
[28/34] Compiling FlyingSocks AsyncBufferedSequence.swift
[29/34] Compiling FlyingSocks AsyncChunkedSequence.swift
[30/34] Compiling FlyingSocks AsyncSharedReplaySequence.swift
[31/34] Compiling FlyingSocks Socket+Glibc.swift
[32/34] Compiling FlyingSocks Socket+Musl.swift
[33/34] Compiling FlyingSocks Socket+WinSock2.swift
[34/34] Compiling FlyingSocks Socket.swift
[36/75] Compiling FlyingFox RedirectHTTPHandler.swift
[37/75] Compiling FlyingFox RoutedHTTPHandler.swift
[38/75] Compiling FlyingFox WebSocketHTTPHandler.swift
[39/75] Compiling FlyingFox JSONPredicatePattern.swift
[40/75] Compiling FlyingFox NonisolatedUnsafe.swift
[41/80] Compiling FlyingFox HTTPMethod.swift
[42/80] Compiling FlyingFox HTTPRequest+Address.swift
[43/80] Compiling FlyingFox HTTPRequest+QueryItem.swift
[44/80] Compiling FlyingFox HTTPRequest+RouteParameter.swift
[45/80] Compiling FlyingFox HTTPRequest.swift
[46/80] Compiling FlyingFox HTTPResponse.swift
[47/80] Compiling FlyingFox HTTPVersion.swift
[48/80] Compiling FlyingFox ClosureHTTPHandler.swift
[49/80] Compiling FlyingFox DirectoryHTTPHandler.swift
[50/80] Compiling FlyingFox FileHTTPHandler.swift
[51/80] Compiling FlyingFox ProxyHTTPHandler.swift
[52/80] Emitting module FlyingFox
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:37:24: warning: conformance of 'sockaddr_in' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
35 | import FlyingSocks
36 |
37 | extension sockaddr_in: SocketAddress {
   |                        `- warning: conformance of 'sockaddr_in' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
38 |     public static let family = sa_family_t(AF_INET)
   |                       `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
39 | }
40 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:121:1: note: 'sockaddr_in' declares conformance to protocol 'SocketAddress' here
119 | }
120 |
121 | extension sockaddr_in: SocketAddress, @retroactive @unchecked Sendable {
    | `- note: 'sockaddr_in' declares conformance to protocol 'SocketAddress' here
122 |     public static let family = sa_family_t(AF_INET)
123 | }
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:41:25: warning: conformance of 'sockaddr_in6' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
39 | }
40 |
41 | extension sockaddr_in6: SocketAddress {
   |                         `- warning: conformance of 'sockaddr_in6' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
42 |     public static let family = sa_family_t(AF_INET6)
   |                       `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
43 | }
44 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:125:1: note: 'sockaddr_in6' declares conformance to protocol 'SocketAddress' here
123 | }
124 |
125 | extension sockaddr_in6: SocketAddress, @retroactive @unchecked Sendable {
    | `- note: 'sockaddr_in6' declares conformance to protocol 'SocketAddress' here
126 |     public static let family = sa_family_t(AF_INET6)
127 | }
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:45:24: warning: conformance of 'sockaddr_un' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
43 | }
44 |
45 | extension sockaddr_un: SocketAddress {
   |                        `- warning: conformance of 'sockaddr_un' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
46 |     public static let family = sa_family_t(AF_UNIX)
   |                       `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
47 | }
48 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:129:1: note: 'sockaddr_un' declares conformance to protocol 'SocketAddress' here
127 | }
128 |
129 | extension sockaddr_un: SocketAddress, @retroactive @unchecked Sendable {
    | `- note: 'sockaddr_un' declares conformance to protocol 'SocketAddress' here
130 |     public static let family = sa_family_t(AF_UNIX)
131 | }
[53/80] Compiling FlyingFox AsyncSequence+Extensions.swift
[54/80] Compiling FlyingFox HTTPBodyPattern.swift
[55/80] Compiling FlyingFox HTTPBodySequence.swift
[56/80] Compiling FlyingFox HTTPChunkedEncodedSequence.swift
[57/80] Compiling FlyingFox HTTPClient.swift
[58/80] Compiling FlyingFox HTTPConnection.swift
[59/80] Compiling FlyingFox HTTPDecoder.swift
[60/80] Compiling FlyingFox HTTPEncoder.swift
[61/80] Compiling FlyingFox HTTPHandler.swift
[62/80] Compiling FlyingFox HTTPHeader.swift
[63/80] Compiling FlyingFox HTTPLogging+OSLog.swift
[64/80] Compiling FlyingFox HTTPLogging.swift
[65/80] Compiling FlyingFox HTTPRoute.swift
[66/80] Compiling FlyingFox HTTPRouteParameterValue.swift
[67/80] Compiling FlyingFox HTTPServer+Configuration.swift
[68/80] Compiling FlyingFox HTTPServer+Listening.swift
[69/80] Compiling FlyingFox HTTPServer.swift
[70/80] Compiling FlyingFox HTTPStatusCode.swift
[71/80] Compiling FlyingFox SocketAddress+Glibc.swift
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:37:24: warning: conformance of 'sockaddr_in' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
35 | import FlyingSocks
36 |
37 | extension sockaddr_in: SocketAddress {
   |                        `- warning: conformance of 'sockaddr_in' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
38 |     public static let family = sa_family_t(AF_INET)
   |                       `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
39 | }
40 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:121:1: note: 'sockaddr_in' declares conformance to protocol 'SocketAddress' here
119 | }
120 |
121 | extension sockaddr_in: SocketAddress, @retroactive @unchecked Sendable {
    | `- note: 'sockaddr_in' declares conformance to protocol 'SocketAddress' here
122 |     public static let family = sa_family_t(AF_INET)
123 | }
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:41:25: warning: conformance of 'sockaddr_in6' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
39 | }
40 |
41 | extension sockaddr_in6: SocketAddress {
   |                         `- warning: conformance of 'sockaddr_in6' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
42 |     public static let family = sa_family_t(AF_INET6)
   |                       `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
43 | }
44 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:125:1: note: 'sockaddr_in6' declares conformance to protocol 'SocketAddress' here
123 | }
124 |
125 | extension sockaddr_in6: SocketAddress, @retroactive @unchecked Sendable {
    | `- note: 'sockaddr_in6' declares conformance to protocol 'SocketAddress' here
126 |     public static let family = sa_family_t(AF_INET6)
127 | }
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:45:24: warning: conformance of 'sockaddr_un' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
43 | }
44 |
45 | extension sockaddr_un: SocketAddress {
   |                        `- warning: conformance of 'sockaddr_un' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
46 |     public static let family = sa_family_t(AF_UNIX)
   |                       `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
47 | }
48 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:129:1: note: 'sockaddr_un' declares conformance to protocol 'SocketAddress' here
127 | }
128 |
129 | extension sockaddr_un: SocketAddress, @retroactive @unchecked Sendable {
    | `- note: 'sockaddr_un' declares conformance to protocol 'SocketAddress' here
130 |     public static let family = sa_family_t(AF_UNIX)
131 | }
[72/80] Compiling FlyingFox URLSession+Async.swift
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:37:24: warning: conformance of 'sockaddr_in' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
35 | import FlyingSocks
36 |
37 | extension sockaddr_in: SocketAddress {
   |                        `- warning: conformance of 'sockaddr_in' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
38 |     public static let family = sa_family_t(AF_INET)
   |                       `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
39 | }
40 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:121:1: note: 'sockaddr_in' declares conformance to protocol 'SocketAddress' here
119 | }
120 |
121 | extension sockaddr_in: SocketAddress, @retroactive @unchecked Sendable {
    | `- note: 'sockaddr_in' declares conformance to protocol 'SocketAddress' here
122 |     public static let family = sa_family_t(AF_INET)
123 | }
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:41:25: warning: conformance of 'sockaddr_in6' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
39 | }
40 |
41 | extension sockaddr_in6: SocketAddress {
   |                         `- warning: conformance of 'sockaddr_in6' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
42 |     public static let family = sa_family_t(AF_INET6)
   |                       `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
43 | }
44 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:125:1: note: 'sockaddr_in6' declares conformance to protocol 'SocketAddress' here
123 | }
124 |
125 | extension sockaddr_in6: SocketAddress, @retroactive @unchecked Sendable {
    | `- note: 'sockaddr_in6' declares conformance to protocol 'SocketAddress' here
126 |     public static let family = sa_family_t(AF_INET6)
127 | }
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:45:24: warning: conformance of 'sockaddr_un' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
43 | }
44 |
45 | extension sockaddr_un: SocketAddress {
   |                        `- warning: conformance of 'sockaddr_un' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
46 |     public static let family = sa_family_t(AF_UNIX)
   |                       `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
47 | }
48 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:129:1: note: 'sockaddr_un' declares conformance to protocol 'SocketAddress' here
127 | }
128 |
129 | extension sockaddr_un: SocketAddress, @retroactive @unchecked Sendable {
    | `- note: 'sockaddr_un' declares conformance to protocol 'SocketAddress' here
130 |     public static let family = sa_family_t(AF_UNIX)
131 | }
[73/80] Compiling FlyingFox AsyncStream+WSFrame.swift
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:37:24: warning: conformance of 'sockaddr_in' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
35 | import FlyingSocks
36 |
37 | extension sockaddr_in: SocketAddress {
   |                        `- warning: conformance of 'sockaddr_in' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
38 |     public static let family = sa_family_t(AF_INET)
   |                       `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
39 | }
40 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:121:1: note: 'sockaddr_in' declares conformance to protocol 'SocketAddress' here
119 | }
120 |
121 | extension sockaddr_in: SocketAddress, @retroactive @unchecked Sendable {
    | `- note: 'sockaddr_in' declares conformance to protocol 'SocketAddress' here
122 |     public static let family = sa_family_t(AF_INET)
123 | }
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:41:25: warning: conformance of 'sockaddr_in6' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
39 | }
40 |
41 | extension sockaddr_in6: SocketAddress {
   |                         `- warning: conformance of 'sockaddr_in6' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
42 |     public static let family = sa_family_t(AF_INET6)
   |                       `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
43 | }
44 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:125:1: note: 'sockaddr_in6' declares conformance to protocol 'SocketAddress' here
123 | }
124 |
125 | extension sockaddr_in6: SocketAddress, @retroactive @unchecked Sendable {
    | `- note: 'sockaddr_in6' declares conformance to protocol 'SocketAddress' here
126 |     public static let family = sa_family_t(AF_INET6)
127 | }
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:45:24: warning: conformance of 'sockaddr_un' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
43 | }
44 |
45 | extension sockaddr_un: SocketAddress {
   |                        `- warning: conformance of 'sockaddr_un' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
46 |     public static let family = sa_family_t(AF_UNIX)
   |                       `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
47 | }
48 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:129:1: note: 'sockaddr_un' declares conformance to protocol 'SocketAddress' here
127 | }
128 |
129 | extension sockaddr_un: SocketAddress, @retroactive @unchecked Sendable {
    | `- note: 'sockaddr_un' declares conformance to protocol 'SocketAddress' here
130 |     public static let family = sa_family_t(AF_UNIX)
131 | }
[74/80] Compiling FlyingFox SHA1.swift
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:37:24: warning: conformance of 'sockaddr_in' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
35 | import FlyingSocks
36 |
37 | extension sockaddr_in: SocketAddress {
   |                        `- warning: conformance of 'sockaddr_in' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
38 |     public static let family = sa_family_t(AF_INET)
   |                       `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
39 | }
40 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:121:1: note: 'sockaddr_in' declares conformance to protocol 'SocketAddress' here
119 | }
120 |
121 | extension sockaddr_in: SocketAddress, @retroactive @unchecked Sendable {
    | `- note: 'sockaddr_in' declares conformance to protocol 'SocketAddress' here
122 |     public static let family = sa_family_t(AF_INET)
123 | }
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:41:25: warning: conformance of 'sockaddr_in6' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
39 | }
40 |
41 | extension sockaddr_in6: SocketAddress {
   |                         `- warning: conformance of 'sockaddr_in6' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
42 |     public static let family = sa_family_t(AF_INET6)
   |                       `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
43 | }
44 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:125:1: note: 'sockaddr_in6' declares conformance to protocol 'SocketAddress' here
123 | }
124 |
125 | extension sockaddr_in6: SocketAddress, @retroactive @unchecked Sendable {
    | `- note: 'sockaddr_in6' declares conformance to protocol 'SocketAddress' here
126 |     public static let family = sa_family_t(AF_INET6)
127 | }
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:45:24: warning: conformance of 'sockaddr_un' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
43 | }
44 |
45 | extension sockaddr_un: SocketAddress {
   |                        `- warning: conformance of 'sockaddr_un' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
46 |     public static let family = sa_family_t(AF_UNIX)
   |                       `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
47 | }
48 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:129:1: note: 'sockaddr_un' declares conformance to protocol 'SocketAddress' here
127 | }
128 |
129 | extension sockaddr_un: SocketAddress, @retroactive @unchecked Sendable {
    | `- note: 'sockaddr_un' declares conformance to protocol 'SocketAddress' here
130 |     public static let family = sa_family_t(AF_UNIX)
131 | }
[75/80] Compiling FlyingFox WSCloseCode.swift
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:37:24: warning: conformance of 'sockaddr_in' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
35 | import FlyingSocks
36 |
37 | extension sockaddr_in: SocketAddress {
   |                        `- warning: conformance of 'sockaddr_in' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
38 |     public static let family = sa_family_t(AF_INET)
   |                       `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
39 | }
40 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:121:1: note: 'sockaddr_in' declares conformance to protocol 'SocketAddress' here
119 | }
120 |
121 | extension sockaddr_in: SocketAddress, @retroactive @unchecked Sendable {
    | `- note: 'sockaddr_in' declares conformance to protocol 'SocketAddress' here
122 |     public static let family = sa_family_t(AF_INET)
123 | }
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:41:25: warning: conformance of 'sockaddr_in6' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
39 | }
40 |
41 | extension sockaddr_in6: SocketAddress {
   |                         `- warning: conformance of 'sockaddr_in6' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
42 |     public static let family = sa_family_t(AF_INET6)
   |                       `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
43 | }
44 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:125:1: note: 'sockaddr_in6' declares conformance to protocol 'SocketAddress' here
123 | }
124 |
125 | extension sockaddr_in6: SocketAddress, @retroactive @unchecked Sendable {
    | `- note: 'sockaddr_in6' declares conformance to protocol 'SocketAddress' here
126 |     public static let family = sa_family_t(AF_INET6)
127 | }
/host/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift:45:24: warning: conformance of 'sockaddr_un' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
43 | }
44 |
45 | extension sockaddr_un: SocketAddress {
   |                        `- warning: conformance of 'sockaddr_un' to protocol 'SocketAddress' was already stated in the protocol's module 'FlyingSocks'
46 |     public static let family = sa_family_t(AF_UNIX)
   |                       `- note: static property 'family' will not be used to satisfy the conformance to 'SocketAddress'
47 | }
48 |
/host/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift:129:1: note: 'sockaddr_un' declares conformance to protocol 'SocketAddress' here
127 | }
128 |
129 | extension sockaddr_un: SocketAddress, @retroactive @unchecked Sendable {
    | `- note: 'sockaddr_un' declares conformance to protocol 'SocketAddress' here
130 |     public static let family = sa_family_t(AF_UNIX)
131 | }
[76/80] Compiling FlyingFox WSFrame.swift
[77/80] Compiling FlyingFox WSFrameEncoder.swift
[78/80] Compiling FlyingFox WSFrameValidator.swift
[79/80] Compiling FlyingFox WSHandler.swift
[80/80] Compiling FlyingFox WSMessage.swift
Build complete! (18.97s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FlyingFox",
  "name" : "FlyingFox",
  "path" : "/host/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" : "/host/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",
        "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" : "/host/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/RoutedHTTPHandlerTests.swift",
        "Handlers/WebSocketHTTPHandlerTests.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.swift",
        "HTTPEncoder.swift",
        "HTTPHandler.swift",
        "HTTPHeader.swift",
        "HTTPLogging+OSLog.swift",
        "HTTPLogging.swift",
        "HTTPMethod.swift",
        "HTTPRequest+Address.swift",
        "HTTPRequest+QueryItem.swift",
        "HTTPRequest+RouteParameter.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",
        "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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.