Build Information
Successful build of FlyingFox, reference 0.25.0 (76b2d2
), with Swift 6.2 (beta) for iOS using Xcode 26.0 on 30 Aug 2025 03:35:41 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FlyingFox-Package -destination generic/platform=iOS
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swhitty/FlyingFox.git
Reference: 0.25.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swhitty/FlyingFox
* tag 0.25.0 -> FETCH_HEAD
HEAD is now at 76b2d2d 0.25.0
Cloned https://github.com/swhitty/FlyingFox.git
Revision (git rev-parse @):
76b2d2d0eb54f0b53e8b661cc8007c487d94f8da
SUCCESS checkout https://github.com/swhitty/FlyingFox.git at 0.25.0
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/swhitty/FlyingFox.git
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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" : "8.0"
}
],
"products" : [
{
"name" : "FlyingFox",
"targets" : [
"FlyingFox"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FlyingSocks",
"targets" : [
"FlyingSocks"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FlyingSocksTests",
"module_type" : "SwiftTarget",
"name" : "FlyingSocksTests",
"path" : "FlyingSocks/Tests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/FlyingSocks/Tests/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AsyncBufferedDataSequenceTests.swift",
"AsyncBufferedEmptySequenceTests.swift",
"AsyncBufferedFileSequenceTests.swift",
"AsyncBufferedPrefixSequenceTests.swift",
"AsyncSharedReplaySequenceTests.swift",
"AsyncSocketTests.swift",
"FileManager+TemporaryFile.swift",
"IdentifiableContinuationTests.swift",
"Logging+OSLogTests.swift",
"Logging+PrintTests.swift",
"MutexTests.swift",
"SocketAddressTests.swift",
"SocketErrorTests.swift",
"SocketPool+PollTests.swift",
"SocketPool+kQueueTests.swift",
"SocketPoolTests.swift",
"SocketTests.swift",
"Task+TimeoutTests.swift"
],
"target_dependencies" : [
"FlyingSocks"
],
"type" : "test"
},
{
"c99name" : "FlyingSocks",
"module_type" : "SwiftTarget",
"name" : "FlyingSocks",
"path" : "FlyingSocks/Sources",
"product_memberships" : [
"FlyingFox",
"FlyingSocks"
],
"sources" : [
"AsyncBufferedCollection.swift",
"AsyncBufferedEmptySequence.swift",
"AsyncBufferedFileSequence.swift",
"AsyncBufferedPrefixSequence.swift",
"AsyncBufferedSequence+Extensions.swift",
"AsyncBufferedSequence.swift",
"AsyncChunkedSequence.swift",
"AsyncSharedReplaySequence.swift",
"AsyncSocket.swift",
"ConsumingAsyncSequence.swift",
"IdentifiableContinuation.swift",
"Logging+OSLog.swift",
"Logging.swift",
"Mutex.swift",
"MutexSwift5.swift",
"Socket+Android.swift",
"Socket+Darwin.swift",
"Socket+Glibc.swift",
"Socket+Musl.swift",
"Socket+WinSock2.swift",
"Socket.swift",
"SocketAddress.swift",
"SocketError.swift",
"SocketPool+Poll.swift",
"SocketPool+ePoll.swift",
"SocketPool+kQueue.swift",
"SocketPool.swift",
"SwiftSupport.swift",
"Task+Timeout.swift",
"Transferring.swift"
],
"target_dependencies" : [
"CSystemLinux"
],
"type" : "library"
},
{
"c99name" : "FlyingFoxTests",
"module_type" : "SwiftTarget",
"name" : "FlyingFoxTests",
"path" : "FlyingFox/Tests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/FlyingFox/Tests/Stubs",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AsyncSequence+ExtensionsTests.swift",
"AsyncSocketTests.swift",
"HTTPBodyPatternTests.swift",
"HTTPBodySequenceTests.swift",
"HTTPClientTests.swift",
"HTTPConnectionTests.swift",
"HTTPDecoderTests.swift",
"HTTPEncoderTests.swift",
"HTTPHeaderTests.swift",
"HTTPLoggingTests.swift",
"HTTPMethodTests.swift",
"HTTPRequest+AddressTests.swift",
"HTTPRequest+Mock.swift",
"HTTPRequest+QueryItemTests.swift",
"HTTPRequestTests.swift",
"HTTPResponse+Mock.swift",
"HTTPResponseTests.swift",
"HTTPRouteParameterValueTests.swift",
"HTTPRouteTests.swift",
"HTTPServerTests.swift",
"HTTPStatusCodeTests.swift",
"Handlers/DirectoryHTTPHandlerTests.swift",
"Handlers/HTTPHandlerTests.swift",
"Handlers/RoutedHTTPHandlerTests.swift",
"Handlers/WebSocketHTTPHandlerTests.swift",
"URLSession+AsyncTests.swift",
"WebSocket/AsyncStream+WSFrameTests.swift",
"WebSocket/WSFrameEncoderTests.swift",
"WebSocket/WSFrameTests.swift",
"WebSocket/WSFrameValidatorTests.swift",
"WebSocket/WSHandlerTests.swift"
],
"target_dependencies" : [
"FlyingFox"
],
"type" : "test"
},
{
"c99name" : "FlyingFox",
"module_type" : "SwiftTarget",
"name" : "FlyingFox",
"path" : "FlyingFox/Sources",
"product_memberships" : [
"FlyingFox"
],
"sources" : [
"AsyncSequence+Extensions.swift",
"HTTPBodyPattern.swift",
"HTTPBodySequence.swift",
"HTTPChunkedEncodedSequence.swift",
"HTTPClient.swift",
"HTTPConnection.swift",
"HTTPDecoder+StandardizePath.swift",
"HTTPDecoder.swift",
"HTTPEncoder.swift",
"HTTPHandler.swift",
"HTTPHeader.swift",
"HTTPLogging+OSLog.swift",
"HTTPLogging.swift",
"HTTPMethod.swift",
"HTTPRequest+Address.swift",
"HTTPRequest+QueryItem.swift",
"HTTPRequest+RouteParameter.swift",
"HTTPRequest.swift",
"HTTPResponse.swift",
"HTTPRoute.swift",
"HTTPRouteParameterValue.swift",
"HTTPServer+Configuration.swift",
"HTTPServer+Listening.swift",
"HTTPServer.swift",
"HTTPStatusCode.swift",
"HTTPVersion.swift",
"Handlers/ClosureHTTPHandler.swift",
"Handlers/DirectoryHTTPHandler.swift",
"Handlers/FileHTTPHandler.swift",
"Handlers/ProxyHTTPHandler.swift",
"Handlers/RedirectHTTPHandler.swift",
"Handlers/RoutedHTTPHandler.swift",
"Handlers/WebSocketHTTPHandler.swift",
"JSONPredicatePattern.swift",
"NonisolatedUnsafe.swift",
"SocketAddress+Glibc.swift",
"URLSession+Async.swift",
"WebSocket/AsyncStream+WSFrame.swift",
"WebSocket/SHA1.swift",
"WebSocket/WSCloseCode.swift",
"WebSocket/WSFrame.swift",
"WebSocket/WSFrameEncoder.swift",
"WebSocket/WSFrameValidator.swift",
"WebSocket/WSHandler.swift",
"WebSocket/WSMessage.swift"
],
"target_dependencies" : [
"FlyingSocks"
],
"type" : "library"
},
{
"c99name" : "CSystemLinux",
"module_type" : "ClangTarget",
"name" : "CSystemLinux",
"path" : "CSystemLinux",
"product_memberships" : [
"FlyingFox",
"FlyingSocks"
],
"sources" : [
"shims.c"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"FlyingFox",
"FlyingFox-Package",
"FlyingSocks"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FlyingFox-Package -destination generic/platform=iOS
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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
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-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: ac5db32bb3888578059612e62bba161b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ac5db32bb3888578059612e62bba161b.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache
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
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/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.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/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/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.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.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/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/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.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
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.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.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.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/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
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-26.0.0-Beta.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 -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature ExistentialAny -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.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 -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-A0MB9C4EODCPSUBMK8R65WJK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-B2AGFYHCP6AY62FIFDBRVZJYJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-27ZYHZYTIP3MTU94JPDNAKTQA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-1MX1DIX3GBA6YEXI4TCVD1BQP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-8WVKIO1H6LYFS2OWFMKFHN6I7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-7MG5IEV9JH4Y9K493YRX302UJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-AZ4F116U9BBR7QQ8Y00H6XNCM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-B4S8NBP6SMH7DZDCVL1SUOX5F.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-BC9FRGUQQ1WXQPHPRESWMPAUA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-C9L503FJUT2698R1BCEDIXL8I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-6GEQY1SYU9EA8469HUVSH6GKI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-1SV5KSZ3HIXRXKQ5CG0S6XHAO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-2NADIU3ATO12NB2PWSHBSZCRH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-D4PXSMCQQ39U4GQONHCJU5HCE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-3JDGHY7RF7CT6T7I1LIQCE5DT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-4H7OM1T57MRUN8U1JRWH9BFN5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-C0H70CM7DEMWGD7IGCWQSBPFX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-29PFVI0BC3YJ8YDS9EHAWSCNE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-19SUOPC0ORFQF9M8ZLN9N8PIL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-2G06FYFIHCPYWAB7FWVN6JSJ5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-5D7TO1G4S61ZOUFYKUNCB106X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-F0T3JH5LZWBEEDCWFI9VW1QHD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-EOBAWVGU4U9K93QMA5PAJO4XC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-6UNTTRYU9ZYYT1TAKO34B3HO0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-NC1K7UMBLE4R583YYKYMI4S6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-8XPN9UQBLM24PB7WSDO6QWWHP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-1PE0OLHVPNONNG3TSIQL1C6IN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-D0GI7I3GUUMHI365AAJGE6G0L.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-3L319O7EUNHSD1K2EQOWMUZDV.pcm
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
SwiftCompile normal arm64 Compiling\ SocketAddress.swift,\ SocketError.swift,\ SocketPool+Poll.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketAddress.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/SocketAddress.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/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
SwiftCompile normal arm64 Compiling\ Logging.swift,\ Mutex.swift,\ MutexSwift5.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Logging.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Mutex.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/MutexSwift5.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/Mutex.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/MutexSwift5.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,\ SocketPool.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketPool+ePoll.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketPool+kQueue.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SocketPool.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 /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 Compiling\ Socket+Musl.swift,\ Socket+WinSock2.swift,\ Socket.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Socket+Musl.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Socket+WinSock2.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Socket.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Socket+Musl.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 /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 Compiling\ Socket+Android.swift,\ Socket+Darwin.swift,\ Socket+Glibc.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Socket+Android.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Socket+Darwin.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Socket+Glibc.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Socket+Android.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
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 Compiling\ SwiftSupport.swift,\ Task+Timeout.swift,\ Transferring.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/SwiftSupport.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Task+Timeout.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Transferring.swift (in target 'FlyingSocks' from project 'FlyingFox')
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 /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 /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/Transferring.swift (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ConsumingAsyncSequence.swift,\ IdentifiableContinuation.swift,\ Logging+OSLog.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/ConsumingAsyncSequence.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/ConsumingAsyncSequence.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/IdentifiableContinuation.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/Logging+OSLog.swift (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AsyncChunkedSequence.swift,\ AsyncSharedReplaySequence.swift,\ AsyncSocket.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/AsyncChunkedSequence.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/AsyncSharedReplaySequence.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/AsyncChunkedSequence.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/AsyncSharedReplaySequence.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\ AsyncBufferedPrefixSequence.swift,\ AsyncBufferedSequence+Extensions.swift,\ AsyncBufferedSequence.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/AsyncBufferedPrefixSequence.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/AsyncBufferedSequence+Extensions.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/AsyncBufferedSequence.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/AsyncBufferedPrefixSequence.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/AsyncBufferedSequence+Extensions.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/AsyncBufferedSequence.swift (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AsyncBufferedCollection.swift,\ AsyncBufferedEmptySequence.swift,\ AsyncBufferedFileSequence.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/AsyncBufferedCollection.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/AsyncBufferedEmptySequence.swift /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/AsyncBufferedFileSequence.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingSocks/Sources/AsyncBufferedCollection.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/AsyncBufferedEmptySequence.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/AsyncBufferedFileSequence.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')
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-26.0.0-Beta.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 -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature ExistentialAny -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.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 -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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
SwiftDriverJobDiscovery normal arm64 Compiling Socket+Android.swift, Socket+Darwin.swift, Socket+Glibc.swift (in target 'FlyingSocks' from project 'FlyingFox')
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-26.0.0-Beta.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 -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature ExistentialAny -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.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-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.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 -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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 Logging.swift, Mutex.swift, MutexSwift5.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-CCGNJLOEPRUOTVNI26CK6Q6GK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/LocalAuthentication-BIRZ9O3M7Y1TU10NYIIR43BG0.pcm
SwiftDriverJobDiscovery normal arm64 Compiling AsyncBufferedCollection.swift, AsyncBufferedEmptySequence.swift, AsyncBufferedFileSequence.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncBufferedPrefixSequence.swift, AsyncBufferedSequence+Extensions.swift, AsyncBufferedSequence.swift (in target 'FlyingSocks' from project 'FlyingFox')
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\ AsyncStream+WSFrame.swift,\ SHA1.swift,\ WSCloseCode.swift,\ WSFrame.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/WebSocket/AsyncStream+WSFrame.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/WebSocket/SHA1.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/WebSocket/WSCloseCode.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/WebSocket/WSFrame.swift (in target 'FlyingFox' from project 'FlyingFox')
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
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/WSCloseCode.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 Compiling\ ProxyHTTPHandler.swift,\ RedirectHTTPHandler.swift,\ RoutedHTTPHandler.swift,\ WebSocketHTTPHandler.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/Handlers/ProxyHTTPHandler.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 (in target 'FlyingFox' from project 'FlyingFox')
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
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 Compiling\ HTTPConnection.swift,\ HTTPDecoder+StandardizePath.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+StandardizePath.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+StandardizePath.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\ HTTPVersion.swift,\ ClosureHTTPHandler.swift,\ DirectoryHTTPHandler.swift,\ FileHTTPHandler.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPVersion.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 (in target 'FlyingFox' from project 'FlyingFox')
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
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
SwiftDriverJobDiscovery normal arm64 Compiling SwiftSupport.swift, Task+Timeout.swift, Transferring.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftCompile normal arm64 Compiling\ AsyncSequence+Extensions.swift,\ HTTPBodyPattern.swift,\ HTTPBodySequence.swift,\ HTTPChunkedEncodedSequence.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/HTTPChunkedEncodedSequence.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/HTTPChunkedEncodedSequence.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 Socket+Musl.swift, Socket+WinSock2.swift, Socket.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftCompile normal arm64 Compiling\ HTTPHeader.swift,\ HTTPLogging+OSLog.swift,\ HTTPLogging.swift,\ HTTPMethod.swift,\ HTTPRequest+Address.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 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPRequest+Address.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
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPRequest+Address.swift (in target 'FlyingFox' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HTTPRequest+QueryItem.swift,\ HTTPRequest+RouteParameter.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+RouteParameter.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+RouteParameter.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 SocketAddress.swift, SocketError.swift, SocketPool+Poll.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftCompile normal arm64 Compiling\ WSFrameEncoder.swift,\ WSFrameValidator.swift,\ WSHandler.swift,\ WSMessage.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/WebSocket/WSFrameEncoder.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/WSFrameEncoder.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/WSHandler.swift:103:44: warning: capture of non-sendable type 'S.AsyncIterator.Type' in an isolated closure
for try await frame in framesIn {
^
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
/Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/WebSocket/WSHandler.swift:103:44: warning: capture of non-sendable type 'S.AsyncIterator.Type' in an isolated closure
for try await frame in framesIn {
^
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
/Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/WebSocket/WSHandler.swift:103:44: warning: capture of non-sendable type 'S.AsyncIterator.Type' in an isolated closure
for try await frame in framesIn {
^
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
/Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/WebSocket/WSHandler.swift:103:44: warning: capture of non-sendable type 'S.AsyncIterator.Type' in an isolated closure
for try await frame in framesIn {
^
SwiftCompile normal arm64 Compiling\ JSONPredicatePattern.swift,\ NonisolatedUnsafe.swift,\ SocketAddress+Glibc.swift,\ URLSession+Async.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/JSONPredicatePattern.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/NonisolatedUnsafe.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/SocketAddress+Glibc.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/URLSession+Async.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/JSONPredicatePattern.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/NonisolatedUnsafe.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
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
SwiftDriverJobDiscovery normal arm64 Compiling ConsumingAsyncSequence.swift, IdentifiableContinuation.swift, Logging+OSLog.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncChunkedSequence.swift, AsyncSharedReplaySequence.swift, AsyncSocket.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftDriverJobDiscovery normal arm64 Compiling SocketPool+ePoll.swift, SocketPool+kQueue.swift, SocketPool.swift (in target 'FlyingSocks' from project 'FlyingFox')
SwiftDriverJobDiscovery normal arm64 Compiling JSONPredicatePattern.swift, NonisolatedUnsafe.swift, SocketAddress+Glibc.swift, URLSession+Async.swift (in target 'FlyingFox' 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-26.0.0-Beta.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 -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature ExistentialAny -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.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 -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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\ HTTPRouteParameterValue.swift,\ HTTPServer+Configuration.swift,\ HTTPServer+Listening.swift,\ HTTPServer.swift,\ HTTPStatusCode.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPRouteParameterValue.swift /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPServer+Configuration.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 (in target 'FlyingFox' from project 'FlyingFox')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/FlyingFox/Sources/HTTPRouteParameterValue.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+Configuration.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+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
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-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.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-26.0.0-Beta.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-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.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-26.0.0-Beta.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 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingSocks.build/Objects-normal/arm64/FlyingSocks-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/FlyingSocks.o
SwiftDriverJobDiscovery normal arm64 Compiling HTTPHeader.swift, HTTPLogging+OSLog.swift, HTTPLogging.swift, HTTPMethod.swift, HTTPRequest+Address.swift (in target 'FlyingFox' from project 'FlyingFox')
ExtractAppIntentsMetadata (in target 'FlyingSocks' from project 'FlyingFox')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name FlyingSocks --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A5241e --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-08-29 20:35:40.162 appintentsmetadataprocessor[665:3916] Starting appintentsmetadataprocessor export
2025-08-29 20:35:40.230 appintentsmetadataprocessor[665:3916] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling HTTPVersion.swift, ClosureHTTPHandler.swift, DirectoryHTTPHandler.swift, FileHTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncStream+WSFrame.swift, SHA1.swift, WSCloseCode.swift, WSFrame.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncSequence+Extensions.swift, HTTPBodyPattern.swift, HTTPBodySequence.swift, HTTPChunkedEncodedSequence.swift, HTTPClient.swift (in target 'FlyingFox' from project 'FlyingFox')
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-26.0.0-Beta.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 -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature ExistentialAny -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.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-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.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 -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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
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
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
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 ProxyHTTPHandler.swift, RedirectHTTPHandler.swift, RoutedHTTPHandler.swift, WebSocketHTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftDriverJobDiscovery normal arm64 Compiling HTTPConnection.swift, HTTPDecoder+StandardizePath.swift, HTTPDecoder.swift, HTTPEncoder.swift, HTTPHandler.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftDriverJobDiscovery normal arm64 Compiling HTTPRequest+QueryItem.swift, HTTPRequest+RouteParameter.swift, HTTPRequest.swift, HTTPResponse.swift, HTTPRoute.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftDriverJobDiscovery normal arm64 Compiling WSFrameEncoder.swift, WSFrameValidator.swift, WSHandler.swift, WSMessage.swift (in target 'FlyingFox' from project 'FlyingFox')
SwiftDriverJobDiscovery normal arm64 Compiling HTTPRouteParameterValue.swift, HTTPServer+Configuration.swift, HTTPServer+Listening.swift, HTTPServer.swift, HTTPStatusCode.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-26.0.0-Beta.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 -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -enable-upcoming-feature ExistentialAny -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.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-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.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 -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.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-26.0.0-Beta.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-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.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-26.0.0-Beta.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 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FlyingFox.build/Debug-iphoneos/FlyingFox.build/Objects-normal/arm64/FlyingFox-linker-args.resp -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-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name FlyingFox --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A5241e --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-08-29 20:35:40.556 appintentsmetadataprocessor[668:3952] Starting appintentsmetadataprocessor export
2025-08-29 20:35:40.600 appintentsmetadataprocessor[668:3952] 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" : "8.0"
}
],
"products" : [
{
"name" : "FlyingFox",
"targets" : [
"FlyingFox"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FlyingSocks",
"targets" : [
"FlyingSocks"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FlyingSocksTests",
"module_type" : "SwiftTarget",
"name" : "FlyingSocksTests",
"path" : "FlyingSocks/Tests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/FlyingSocks/Tests/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AsyncBufferedDataSequenceTests.swift",
"AsyncBufferedEmptySequenceTests.swift",
"AsyncBufferedFileSequenceTests.swift",
"AsyncBufferedPrefixSequenceTests.swift",
"AsyncSharedReplaySequenceTests.swift",
"AsyncSocketTests.swift",
"FileManager+TemporaryFile.swift",
"IdentifiableContinuationTests.swift",
"Logging+OSLogTests.swift",
"Logging+PrintTests.swift",
"MutexTests.swift",
"SocketAddressTests.swift",
"SocketErrorTests.swift",
"SocketPool+PollTests.swift",
"SocketPool+kQueueTests.swift",
"SocketPoolTests.swift",
"SocketTests.swift",
"Task+TimeoutTests.swift"
],
"target_dependencies" : [
"FlyingSocks"
],
"type" : "test"
},
{
"c99name" : "FlyingSocks",
"module_type" : "SwiftTarget",
"name" : "FlyingSocks",
"path" : "FlyingSocks/Sources",
"product_memberships" : [
"FlyingFox",
"FlyingSocks"
],
"sources" : [
"AsyncBufferedCollection.swift",
"AsyncBufferedEmptySequence.swift",
"AsyncBufferedFileSequence.swift",
"AsyncBufferedPrefixSequence.swift",
"AsyncBufferedSequence+Extensions.swift",
"AsyncBufferedSequence.swift",
"AsyncChunkedSequence.swift",
"AsyncSharedReplaySequence.swift",
"AsyncSocket.swift",
"ConsumingAsyncSequence.swift",
"IdentifiableContinuation.swift",
"Logging+OSLog.swift",
"Logging.swift",
"Mutex.swift",
"MutexSwift5.swift",
"Socket+Android.swift",
"Socket+Darwin.swift",
"Socket+Glibc.swift",
"Socket+Musl.swift",
"Socket+WinSock2.swift",
"Socket.swift",
"SocketAddress.swift",
"SocketError.swift",
"SocketPool+Poll.swift",
"SocketPool+ePoll.swift",
"SocketPool+kQueue.swift",
"SocketPool.swift",
"SwiftSupport.swift",
"Task+Timeout.swift",
"Transferring.swift"
],
"target_dependencies" : [
"CSystemLinux"
],
"type" : "library"
},
{
"c99name" : "FlyingFoxTests",
"module_type" : "SwiftTarget",
"name" : "FlyingFoxTests",
"path" : "FlyingFox/Tests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/FlyingFox/Tests/Stubs",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AsyncSequence+ExtensionsTests.swift",
"AsyncSocketTests.swift",
"HTTPBodyPatternTests.swift",
"HTTPBodySequenceTests.swift",
"HTTPClientTests.swift",
"HTTPConnectionTests.swift",
"HTTPDecoderTests.swift",
"HTTPEncoderTests.swift",
"HTTPHeaderTests.swift",
"HTTPLoggingTests.swift",
"HTTPMethodTests.swift",
"HTTPRequest+AddressTests.swift",
"HTTPRequest+Mock.swift",
"HTTPRequest+QueryItemTests.swift",
"HTTPRequestTests.swift",
"HTTPResponse+Mock.swift",
"HTTPResponseTests.swift",
"HTTPRouteParameterValueTests.swift",
"HTTPRouteTests.swift",
"HTTPServerTests.swift",
"HTTPStatusCodeTests.swift",
"Handlers/DirectoryHTTPHandlerTests.swift",
"Handlers/HTTPHandlerTests.swift",
"Handlers/RoutedHTTPHandlerTests.swift",
"Handlers/WebSocketHTTPHandlerTests.swift",
"URLSession+AsyncTests.swift",
"WebSocket/AsyncStream+WSFrameTests.swift",
"WebSocket/WSFrameEncoderTests.swift",
"WebSocket/WSFrameTests.swift",
"WebSocket/WSFrameValidatorTests.swift",
"WebSocket/WSHandlerTests.swift"
],
"target_dependencies" : [
"FlyingFox"
],
"type" : "test"
},
{
"c99name" : "FlyingFox",
"module_type" : "SwiftTarget",
"name" : "FlyingFox",
"path" : "FlyingFox/Sources",
"product_memberships" : [
"FlyingFox"
],
"sources" : [
"AsyncSequence+Extensions.swift",
"HTTPBodyPattern.swift",
"HTTPBodySequence.swift",
"HTTPChunkedEncodedSequence.swift",
"HTTPClient.swift",
"HTTPConnection.swift",
"HTTPDecoder+StandardizePath.swift",
"HTTPDecoder.swift",
"HTTPEncoder.swift",
"HTTPHandler.swift",
"HTTPHeader.swift",
"HTTPLogging+OSLog.swift",
"HTTPLogging.swift",
"HTTPMethod.swift",
"HTTPRequest+Address.swift",
"HTTPRequest+QueryItem.swift",
"HTTPRequest+RouteParameter.swift",
"HTTPRequest.swift",
"HTTPResponse.swift",
"HTTPRoute.swift",
"HTTPRouteParameterValue.swift",
"HTTPServer+Configuration.swift",
"HTTPServer+Listening.swift",
"HTTPServer.swift",
"HTTPStatusCode.swift",
"HTTPVersion.swift",
"Handlers/ClosureHTTPHandler.swift",
"Handlers/DirectoryHTTPHandler.swift",
"Handlers/FileHTTPHandler.swift",
"Handlers/ProxyHTTPHandler.swift",
"Handlers/RedirectHTTPHandler.swift",
"Handlers/RoutedHTTPHandler.swift",
"Handlers/WebSocketHTTPHandler.swift",
"JSONPredicatePattern.swift",
"NonisolatedUnsafe.swift",
"SocketAddress+Glibc.swift",
"URLSession+Async.swift",
"WebSocket/AsyncStream+WSFrame.swift",
"WebSocket/SHA1.swift",
"WebSocket/WSCloseCode.swift",
"WebSocket/WSFrame.swift",
"WebSocket/WSFrameEncoder.swift",
"WebSocket/WSFrameValidator.swift",
"WebSocket/WSHandler.swift",
"WebSocket/WSMessage.swift"
],
"target_dependencies" : [
"FlyingSocks"
],
"type" : "library"
},
{
"c99name" : "CSystemLinux",
"module_type" : "ClangTarget",
"name" : "CSystemLinux",
"path" : "CSystemLinux",
"product_memberships" : [
"FlyingFox",
"FlyingSocks"
],
"sources" : [
"shims.c"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.