The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FlyingFox, reference main (05b6b6), with Swift 6.2 for Android on 28 Apr 2026 13:09:23 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swhitty/FlyingFox.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 05b6b66 Merge pull request #212 from ianegordon/ian/tvt-290-filehttphandler-loads-whole-file-into-memory-to-compute-etag
Cloned https://github.com/swhitty/FlyingFox.git
Revision (git rev-parse @):
05b6b669625a9bde4516bc073f550945966c4d0f
SUCCESS checkout https://github.com/swhitty/FlyingFox.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/swhitty/FlyingFox.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Building for debugging...
[0/4] Write sources
[2/4] Write swift-version--11D90AFD9DD3AB2.txt
[2/4] Compiling CSystemLinux shims.c
[5/30] Compiling FlyingSocks SocketAddress.swift
[6/30] Compiling FlyingSocks SocketError.swift
[7/30] Compiling FlyingSocks SocketPool+Poll.swift
[8/30] Compiling FlyingSocks ConsumingAsyncSequence.swift
[9/30] Compiling FlyingSocks IdentifiableContinuation.swift
[10/30] Compiling FlyingSocks Logging+OSLog.swift
[11/30] Compiling FlyingSocks Logging.swift
[12/33] Compiling FlyingSocks AsyncBufferedCollection.swift
[13/33] Compiling FlyingSocks AsyncBufferedEmptySequence.swift
[14/33] Compiling FlyingSocks AsyncBufferedPrefixSequence.swift
[15/33] Compiling FlyingSocks AsyncBufferedSequence+Extensions.swift
[16/33] Emitting module FlyingSocks
[17/33] Compiling FlyingSocks AsyncBufferedSequence.swift
[18/33] Compiling FlyingSocks AsyncChunkedSequence.swift
[19/33] Compiling FlyingSocks AsyncSharedReplaySequence.swift
[20/33] Compiling FlyingSocks AsyncSocket.swift
[21/33] Compiling FlyingSocks SocketPool+ePoll.swift
[22/33] Compiling FlyingSocks SocketPool+kQueue.swift
[23/33] Compiling FlyingSocks SocketPool.swift
[24/33] Compiling FlyingSocks Mutex.swift
[25/33] Compiling FlyingSocks Socket+Android.swift
[26/33] Compiling FlyingSocks Socket+Darwin.swift
[27/33] Compiling FlyingSocks Socket+Glibc.swift
[28/33] Compiling FlyingSocks Socket+Musl.swift
[29/33] Compiling FlyingSocks Socket+WinSock2.swift
[30/33] Compiling FlyingSocks Socket.swift
[31/33] Compiling FlyingSocks SwiftSupport.swift
[32/33] Compiling FlyingSocks Task+Timeout.swift
[33/33] Compiling FlyingSocks Transferring.swift
[35/81] Emitting module FlyingFox
[36/87] Compiling FlyingFox JSONPath.swift
[37/87] Compiling FlyingFox JSONValue.swift
[38/87] Compiling FlyingFox JSONPredicatePattern.swift
[39/87] Compiling FlyingFox SocketAddress+Glibc.swift
[40/87] Compiling FlyingFox AsyncStream+WSFrame.swift
[41/87] Compiling FlyingFox SHA1.swift
[42/87] Compiling FlyingFox HTTPClient.swift
[43/87] Compiling FlyingFox HTTPConnection.swift
[44/87] Compiling FlyingFox HTTPDecoder+StandardizePath.swift
[45/87] Compiling FlyingFox HTTPDecoder.swift
[46/87] Compiling FlyingFox HTTPEncoder.swift
[47/87] Compiling FlyingFox HTTPHandler.swift
[48/87] Compiling FlyingFox HTTPHeader.swift
[49/87] Compiling FlyingFox ProxyHTTPHandler.swift
[50/87] Compiling FlyingFox RedirectHTTPHandler.swift
[51/87] Compiling FlyingFox RoutedHTTPHandler.swift
[52/87] Compiling FlyingFox WebSocketHTTPHandler.swift
[53/87] Compiling FlyingFox HTTPRoute+JSONValue.swift
[54/87] Compiling FlyingFox JSONBodyPattern.swift
[55/87] Compiling FlyingFox HTTPHeaders.swift
[56/87] Compiling FlyingFox HTTPLogging+OSLog.swift
[57/87] Compiling FlyingFox HTTPLogging.swift
[58/87] Compiling FlyingFox HTTPMethod.swift
[59/87] Compiling FlyingFox HTTPRequest+Address.swift
[60/87] Compiling FlyingFox HTTPRequest+QueryItem.swift
[61/87] Compiling FlyingFox HTTPRequest+RouteParameter.swift
[62/87] Compiling FlyingFox HTTPServer.swift
[63/87] Compiling FlyingFox HTTPStatusCode.swift
[64/87] Compiling FlyingFox HTTPVersion.swift
[65/87] Compiling FlyingFox ClosureHTTPHandler.swift
[66/87] Compiling FlyingFox DirectoryHTTPHandler.swift
[67/87] Compiling FlyingFox FileHTTPHandler.swift
[68/87] Compiling FlyingFox HTTPRequest+Target.swift
[69/87] Compiling FlyingFox HTTPRequest.swift
[70/87] Compiling FlyingFox HTTPResponse.swift
[71/87] Compiling FlyingFox HTTPRoute.swift
[72/87] Compiling FlyingFox HTTPRouteParameterValue.swift
[73/87] Compiling FlyingFox HTTPServer+Configuration.swift
[74/87] Compiling FlyingFox HTTPServer+Listening.swift
[75/87] Compiling FlyingFox AsyncBufferedFileSequence.swift
[76/87] Compiling FlyingFox AsyncSequence+Extensions.swift
[77/87] Compiling FlyingFox HTTPBodyPattern.swift
[78/87] Compiling FlyingFox HTTPBodySequence.swift
[79/87] Compiling FlyingFox HTTPCacheControl.swift
[80/87] Compiling FlyingFox HTTPChunkedDecodedSequence.swift
[81/87] Compiling FlyingFox HTTPChunkedEncodedSequence.swift
[82/87] Compiling FlyingFox WSCloseCode.swift
[83/87] Compiling FlyingFox WSFrame.swift
[84/87] Compiling FlyingFox WSFrameEncoder.swift
[85/87] Compiling FlyingFox WSFrameValidator.swift
[86/87] Compiling FlyingFox WSHandler.swift
[87/87] Compiling FlyingFox WSMessage.swift
Build complete! (21.43s)
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",
      "sources" : [
        "AsyncBufferedDataSequenceTests.swift",
        "AsyncBufferedEmptySequenceTests.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",
        "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" : [
        "AsyncBufferedFileSequenceTests.swift",
        "AsyncSequence+ExtensionsTests.swift",
        "AsyncSocketTests.swift",
        "HTTPBodyPatternTests.swift",
        "HTTPBodySequenceTests.swift",
        "HTTPCacheControlTests.swift",
        "HTTPChunkedDecodedSequenceTests.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" : [
        "AsyncBufferedFileSequence.swift",
        "AsyncSequence+Extensions.swift",
        "HTTPBodyPattern.swift",
        "HTTPBodySequence.swift",
        "HTTPCacheControl.swift",
        "HTTPChunkedDecodedSequence.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",
        "SocketAddress+Glibc.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"
}
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Done.