Build Information
Successful build of FlyingFox, reference main (05b6b6), with Swift 6.0 for macOS (SPM) on 28 Apr 2026 12:55:32 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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: 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/30] Emitting module FlyingSocks
[5/32] Compiling FlyingSocks Task+Timeout.swift
[6/32] Compiling FlyingSocks Transferring.swift
[7/32] Compiling FlyingSocks SocketPool.swift
[8/32] Compiling FlyingSocks SwiftSupport.swift
[9/32] Compiling FlyingSocks Mutex.swift
[10/32] Compiling FlyingSocks Socket+Android.swift
[11/32] Compiling FlyingSocks Socket+Darwin.swift
[12/32] Compiling FlyingSocks AsyncSharedReplaySequence.swift
[13/32] Compiling FlyingSocks AsyncSocket.swift
[14/32] Compiling FlyingSocks ConsumingAsyncSequence.swift
[15/32] Compiling FlyingSocks AsyncBufferedSequence+Extensions.swift
[16/32] Compiling FlyingSocks AsyncBufferedSequence.swift
[17/32] Compiling FlyingSocks AsyncChunkedSequence.swift
[18/32] Compiling FlyingSocks Socket.swift
[19/32] Compiling FlyingSocks SocketAddress.swift
[20/32] Compiling FlyingSocks SocketError.swift
[21/32] Compiling FlyingSocks AsyncBufferedCollection.swift
[22/32] Compiling FlyingSocks AsyncBufferedEmptySequence.swift
[23/32] Compiling FlyingSocks AsyncBufferedPrefixSequence.swift
[24/32] Compiling FlyingSocks Socket+Glibc.swift
[25/32] Compiling FlyingSocks Socket+Musl.swift
[26/32] Compiling FlyingSocks Socket+WinSock2.swift
[27/32] Compiling FlyingSocks SocketPool+Poll.swift
[28/32] Compiling FlyingSocks SocketPool+ePoll.swift
[29/32] Compiling FlyingSocks SocketPool+kQueue.swift
[30/32] Compiling FlyingSocks IdentifiableContinuation.swift
[31/32] Compiling FlyingSocks Logging+OSLog.swift
[32/32] Compiling FlyingSocks Logging.swift
[33/80] Compiling FlyingFox HTTPHandler.swift
[34/80] Compiling FlyingFox HTTPHeader.swift
[35/80] Compiling FlyingFox HTTPHeaders.swift
[36/80] Compiling FlyingFox HTTPLogging+OSLog.swift
[37/80] Compiling FlyingFox HTTPLogging.swift
[38/85] Emitting module FlyingFox
[39/85] Compiling FlyingFox AsyncBufferedFileSequence.swift
[40/85] Compiling FlyingFox AsyncSequence+Extensions.swift
[41/85] Compiling FlyingFox HTTPBodyPattern.swift
[42/85] Compiling FlyingFox HTTPBodySequence.swift
[43/85] Compiling FlyingFox HTTPCacheControl.swift
[44/85] Compiling FlyingFox HTTPChunkedDecodedSequence.swift
[45/85] Compiling FlyingFox HTTPMethod.swift
[46/85] Compiling FlyingFox HTTPRequest+Address.swift
[47/85] Compiling FlyingFox HTTPRequest+QueryItem.swift
[48/85] Compiling FlyingFox HTTPRequest+RouteParameter.swift
[49/85] Compiling FlyingFox HTTPRequest+Target.swift
[50/85] Compiling FlyingFox WebSocketHTTPHandler.swift
[51/85] Compiling FlyingFox HTTPRoute+JSONValue.swift
[52/85] Compiling FlyingFox JSONBodyPattern.swift
[53/85] Compiling FlyingFox JSONPath.swift
[54/85] Compiling FlyingFox JSONValue.swift
[55/85] Compiling FlyingFox HTTPServer+Listening.swift
[56/85] Compiling FlyingFox HTTPServer.swift
[57/85] Compiling FlyingFox HTTPStatusCode.swift
[58/85] Compiling FlyingFox HTTPVersion.swift
[59/85] Compiling FlyingFox ClosureHTTPHandler.swift
[60/85] Compiling FlyingFox JSONPredicatePattern.swift
[61/85] Compiling FlyingFox SocketAddress+Glibc.swift
[62/85] Compiling FlyingFox AsyncStream+WSFrame.swift
[63/85] Compiling FlyingFox SHA1.swift
[64/85] Compiling FlyingFox WSCloseCode.swift
[65/85] Compiling FlyingFox HTTPRequest.swift
[66/85] Compiling FlyingFox HTTPResponse.swift
[67/85] Compiling FlyingFox HTTPRoute.swift
[68/85] Compiling FlyingFox HTTPRouteParameterValue.swift
[69/85] Compiling FlyingFox HTTPServer+Configuration.swift
[70/85] Compiling FlyingFox DirectoryHTTPHandler.swift
[71/85] Compiling FlyingFox FileHTTPHandler.swift
[72/85] Compiling FlyingFox ProxyHTTPHandler.swift
[73/85] Compiling FlyingFox RedirectHTTPHandler.swift
[74/85] Compiling FlyingFox RoutedHTTPHandler.swift
[75/85] Compiling FlyingFox HTTPChunkedEncodedSequence.swift
[76/85] Compiling FlyingFox HTTPClient.swift
[77/85] Compiling FlyingFox HTTPConnection.swift
[78/85] Compiling FlyingFox HTTPDecoder+StandardizePath.swift
[79/85] Compiling FlyingFox HTTPDecoder.swift
[80/85] Compiling FlyingFox HTTPEncoder.swift
[81/85] Compiling FlyingFox WSFrame.swift
[82/85] Compiling FlyingFox WSFrameEncoder.swift
[83/85] Compiling FlyingFox WSFrameValidator.swift
[84/85] Compiling FlyingFox WSHandler.swift
[85/85] Compiling FlyingFox WSMessage.swift
Build complete! (7.08s)
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",
"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" : "/Users/admin/builder/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"
}
Done.