Build Information
Successful build of FlyingFox, reference main (30a96b
), with Swift 6.1 for iOS using Xcode 16.3 on 29 Apr 2025 02:47:53 UTC.
Swift 6 data race errors: 2
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FlyingFox-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EmergeTools/FlyingFox.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/EmergeTools/FlyingFox
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 30a96b4 Add watchos
Cloned https://github.com/EmergeTools/FlyingFox.git
Revision (git rev-parse @):
30a96b49f55762750899a4b8ea68301e32b9c112
SUCCESS checkout https://github.com/EmergeTools/FlyingFox.git at main
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/EmergeTools/FlyingFox.git
https://github.com/EmergeTools/FlyingFox.git
{
"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" : "10.0"
}
],
"products" : [
{
"name" : "FlyingFox",
"targets" : [
"FlyingFox"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FlyingSocks",
"targets" : [
"FlyingSocks"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"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" : [
"AllocatedLockTests.swift",
"AsyncDataSequenceTests.swift",
"AsyncSocketTests.swift",
"IdentifiableContinuationTests.swift",
"Logging+OSLogTests.swift",
"Logging+PrintTests.swift",
"Socket+Pair.swift",
"SocketAddress+Glibc.swift",
"SocketAddressTests.swift",
"SocketErrorTests.swift",
"SocketPool+PollTests.swift",
"SocketPool+kQueueTests.swift",
"SocketPoolTests.swift",
"SocketTests.swift",
"Task+TimeoutTests.swift",
"XCTest+Extension.swift"
],
"target_dependencies" : [
"FlyingSocks"
],
"type" : "test"
},
{
"c99name" : "FlyingSocks",
"module_type" : "SwiftTarget",
"name" : "FlyingSocks",
"path" : "FlyingSocks/Sources",
"product_memberships" : [
"FlyingFox",
"FlyingSocks"
],
"sources" : [
"AllocatedLock.swift",
"AsyncChunkedSequence.swift",
"AsyncDataSequence.swift",
"AsyncSocket.swift",
"IdentifiableContinuation.swift",
"Logging+OSLog.swift",
"Logging.swift",
"Socket+Darwin.swift",
"Socket+Glibc.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"
],
"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",
"ConsumingAsyncSequence.swift",
"HTTPBodyPatternTests.swift",
"HTTPBodySequenceTests.swift",
"HTTPClientTests.swift",
"HTTPConnectionTests.swift",
"HTTPDecoderTests.swift",
"HTTPEncoderTests.swift",
"HTTPLoggingTests.swift",
"HTTPRequest+Mock.swift",
"HTTPRequest+QueryItemTests.swift",
"HTTPRequestTests.swift",
"HTTPResponse+Mock.swift",
"HTTPResponseTests.swift",
"HTTPRouteTests.swift",
"HTTPServerTests.swift",
"HTTPStatusCodeTests.swift",
"Handlers/DirectoryHTTPHandlerTests.swift",
"Handlers/HTTPHandlerTests.swift",
"Handlers/RoutedHTTPHandlerTests.swift",
"Handlers/WebSocketHTTPHandlerTests.swift",
"Socket+Pair.swift",
"SocketAddress+Glibc.swift",
"URLSession+AsyncTests.swift",
"WebSocket/AsyncStream+WSFrameTests.swift",
"WebSocket/WSFrameEncoderTests.swift",
"WebSocket/WSFrameTests.swift",
"WebSocket/WSFrameValidatorTests.swift",
"WebSocket/WSHandlerTests.swift",
"XCTest+Extension.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",
"HTTPClient.swift",
"HTTPConnection.swift",
"HTTPDecoder.swift",
"HTTPEncoder.swift",
"HTTPHandler.swift",
"HTTPHeader.swift",
"HTTPLogging+OSLog.swift",
"HTTPLogging.swift",
"HTTPMethod.swift",
"HTTPRequest+QueryItem.swift",
"HTTPRequest.swift",
"HTTPResponse.swift",
"HTTPRoute.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",
"SocketAddress+Glibc.swift",
"URLSession+Async.swift",
"UncheckedSendable.swift",
"WebSocket/AsyncStream+WSFrame.swift",
"WebSocket/SHA1.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" : "5.9"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
FlyingFox: /Users/admin/builder/spi-builder-workspace
resolved source packages: FlyingFox
{
"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" : "10.0"
}
],
"products" : [
{
"name" : "FlyingFox",
"targets" : [
"FlyingFox"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FlyingSocks",
"targets" : [
"FlyingSocks"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"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" : [
"AllocatedLockTests.swift",
"AsyncDataSequenceTests.swift",
"AsyncSocketTests.swift",
"IdentifiableContinuationTests.swift",
"Logging+OSLogTests.swift",
"Logging+PrintTests.swift",
"Socket+Pair.swift",
"SocketAddress+Glibc.swift",
"SocketAddressTests.swift",
"SocketErrorTests.swift",
"SocketPool+PollTests.swift",
"SocketPool+kQueueTests.swift",
"SocketPoolTests.swift",
"SocketTests.swift",
"Task+TimeoutTests.swift",
"XCTest+Extension.swift"
],
"target_dependencies" : [
"FlyingSocks"
],
"type" : "test"
},
{
"c99name" : "FlyingSocks",
"module_type" : "SwiftTarget",
"name" : "FlyingSocks",
"path" : "FlyingSocks/Sources",
"product_memberships" : [
"FlyingFox",
"FlyingSocks"
],
"sources" : [
"AllocatedLock.swift",
"AsyncChunkedSequence.swift",
"AsyncDataSequence.swift",
"AsyncSocket.swift",
"IdentifiableContinuation.swift",
"Logging+OSLog.swift",
"Logging.swift",
"Socket+Darwin.swift",
"Socket+Glibc.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"
],
"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",
"ConsumingAsyncSequence.swift",
"HTTPBodyPatternTests.swift",
"HTTPBodySequenceTests.swift",
"HTTPClientTests.swift",
"HTTPConnectionTests.swift",
"HTTPDecoderTests.swift",
"HTTPEncoderTests.swift",
"HTTPLoggingTests.swift",
"HTTPRequest+Mock.swift",
"HTTPRequest+QueryItemTests.swift",
"HTTPRequestTests.swift",
"HTTPResponse+Mock.swift",
"HTTPResponseTests.swift",
"HTTPRouteTests.swift",
"HTTPServerTests.swift",
"HTTPStatusCodeTests.swift",
"Handlers/DirectoryHTTPHandlerTests.swift",
"Handlers/HTTPHandlerTests.swift",
"Handlers/RoutedHTTPHandlerTests.swift",
"Handlers/WebSocketHTTPHandlerTests.swift",
"Socket+Pair.swift",
"SocketAddress+Glibc.swift",
"URLSession+AsyncTests.swift",
"WebSocket/AsyncStream+WSFrameTests.swift",
"WebSocket/WSFrameEncoderTests.swift",
"WebSocket/WSFrameTests.swift",
"WebSocket/WSFrameValidatorTests.swift",
"WebSocket/WSHandlerTests.swift",
"XCTest+Extension.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",
"HTTPClient.swift",
"HTTPConnection.swift",
"HTTPDecoder.swift",
"HTTPEncoder.swift",
"HTTPHandler.swift",
"HTTPHeader.swift",
"HTTPLogging+OSLog.swift",
"HTTPLogging.swift",
"HTTPMethod.swift",
"HTTPRequest+QueryItem.swift",
"HTTPRequest.swift",
"HTTPResponse.swift",
"HTTPRoute.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",
"SocketAddress+Glibc.swift",
"URLSession+Async.swift",
"UncheckedSendable.swift",
"WebSocket/AsyncStream+WSFrame.swift",
"WebSocket/SHA1.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" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"FlyingFox",
"FlyingFox-Package",
"FlyingSocks"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FlyingFox-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme FlyingFox-Package -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
FlyingFox: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
Target 'FlyingSocks' in project 'FlyingFox'
➜ Explicit dependency on target 'FlyingSocks' in project 'FlyingFox'
Target 'FlyingFox' in project 'FlyingFox'
➜ Explicit dependency on target 'FlyingFox' in project 'FlyingFox'
➜ Explicit dependency on target 'FlyingSocks' in project 'FlyingFox'
Target 'FlyingFox' in project 'FlyingFox'
➜ Explicit dependency on target 'FlyingSocks' in project 'FlyingFox'
Target 'FlyingSocks' in project 'FlyingFox' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 930b519405b4eef1b84577e6af74ded1
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/930b519405b4eef1b84577e6af74ded1.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/FlyingSocks.DependencyMetadataFileList (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/FlyingSocks.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/FlyingSocks.modulemap (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/FlyingSocks.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/FlyingSocks.DependencyStaticMetadataFileList (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/FlyingSocks.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.LinkFileList (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.SwiftConstValuesFileList (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks-OutputFileMap.json (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.SwiftFileList (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks_const_extract_protocols.json (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox_const_extract_protocols.json (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox.SwiftFileList (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox.SwiftConstValuesFileList (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox.LinkFileList (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/FlyingSocks.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/FlyingSocks.modulemap (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/FlyingSocks.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox-OutputFileMap.json (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/FlyingFox.DependencyStaticMetadataFileList (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/FlyingFox.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/FlyingFox.modulemap (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/FlyingFox.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/FlyingFox.DependencyMetadataFileList (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/FlyingFox.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/FlyingFox.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/FlyingFox.modulemap (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/FlyingFox.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver FlyingSocks normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FlyingSocks -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ IdentifiableContinuation.swift,\ Logging+OSLog.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Logging+OSLog.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:49:13: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
public func withIdentifiableContinuation<T>(
^
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:98:13: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
public func withIdentifiableThrowingContinuation<T>(
^
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:60:13: warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
body(continuation)
^~~~
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:60:13: note: 'isolation'-isolated 'body' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
body(continuation)
^~~~
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:57:18: note: access can happen concurrently
return await withTaskCancellationHandler {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:109:13: warning: sending 'body' risks causing data races; this is an error in the Swift 6 language mode
body(continuation)
^~~~
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:109:13: note: 'isolation'-isolated 'body' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
body(continuation)
^~~~
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:106:22: note: access can happen concurrently
return try await withTaskCancellationHandler {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:156:22: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
continuation.resume(returning: value)
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:156:22: note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
continuation.resume(returning: value)
^
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:164:22: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
continuation.resume(with: result)
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:164:22: note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
continuation.resume(with: result)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Logging+OSLog.swift (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AllocatedLock.swift,\ AsyncChunkedSequence.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/AllocatedLock.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/AsyncChunkedSequence.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/AllocatedLock.swift (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/AsyncChunkedSequence.swift (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AsyncDataSequence.swift,\ AsyncSocket.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/AsyncDataSequence.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/AsyncSocket.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/AsyncDataSequence.swift (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/AsyncSocket.swift (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Socket.swift,\ SocketAddress.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Socket.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Socket.swift (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.swift (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Socket+Glibc.swift,\ Socket+WinSock2.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Socket+Glibc.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Socket+WinSock2.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Socket+Glibc.swift (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Socket+WinSock2.swift (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SocketPool+ePoll.swift,\ SocketPool+kQueue.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketPool+ePoll.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketPool+kQueue.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketPool+ePoll.swift (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketPool+kQueue.swift (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SocketPool.swift,\ SwiftSupport.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SwiftSupport.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketPool.swift (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SwiftSupport.swift (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SocketError.swift,\ SocketPool+Poll.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketError.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketPool+Poll.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketError.swift (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketPool+Poll.swift (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ FlyingSocks (in target 'FlyingSocks' from project 'FlyingFox')
EmitSwiftModule normal arm64 (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:49:13: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
public func withIdentifiableContinuation<T>(
^
/Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/IdentifiableContinuation.swift:98:13: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
public func withIdentifiableThrowingContinuation<T>(
^
SwiftCompile normal arm64 Compiling\ Task+Timeout.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Task+Timeout.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Task+Timeout.swift (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Logging.swift,\ Socket+Darwin.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Logging.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Socket+Darwin.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Logging.swift (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Socket+Darwin.swift (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for FlyingSocks (in target 'FlyingSocks' from project 'FlyingFox')
SwiftDriverJobDiscovery normal arm64 Compiling Socket+Glibc.swift, Socket+WinSock2.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftDriver\ Compilation\ Requirements FlyingSocks normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FlyingSocks -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/FlyingSocks-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks-Swift.h (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/FlyingSocks-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingSocks.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.swiftmodule (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingSocks.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingSocks.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.swiftdoc (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingSocks.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingSocks.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.abi.json (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingSocks.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingSocks.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.swiftsourceinfo (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingSocks.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriver FlyingFox normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FlyingFox -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ FlyingFox (in target 'FlyingFox' from project 'FlyingFox')
EmitSwiftModule normal arm64 (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AsyncSequence+Extensions.swift,\ HTTPBodyPattern.swift,\ HTTPBodySequence.swift,\ HTTPClient.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/AsyncSequence+Extensions.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPBodyPattern.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPBodySequence.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPClient.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/AsyncSequence+Extensions.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPBodyPattern.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPBodySequence.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPClient.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Logging.swift, Socket+Darwin.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftCompile normal arm64 Compiling\ HTTPHeader.swift,\ HTTPLogging+OSLog.swift,\ HTTPLogging.swift,\ HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPHeader.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPLogging+OSLog.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPLogging.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPMethod.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPHeader.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPLogging+OSLog.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPLogging.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPMethod.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling SocketPool+ePoll.swift, SocketPool+kQueue.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftCompile normal arm64 Compiling\ ClosureHTTPHandler.swift,\ DirectoryHTTPHandler.swift,\ FileHTTPHandler.swift,\ ProxyHTTPHandler.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/Handlers/ClosureHTTPHandler.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/Handlers/DirectoryHTTPHandler.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/Handlers/FileHTTPHandler.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/Handlers/ProxyHTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/Handlers/ClosureHTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/Handlers/DirectoryHTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/Handlers/FileHTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/Handlers/ProxyHTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling AllocatedLock.swift, AsyncChunkedSequence.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftCompile normal arm64 Compiling\ HTTPServer+Listening.swift,\ HTTPServer.swift,\ HTTPStatusCode.swift,\ HTTPVersion.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPServer+Listening.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPServer.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPStatusCode.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPVersion.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPServer+Listening.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPServer.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPStatusCode.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPVersion.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for FlyingFox (in target 'FlyingFox' from project 'FlyingFox')
SwiftDriver\ Compilation\ Requirements FlyingFox normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FlyingFox -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling HTTPHeader.swift, HTTPLogging+OSLog.swift, HTTPLogging.swift, HTTPMethod.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 Compiling\ RedirectHTTPHandler.swift,\ RoutedHTTPHandler.swift,\ WebSocketHTTPHandler.swift,\ SocketAddress+Glibc.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/Handlers/RedirectHTTPHandler.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/Handlers/RoutedHTTPHandler.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/Handlers/WebSocketHTTPHandler.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/Handlers/RedirectHTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/Handlers/RoutedHTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/Handlers/WebSocketHTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/FlyingFox-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox-Swift.h (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/FlyingFox-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling IdentifiableContinuation.swift, Logging+OSLog.swift (in target 'FlyingSocks' from project 'FlyingFox')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingFox.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox.swiftmodule (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingFox.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingFox.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox.swiftdoc (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingFox.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingFox.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox.abi.json (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingFox.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingFox.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox.swiftsourceinfo (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingFox.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling AsyncDataSequence.swift, AsyncSocket.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftCompile normal arm64 Compiling\ HTTPConnection.swift,\ HTTPDecoder.swift,\ HTTPEncoder.swift,\ HTTPHandler.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPConnection.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPDecoder.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPEncoder.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPConnection.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPDecoder.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPEncoder.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SHA1.swift,\ WSFrame.swift,\ WSFrameEncoder.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/WebSocket/SHA1.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/WebSocket/WSFrame.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/WebSocket/WSFrameEncoder.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/WebSocket/SHA1.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/WebSocket/WSFrame.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/WebSocket/WSFrameEncoder.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ URLSession+Async.swift,\ UncheckedSendable.swift,\ AsyncStream+WSFrame.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/URLSession+Async.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/UncheckedSendable.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/WebSocket/AsyncStream+WSFrame.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/URLSession+Async.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/UncheckedSendable.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/WebSocket/AsyncStream+WSFrame.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/WebSocket/AsyncStream+WSFrame.swift:39:67: warning: capture of 'bytes' with non-sendable type 'some AsyncChunkedSequence<UInt8>' in a '@Sendable' closure
return try await WSFrameEncoder.decodeFrame(from: bytes)
^
/Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/WebSocket/AsyncStream+WSFrame.swift:36:44: note: consider making generic parameter 'some AsyncChunkedSequence<UInt8>' conform to the 'Sendable' protocol
static func decodingFrames(from bytes: some AsyncChunkedSequence<UInt8>) -> Self {
^
, Sendable
SwiftCompile normal arm64 Compiling\ WSFrameValidator.swift,\ WSHandler.swift,\ WSMessage.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/WebSocket/WSFrameValidator.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/WebSocket/WSHandler.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/WebSocket/WSMessage.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/WebSocket/WSFrameValidator.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/WebSocket/WSHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/WebSocket/WSMessage.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Task+Timeout.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftDriverJobDiscovery normal arm64 Compiling Socket.swift, SocketAddress.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftCompile normal arm64 Compiling\ HTTPRequest+QueryItem.swift,\ HTTPRequest.swift,\ HTTPResponse.swift,\ HTTPRoute.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPRequest+QueryItem.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPRequest.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPResponse.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPRoute.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPRequest+QueryItem.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPRequest.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPResponse.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPRoute.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling SocketError.swift, SocketPool+Poll.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftDriverJobDiscovery normal arm64 Compiling SocketPool.swift, SwiftSupport.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftDriver\ Compilation FlyingSocks normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FlyingSocks -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingSocks.o normal (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingSocks.o
SwiftDriverJobDiscovery normal arm64 Compiling AsyncSequence+Extensions.swift, HTTPBodyPattern.swift, HTTPBodySequence.swift, HTTPClient.swift (in target 'FlyingFox' from project 'FlyingFox')
ExtractAppIntentsMetadata (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name FlyingSocks --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.FlyingSocks --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingSocks.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingSocks.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/FlyingSocks.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/FlyingSocks.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 19:47:52.283 appintentsmetadataprocessor[733:4107] Starting appintentsmetadataprocessor export
2025-04-28 19:47:52.331 appintentsmetadataprocessor[733:4107] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling ClosureHTTPHandler.swift, DirectoryHTTPHandler.swift, FileHTTPHandler.swift, ProxyHTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftDriverJobDiscovery normal arm64 Compiling URLSession+Async.swift, UncheckedSendable.swift, AsyncStream+WSFrame.swift (in target 'FlyingFox' from project 'FlyingFox')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingSocks.o (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingSocks.o
SwiftDriverJobDiscovery normal arm64 Compiling RedirectHTTPHandler.swift, RoutedHTTPHandler.swift, WebSocketHTTPHandler.swift, SocketAddress+Glibc.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftDriverJobDiscovery normal arm64 Compiling WSFrameValidator.swift, WSHandler.swift, WSMessage.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftDriverJobDiscovery normal arm64 Compiling HTTPRequest+QueryItem.swift, HTTPRequest.swift, HTTPResponse.swift, HTTPRoute.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftDriverJobDiscovery normal arm64 Compiling HTTPConnection.swift, HTTPDecoder.swift, HTTPEncoder.swift, HTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftDriverJobDiscovery normal arm64 Compiling HTTPServer+Listening.swift, HTTPServer.swift, HTTPStatusCode.swift, HTTPVersion.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftDriverJobDiscovery normal arm64 Compiling SHA1.swift, WSFrame.swift, WSFrameEncoder.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftDriver\ Compilation FlyingFox normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FlyingFox -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingFox.o normal (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingFox.o
ExtractAppIntentsMetadata (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name FlyingFox --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.FlyingFox --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingFox.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingFox.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/FlyingFox.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/FlyingFox.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 19:47:52.735 appintentsmetadataprocessor[736:4147] Starting appintentsmetadataprocessor export
2025-04-28 19:47:52.771 appintentsmetadataprocessor[736:4147] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingFox.o (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingFox.o
** BUILD SUCCEEDED **
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" : "10.0"
}
],
"products" : [
{
"name" : "FlyingFox",
"targets" : [
"FlyingFox"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FlyingSocks",
"targets" : [
"FlyingSocks"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"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" : [
"AllocatedLockTests.swift",
"AsyncDataSequenceTests.swift",
"AsyncSocketTests.swift",
"IdentifiableContinuationTests.swift",
"Logging+OSLogTests.swift",
"Logging+PrintTests.swift",
"Socket+Pair.swift",
"SocketAddress+Glibc.swift",
"SocketAddressTests.swift",
"SocketErrorTests.swift",
"SocketPool+PollTests.swift",
"SocketPool+kQueueTests.swift",
"SocketPoolTests.swift",
"SocketTests.swift",
"Task+TimeoutTests.swift",
"XCTest+Extension.swift"
],
"target_dependencies" : [
"FlyingSocks"
],
"type" : "test"
},
{
"c99name" : "FlyingSocks",
"module_type" : "SwiftTarget",
"name" : "FlyingSocks",
"path" : "FlyingSocks/Sources",
"product_memberships" : [
"FlyingFox",
"FlyingSocks"
],
"sources" : [
"AllocatedLock.swift",
"AsyncChunkedSequence.swift",
"AsyncDataSequence.swift",
"AsyncSocket.swift",
"IdentifiableContinuation.swift",
"Logging+OSLog.swift",
"Logging.swift",
"Socket+Darwin.swift",
"Socket+Glibc.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"
],
"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",
"ConsumingAsyncSequence.swift",
"HTTPBodyPatternTests.swift",
"HTTPBodySequenceTests.swift",
"HTTPClientTests.swift",
"HTTPConnectionTests.swift",
"HTTPDecoderTests.swift",
"HTTPEncoderTests.swift",
"HTTPLoggingTests.swift",
"HTTPRequest+Mock.swift",
"HTTPRequest+QueryItemTests.swift",
"HTTPRequestTests.swift",
"HTTPResponse+Mock.swift",
"HTTPResponseTests.swift",
"HTTPRouteTests.swift",
"HTTPServerTests.swift",
"HTTPStatusCodeTests.swift",
"Handlers/DirectoryHTTPHandlerTests.swift",
"Handlers/HTTPHandlerTests.swift",
"Handlers/RoutedHTTPHandlerTests.swift",
"Handlers/WebSocketHTTPHandlerTests.swift",
"Socket+Pair.swift",
"SocketAddress+Glibc.swift",
"URLSession+AsyncTests.swift",
"WebSocket/AsyncStream+WSFrameTests.swift",
"WebSocket/WSFrameEncoderTests.swift",
"WebSocket/WSFrameTests.swift",
"WebSocket/WSFrameValidatorTests.swift",
"WebSocket/WSHandlerTests.swift",
"XCTest+Extension.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",
"HTTPClient.swift",
"HTTPConnection.swift",
"HTTPDecoder.swift",
"HTTPEncoder.swift",
"HTTPHandler.swift",
"HTTPHeader.swift",
"HTTPLogging+OSLog.swift",
"HTTPLogging.swift",
"HTTPMethod.swift",
"HTTPRequest+QueryItem.swift",
"HTTPRequest.swift",
"HTTPResponse.swift",
"HTTPRoute.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",
"SocketAddress+Glibc.swift",
"URLSession+Async.swift",
"UncheckedSendable.swift",
"WebSocket/AsyncStream+WSFrame.swift",
"WebSocket/SHA1.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" : "5.9"
}
Done.